[2020-04-17T20:20:19.149606+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-04-17T20:20:20.553194+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-04-17T20:20:20.862931+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:20:23.943350+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"fr","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-04-17T20:20:24.816847+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/validator/Resources/translations/validators.fr.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-04-17T20:20:26.094931+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:20:29.641942+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af3226"},"request_uri":"http://localhost:8087/_wdt/af3226","method":"GET"} [] [2020-04-17T20:20:39.231150+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-17T20:20:42.117688+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-17T20:20:41+02:00"] [] [2020-04-17T20:20:42.258962+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-17T20:20:41+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-17T20:20:42.588568+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-17T20:20:41+02:00"] [] [2020-04-17T20:20:43.453703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:20:46.984410+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51a497"},"request_uri":"http://localhost:8087/_wdt/51a497","method":"GET"} [] [2020-04-17T20:23:07.713721+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-17T20:23:07.738335+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-17T20:23:07.750087+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-17T20:23:07.756078+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-17T20:23:07.757268+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-17T20:23:07.758609+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-17T20:23:07.759698+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-17T20:23:07.760957+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-17T20:23:07.762196+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-17T20:23:07.763421+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-17T20:23:07.764996+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-17T20:23:07.766308+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-17T20:23:07.767502+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-17T20:23:07.768650+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-17T20:23:07.769965+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-17T20:23:07.771122+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-17T20:23:07.773636+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-17T20:23:07.774948+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-17T20:23:07.776289+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-17T20:23:07.777615+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-17T20:23:07.778779+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-17T20:23:07.780063+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-17T20:23:07.782034+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-17T20:23:07.783478+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-17T20:23:07.784592+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-17T20:23:07.785691+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-17T20:23:07.787019+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-17T20:23:07.788203+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-17T20:23:07.789587+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-17T20:23:07.791302+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-17T20:23:07.793118+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-17T20:23:07.794479+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-17T20:23:07.795589+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-17T20:23:07.796739+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-17T20:23:07.840451+02:00] console.DEBUG: Command "'d:s:u'" exited with code "1" {"command":"'d:s:u'","code":1} [] [2020-04-17T20:23:20.993935+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-17T20:23:21.013366+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-17T20:23:21.023856+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-17T20:23:21.029371+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-17T20:23:21.030624+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-17T20:23:21.031922+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-17T20:23:21.033096+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-17T20:23:21.034224+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-17T20:23:21.035504+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-17T20:23:21.036967+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-17T20:23:21.038930+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-17T20:23:21.040867+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-17T20:23:21.042265+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-17T20:23:21.043475+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-17T20:23:21.044680+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-17T20:23:21.046089+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-17T20:23:21.048175+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-17T20:23:21.049697+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-17T20:23:21.050846+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-17T20:23:21.052070+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-17T20:23:21.053515+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-17T20:23:21.054757+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-17T20:23:21.055908+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-17T20:23:21.057252+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-17T20:23:21.058484+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-17T20:23:21.059642+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-17T20:23:21.060958+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-17T20:23:21.062420+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-17T20:23:21.063751+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-17T20:23:21.065369+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-17T20:23:21.066902+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-17T20:23:21.068971+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-17T20:23:21.070086+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-17T20:23:21.071460+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-17T20:23:21.089777+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-17T20:23:21.093252+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-17T20:23:21.095000+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-17T20:23:21.097009+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-17T20:23:21.098567+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-17T20:23:21.099842+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-17T20:23:21.101025+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-17T20:23:21.102183+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-17T20:23:21.103365+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-17T20:23:21.104609+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-17T20:23:21.105889+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-17T20:23:21.107174+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-17T20:23:21.109328+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-17T20:23:21.110527+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-17T20:23:21.111841+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-17T20:23:21.113085+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-17T20:23:21.114294+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-17T20:23:21.115423+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-17T20:23:21.116559+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-17T20:23:21.117764+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-17T20:23:21.119244+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-17T20:23:21.120466+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-17T20:23:21.121803+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-17T20:23:21.123005+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-17T20:23:21.124057+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-17T20:23:21.126257+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-17T20:23:21.129469+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-17T20:23:21.131711+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-17T20:23:21.133426+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-17T20:23:21.134990+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-17T20:23:21.136522+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-17T20:23:21.138188+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-17T20:23:21.139964+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-17T20:23:21.142052+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-17T20:23:21.146046+02:00] doctrine.DEBUG: DROP INDEX IDX_58A92E65F675F31B [] [] [2020-04-17T20:23:21.160746+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post AS SELECT id, author_id, title, slug, summary, content, published_at FROM symfony_demo_post [] [] [2020-04-17T20:23:21.180687+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post [] [] [2020-04-17T20:23:21.238783+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, author_id INTEGER NOT NULL, title VARCHAR(255) NOT NULL COLLATE BINARY, slug VARCHAR(255) NOT NULL COLLATE BINARY, summary VARCHAR(255) NOT NULL COLLATE BINARY, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_58A92E65F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-17T20:23:21.250302+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (id, author_id, title, slug, summary, content, published_at) SELECT id, author_id, title, slug, summary, content, published_at FROM __temp__symfony_demo_post [] [] [2020-04-17T20:23:21.271257+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post [] [] [2020-04-17T20:23:21.272130+02:00] doctrine.DEBUG: CREATE INDEX IDX_58A92E65F675F31B ON symfony_demo_post (author_id) [] [] [2020-04-17T20:23:21.281855+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC4BAD26311 [] [] [2020-04-17T20:23:21.292140+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC44B89032C [] [] [2020-04-17T20:23:21.302807+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post_tag AS SELECT post_id, tag_id FROM symfony_demo_post_tag [] [] [2020-04-17T20:23:21.304540+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post_tag [] [] [2020-04-17T20:23:21.314743+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post_tag (post_id INTEGER NOT NULL, tag_id INTEGER NOT NULL, PRIMARY KEY(post_id, tag_id), CONSTRAINT FK_6ABC1CC44B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_6ABC1CC4BAD26311 FOREIGN KEY (tag_id) REFERENCES symfony_demo_tag (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-17T20:23:21.326033+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) SELECT post_id, tag_id FROM __temp__symfony_demo_post_tag [] [] [2020-04-17T20:23:21.335582+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post_tag [] [] [2020-04-17T20:23:21.336330+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC4BAD26311 ON symfony_demo_post_tag (tag_id) [] [] [2020-04-17T20:23:21.345388+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC44B89032C ON symfony_demo_post_tag (post_id) [] [] [2020-04-17T20:23:21.356049+02:00] doctrine.DEBUG: DROP INDEX UNIQ_8FB094A1E7927C74 [] [] [2020-04-17T20:23:21.366536+02:00] doctrine.DEBUG: DROP INDEX UNIQ_8FB094A1F85E0677 [] [] [2020-04-17T20:23:21.377136+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_user AS SELECT id, full_name, username, email, password, roles FROM symfony_demo_user [] [] [2020-04-17T20:23:21.379009+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_user [] [] [2020-04-17T20:23:21.389430+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_user (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, full_name VARCHAR(255) NOT NULL COLLATE BINARY, username VARCHAR(255) NOT NULL COLLATE BINARY, email VARCHAR(255) NOT NULL COLLATE BINARY, password VARCHAR(255) NOT NULL COLLATE BINARY, roles CLOB NOT NULL --(DC2Type:json) ) [] [] [2020-04-17T20:23:21.398468+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (id, full_name, username, email, password, roles) SELECT id, full_name, username, email, password, roles FROM __temp__symfony_demo_user [] [] [2020-04-17T20:23:21.408698+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_user [] [] [2020-04-17T20:23:21.409192+02:00] doctrine.DEBUG: CREATE UNIQUE INDEX UNIQ_8FB094A1E7927C74 ON symfony_demo_user (email) [] [] [2020-04-17T20:23:21.419915+02:00] doctrine.DEBUG: CREATE UNIQUE INDEX UNIQ_8FB094A1F85E0677 ON symfony_demo_user (username) [] [] [2020-04-17T20:23:21.430448+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F83F675F31B [] [] [2020-04-17T20:23:21.440422+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F834B89032C [] [] [2020-04-17T20:23:21.451095+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_comment AS SELECT id, post_id, author_id, content, published_at FROM symfony_demo_comment [] [] [2020-04-17T20:23:21.453150+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_comment [] [] [2020-04-17T20:23:21.482932+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_comment (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, post_id INTEGER NOT NULL, author_id INTEGER NOT NULL, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_53AD8F834B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_53AD8F83F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-17T20:23:21.492802+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (id, post_id, author_id, content, published_at) SELECT id, post_id, author_id, content, published_at FROM __temp__symfony_demo_comment [] [] [2020-04-17T20:23:21.507536+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_comment [] [] [2020-04-17T20:23:21.508220+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F83F675F31B ON symfony_demo_comment (author_id) [] [] [2020-04-17T20:23:21.519937+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F834B89032C ON symfony_demo_comment (post_id) [] [] [2020-04-17T20:23:37.254641+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"fr","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-04-17T20:23:38.485339+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:23:40.286976+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a097ac"},"request_uri":"http://localhost:8087/_wdt/a097ac","method":"GET"} [] [2020-04-17T20:26:04.167618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /default"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /default\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-17T20:26:06.450614+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2d3ed"},"request_uri":"http://localhost:8087/_wdt/b2d3ed","method":"GET"} [] [2020-04-17T20:27:20.300335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /default"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /default\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-17T20:27:22.462643+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75bdaf"},"request_uri":"http://localhost:8087/_wdt/75bdaf","method":"GET"} [] [2020-04-17T20:29:02.134956+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-04-17T20:29:02.351854+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:29:04.115586+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"default","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-04-17T20:29:05.167389+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:29:07.371712+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:29:08.517859+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:29:11.016362+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a8e02"},"request_uri":"http://localhost:8087/_wdt/3a8e02","method":"GET"} [] [2020-04-17T20:34:38.733509+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/vendor/symfony/validator/Resources/translations/validators.fr.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-04-17T20:34:39.041217+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml [] [] [2020-04-17T20:34:39.150253+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml [] [] [2020-04-17T20:38:03.745857+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-04-17T20:38:04.238485+02:00] request.INFO: Matched route "blog_search". {"route":"blog_search","route_parameters":{"_route":"blog_search","_controller":"App\\Controller\\BlogController::search","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/search","method":"GET"} [] [2020-04-17T20:38:04.856131+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/validator/Resources/translations/validators.fr.xlf [] [] [2020-04-17T20:38:05.249024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:38:08.627892+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"134e3c"},"request_uri":"http://localhost:8087/_wdt/134e3c","method":"GET"} [] [2020-04-17T20:38:10.927322+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-17T20:38:12.060287+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-17T20:38:11+02:00"] [] [2020-04-17T20:38:12.138865+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-17T20:38:11+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-17T20:38:12.177740+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-17T20:38:11+02:00"] [] [2020-04-17T20:38:12.638795+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:38:14.630105+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b6241"},"request_uri":"http://localhost:8087/_wdt/8b6241","method":"GET"} [] [2020-04-17T20:38:22.070925+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:38:23.065057+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:38:25.147759+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52bda1"},"request_uri":"http://localhost:8087/_wdt/52bda1","method":"GET"} [] [2020-04-17T20:40:11.783303+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:40:12.476578+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:40:15.814516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3cd43"},"request_uri":"http://localhost:8087/_wdt/d3cd43","method":"GET"} [] [2020-04-17T20:41:44.054594+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:41:44.327916+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/DefaultController.php:27)"} [] [2020-04-17T20:41:56.353924+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/DefaultController.php line 27 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/DefaultController.php:27)"} [] [2020-04-17T20:41:56.644937+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:41:58.721543+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e548f5"},"request_uri":"http://localhost:8087/_wdt/e548f5","method":"GET"} [] [2020-04-17T20:45:44.367769+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:45:44.672159+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T20:45:57.625788+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/DefaultController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T20:45:57.880691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:45:59.952487+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eeb28"},"request_uri":"http://localhost:8087/_wdt/9eeb28","method":"GET"} [] [2020-04-17T20:48:55.683566+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:48:55.950938+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T20:49:07.263308+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/DefaultController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T20:49:07.551149+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:49:09.604837+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94b5d4"},"request_uri":"http://localhost:8087/_wdt/94b5d4","method":"GET"} [] [2020-04-17T20:53:29.159861+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:53:29.440569+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T20:53:40.709306+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/DefaultController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T20:53:40.984605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:53:43.284407+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29e74d"},"request_uri":"http://localhost:8087/_wdt/29e74d","method":"GET"} [] [2020-04-17T20:55:09.649306+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T20:55:10.172223+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: ffmpeg" at /app/src/Controller/DefaultController.php line 30 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: ffmpeg at /app/src/Controller/DefaultController.php:30)"} [] [2020-04-17T20:55:10.441629+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T20:55:11.670609+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e23e7"},"request_uri":"http://localhost:8087/_wdt/4e23e7","method":"GET"} [] [2020-04-17T21:02:13.418683+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:02:13.729933+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T21:02:24.154915+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/DefaultController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T21:02:24.441079+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:02:26.875808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac7519"},"request_uri":"http://localhost:8087/_wdt/ac7519","method":"GET"} [] [2020-04-17T21:07:14.740185+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:07:16.578708+02:00] request.CRITICAL: Uncaught PHP Exception FFMpeg\Exception\ExecutableNotFoundException: "Unable to load FFProbe" at /app/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php line 50 {"exception":"[object] (FFMpeg\\Exception\\ExecutableNotFoundException(code: 0): Unable to load FFProbe at /app/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php:50)\n[previous exception] [object] (Alchemy\\BinaryDriver\\Exception\\ExecutableNotFoundException(code: 0): Executable not found, proposed : avprobe, ffprobe at /app/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php:159)"} [] [2020-04-17T21:07:17.163842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:07:19.041827+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb1613"},"request_uri":"http://localhost:8087/_wdt/cb1613","method":"GET"} [] [2020-04-17T21:07:58.224529+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:07:59.257865+02:00] request.CRITICAL: Uncaught PHP Exception FFMpeg\Exception\ExecutableNotFoundException: "Unable to load FFProbe" at /app/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php line 50 {"exception":"[object] (FFMpeg\\Exception\\ExecutableNotFoundException(code: 0): Unable to load FFProbe at /app/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php:50)\n[previous exception] [object] (Alchemy\\BinaryDriver\\Exception\\ExecutableNotFoundException(code: 0): Executable not found, proposed : /usr/bin/ffprobe at /app/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php:159)"} [] [2020-04-17T21:07:59.782426+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:08:01.407685+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e4da2"},"request_uri":"http://localhost:8087/_wdt/0e4da2","method":"GET"} [] [2020-04-17T21:09:59.895611+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:10:00.256340+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T21:10:13.099999+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/DefaultController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T21:10:13.677412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:10:15.986940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbc7cf"},"request_uri":"http://localhost:8087/_wdt/cbc7cf","method":"GET"} [] [2020-04-17T21:32:51.796074+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:32:53.517932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:32:57.307030+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e463cc"},"request_uri":"http://localhost:8087/_wdt/e463cc","method":"GET"} [] [2020-04-17T21:33:06.288228+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:33:07.393426+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:33:09.838505+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa1550"},"request_uri":"http://localhost:8087/_wdt/fa1550","method":"GET"} [] [2020-04-17T21:41:09.408190+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T21:41:09.938628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T21:41:12.816858+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b8acf"},"request_uri":"http://localhost:8087/_wdt/2b8acf","method":"GET"} [] [2020-04-17T22:04:15.512369+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T22:04:15.700957+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: crawler" at /app/src/Controller/DefaultController.php line 28 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: crawler at /app/src/Controller/DefaultController.php:28)"} [] [2020-04-17T22:04:16.078910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:04:18.642699+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f6ba5"},"request_uri":"http://localhost:8087/_wdt/6f6ba5","method":"GET"} [] [2020-04-17T22:04:51.201589+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T22:04:51.834547+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: crawler" at /app/src/Controller/DefaultController.php line 29 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: crawler at /app/src/Controller/DefaultController.php:29)"} [] [2020-04-17T22:04:52.245414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:04:54.705090+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"443bdc"},"request_uri":"http://localhost:8087/_wdt/443bdc","method":"GET"} [] [2020-04-17T22:08:05.393335+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T22:08:06.919142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:08:11.199701+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfca86"},"request_uri":"http://localhost:8087/_wdt/bfca86","method":"GET"} [] [2020-04-17T22:24:02.597800+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:24:02.677128+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Response' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Response' not found at /app/src/Controller/DefaultController.php:46)"} [] [2020-04-17T22:24:13.826918+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Response" from namespace "App\Controller". Did you forget a "use" statement for e.g. "Symfony\Flex\Response", "Symfony\Component\HttpFoundation\Response" or "Symfony\Component\BrowserKit\Response"?" at /app/src/Controller/DefaultController.php line 46 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Response\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Flex\\Response\", \"Symfony\\Component\\HttpFoundation\\Response\" or \"Symfony\\Component\\BrowserKit\\Response\"? at /app/src/Controller/DefaultController.php:46)"} [] [2020-04-17T22:24:14.091303+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:24:15.968855+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"703e39"},"request_uri":"http://localhost:8087/_wdt/703e39","method":"GET"} [] [2020-04-17T22:24:48.176600+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:24:48.811262+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:49:55.975712+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:49:56.542305+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(../src/Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(../src/Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:49:56.824489+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:49:59.344751+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33b592"},"request_uri":"http://localhost:8087/_wdt/33b592","method":"GET"} [] [2020-04-17T22:50:24.061624+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:50:24.592070+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/src/Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/src/Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:50:24.903126+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:50:26.765063+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"455cb1"},"request_uri":"http://localhost:8087/_wdt/455cb1","method":"GET"} [] [2020-04-17T22:50:40.325291+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:50:40.880974+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(src/Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(src/Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:50:41.156932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:50:42.996460+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33f6ab"},"request_uri":"http://localhost:8087/_wdt/33f6ab","method":"GET"} [] [2020-04-17T22:51:07.982903+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:51:08.613138+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(.../src/Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(.../src/Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:51:08.927996+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:51:10.260154+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f45fd6"},"request_uri":"http://localhost:8087/_wdt/f45fd6","method":"GET"} [] [2020-04-17T22:52:12.102397+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:52:12.761253+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:52:13.107444+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:52:15.341769+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a012b4"},"request_uri":"http://localhost:8087/_wdt/a012b4","method":"GET"} [] [2020-04-17T22:54:27.884082+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:54:28.700465+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(~/Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(~/Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:54:29.110408+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:54:30.941579+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c1090"},"request_uri":"http://localhost:8087/_wdt/1c1090","method":"GET"} [] [2020-04-17T22:55:57.907857+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:55:58.515288+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(./src/Isg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(./src/Isg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:55:58.836813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:56:00.131537+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a8b5c"},"request_uri":"http://localhost:8087/_wdt/5a8b5c","method":"GET"} [] [2020-04-17T22:58:05.531618+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:58:05.713552+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(./src/xml/lsg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(./src/xml/lsg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:58:05.999945+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:58:07.956347+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a1ff5"},"request_uri":"http://localhost:8087/_wdt/8a1ff5","method":"GET"} [] [2020-04-17T22:59:04.824814+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T22:59:05.018752+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(./src/xml/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(./src/xml/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T22:59:05.369779+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T22:59:07.792439+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"593d2f"},"request_uri":"http://localhost:8087/_wdt/593d2f","method":"GET"} [] [2020-04-17T23:15:05.105276+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T23:15:05.273137+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(./src/xml/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(./src/xml/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T23:15:05.601477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:15:07.670423+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bc435"},"request_uri":"http://localhost:8087/_wdt/0bc435","method":"GET"} [] [2020-04-17T23:15:23.862575+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-17T23:15:24.401383+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 47 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:47)"} [] [2020-04-17T23:15:24.662133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:15:26.287938+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd56ee"},"request_uri":"http://localhost:8087/_wdt/dd56ee","method":"GET"} [] [2020-04-17T23:20:31.203311+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:20:31.972894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:20:34.367660+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e305c5"},"request_uri":"http://localhost:8087/_wdt/e305c5","method":"GET"} [] [2020-04-17T23:35:46.049589+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:35:47.144316+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:35:49.582583+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bcc63"},"request_uri":"http://localhost:8087/_wdt/3bcc63","method":"GET"} [] [2020-04-17T23:35:59.981244+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:36:00.832242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:36:03.259521+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c296d"},"request_uri":"http://localhost:8087/_wdt/1c296d","method":"GET"} [] [2020-04-17T23:37:12.200322+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:37:13.002288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:37:15.518219+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"611a00"},"request_uri":"http://localhost:8087/_wdt/611a00","method":"GET"} [] [2020-04-17T23:38:53.567014+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:38:54.700184+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:38:57.268942+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dad48"},"request_uri":"http://localhost:8087/_wdt/8dad48","method":"GET"} [] [2020-04-17T23:42:15.288822+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:42:16.022559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:42:18.610087+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"946ebe"},"request_uri":"http://localhost:8087/_wdt/946ebe","method":"GET"} [] [2020-04-17T23:43:44.578772+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:43:45.651691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:43:48.176807+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a438f8"},"request_uri":"http://localhost:8087/_wdt/a438f8","method":"GET"} [] [2020-04-17T23:55:55.905099+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:55:56.869062+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:56:00.193056+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"317d21"},"request_uri":"http://localhost:8087/_wdt/317d21","method":"GET"} [] [2020-04-17T23:59:17.166702+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-17T23:59:18.647453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-17T23:59:22.863699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/jquery/jquery.min.js" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/jquery/jquery.min.js\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/jquery/jquery.min.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-17T23:59:26.447755+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"862d80"},"request_uri":"http://localhost:8087/_wdt/862d80","method":"GET"} [] [2020-04-18T00:00:18.940647+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:00:20.034908+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:00:23.349231+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7df46e"},"request_uri":"http://localhost:8087/_wdt/7df46e","method":"GET"} [] [2020-04-18T00:03:42.722452+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:03:44.140377+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:03:46.762221+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9de90f"},"request_uri":"http://localhost:8087/_wdt/9de90f","method":"GET"} [] [2020-04-18T00:21:31.709597+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:21:32.270347+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: Illegal offset type" at /app/src/Controller/DefaultController.php line 38 {"exception":"[object] (ErrorException(code: 0): Warning: Illegal offset type at /app/src/Controller/DefaultController.php:38)"} [] [2020-04-18T00:21:32.549591+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:21:34.807962+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53b80e"},"request_uri":"http://localhost:8087/_wdt/53b80e","method":"GET"} [] [2020-04-18T00:22:35.016718+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:22:35.553308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:22:38.165605+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21447b"},"request_uri":"http://localhost:8087/_wdt/21447b","method":"GET"} [] [2020-04-18T00:27:40.890977+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:27:41.934709+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:27:42.439505+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/index.html.twig line 30 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/index.html.twig:30)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php:124)"} [] [2020-04-18T00:27:45.009531+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2beb99"},"request_uri":"http://localhost:8087/_wdt/2beb99","method":"GET"} [] [2020-04-18T00:30:10.209061+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:30:11.284951+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:30:13.830586+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e62820"},"request_uri":"http://localhost:8087/_wdt/e62820","method":"GET"} [] [2020-04-18T00:58:34.958261+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-18T00:58:36.404882+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-18T00:58:36+02:00"] [] [2020-04-18T00:58:36.491223+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-18T00:58:36+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-18T00:58:36.595197+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-18T00:58:36+02:00"] [] [2020-04-18T00:58:37.087722+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:58:39.902144+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a8869"},"request_uri":"http://localhost:8087/_wdt/3a8869","method":"GET"} [] [2020-04-18T00:58:56.237516+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-18T00:58:57.171825+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-18T00:58:56+02:00"] [] [2020-04-18T00:58:57.236089+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-18T00:58:56+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-18T00:58:57.267228+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-18T00:58:56+02:00"] [] [2020-04-18T00:58:57.693304+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:59:00.003342+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"467e2f"},"request_uri":"http://localhost:8087/_wdt/467e2f","method":"GET"} [] [2020-04-18T00:59:09.761477+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-04-18T00:59:10.329682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:59:12.189716+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T00:59:12.919351+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T00:59:13.329759+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: livre")." at /app/templates/default/index.html.twig line 30 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: livre\"). at /app/templates/default/index.html.twig:30)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: livre at /app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php:125)"} [] [2020-04-18T00:59:16.234888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"825e76"},"request_uri":"http://localhost:8087/_wdt/825e76","method":"GET"} [] [2020-04-18T01:02:39.081004+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T01:02:39.832869+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected character ";"." at /app/templates/default/index.html.twig line 50 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected character \";\". at /app/templates/default/index.html.twig:50)"} [] [2020-04-18T01:02:40.282881+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T01:02:42.601875+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a393ef"},"request_uri":"http://localhost:8087/_wdt/a393ef","method":"GET"} [] [2020-04-18T01:03:25.850598+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T01:03:26.940599+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T01:03:30.049951+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ea41a"},"request_uri":"http://localhost:8087/_wdt/4ea41a","method":"GET"} [] [2020-04-18T01:04:07.631067+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T01:04:08.543039+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endblock" tag (expecting closing tag for the "for" tag defined near line 31)." at /app/templates/default/index.html.twig line 32 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endblock\" tag (expecting closing tag for the \"for\" tag defined near line 31). at /app/templates/default/index.html.twig:32)"} [] [2020-04-18T01:04:09.048032+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T01:04:11.290794+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6efc56"},"request_uri":"http://localhost:8087/_wdt/6efc56","method":"GET"} [] [2020-04-18T01:04:24.376007+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T01:04:25.079220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T01:04:27.793991+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ae3bc"},"request_uri":"http://localhost:8087/_wdt/1ae3bc","method":"GET"} [] [2020-04-18T01:09:54.028642+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T01:09:55.171414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T01:09:57.734837+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3be1f"},"request_uri":"http://localhost:8087/_wdt/a3be1f","method":"GET"} [] [2020-04-18T01:14:41.660103+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T01:14:42.471745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T01:14:44.491710+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2983bb"},"request_uri":"http://localhost:8087/_wdt/2983bb","method":"GET"} [] [2020-04-18T02:16:27.868871+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T02:16:28.341665+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 60 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:60)"} [] [2020-04-18T02:16:28.731978+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T02:16:31.075188+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"495765"},"request_uri":"http://localhost:8087/_wdt/495765","method":"GET"} [] [2020-04-18T02:27:42.237769+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T02:27:42.818143+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T02:50:05.880478+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T02:50:06.452744+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(Controller:sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 45 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(Controller:sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:45)"} [] [2020-04-18T02:50:06.748050+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T02:50:08.620340+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"175784"},"request_uri":"http://localhost:8087/_wdt/175784","method":"GET"} [] [2020-04-18T02:50:40.130543+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T02:50:40.811834+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(src:Controller:sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 45 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(src:Controller:sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:45)"} [] [2020-04-18T02:50:41.124015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T02:50:43.645084+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35c222"},"request_uri":"http://localhost:8087/_wdt/35c222","method":"GET"} [] [2020-04-18T02:51:04.809841+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T02:51:05.365884+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 45 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:45)"} [] [2020-04-18T02:51:05.652009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T02:51:07.587819+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65c7a8"},"request_uri":"http://localhost:8087/_wdt/65c7a8","method":"GET"} [] [2020-04-18T03:06:32.068838+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:06:32.755122+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned an array ([0 => ..., 1 => ..., 2 => ..., 3 => ..., 4 => ..., 5 => ..., 6 => ..., 7 => ..., 8 => ..., 9 => ..., 10 => ..., 11 => ..., 12 => ..., 13 => ..., 14 => ..., 15 => ..., 16 => ..., 17 => ..., 18 => ..., 19 => ..., 20 => ..., 21 => ..., 22 => ..., 23 => ..., 2])." at /app/src/Controller/DefaultController.php line 33672 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned an array ([0 => ..., 1 => ..., 2 => ..., 3 => ..., 4 => ..., 5 => ..., 6 => ..., 7 => ..., 8 => ..., 9 => ..., 10 => ..., 11 => ..., 12 => ..., 13 => ..., 14 => ..., 15 => ..., 16 => ..., 17 => ..., 18 => ..., 19 => ..., 20 => ..., 21 => ..., 22 => ..., 23 => ..., 2]). at /app/src/Controller/DefaultController.php:33672)"} [] [2020-04-18T03:06:33.511166+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:06:35.811279+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07c009"},"request_uri":"http://localhost:8087/_wdt/07c009","method":"GET"} [] [2020-04-18T03:08:25.896376+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:08:26.644452+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned an array ([0 => ..., 1 => ..., 2 => ..., 3 => ..., 4 => ..., 5 => ..., 6 => ..., 7 => ..., 8 => ..., 9 => ..., 10 => ..., 11 => ..., 12 => ..., 13 => ..., 14 => ..., 15 => ..., 16 => ..., 17 => ..., 18 => ..., 19 => ..., 20 => ..., 21 => ..., 22 => ..., 23 => ..., 2])." at /app/src/Controller/DefaultController.php line 33673 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned an array ([0 => ..., 1 => ..., 2 => ..., 3 => ..., 4 => ..., 5 => ..., 6 => ..., 7 => ..., 8 => ..., 9 => ..., 10 => ..., 11 => ..., 12 => ..., 13 => ..., 14 => ..., 15 => ..., 16 => ..., 17 => ..., 18 => ..., 19 => ..., 20 => ..., 21 => ..., 22 => ..., 23 => ..., 2]). at /app/src/Controller/DefaultController.php:33673)"} [] [2020-04-18T03:08:27.445154+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:08:29.334053+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf3889"},"request_uri":"http://localhost:8087/_wdt/bf3889","method":"GET"} [] [2020-04-18T03:09:07.193601+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:09:07.825734+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned an array ([0 => ..., 1 => ..., 2 => ..., 3 => ..., 4 => ..., 5 => ..., 6 => ..., 7 => ..., 8 => ..., 9 => ..., 10 => ..., 11 => ..., 12 => ..., 13 => ..., 14 => ..., 15 => ..., 16 => ..., 17 => ..., 18 => ..., 19 => ..., 20 => ..., 21 => ..., 22 => ..., 23 => ..., 2])." at /app/src/Controller/DefaultController.php line 33673 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned an array ([0 => ..., 1 => ..., 2 => ..., 3 => ..., 4 => ..., 5 => ..., 6 => ..., 7 => ..., 8 => ..., 9 => ..., 10 => ..., 11 => ..., 12 => ..., 13 => ..., 14 => ..., 15 => ..., 16 => ..., 17 => ..., 18 => ..., 19 => ..., 20 => ..., 21 => ..., 22 => ..., 23 => ..., 2]). at /app/src/Controller/DefaultController.php:33673)"} [] [2020-04-18T03:09:08.448857+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:09:10.414413+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88d415"},"request_uri":"http://localhost:8087/_wdt/88d415","method":"GET"} [] [2020-04-18T03:10:33.373169+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:10:34.050936+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 33673 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:33673)"} [] [2020-04-18T03:10:34.939212+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:10:37.203285+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7439aa"},"request_uri":"http://localhost:8087/_wdt/7439aa","method":"GET"} [] [2020-04-18T03:14:08.513228+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:14:09.145553+02:00] request.CRITICAL: Uncaught PHP Exception LogicException: "Cannot evaluate the expression on an uninitialized crawler." at /app/vendor/symfony/dom-crawler/Crawler.php line 663 {"exception":"[object] (LogicException(code: 0): Cannot evaluate the expression on an uninitialized crawler. at /app/vendor/symfony/dom-crawler/Crawler.php:663)"} [] [2020-04-18T03:14:09.472118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:14:11.671192+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a6e58"},"request_uri":"http://localhost:8087/_wdt/9a6e58","method":"GET"} [] [2020-04-18T03:14:35.903633+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:14:36.223872+02:00] php.CRITICAL: Uncaught Error: Too few arguments to function Symfony\Component\DomCrawler\Crawler::filterXPath(), 0 passed in /app/src/Controller/DefaultController.php on line 50 and exactly 1 expected {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Symfony\\Component\\DomCrawler\\Crawler::filterXPath(), 0 passed in /app/src/Controller/DefaultController.php on line 50 and exactly 1 expected at /app/vendor/symfony/dom-crawler/Crawler.php:724)"} [] [2020-04-18T03:14:36.561258+02:00] request.CRITICAL: Uncaught PHP Exception ArgumentCountError: "Too few arguments to function Symfony\Component\DomCrawler\Crawler::filterXPath(), 0 passed in /app/src/Controller/DefaultController.php on line 50 and exactly 1 expected" at /app/vendor/symfony/dom-crawler/Crawler.php line 724 {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Symfony\\Component\\DomCrawler\\Crawler::filterXPath(), 0 passed in /app/src/Controller/DefaultController.php on line 50 and exactly 1 expected at /app/vendor/symfony/dom-crawler/Crawler.php:724)"} [] [2020-04-18T03:14:36.895243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:14:39.265708+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a03f5b"},"request_uri":"http://localhost:8087/_wdt/a03f5b","method":"GET"} [] [2020-04-18T03:35:29.458877+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\DefaultController::xmlresponseAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-18T03:35:30.089436+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 55 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:55)"} [] [2020-04-18T03:35:30.412534+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:35:32.762914+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c162a"},"request_uri":"http://localhost:8087/_wdt/2c162a","method":"GET"} [] [2020-04-18T03:35:42.421906+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T03:35:43.261760+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 65 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:65)"} [] [2020-04-18T03:35:43.634210+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:35:46.026436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c00bf2"},"request_uri":"http://localhost:8087/_wdt/c00bf2","method":"GET"} [] [2020-04-18T03:36:02.058964+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T03:36:02.966961+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T03:36:05.324168+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ada1b2"},"request_uri":"http://localhost:8087/_wdt/ada1b2","method":"GET"} [] [2020-04-18T14:41:20.659149+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-04-18T14:41:21.588514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:41:23.336703+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"default","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-04-18T14:41:23.942792+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:41:25.579889+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-18T14:41:26.500567+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:41:28.978684+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b5054"},"request_uri":"http://localhost:8087/_wdt/7b5054","method":"GET"} [] [2020-04-18T14:41:36.283409+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T14:41:37.116652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:41:49.808582+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dd4c7"},"request_uri":"http://localhost:8087/_wdt/5dd4c7","method":"GET"} [] [2020-04-18T14:48:38.662463+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T14:48:39.533499+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "sortbyfield" filter." at /app/templates/default/livre.html.twig line 30 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"sortbyfield\" filter. at /app/templates/default/livre.html.twig:30)"} [] [2020-04-18T14:48:40.514823+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:48:42.616924+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"736338"},"request_uri":"http://localhost:8087/_wdt/736338","method":"GET"} [] [2020-04-18T14:51:08.562501+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T14:51:09.464630+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "s" filter. Did you mean "abs", "sort", "last", "keys", "split", "slice", "first", "trans", "escape", "reverse", "spaceless", "striptags", "abbr_class", "json_encode", "format_args", "sanitize_html", "currency_symbol", "format_log_message", "format_args_as_text", "doctrine_replace_query_parameters"?" at /app/templates/default/livre.html.twig line 30 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"s\" filter. Did you mean \"abs\", \"sort\", \"last\", \"keys\", \"split\", \"slice\", \"first\", \"trans\", \"escape\", \"reverse\", \"spaceless\", \"striptags\", \"abbr_class\", \"json_encode\", \"format_args\", \"sanitize_html\", \"currency_symbol\", \"format_log_message\", \"format_args_as_text\", \"doctrine_replace_query_parameters\"? at /app/templates/default/livre.html.twig:30)"} [] [2020-04-18T14:51:10.424845+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:51:12.287277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99b611"},"request_uri":"http://localhost:8087/_wdt/99b611","method":"GET"} [] [2020-04-18T14:52:32.474856+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T14:52:33.332981+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "operator" of value "="." at /app/templates/default/livre.html.twig line 30 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"operator\" of value \"=\". at /app/templates/default/livre.html.twig:30)"} [] [2020-04-18T14:52:34.245680+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:52:35.894671+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"962b5f"},"request_uri":"http://localhost:8087/_wdt/962b5f","method":"GET"} [] [2020-04-18T14:55:40.268634+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T14:55:41.029245+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:55:41.453599+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: uasort() expects parameter 2 to be a valid callback, function '=' not found or invalid function name")." at /app/templates/default/livre.html.twig line 30 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: uasort() expects parameter 2 to be a valid callback, function '=' not found or invalid function name\"). at /app/templates/default/livre.html.twig:30)\n[previous exception] [object] (ErrorException(code: 0): Warning: uasort() expects parameter 2 to be a valid callback, function '=' not found or invalid function name at /app/vendor/twig/twig/src/Extension/CoreExtension.php:880)"} [] [2020-04-18T14:55:44.272717+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf0290"},"request_uri":"http://localhost:8087/_wdt/cf0290","method":"GET"} [] [2020-04-18T14:58:49.585027+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T14:58:50.153571+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T14:59:02.141829+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1ea34"},"request_uri":"http://localhost:8087/_wdt/d1ea34","method":"GET"} [] [2020-04-18T15:06:04.748313+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:06:05.896604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:06:08.238462+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6c198"},"request_uri":"http://localhost:8087/_wdt/a6c198","method":"GET"} [] [2020-04-18T15:27:19.418394+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:27:20.506948+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:27:52.682059+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c0529"},"request_uri":"http://localhost:8087/_wdt/0c0529","method":"GET"} [] [2020-04-18T15:42:06.568398+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:42:07.491884+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:42:08.137213+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T15:42:11.718013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f62239"},"request_uri":"http://localhost:8087/_wdt/f62239","method":"GET"} [] [2020-04-18T15:43:23.556654+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:43:24.444824+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:43:24.866673+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("END") on a string variable ("=001 Genesis Genèse - Genesis")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"END\") on a string variable (\"=001 Genesis Genèse - Genesis\"). at /app/templates/default/livre.html.twig:31)"} [] [2020-04-18T15:43:27.224775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f62b9"},"request_uri":"http://localhost:8087/_wdt/6f62b9","method":"GET"} [] [2020-04-18T15:54:11.858492+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:54:12.812448+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:54:13.305037+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T15:55:00.483571+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"273a1c"},"request_uri":"http://localhost:8087/_wdt/273a1c","method":"GET"} [] [2020-04-18T15:55:29.734193+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:55:30.711784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:55:31.193184+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "ENDE" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533" does not exist." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"ENDE\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533\" does not exist. at /app/templates/default/livre.html.twig:31)"} [] [2020-04-18T15:56:07.926389+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:56:08.457241+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:56:09.505764+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:56:09.569246+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:56:10.182683+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T15:56:10.190602+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T15:57:09.235559+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e5a19"},"request_uri":"http://localhost:8087/_wdt/0e5a19","method":"GET"} [] [2020-04-18T15:59:11.155507+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T15:59:11.816543+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T15:59:12.218143+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T15:59:37.306123+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7f777"},"request_uri":"http://localhost:8087/_wdt/a7f777","method":"GET"} [] [2020-04-18T16:01:39.548588+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T16:01:39.890003+02:00] php.CRITICAL: Uncaught Error: Function name must be a string {"exception":"[object] (Error(code: 0): Function name must be a string at /app/src/Controller/DefaultController.php:4964)"} [] [2020-04-18T16:01:40.251871+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Function name must be a string" at /app/src/Controller/DefaultController.php line 4964 {"exception":"[object] (Error(code: 0): Function name must be a string at /app/src/Controller/DefaultController.php:4964)"} [] [2020-04-18T16:01:40.698138+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T16:01:55.315362+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T16:01:55.619509+02:00] php.CRITICAL: Uncaught Error: Function name must be a string {"exception":"[object] (Error(code: 0): Function name must be a string at /app/src/Controller/DefaultController.php:4964)"} [] [2020-04-18T16:01:55.937498+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Function name must be a string" at /app/src/Controller/DefaultController.php line 4964 {"exception":"[object] (Error(code: 0): Function name must be a string at /app/src/Controller/DefaultController.php:4964)"} [] [2020-04-18T16:01:56.276763+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T16:01:58.328466+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c4ab1"},"request_uri":"http://localhost:8087/_wdt/1c4ab1","method":"GET"} [] [2020-04-18T16:02:12.681680+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T16:02:13.360240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T16:02:13.861266+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T16:06:39.222011+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T16:06:40.156763+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T16:06:40.772989+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T16:07:06.471371+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T16:07:08.146892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T16:07:08.798326+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "ENDE" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533" does not exist." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"ENDE\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533\" does not exist. at /app/templates/default/livre.html.twig:31)"} [] [2020-04-18T16:52:54.013162+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T16:52:54.876057+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T16:52:55.445677+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "ENDE" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533" does not exist." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"ENDE\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533\" does not exist. at /app/templates/default/livre.html.twig:31)"} [] [2020-04-18T16:52:58.908868+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc361b"},"request_uri":"http://localhost:8087/_wdt/bc361b","method":"GET"} [] [2020-04-18T16:52:59.452825+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: unserialize(): Error at offset 11042874 of 11042893 bytes" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 126 {"exception":"[object] (ErrorException(code: 0): Notice: unserialize(): Error at offset 11042874 of 11042893 bytes at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:126)"} [] [2020-04-18T17:01:22.057817+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:01:22.495256+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_file(): I/O warning : failed to load external entity "./src/Controller/sg_french.xml"" at /app/src/Controller/DefaultController.php line 63 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_file(): I/O warning : failed to load external entity "./src/Controller/sg_french.xml" at /app/src/Controller/DefaultController.php:63)"} [] [2020-04-18T17:01:22.788515+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:01:58.051116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cc153"},"request_uri":"http://localhost:8087/_wdt/5cc153","method":"GET"} [] [2020-04-18T17:04:21.701500+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:04:22.208193+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(./src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 63 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(./src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:63)"} [] [2020-04-18T17:04:22.483898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:04:23.905235+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08f7cd"},"request_uri":"http://localhost:8087/_wdt/08f7cd","method":"GET"} [] [2020-04-18T17:05:34.762963+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:08:12.999723+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:08:13.258192+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\XMLWriter' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\XMLWriter' not found at /app/src/Controller/DefaultController.php:65)"} [] [2020-04-18T17:08:23.723243+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "XMLWriter" from namespace "App\Controller". Did you forget a "use" statement for another namespace?" at /app/src/Controller/DefaultController.php line 65 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"XMLWriter\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for another namespace? at /app/src/Controller/DefaultController.php:65)"} [] [2020-04-18T17:08:23.998422+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:08:25.837271+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ffd38"},"request_uri":"http://localhost:8087/_wdt/3ffd38","method":"GET"} [] [2020-04-18T17:15:09.206444+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:15:09.727546+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(entry.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 63 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(entry.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:63)"} [] [2020-04-18T17:15:10.013655+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:15:11.955165+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d5ba5"},"request_uri":"http://localhost:8087/_wdt/7d5ba5","method":"GET"} [] [2020-04-18T17:15:38.277156+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:15:38.587082+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(./src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 63 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(./src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:63)"} [] [2020-04-18T17:15:38.769481+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:15:40.357770+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"992ac5"},"request_uri":"http://localhost:8087/_wdt/992ac5","method":"GET"} [] [2020-04-18T17:17:50.148650+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:17:50.652632+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 63 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:63)"} [] [2020-04-18T17:17:50.949610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:17:52.888478+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"000db9"},"request_uri":"http://localhost:8087/_wdt/000db9","method":"GET"} [] [2020-04-18T17:19:15.348065+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:19:15.990893+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T17:19:16.326739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:20:52.209311+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:20:52.769884+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:20:53.237356+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:20:53.948562+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T17:20:54.923265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T17:22:47.382857+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T17:22:48.291418+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T17:22:48.733669+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:04:12.173219+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:04:12.872104+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T20:04:13.341926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:08:20.533659+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:08:21.434319+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T20:08:21.918083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:09:06.116996+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89806c"},"request_uri":"http://localhost:8087/_wdt/89806c","method":"GET"} [] [2020-04-18T20:09:52.482699+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:09:53.280908+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(/../src/Controller/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T20:09:53.590904+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:09:58.385019+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"061032"},"request_uri":"http://localhost:8087/_wdt/061032","method":"GET"} [] [2020-04-18T20:10:28.529604+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:16:25.783327+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:16:26.645078+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: crawler" at /app/src/Controller/DefaultController.php line 66 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: crawler at /app/src/Controller/DefaultController.php:66)"} [] [2020-04-18T20:16:27.027313+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:16:48.200734+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e97120"},"request_uri":"http://localhost:8087/_wdt/e97120","method":"GET"} [] [2020-04-18T20:18:46.514813+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:18:47.297440+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_file(): I/O warning : failed to load external entity "/../src/Controller/sg_french.xml"" at /app/src/Controller/DefaultController.php line 65 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_file(): I/O warning : failed to load external entity "/../src/Controller/sg_french.xml" at /app/src/Controller/DefaultController.php:65)"} [] [2020-04-18T20:18:47.709528+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:18:52.595942+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81638c"},"request_uri":"http://localhost:8087/_wdt/81638c","method":"GET"} [] [2020-04-18T20:19:55.806032+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:19:56.840864+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_file(): I/O warning : failed to load external entity "1"" at /app/src/Controller/DefaultController.php line 65 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_file(): I/O warning : failed to load external entity "1" at /app/src/Controller/DefaultController.php:65)"} [] [2020-04-18T20:19:57.329228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:20:39.486899+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efa752"},"request_uri":"http://localhost:8087/_wdt/efa752","method":"GET"} [] [2020-04-18T20:21:49.238749+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T20:21:50.003737+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_file(): I/O warning : failed to load external entity "1"" at /app/src/Controller/DefaultController.php line 65 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_file(): I/O warning : failed to load external entity "1" at /app/src/Controller/DefaultController.php:65)"} [] [2020-04-18T20:21:50.367931+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T20:22:11.209263+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e3f98"},"request_uri":"http://localhost:8087/_wdt/8e3f98","method":"GET"} [] [2020-04-18T21:18:30.063949+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:19:23.638892+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:20:22.556377+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:20:23.114805+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(../src/Controller/sg_french.xm): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 64 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(../src/Controller/sg_french.xm): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:64)"} [] [2020-04-18T21:20:23.432477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:20:25.223211+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bd4b2"},"request_uri":"http://localhost:8087/_wdt/4bd4b2","method":"GET"} [] [2020-04-18T21:20:36.525516+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:25:40.616522+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:25:41.510119+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Undefined namespace prefix" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Undefined namespace prefix at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-18T21:25:41.867727+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:25:43.679540+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"440a7a"},"request_uri":"http://localhost:8087/_wdt/440a7a","method":"GET"} [] [2020-04-18T21:30:36.478855+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:30:37.478588+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Undefined namespace prefix" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Undefined namespace prefix at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-18T21:30:37.894153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:30:39.997373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ceade6"},"request_uri":"http://localhost:8087/_wdt/ceade6","method":"GET"} [] [2020-04-18T21:39:08.920164+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:39:09.869122+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:39:10.364241+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: bb")." at /app/templates/default/livre.html.twig line 30 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: bb\"). at /app/templates/default/livre.html.twig:30)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: bb at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:125)"} [] [2020-04-18T21:39:12.743966+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e53a47"},"request_uri":"http://localhost:8087/_wdt/e53a47","method":"GET"} [] [2020-04-18T21:39:36.470343+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:39:37.784137+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:39:40.455789+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85d103"},"request_uri":"http://localhost:8087/_wdt/85d103","method":"GET"} [] [2020-04-18T21:40:18.766283+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:40:19.475023+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:40:21.377180+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dab027"},"request_uri":"http://localhost:8087/_wdt/dab027","method":"GET"} [] [2020-04-18T21:41:26.566523+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:41:27.755270+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:41:28.183037+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T21:41:30.707874+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5696fb"},"request_uri":"http://localhost:8087/_wdt/5696fb","method":"GET"} [] [2020-04-18T21:52:11.771389+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:52:12.312871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:52:12.614186+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T21:52:14.806983+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f13747"},"request_uri":"http://localhost:8087/_wdt/f13747","method":"GET"} [] [2020-04-18T21:52:33.331518+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:53:15.569005+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:53:21.173662+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:54:10.288926+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:54:10.603941+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Symfony\Component\DomCrawler\Crawler::file_get_contents() {"exception":"[object] (Error(code: 0): Call to undefined method Symfony\\Component\\DomCrawler\\Crawler::file_get_contents() at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-18T21:54:10.998851+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "file_get_contents" of class "Symfony\Component\DomCrawler\Crawler"." at /app/src/Controller/DefaultController.php line 68 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"file_get_contents\" of class \"Symfony\\Component\\DomCrawler\\Crawler\". at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-18T21:54:11.365412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T21:54:13.295982+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5d1fc"},"request_uri":"http://localhost:8087/_wdt/d5d1fc","method":"GET"} [] [2020-04-18T21:59:56.837365+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T21:59:57.343457+02:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Controller\DefaultController::assertEquals() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Controller\\DefaultController::assertEquals() at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-18T21:59:57.663533+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "assertEquals" of class "App\Controller\DefaultController"." at /app/src/Controller/DefaultController.php line 68 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"assertEquals\" of class \"App\\Controller\\DefaultController\". at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-18T21:59:57.945332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:00:00.121652+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20896e"},"request_uri":"http://localhost:8087/_wdt/20896e","method":"GET"} [] [2020-04-18T22:02:29.053119+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:06:10.621499+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:08:35.230456+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:11:12.135665+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:11:13.155240+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Undefined namespace prefix" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Undefined namespace prefix at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-18T22:11:13.563128+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:11:15.478723+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1635d"},"request_uri":"http://localhost:8087/_wdt/f1635d","method":"GET"} [] [2020-04-18T22:11:41.510451+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:13:40.957209+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:15:02.964031+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:17:57.819738+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:38:53.422753+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:38:54.397730+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\ExpressionErrorException: "Pseudo-class "bname" not supported." at /app/vendor/symfony/css-selector/XPath/Translator.php line 197 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException(code: 0): Pseudo-class \"bname\" not supported. at /app/vendor/symfony/css-selector/XPath/Translator.php:197)"} [] [2020-04-18T22:38:54.841704+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:38:57.057528+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc72df"},"request_uri":"http://localhost:8087/_wdt/cc72df","method":"GET"} [] [2020-04-18T22:41:40.023140+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:41:40.795138+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Undefined namespace prefix" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Undefined namespace prefix at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-18T22:41:41.185910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:41:43.683991+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8508ad"},"request_uri":"http://localhost:8087/_wdt/8508ad","method":"GET"} [] [2020-04-18T22:42:11.774681+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:42:12.847124+02:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The current node list is empty." at /app/vendor/symfony/dom-crawler/Crawler.php line 590 {"exception":"[object] (InvalidArgumentException(code: 0): The current node list is empty. at /app/vendor/symfony/dom-crawler/Crawler.php:590)"} [] [2020-04-18T22:42:13.229841+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:42:15.686529+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc095f"},"request_uri":"http://localhost:8087/_wdt/cc095f","method":"GET"} [] [2020-04-18T22:43:01.682179+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:43:02.802167+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\ExpressionErrorException: "Pseudo-class "bname" not supported." at /app/vendor/symfony/css-selector/XPath/Translator.php line 197 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\ExpressionErrorException(code: 0): Pseudo-class \"bname\" not supported. at /app/vendor/symfony/css-selector/XPath/Translator.php:197)"} [] [2020-04-18T22:43:03.271497+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:43:06.060925+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4e24a"},"request_uri":"http://localhost:8087/_wdt/c4e24a","method":"GET"} [] [2020-04-18T22:45:26.254482+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:45:27.560688+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:45:29.646272+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"861e84"},"request_uri":"http://localhost:8087/_wdt/861e84","method":"GET"} [] [2020-04-18T22:46:02.407649+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:46:28.941212+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:47:39.759246+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:47:40.527911+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:47:42.570350+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"460bc4"},"request_uri":"http://localhost:8087/_wdt/460bc4","method":"GET"} [] [2020-04-18T22:50:37.517824+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:50:38.560689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:50:39.049570+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T22:50:41.795179+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32837a"},"request_uri":"http://localhost:8087/_wdt/32837a","method":"GET"} [] [2020-04-18T22:55:47.002054+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T22:55:47.586840+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Symfony\Component\DomCrawler\Crawler::getElementsByTagName() {"exception":"[object] (Error(code: 0): Call to undefined method Symfony\\Component\\DomCrawler\\Crawler::getElementsByTagName() at /app/src/Controller/DefaultController.php:69)"} [] [2020-04-18T22:55:47.901761+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getElementsByTagName" of class "Symfony\Component\DomCrawler\Crawler"." at /app/src/Controller/DefaultController.php line 69 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getElementsByTagName\" of class \"Symfony\\Component\\DomCrawler\\Crawler\". at /app/src/Controller/DefaultController.php:69)"} [] [2020-04-18T22:55:48.225755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T22:55:49.869625+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84e48f"},"request_uri":"http://localhost:8087/_wdt/84e48f","method":"GET"} [] [2020-04-18T23:00:24.240950+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:00:24.750668+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: flux" at /app/src/Controller/DefaultController.php line 70 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: flux at /app/src/Controller/DefaultController.php:70)"} [] [2020-04-18T23:00:25.000196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:00:27.031655+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dd490"},"request_uri":"http://localhost:8087/_wdt/8dd490","method":"GET"} [] [2020-04-18T23:01:37.255778+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:01:37.551930+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\DOMDocument' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\DOMDocument' not found at /app/src/Controller/DefaultController.php:72)"} [] [2020-04-18T23:01:48.660900+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "DOMDocument" from namespace "App\Controller". Did you forget a "use" statement for another namespace?" at /app/src/Controller/DefaultController.php line 72 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"DOMDocument\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for another namespace? at /app/src/Controller/DefaultController.php:72)"} [] [2020-04-18T23:01:48.937122+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:01:51.234298+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"326587"},"request_uri":"http://localhost:8087/_wdt/326587","method":"GET"} [] [2020-04-18T23:04:55.199167+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:04:55.949739+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Symfony\Component\DomCrawler\Crawler::item() {"exception":"[object] (Error(code: 0): Call to undefined method Symfony\\Component\\DomCrawler\\Crawler::item() at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-18T23:04:56.317429+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "item" of class "Symfony\Component\DomCrawler\Crawler"." at /app/src/Controller/DefaultController.php line 68 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"item\" of class \"Symfony\\Component\\DomCrawler\\Crawler\". at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-18T23:04:56.651287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:04:58.847877+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26d232"},"request_uri":"http://localhost:8087/_wdt/26d232","method":"GET"} [] [2020-04-18T23:09:42.526309+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:10:32.819944+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:10:33.834535+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:10:36.484739+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0650d6"},"request_uri":"http://localhost:8087/_wdt/0650d6","method":"GET"} [] [2020-04-18T23:18:40.222181+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:18:41.237888+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: Symfony\Component\DomCrawler\Crawler::$b" at /app/src/Controller/DefaultController.php line 71 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: Symfony\\Component\\DomCrawler\\Crawler::$b at /app/src/Controller/DefaultController.php:71)"} [] [2020-04-18T23:18:41.531040+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:18:44.011756+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cda6e"},"request_uri":"http://localhost:8087/_wdt/8cda6e","method":"GET"} [] [2020-04-18T23:27:40.648854+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:27:41.477783+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: Symfony\Component\DomCrawler\Crawler::$b" at /app/src/Controller/DefaultController.php line 71 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: Symfony\\Component\\DomCrawler\\Crawler::$b at /app/src/Controller/DefaultController.php:71)"} [] [2020-04-18T23:27:41.804001+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:27:43.887425+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a3241"},"request_uri":"http://localhost:8087/_wdt/0a3241","method":"GET"} [] [2020-04-18T23:27:54.182512+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:37:21.800067+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:44:03.122145+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:44:04.148025+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:44:07.188249+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33ff27"},"request_uri":"http://localhost:8087/_wdt/33ff27","method":"GET"} [] [2020-04-18T23:56:48.671348+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:57:38.318029+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:57:39.473960+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "key" filter. Did you mean "keys"?" at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"key\" filter. Did you mean \"keys\"? at /app/templates/default/livre.html.twig:31)"} [] [2020-04-18T23:57:39.973625+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:57:43.511749+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a26f7"},"request_uri":"http://localhost:8087/_wdt/2a26f7","method":"GET"} [] [2020-04-18T23:57:56.461415+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-18T23:57:58.047614+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-18T23:57:58.496312+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-18T23:58:03.202802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b70fbd"},"request_uri":"http://localhost:8087/_wdt/b70fbd","method":"GET"} [] [2020-04-18T23:58:44.987289+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:00:29.927419+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:03:34.438134+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:03:35.616502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:03:36.048375+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:129)"} [] [2020-04-19T00:03:38.941358+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ce083"},"request_uri":"http://localhost:8087/_wdt/9ce083","method":"GET"} [] [2020-04-19T00:04:12.102306+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:04:13.373840+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:04:15.788119+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f67169"},"request_uri":"http://localhost:8087/_wdt/f67169","method":"GET"} [] [2020-04-19T00:05:01.604747+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:05:02.590542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:05:04.889866+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e74cc"},"request_uri":"http://localhost:8087/_wdt/5e74cc","method":"GET"} [] [2020-04-19T00:09:04.587296+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:09:06.005725+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:09:08.424187+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e186a5"},"request_uri":"http://localhost:8087/_wdt/e186a5","method":"GET"} [] [2020-04-19T00:09:43.360295+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:09:44.494762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:09:46.906002+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd779c"},"request_uri":"http://localhost:8087/_wdt/cd779c","method":"GET"} [] [2020-04-19T00:11:01.280257+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:11:02.315367+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:11:05.325674+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a04b10"},"request_uri":"http://localhost:8087/_wdt/a04b10","method":"GET"} [] [2020-04-19T00:14:17.545950+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:18:58.935975+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:20:54.244366+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:20:55.590109+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:20:58.197331+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22a6d0"},"request_uri":"http://localhost:8087/_wdt/22a6d0","method":"GET"} [] [2020-04-19T00:23:08.215570+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:23:09.119675+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:23:11.431718+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb19dd"},"request_uri":"http://localhost:8087/_wdt/fb19dd","method":"GET"} [] [2020-04-19T00:33:30.047390+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:33:31.063175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:33:33.485775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63908f"},"request_uri":"http://localhost:8087/_wdt/63908f","method":"GET"} [] [2020-04-19T00:34:02.330894+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:55:54.300723+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:55:55.227704+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T00:55:55.556302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:55:57.546220+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13af40"},"request_uri":"http://localhost:8087/_wdt/13af40","method":"GET"} [] [2020-04-19T00:56:18.865009+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:58:41.685904+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T00:58:42.744333+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T00:58:45.056956+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4edb77"},"request_uri":"http://localhost:8087/_wdt/4edb77","method":"GET"} [] [2020-04-19T01:06:10.929456+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:06:11.853939+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined index: 0-Et il me montra un fleuve d'eau de la vie, limpide comme du cristal, qui sortait du trône de Dieu et de l'agneau." at /app/src/Controller/DefaultController.php line 83 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined index: 0-Et il me montra un fleuve d'eau de la vie, limpide comme du cristal, qui sortait du trône de Dieu et de l'agneau. at /app/src/Controller/DefaultController.php:83)"} [] [2020-04-19T01:06:12.148534+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:06:13.936149+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"460f38"},"request_uri":"http://localhost:8087/_wdt/460f38","method":"GET"} [] [2020-04-19T01:08:32.305504+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:08:33.281958+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined index: 0-Et il me montra un fleuve d'eau de la vie, limpide comme du cristal, qui sortait du trône de Dieu et de l'agneau." at /app/src/Controller/DefaultController.php line 83 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined index: 0-Et il me montra un fleuve d'eau de la vie, limpide comme du cristal, qui sortait du trône de Dieu et de l'agneau. at /app/src/Controller/DefaultController.php:83)"} [] [2020-04-19T01:08:33.608120+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:08:35.714047+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc3d54"},"request_uri":"http://localhost:8087/_wdt/fc3d54","method":"GET"} [] [2020-04-19T01:10:06.661036+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:10:07.570223+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected selector, but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected selector, but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-19T01:10:07.958520+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:10:09.998329+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c1a1c"},"request_uri":"http://localhost:8087/_wdt/8c1a1c","method":"GET"} [] [2020-04-19T01:12:43.317325+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:12:44.418118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:12:47.173251+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8a9dd"},"request_uri":"http://localhost:8087/_wdt/f8a9dd","method":"GET"} [] [2020-04-19T01:15:19.851436+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:15:21.170805+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:15:23.841874+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c5a8d"},"request_uri":"http://localhost:8087/_wdt/0c5a8d","method":"GET"} [] [2020-04-19T01:18:52.144342+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:18:53.221910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:18:55.642956+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaedce"},"request_uri":"http://localhost:8087/_wdt/aaedce","method":"GET"} [] [2020-04-19T01:21:32.148064+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:21:33.283054+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:21:35.151419+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"646f00"},"request_uri":"http://localhost:8087/_wdt/646f00","method":"GET"} [] [2020-04-19T01:23:09.575769+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:23:10.554076+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:23:13.798212+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b44144"},"request_uri":"http://localhost:8087/_wdt/b44144","method":"GET"} [] [2020-04-19T01:24:12.441938+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:24:13.416094+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T01:24:13.770351+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:24:16.186420+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8af3cf"},"request_uri":"http://localhost:8087/_wdt/8af3cf","method":"GET"} [] [2020-04-19T01:28:40.399348+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:28:41.340085+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T01:28:41.688160+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:28:43.761760+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eaeb37"},"request_uri":"http://localhost:8087/_wdt/eaeb37","method":"GET"} [] [2020-04-19T01:30:03.744580+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:30:04.768091+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:30:07.266001+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b87946"},"request_uri":"http://localhost:8087/_wdt/b87946","method":"GET"} [] [2020-04-19T01:33:24.691743+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:33:25.360000+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T01:33:25.598073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:33:27.728261+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d0eb2"},"request_uri":"http://localhost:8087/_wdt/2d0eb2","method":"GET"} [] [2020-04-19T01:34:00.435214+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:34:01.629332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:34:04.757972+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"033a49"},"request_uri":"http://localhost:8087/_wdt/033a49","method":"GET"} [] [2020-04-19T01:39:24.035020+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:39:25.040174+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class Symfony\Component\DomCrawler\Crawler could not be converted to string" at /app/src/Controller/DefaultController.php line 76 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class Symfony\\Component\\DomCrawler\\Crawler could not be converted to string at /app/src/Controller/DefaultController.php:76)"} [] [2020-04-19T01:39:25.397180+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:39:28.317249+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c8fa0"},"request_uri":"http://localhost:8087/_wdt/1c8fa0","method":"GET"} [] [2020-04-19T01:40:21.122338+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:40:22.349577+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:40:25.019160+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"324600"},"request_uri":"http://localhost:8087/_wdt/324600","method":"GET"} [] [2020-04-19T01:40:52.278717+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:40:53.337797+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:40:55.771569+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aea93e"},"request_uri":"http://localhost:8087/_wdt/aea93e","method":"GET"} [] [2020-04-19T01:41:27.654037+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:41:28.892506+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:41:32.153659+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b20fbb"},"request_uri":"http://localhost:8087/_wdt/b20fbb","method":"GET"} [] [2020-04-19T01:51:12.637740+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:51:13.465470+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:51:16.033557+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee5243"},"request_uri":"http://localhost:8087/_wdt/ee5243","method":"GET"} [] [2020-04-19T01:56:48.663180+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:56:50.483058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:56:53.138796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d701cc"},"request_uri":"http://localhost:8087/_wdt/d701cc","method":"GET"} [] [2020-04-19T01:58:42.898884+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T01:58:44.403047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T01:58:47.037428+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a96297"},"request_uri":"http://localhost:8087/_wdt/a96297","method":"GET"} [] [2020-04-19T01:58:47.361973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/Controller/sg_french.xml" (from "http://localhost:8087/fr/livre")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/Controller/sg_french.xml\" (from \"http://localhost:8087/fr/livre\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/Controller/sg_french.xml/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-19T02:02:37.463149+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T02:02:38.500232+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T02:02:40.812574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/Controller/sg_french.xml" (from "http://localhost:8087/fr/livre")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/Controller/sg_french.xml\" (from \"http://localhost:8087/fr/livre\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/Controller/sg_french.xml/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-19T02:02:42.897188+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d1c4a"},"request_uri":"http://localhost:8087/_wdt/8d1c4a","method":"GET"} [] [2020-04-19T02:15:13.539383+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T02:15:14.939894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T02:15:17.362182+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a0743"},"request_uri":"http://localhost:8087/_wdt/7a0743","method":"GET"} [] [2020-04-19T02:18:12.777698+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T02:18:13.944637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T02:18:16.303939+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7728a"},"request_uri":"http://localhost:8087/_wdt/d7728a","method":"GET"} [] [2020-04-19T02:23:40.165959+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T02:23:41.445637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T02:23:43.675076+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0ad6c"},"request_uri":"http://localhost:8087/_wdt/e0ad6c","method":"GET"} [] [2020-04-19T02:27:58.695412+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T02:27:59.981760+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T02:28:02.548067+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7e48c"},"request_uri":"http://localhost:8087/_wdt/c7e48c","method":"GET"} [] [2020-04-19T13:51:09.793342+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:51:52.328972+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:52:25.453518+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:53:20.899723+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:53:22.391827+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier or "*", but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier or \"*\", but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-19T13:53:23.073439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T13:53:26.284457+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95f26d"},"request_uri":"http://localhost:8087/_wdt/95f26d","method":"GET"} [] [2020-04-19T13:53:27.400335+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:53:28.637911+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier or "*", but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier or \"*\", but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-19T13:53:28.983454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T13:53:31.448463+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbfce2"},"request_uri":"http://localhost:8087/_wdt/dbfce2","method":"GET"} [] [2020-04-19T13:54:10.352674+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:54:11.457298+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier, but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier, but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-19T13:54:11.958222+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T13:54:13.557958+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b723a7"},"request_uri":"http://localhost:8087/_wdt/b723a7","method":"GET"} [] [2020-04-19T13:55:57.851485+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:55:58.969191+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier, but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier, but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-19T13:55:59.365294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T13:56:01.180359+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2df73f"},"request_uri":"http://localhost:8087/_wdt/2df73f","method":"GET"} [] [2020-04-19T13:56:14.933920+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T13:56:18.641915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T13:56:20.639568+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7625fd"},"request_uri":"http://localhost:8087/_wdt/7625fd","method":"GET"} [] [2020-04-19T14:02:14.274999+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:02:18.356946+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:02:18.730424+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:43)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:171)"} [] [2020-04-19T14:02:21.166638+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5174dd"},"request_uri":"http://localhost:8087/_wdt/5174dd","method":"GET"} [] [2020-04-19T14:04:22.772433+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:04:26.218083+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "}"." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"}\". at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T14:04:26.567409+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:04:28.360757+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43f139"},"request_uri":"http://localhost:8087/_wdt/43f139","method":"GET"} [] [2020-04-19T14:04:48.609736+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:04:51.984831+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:04:52.219008+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "array" does not exist." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"array\" does not exist. at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T14:04:54.208520+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a98cc"},"request_uri":"http://localhost:8087/_wdt/1a98cc","method":"GET"} [] [2020-04-19T14:05:20.540476+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:05:24.027606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:05:24.371017+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "array" does not exist." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"array\" does not exist. at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T14:05:26.373873+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"460731"},"request_uri":"http://localhost:8087/_wdt/460731","method":"GET"} [] [2020-04-19T14:05:45.801087+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:05:49.279160+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "}"." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"}\". at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T14:05:49.631185+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:05:51.425938+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22dcff"},"request_uri":"http://localhost:8087/_wdt/22dcff","method":"GET"} [] [2020-04-19T14:06:01.853413+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:06:05.620587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:06:06.054292+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "item" does not exist." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"item\" does not exist. at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T14:06:08.060113+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c718cb"},"request_uri":"http://localhost:8087/_wdt/c718cb","method":"GET"} [] [2020-04-19T14:07:37.405971+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:07:41.153489+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:07:41.541582+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "b" does not exist." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"b\" does not exist. at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T14:07:43.593293+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb5c53"},"request_uri":"http://localhost:8087/_wdt/cb5c53","method":"GET"} [] [2020-04-19T14:09:14.443008+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:09:18.178362+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:09:18.536046+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "key" does not exist." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"key\" does not exist. at /app/templates/default/livre.html.twig:42)"} [] [2020-04-19T14:09:20.629460+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"777a21"},"request_uri":"http://localhost:8087/_wdt/777a21","method":"GET"} [] [2020-04-19T14:11:17.210243+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:11:20.747228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:11:20.984320+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class Symfony\Component\DomCrawler\Crawler could not be converted to string")." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class Symfony\\Component\\DomCrawler\\Crawler could not be converted to string\"). at /app/templates/default/livre.html.twig:42)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class Symfony\\Component\\DomCrawler\\Crawler could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:166)"} [] [2020-04-19T14:11:23.231141+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d52858"},"request_uri":"http://localhost:8087/_wdt/d52858","method":"GET"} [] [2020-04-19T14:16:40.665598+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:16:41.548823+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T14:16:41.839594+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:16:43.763564+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59c948"},"request_uri":"http://localhost:8087/_wdt/59c948","method":"GET"} [] [2020-04-19T14:17:06.509079+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:17:07.408420+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Undefined namespace prefix" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Undefined namespace prefix at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T14:17:07.710180+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:17:10.123068+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6123c3"},"request_uri":"http://localhost:8087/_wdt/6123c3","method":"GET"} [] [2020-04-19T14:18:05.375591+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:18:06.198331+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T14:18:06.508162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:18:08.271054+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a9165"},"request_uri":"http://localhost:8087/_wdt/2a9165","method":"GET"} [] [2020-04-19T14:18:30.512961+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:20:05.246111+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:20:06.045301+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T14:20:06.329053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:20:08.019940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1359cd"},"request_uri":"http://localhost:8087/_wdt/1359cd","method":"GET"} [] [2020-04-19T14:21:08.284313+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:21:08.540927+02:00] php.CRITICAL: Uncaught Error: Call to a member function filter() on string {"exception":"[object] (Error(code: 0): Call to a member function filter() on string at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-19T14:21:08.813552+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function filter() on string" at /app/src/Controller/DefaultController.php line 68 {"exception":"[object] (Error(code: 0): Call to a member function filter() on string at /app/src/Controller/DefaultController.php:68)"} [] [2020-04-19T14:21:09.072947+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:21:11.020180+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98534f"},"request_uri":"http://localhost:8087/_wdt/98534f","method":"GET"} [] [2020-04-19T14:22:46.054810+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:22:46.858950+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T14:22:47.188315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:22:48.531030+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8416d"},"request_uri":"http://localhost:8087/_wdt/f8416d","method":"GET"} [] [2020-04-19T14:23:14.880587+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:23:15.607633+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T14:23:15.902822+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:23:17.704101+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d76a50"},"request_uri":"http://localhost:8087/_wdt/d76a50","method":"GET"} [] [2020-04-19T14:23:33.900968+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:26:41.782331+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:35:50.911643+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:38:02.159008+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:42:36.436121+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:43:44.083948+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:43:46.385400+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:02.522558+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:03.421298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:05.131988+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:06.678281+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:06.993591+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:08.082165+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:08.458823+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:09.253901+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:09.254202+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:09.670638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:10.619105+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:10.619229+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:11.885036+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:13.214993+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:13.295021+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:14.008228+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:14.382190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:14.880066+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:38.215164+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-04-19T14:44:38.819952+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:40.799206+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-19T14:44:41.522607+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:44:44.305945+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"362483"},"request_uri":"http://localhost:8087/_wdt/362483","method":"GET"} [] [2020-04-19T14:44:49.339141+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:44:53.087876+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:46:26.553906+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:48:28.017900+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:48:57.074797+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:48:57.629940+02:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "Expecting a DOMNodeList or DOMNode instance, an array, a string, or null, but got "SimpleXMLElement"." at /app/vendor/symfony/dom-crawler/Crawler.php line 125 {"exception":"[object] (InvalidArgumentException(code: 0): Expecting a DOMNodeList or DOMNode instance, an array, a string, or null, but got \"SimpleXMLElement\". at /app/vendor/symfony/dom-crawler/Crawler.php:125)"} [] [2020-04-19T14:48:58.372580+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:49:00.284575+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"169e87"},"request_uri":"http://localhost:8087/_wdt/169e87","method":"GET"} [] [2020-04-19T14:51:20.225077+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:59:28.877015+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T14:59:29.708347+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T14:59:29.999848+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T14:59:31.828022+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"711938"},"request_uri":"http://localhost:8087/_wdt/711938","method":"GET"} [] [2020-04-19T15:01:42.606355+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:28:58.924260+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:28:59.636492+02:00] php.CRITICAL: Uncaught Error: Call to a member function each() on array {"exception":"[object] (Error(code: 0): Call to a member function each() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:29:00.076978+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function each() on array" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (Error(code: 0): Call to a member function each() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:29:00.454442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:29:02.481543+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9f060"},"request_uri":"http://localhost:8087/_wdt/d9f060","method":"GET"} [] [2020-04-19T15:31:16.159740+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:31:16.732556+02:00] php.CRITICAL: Uncaught Error: Call to a member function text() on array {"exception":"[object] (Error(code: 0): Call to a member function text() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:31:17.048675+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function text() on array" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (Error(code: 0): Call to a member function text() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:31:17.305558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:31:19.337601+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d165f8"},"request_uri":"http://localhost:8087/_wdt/d165f8","method":"GET"} [] [2020-04-19T15:31:43.539264+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:31:47.053582+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: keydata" at /app/src/Controller/DefaultController.php line 108 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: keydata at /app/src/Controller/DefaultController.php:108)"} [] [2020-04-19T15:31:47.334730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:31:49.119438+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"926908"},"request_uri":"http://localhost:8087/_wdt/926908","method":"GET"} [] [2020-04-19T15:32:09.610611+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:32:13.551026+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:32:15.376134+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c20a98"},"request_uri":"http://localhost:8087/_wdt/c20a98","method":"GET"} [] [2020-04-19T15:33:22.143641+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:33:25.764416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:33:28.132697+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db5d68"},"request_uri":"http://localhost:8087/_wdt/db5d68","method":"GET"} [] [2020-04-19T15:36:42.901646+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:36:43.807949+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-19T15:36:44.191320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:36:46.042844+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cb315"},"request_uri":"http://localhost:8087/_wdt/8cb315","method":"GET"} [] [2020-04-19T15:37:51.051249+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:43:07.555977+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:43:10.976567+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: xml" at /app/src/Controller/DefaultController.php line 89 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: xml at /app/src/Controller/DefaultController.php:89)"} [] [2020-04-19T15:43:11.299691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:43:13.580185+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74ef28"},"request_uri":"http://localhost:8087/_wdt/74ef28","method":"GET"} [] [2020-04-19T15:43:38.209736+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:43:41.621609+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::children(): Node no longer exists" at /app/src/Controller/DefaultController.php line 91 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::children(): Node no longer exists at /app/src/Controller/DefaultController.php:91)"} [] [2020-04-19T15:43:41.891231+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:43:43.721642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e9fb8"},"request_uri":"http://localhost:8087/_wdt/5e9fb8","method":"GET"} [] [2020-04-19T15:45:02.994435+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:45:06.516822+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::children(): Node no longer exists" at /app/src/Controller/DefaultController.php line 92 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::children(): Node no longer exists at /app/src/Controller/DefaultController.php:92)"} [] [2020-04-19T15:45:06.803580+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:45:08.580054+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8603a0"},"request_uri":"http://localhost:8087/_wdt/8603a0","method":"GET"} [] [2020-04-19T15:45:29.993223+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:45:33.195660+02:00] php.CRITICAL: Fatal Error: Method SimpleXMLElement::__toString() must not throw an exception, caught ErrorException: Warning: SimpleXMLElement::__toString(): Node no longer exists {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Method SimpleXMLElement::__toString() must not throw an exception, caught ErrorException: Warning: SimpleXMLElement::__toString(): Node no longer exists at /app/src/Controller/DefaultController.php:0)"} [] [2020-04-19T15:45:33.476094+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Method SimpleXMLElement::__toString() must not throw an exception, caught ErrorException: Warning: SimpleXMLElement::__toString(): Node no longer exists" at /app/src/Controller/DefaultController.php line 0 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Method SimpleXMLElement::__toString() must not throw an exception, caught ErrorException: Warning: SimpleXMLElement::__toString(): Node no longer exists at /app/src/Controller/DefaultController.php:0)"} [] [2020-04-19T15:45:33.678379+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:45:35.788170+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4682a6"},"request_uri":"http://localhost:8087/_wdt/4682a6","method":"GET"} [] [2020-04-19T15:50:25.050891+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:50:25.581212+02:00] php.CRITICAL: Uncaught Error: Call to a member function string() on array {"exception":"[object] (Error(code: 0): Call to a member function string() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:50:25.780604+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function string() on array" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (Error(code: 0): Call to a member function string() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:50:25.990023+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:50:28.300072+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3b57b"},"request_uri":"http://localhost:8087/_wdt/d3b57b","method":"GET"} [] [2020-04-19T15:52:39.381989+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:52:39.924755+02:00] php.CRITICAL: Uncaught Error: Call to a member function string() on array {"exception":"[object] (Error(code: 0): Call to a member function string() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:52:40.232980+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function string() on array" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (Error(code: 0): Call to a member function string() on array at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T15:52:40.519399+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:52:42.462257+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"564593"},"request_uri":"http://localhost:8087/_wdt/564593","method":"GET"} [] [2020-04-19T15:53:16.230347+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:53:19.421428+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T15:53:19.686401+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: str" at /app/src/Controller/DefaultController.php line 95 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: str at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T15:53:19.949041+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:53:21.662789+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb35d5"},"request_uri":"http://localhost:8087/_wdt/eb35d5","method":"GET"} [] [2020-04-19T15:53:56.000467+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:53:59.144883+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T15:55:16.781060+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:55:20.038178+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T15:55:20.315031+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: i" at /app/src/Controller/DefaultController.php line 95 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: i at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T15:55:20.603643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:55:22.478719+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c7485"},"request_uri":"http://localhost:8087/_wdt/3c7485","method":"GET"} [] [2020-04-19T15:55:54.421197+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T15:55:57.621466+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T15:55:57.911254+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 2" at /app/src/Controller/DefaultController.php line 94 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 2 at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T15:55:58.186062+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T15:56:00.015346+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df9723"},"request_uri":"http://localhost:8087/_wdt/df9723","method":"GET"} [] [2020-04-19T16:08:36.299233+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:16:06.087631+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:16:09.225844+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:22:41.231544+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:22:44.398705+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:22:45.136767+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:22:45.621641+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "c" nor one of the methods "c()", "getc()"/"isc()"/"hasc()" or "__call()" exist and have public access in class "SimpleXMLElement"." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"c\" nor one of the methods \"c()\", \"getc()\"/\"isc()\"/\"hasc()\" or \"__call()\" exist and have public access in class \"SimpleXMLElement\". at /app/templates/default/livre.html.twig:36)"} [] [2020-04-19T16:22:47.824173+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c8720"},"request_uri":"http://localhost:8087/_wdt/0c8720","method":"GET"} [] [2020-04-19T16:24:04.419819+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:24:07.698698+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:24:08.371855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:24:08.794830+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "c" nor one of the methods "c()", "getc()"/"isc()"/"hasc()" or "__call()" exist and have public access in class "SimpleXMLElement"." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"c\" nor one of the methods \"c()\", \"getc()\"/\"isc()\"/\"hasc()\" or \"__call()\" exist and have public access in class \"SimpleXMLElement\". at /app/templates/default/livre.html.twig:36)"} [] [2020-04-19T16:24:10.791103+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d4ae6"},"request_uri":"http://localhost:8087/_wdt/8d4ae6","method":"GET"} [] [2020-04-19T16:27:55.950311+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:27:59.124296+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:27:59.583934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:28:01.887467+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea899b"},"request_uri":"http://localhost:8087/_wdt/ea899b","method":"GET"} [] [2020-04-19T16:29:34.786684+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:29:37.981804+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:29:38.686471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:29:39.137150+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "tense" does not exist." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"tense\" does not exist. at /app/templates/default/livre.html.twig:36)"} [] [2020-04-19T16:29:41.653403+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0b0c9"},"request_uri":"http://localhost:8087/_wdt/a0b0c9","method":"GET"} [] [2020-04-19T16:30:02.526056+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:30:05.655705+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:30:06.348876+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:30:06.790062+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "options" does not exist." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"options\" does not exist. at /app/templates/default/livre.html.twig:37)"} [] [2020-04-19T16:30:08.967552+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dad658"},"request_uri":"http://localhost:8087/_wdt/dad658","method":"GET"} [] [2020-04-19T16:30:51.621646+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:30:54.896088+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:30:55.677468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:30:56.213830+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "cnumber" does not exist." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"cnumber\" does not exist. at /app/templates/default/livre.html.twig:37)"} [] [2020-04-19T16:30:57.981563+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c6f7f"},"request_uri":"http://localhost:8087/_wdt/9c6f7f","method":"GET"} [] [2020-04-19T16:32:04.890666+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:32:08.040999+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:32:08.716483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:32:11.410380+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9928f0"},"request_uri":"http://localhost:8087/_wdt/9928f0","method":"GET"} [] [2020-04-19T16:32:28.542033+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:32:31.840697+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:32:32.673445+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:32:35.478228+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01f95c"},"request_uri":"http://localhost:8087/_wdt/01f95c","method":"GET"} [] [2020-04-19T16:33:59.814825+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:34:02.980659+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:34:03.403902+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:34:06.410038+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59e12e"},"request_uri":"http://localhost:8087/_wdt/59e12e","method":"GET"} [] [2020-04-19T16:35:38.018597+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:35:41.120355+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:35:41.907499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:35:44.279489+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b97cb"},"request_uri":"http://localhost:8087/_wdt/6b97cb","method":"GET"} [] [2020-04-19T16:38:27.967176+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:38:31.225782+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:38:31.948495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:38:34.497636+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61f7d9"},"request_uri":"http://localhost:8087/_wdt/61f7d9","method":"GET"} [] [2020-04-19T16:39:53.598360+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T16:39:56.861493+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T16:39:57.554617+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T16:39:59.979234+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5de53"},"request_uri":"http://localhost:8087/_wdt/c5de53","method":"GET"} [] [2020-04-19T17:46:17.067907+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T17:46:20.469757+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T17:46:20.943870+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "The "attribute" function takes at least two arguments (the variable and the attributes)." at /app/templates/default/livre.html.twig line 38 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): The \"attribute\" function takes at least two arguments (the variable and the attributes). at /app/templates/default/livre.html.twig:38)"} [] [2020-04-19T17:46:21.355492+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T17:46:23.828587+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64cdfd"},"request_uri":"http://localhost:8087/_wdt/64cdfd","method":"GET"} [] [2020-04-19T17:51:31.514287+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T17:51:35.003263+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T17:51:36.044638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T17:51:36.747136+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "b" nor one of the methods "b()", "getb()"/"isb()"/"hasb()" or "__call()" exist and have public access in class "SimpleXMLElement"." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"b\" nor one of the methods \"b()\", \"getb()\"/\"isb()\"/\"hasb()\" or \"__call()\" exist and have public access in class \"SimpleXMLElement\". at /app/templates/default/livre.html.twig:36)"} [] [2020-04-19T17:51:39.185964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34b195"},"request_uri":"http://localhost:8087/_wdt/34b195","method":"GET"} [] [2020-04-19T17:52:35.282200+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T17:52:38.630584+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T17:52:39.382443+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T17:52:39.873687+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "b" nor one of the methods "b()", "getb()"/"isb()"/"hasb()" or "__call()" exist and have public access in class "SimpleXMLElement"." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"b\" nor one of the methods \"b()\", \"getb()\"/\"isb()\"/\"hasb()\" or \"__call()\" exist and have public access in class \"SimpleXMLElement\". at /app/templates/default/livre.html.twig:36)"} [] [2020-04-19T17:52:42.059590+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cb644"},"request_uri":"http://localhost:8087/_wdt/3cb644","method":"GET"} [] [2020-04-19T17:53:03.567810+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T17:53:06.807567+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T17:53:07.519024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T17:53:09.483077+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfbae8"},"request_uri":"http://localhost:8087/_wdt/bfbae8","method":"GET"} [] [2020-04-19T17:53:33.464369+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T17:53:36.642977+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T17:53:37.304356+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T17:53:39.296067+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"087163"},"request_uri":"http://localhost:8087/_wdt/087163","method":"GET"} [] [2020-04-19T19:04:14.096164+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T19:04:17.359376+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:04:17.666105+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: xml" at /app/src/Controller/DefaultController.php line 108 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: xml at /app/src/Controller/DefaultController.php:108)"} [] [2020-04-19T19:04:18.008578+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:04:20.253796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48038f"},"request_uri":"http://localhost:8087/_wdt/48038f","method":"GET"} [] [2020-04-19T19:04:37.386284+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T19:04:40.460868+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:04:40.692094+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Trying to get property 'b' of non-object" at /app/src/Controller/DefaultController.php line 108 {"exception":"[object] (ErrorException(code: 0): Notice: Trying to get property 'b' of non-object at /app/src/Controller/DefaultController.php:108)"} [] [2020-04-19T19:04:40.943167+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:04:43.050264+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"953e9d"},"request_uri":"http://localhost:8087/_wdt/953e9d","method":"GET"} [] [2020-04-19T19:09:20.668894+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T19:09:23.946341+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:09:24.441694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:09:27.334702+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae3681"},"request_uri":"http://localhost:8087/_wdt/ae3681","method":"GET"} [] [2020-04-19T19:15:06.970651+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T19:15:10.192704+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:15:10.478706+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Trying to get property 'someNode' of non-object" at /app/src/Controller/DefaultController.php line 97 {"exception":"[object] (ErrorException(code: 0): Notice: Trying to get property 'someNode' of non-object at /app/src/Controller/DefaultController.php:97)"} [] [2020-04-19T19:15:10.754168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:15:12.775523+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89b048"},"request_uri":"http://localhost:8087/_wdt/89b048","method":"GET"} [] [2020-04-19T19:17:24.420627+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T19:17:27.630672+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:17:27.933633+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Trying to get property 'someNode' of non-object" at /app/src/Controller/DefaultController.php line 97 {"exception":"[object] (ErrorException(code: 0): Notice: Trying to get property 'someNode' of non-object at /app/src/Controller/DefaultController.php:97)"} [] [2020-04-19T19:17:28.207107+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:17:29.605712+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5f3cd"},"request_uri":"http://localhost:8087/_wdt/f5f3cd","method":"GET"} [] [2020-04-19T19:17:44.018118+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/livre","method":"GET"} [] [2020-04-19T19:17:47.579427+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:17:48.519375+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:18:01.447694+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d90f62"},"request_uri":"http://localhost:8087/_wdt/d90f62","method":"GET"} [] [2020-04-19T19:23:22.269269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/livre"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/livre\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/livre/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-19T19:23:24.743166+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddfc83"},"request_uri":"http://localhost:8087/_wdt/ddfc83","method":"GET"} [] [2020-04-19T19:23:33.734736+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:23:37.029064+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:23:37.504597+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:23:47.663454+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e06151"},"request_uri":"http://localhost:8087/_wdt/e06151","method":"GET"} [] [2020-04-19T19:25:46.450591+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:25:47.312712+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:25:47.667992+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:25:50.260617+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bb0b5"},"request_uri":"http://localhost:8087/_wdt/5bb0b5","method":"GET"} [] [2020-04-19T19:26:23.621044+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:26:26.818278+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:26:27.267935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:26:37.958653+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d80c50"},"request_uri":"http://localhost:8087/_wdt/d80c50","method":"GET"} [] [2020-04-19T19:27:13.113587+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:27:16.431511+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:27:16.908439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:27:20.052357+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a6c7ba"},"request_uri":"http://localhost:8087/_wdt/a6c7ba","method":"GET"} [] [2020-04-19T19:28:17.250145+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:28:18.196999+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:28:18.521155+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:28:20.555818+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"399eee"},"request_uri":"http://localhost:8087/_wdt/399eee","method":"GET"} [] [2020-04-19T19:28:49.170721+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:28:52.275841+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:28:52.593350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:29:03.329505+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d472b4"},"request_uri":"http://localhost:8087/_wdt/d472b4","method":"GET"} [] [2020-04-19T19:29:51.940662+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:29:55.297860+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:29:55.754363+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:29:57.987243+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47e63c"},"request_uri":"http://localhost:8087/_wdt/47e63c","method":"GET"} [] [2020-04-19T19:30:42.566397+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:30:45.619429+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:30:46.073292+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:30:49.895121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61fae1"},"request_uri":"http://localhost:8087/_wdt/61fae1","method":"GET"} [] [2020-04-19T19:32:14.221160+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-19T19:32:17.519356+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:32:17.981431+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:32:28.761589+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cf74a"},"request_uri":"http://localhost:8087/_wdt/5cf74a","method":"GET"} [] [2020-04-19T19:32:38.741629+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"6"},"request_uri":"http://localhost:8087/fr/livre/6","method":"GET"} [] [2020-04-19T19:32:41.954523+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:32:42.381261+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:32:52.616672+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8db154"},"request_uri":"http://localhost:8087/_wdt/8db154","method":"GET"} [] [2020-04-19T19:33:34.389290+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"6"},"request_uri":"http://localhost:8087/fr/livre/6","method":"GET"} [] [2020-04-19T19:33:35.176093+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:33:35.504605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:33:37.580441+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69694a"},"request_uri":"http://localhost:8087/_wdt/69694a","method":"GET"} [] [2020-04-19T19:34:32.814823+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"6"},"request_uri":"http://localhost:8087/fr/livre/6","method":"GET"} [] [2020-04-19T19:34:33.558456+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): xmlXPathEval: 1 object left on the stack" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): xmlXPathEval: 1 object left on the stack at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:34:33.830509+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:34:35.817505+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13f25f"},"request_uri":"http://localhost:8087/_wdt/13f25f","method":"GET"} [] [2020-04-19T19:35:04.205421+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:35:05.021956+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): xmlXPathEval: 1 object left on the stack" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): xmlXPathEval: 1 object left on the stack at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:35:05.275647+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:35:07.167580+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f46bf"},"request_uri":"http://localhost:8087/_wdt/8f46bf","method":"GET"} [] [2020-04-19T19:36:11.054327+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:36:14.307095+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:36:14.786776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:36:17.141134+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c0c440"},"request_uri":"http://localhost:8087/_wdt/c0c440","method":"GET"} [] [2020-04-19T19:39:41.469367+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:39:44.790370+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:39:45.353418+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:39:59.093365+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a34bbd"},"request_uri":"http://localhost:8087/_wdt/a34bbd","method":"GET"} [] [2020-04-19T19:41:40.561079+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:41:43.779956+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:94)"} [] [2020-04-19T19:41:44.260664+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:41:56.150915+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdb462"},"request_uri":"http://localhost:8087/_wdt/bdb462","method":"GET"} [] [2020-04-19T19:42:36.108496+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:42:39.434770+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T19:42:39.923029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:42:52.436235+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e43fc"},"request_uri":"http://localhost:8087/_wdt/2e43fc","method":"GET"} [] [2020-04-19T19:43:05.275809+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:43:06.135844+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): xmlXPathEval: 1 object left on the stack" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): xmlXPathEval: 1 object left on the stack at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:43:06.390239+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:43:08.667186+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee03c0"},"request_uri":"http://localhost:8087/_wdt/ee03c0","method":"GET"} [] [2020-04-19T19:46:54.313810+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:46:57.569491+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T19:46:57.992663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:47:00.177839+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67b70c"},"request_uri":"http://localhost:8087/_wdt/67b70c","method":"GET"} [] [2020-04-19T19:47:38.100754+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:47:41.196417+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T19:47:41.661694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:47:42.058603+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:36)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:146)"} [] [2020-04-19T19:47:44.544004+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9023e"},"request_uri":"http://localhost:8087/_wdt/b9023e","method":"GET"} [] [2020-04-19T19:53:26.368676+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:53:29.687446+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T19:53:30.454142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:53:33.837475+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"443411"},"request_uri":"http://localhost:8087/_wdt/443411","method":"GET"} [] [2020-04-19T19:54:28.351796+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:54:29.354337+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:54:29.639915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:54:31.609710+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec5dc2"},"request_uri":"http://localhost:8087/_wdt/ec5dc2","method":"GET"} [] [2020-04-19T19:56:40.992566+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:56:41.657054+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:56:41.870673+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:56:43.177143+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee99a0"},"request_uri":"http://localhost:8087/_wdt/ee99a0","method":"GET"} [] [2020-04-19T19:56:52.415475+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:56:53.293594+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:56:53.565734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:56:55.822726+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"450964"},"request_uri":"http://localhost:8087/_wdt/450964","method":"GET"} [] [2020-04-19T19:57:11.585756+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:57:12.422916+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: SimpleXMLElement::xpath(): Invalid expression" at /app/src/Controller/DefaultController.php line 79 {"exception":"[object] (ErrorException(code: 0): Warning: SimpleXMLElement::xpath(): Invalid expression at /app/src/Controller/DefaultController.php:79)"} [] [2020-04-19T19:57:12.710900+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:57:14.422612+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e6f77"},"request_uri":"http://localhost:8087/_wdt/9e6f77","method":"GET"} [] [2020-04-19T19:58:08.070790+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:58:11.298584+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T19:58:11.747546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:58:14.171553+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"199166"},"request_uri":"http://localhost:8087/_wdt/199166","method":"GET"} [] [2020-04-19T19:58:42.360975+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T19:58:45.549299+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T19:58:46.243015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T19:58:48.315140+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bfca4"},"request_uri":"http://localhost:8087/_wdt/0bfca4","method":"GET"} [] [2020-04-19T20:00:59.903511+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T20:01:03.004703+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:01:03.484319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:01:14.261396+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c01ad"},"request_uri":"http://localhost:8087/_wdt/2c01ad","method":"GET"} [] [2020-04-19T20:02:04.396156+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-04-19T20:02:07.788484+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:02:08.287896+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:02:11.259116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"637a8c"},"request_uri":"http://localhost:8087/_wdt/637a8c","method":"GET"} [] [2020-04-19T20:02:19.769345+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/livre/4","method":"GET"} [] [2020-04-19T20:02:22.974777+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:02:23.380799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:02:25.854329+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd8178"},"request_uri":"http://localhost:8087/_wdt/dd8178","method":"GET"} [] [2020-04-19T20:02:37.298121+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:02:40.468924+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:02:40.901394+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:02:43.194649+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80d8ba"},"request_uri":"http://localhost:8087/_wdt/80d8ba","method":"GET"} [] [2020-04-19T20:14:23.588772+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:14:26.912198+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:14:27.702426+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:14:30.690555+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11eb2d"},"request_uri":"http://localhost:8087/_wdt/11eb2d","method":"GET"} [] [2020-04-19T20:15:41.302813+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:15:44.700103+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:15:45.327115+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:15:47.654964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01cd13"},"request_uri":"http://localhost:8087/_wdt/01cd13","method":"GET"} [] [2020-04-19T20:29:57.722811+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:30:01.008000+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:30:01.319203+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: explode() expects parameter 2 to be string, array given" at /app/src/Controller/DefaultController.php line 98 {"exception":"[object] (ErrorException(code: 0): Warning: explode() expects parameter 2 to be string, array given at /app/src/Controller/DefaultController.php:98)"} [] [2020-04-19T20:30:01.597903+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:30:03.964932+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c616f0"},"request_uri":"http://localhost:8087/_wdt/c616f0","method":"GET"} [] [2020-04-19T20:32:20.662467+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:32:23.859971+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:35:27.627298+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:35:30.781206+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:35:31.076234+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: explode() expects parameter 2 to be string, array given" at /app/src/Controller/DefaultController.php line 98 {"exception":"[object] (ErrorException(code: 0): Warning: explode() expects parameter 2 to be string, array given at /app/src/Controller/DefaultController.php:98)"} [] [2020-04-19T20:35:31.341785+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:35:33.612711+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fac9a"},"request_uri":"http://localhost:8087/_wdt/0fac9a","method":"GET"} [] [2020-04-19T20:40:44.838335+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:40:48.077162+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:40:48.360317+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: explode() expects parameter 2 to be string, array given" at /app/src/Controller/DefaultController.php line 98 {"exception":"[object] (ErrorException(code: 0): Warning: explode() expects parameter 2 to be string, array given at /app/src/Controller/DefaultController.php:98)"} [] [2020-04-19T20:40:48.641123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:40:50.563667+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89aff4"},"request_uri":"http://localhost:8087/_wdt/89aff4","method":"GET"} [] [2020-04-19T20:41:04.013665+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:41:07.263082+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:44:32.307317+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:44:35.385927+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:47:44.209025+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:47:47.369476+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:47:47.810573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:47:50.758405+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed00b7"},"request_uri":"http://localhost:8087/_wdt/ed00b7","method":"GET"} [] [2020-04-19T20:54:13.850225+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:54:17.080880+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:54:17.101453+02:00] php.CRITICAL: Uncaught Error: Call to a member function children() on array {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:104)"} [] [2020-04-19T20:54:17.372053+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function children() on array" at /app/src/Controller/DefaultController.php line 104 {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:104)"} [] [2020-04-19T20:54:17.631525+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:54:19.979037+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5ff51"},"request_uri":"http://localhost:8087/_wdt/b5ff51","method":"GET"} [] [2020-04-19T20:57:06.311057+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:57:09.577500+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:57:09.895340+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 116 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:116)"} [] [2020-04-19T20:57:10.194879+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:57:12.155011+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1de9bb"},"request_uri":"http://localhost:8087/_wdt/1de9bb","method":"GET"} [] [2020-04-19T20:57:27.021193+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:57:30.339523+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:58:31.210715+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:58:34.454393+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:58:51.899927+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T20:58:55.047241+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T20:58:55.503218+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T20:58:58.486482+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfbad6"},"request_uri":"http://localhost:8087/_wdt/dfbad6","method":"GET"} [] [2020-04-19T21:01:04.448524+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T21:01:07.681978+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:01:08.381778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:01:11.158208+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4565de"},"request_uri":"http://localhost:8087/_wdt/4565de","method":"GET"} [] [2020-04-19T21:01:48.849062+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T21:01:52.106039+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:01:52.847043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:01:55.607341+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed6a6e"},"request_uri":"http://localhost:8087/_wdt/ed6a6e","method":"GET"} [] [2020-04-19T21:02:25.383718+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-19T21:02:28.704289+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:02:29.414921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:02:31.980820+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"084d08"},"request_uri":"http://localhost:8087/_wdt/084d08","method":"GET"} [] [2020-04-19T21:02:53.738457+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:02:56.957623+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:02:57.429356+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:03:00.413329+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad6388"},"request_uri":"http://localhost:8087/_wdt/ad6388","method":"GET"} [] [2020-04-19T21:09:36.199178+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:09:39.454727+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:09:39.734346+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_string() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 112 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_string() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:112)"} [] [2020-04-19T21:09:40.001773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:09:42.131268+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730c8b"},"request_uri":"http://localhost:8087/_wdt/730c8b","method":"GET"} [] [2020-04-19T21:20:07.417281+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:20:10.629883+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:20:10.973958+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_string() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 112 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_string() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:112)"} [] [2020-04-19T21:20:11.280354+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:20:12.709211+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eef0c8"},"request_uri":"http://localhost:8087/_wdt/eef0c8","method":"GET"} [] [2020-04-19T21:20:39.057931+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:20:42.344384+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:20:43.142072+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "punctuation" of value "|" ("end of statement block" expected)." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"punctuation\" of value \"|\" (\"end of statement block\" expected). at /app/templates/default/livre.html.twig:40)"} [] [2020-04-19T21:20:43.751732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:20:45.959302+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82fe63"},"request_uri":"http://localhost:8087/_wdt/82fe63","method":"GET"} [] [2020-04-19T21:21:07.496759+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:21:10.782799+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:21:11.554066+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endblock" tag (expecting closing tag for the "set" tag defined near line 41)." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endblock\" tag (expecting closing tag for the \"set\" tag defined near line 41). at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T21:21:12.257390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:21:14.213836+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d083b"},"request_uri":"http://localhost:8087/_wdt/4d083b","method":"GET"} [] [2020-04-19T21:22:31.811398+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:22:35.194396+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:22:35.788605+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endblock" tag (expecting closing tag for the "set" tag defined near line 35)." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endblock\" tag (expecting closing tag for the \"set\" tag defined near line 35). at /app/templates/default/livre.html.twig:43)"} [] [2020-04-19T21:22:36.241936+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:22:37.591298+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdefef"},"request_uri":"http://localhost:8087/_wdt/bdefef","method":"GET"} [] [2020-04-19T21:25:54.069774+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:25:57.385009+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:25:57.868369+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:25:58.337015+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "another_array" does not exist." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"another_array\" does not exist. at /app/templates/default/livre.html.twig:40)"} [] [2020-04-19T21:26:00.562630+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e22b6e"},"request_uri":"http://localhost:8087/_wdt/e22b6e","method":"GET"} [] [2020-04-19T21:31:19.942451+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:31:23.201403+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:31:23.875902+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:31:26.669299+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d34a7"},"request_uri":"http://localhost:8087/_wdt/8d34a7","method":"GET"} [] [2020-04-19T21:33:34.345826+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:33:37.579627+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:33:38.140001+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "cast_to_array" filter." at /app/templates/default/livre.html.twig line 39 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"cast_to_array\" filter. at /app/templates/default/livre.html.twig:39)"} [] [2020-04-19T21:33:38.641637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:33:40.715841+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dd6db"},"request_uri":"http://localhost:8087/_wdt/9dd6db","method":"GET"} [] [2020-04-19T21:36:40.275604+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:36:43.584380+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:36:44.196453+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Expected name or number." at /app/templates/default/livre.html.twig line 35 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Expected name or number. at /app/templates/default/livre.html.twig:35)"} [] [2020-04-19T21:36:44.714614+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:36:46.892121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3393a4"},"request_uri":"http://localhost:8087/_wdt/3393a4","method":"GET"} [] [2020-04-19T21:36:55.895409+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:36:59.133848+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:36:59.831038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:37:02.415152+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf7649"},"request_uri":"http://localhost:8087/_wdt/bf7649","method":"GET"} [] [2020-04-19T21:37:28.053410+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:37:31.274090+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:37:31.994601+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:37:34.953770+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d94d2"},"request_uri":"http://localhost:8087/_wdt/5d94d2","method":"GET"} [] [2020-04-19T21:38:05.668131+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:38:08.900266+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:38:09.617582+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:38:12.155092+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ec612"},"request_uri":"http://localhost:8087/_wdt/4ec612","method":"GET"} [] [2020-04-19T21:49:16.734049+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:49:20.094951+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:49:20.678580+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Expected name or number." at /app/templates/default/livre.html.twig line 35 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Expected name or number. at /app/templates/default/livre.html.twig:35)"} [] [2020-04-19T21:49:21.172679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:49:23.378710+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21afd7"},"request_uri":"http://localhost:8087/_wdt/21afd7","method":"GET"} [] [2020-04-19T21:54:02.408894+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T21:54:05.638229+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T21:54:06.306758+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T21:54:09.049902+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5588ec"},"request_uri":"http://localhost:8087/_wdt/5588ec","method":"GET"} [] [2020-04-19T22:05:51.709003+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T22:05:54.970933+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T22:17:00.610070+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T22:17:04.239838+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T22:17:05.270888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T22:17:09.161626+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be91d5"},"request_uri":"http://localhost:8087/_wdt/be91d5","method":"GET"} [] [2020-04-19T23:00:44.192551+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T23:00:47.650678+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T23:00:48.497349+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:00:52.197966+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02172f"},"request_uri":"http://localhost:8087/_wdt/02172f","method":"GET"} [] [2020-04-19T23:00:53.078297+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"horse.ogg"},"request_uri":"http://localhost:8087/fr/livre/horse.ogg","method":"GET"} [] [2020-04-19T23:00:56.620823+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T23:00:57.086226+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:00:59.191090+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"horse.mp3"},"request_uri":"http://localhost:8087/fr/livre/horse.mp3","method":"GET"} [] [2020-04-19T23:01:02.249086+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T23:01:02.631415+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:12:17.879749+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T23:12:21.073498+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T23:12:21.593883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:12:24.392067+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae19ab"},"request_uri":"http://localhost:8087/_wdt/ae19ab","method":"GET"} [] [2020-04-19T23:14:00.322390+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-04-19T23:14:03.575466+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-19T23:14:04.039711+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:14:06.121606+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df6e69"},"request_uri":"http://localhost:8087/_wdt/df6e69","method":"GET"} [] [2020-04-19T23:14:12.321552+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-19T23:14:13.272874+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:14:16.850373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce81bd"},"request_uri":"http://localhost:8087/_wdt/ce81bd","method":"GET"} [] [2020-04-19T23:14:16.853622+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"horse.ogg"},"request_uri":"http://localhost:8087/fr/audio/horse.ogg","method":"GET"} [] [2020-04-19T23:14:17.965901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:14:20.634328+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"horse.mp3"},"request_uri":"http://localhost:8087/fr/audio/horse.mp3","method":"GET"} [] [2020-04-19T23:14:21.374760+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:18:50.887167+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-19T23:18:51.411272+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: filetype(): Lstat failed for ../src/audio." at /app/src/Controller/DefaultController.php line 133 {"exception":"[object] (ErrorException(code: 0): Warning: filetype(): Lstat failed for ../src/audio. at /app/src/Controller/DefaultController.php:133)"} [] [2020-04-19T23:18:51.709292+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:18:53.654589+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1199c"},"request_uri":"http://localhost:8087/_wdt/b1199c","method":"GET"} [] [2020-04-19T23:20:25.103079+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-19T23:22:46.805468+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-19T23:23:39.734900+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-19T23:25:18.222437+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-19T23:25:25.218458+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:30:12.151250+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:30:13.264067+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:30:15.983696+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e2ec7"},"request_uri":"http://localhost:8087/_wdt/8e2ec7","method":"GET"} [] [2020-04-19T23:31:19.829426+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:31:20.791522+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:31:23.377798+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"880618"},"request_uri":"http://localhost:8087/_wdt/880618","method":"GET"} [] [2020-04-19T23:32:12.395449+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:33:15.199863+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:33:49.484743+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:34:27.102732+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:34:38.389438+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:36:15.636785+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:36:16.479043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:36:18.444707+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0da392"},"request_uri":"http://localhost:8087/_wdt/0da392","method":"GET"} [] [2020-04-19T23:39:34.162590+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:39:34.945038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:39:36.897337+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f65a69"},"request_uri":"http://localhost:8087/_wdt/f65a69","method":"GET"} [] [2020-04-19T23:40:44.092168+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:41:19.969720+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:41:20.650761+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:41:22.918168+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"224e48"},"request_uri":"http://localhost:8087/_wdt/224e48","method":"GET"} [] [2020-04-19T23:45:32.869615+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-19T23:45:33.490532+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 173 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:173)"} [] [2020-04-19T23:45:33.785359+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:45:36.202106+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b6a67"},"request_uri":"http://localhost:8087/_wdt/3b6a67","method":"GET"} [] [2020-04-19T23:45:38.554488+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-19T23:45:38.891407+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 173 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:173)"} [] [2020-04-19T23:45:39.046695+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:45:41.407064+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bcd1a"},"request_uri":"http://localhost:8087/_wdt/4bcd1a","method":"GET"} [] [2020-04-19T23:48:31.734445+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-19T23:48:32.324170+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 173 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:173)"} [] [2020-04-19T23:48:32.594043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:48:35.102645+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fae0b"},"request_uri":"http://localhost:8087/_wdt/6fae0b","method":"GET"} [] [2020-04-19T23:48:35.431356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/ogg" (from "http://localhost:8087/fr/audio/1?file=10.mp3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/ogg\" (from \"http://localhost:8087/fr/audio/1?file=10.mp3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/ogg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-19T23:51:06.000688+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-19T23:51:06.609678+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 173 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:173)"} [] [2020-04-19T23:51:06.889502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:51:09.222310+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7c9cb"},"request_uri":"http://localhost:8087/_wdt/d7c9cb","method":"GET"} [] [2020-04-19T23:51:10.257173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/110.mp3" (from "http://localhost:8087/fr/audio/1?file=10.mp3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/110.mp3\" (from \"http://localhost:8087/fr/audio/1?file=10.mp3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/110.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-19T23:51:19.865339+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-19T23:51:20.425225+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 173 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:173)"} [] [2020-04-19T23:51:20.672744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-19T23:51:22.896996+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8446d3"},"request_uri":"http://localhost:8087/_wdt/8446d3","method":"GET"} [] [2020-04-19T23:51:23.836305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/110.mp3" (from "http://localhost:8087/fr/audio/1?file=10.mp3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/110.mp3\" (from \"http://localhost:8087/fr/audio/1?file=10.mp3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/110.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-19T23:54:15.368654+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-19T23:55:03.712790+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-19T23:55:06.194483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1" (from "http://localhost:8087/fr/audio/1?file=10.mp3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1\" (from \"http://localhost:8087/fr/audio/1?file=10.mp3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:01:35.595862+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-20T00:01:36.214362+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 129 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:129)"} [] [2020-04-20T00:01:36.502606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:01:38.568787+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43db23"},"request_uri":"http://localhost:8087/_wdt/43db23","method":"GET"} [] [2020-04-20T00:02:24.918180+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-20T00:02:26.024145+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:02:26.586232+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: audio")." at /app/templates/default/audio.html.twig line 11 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: audio\"). at /app/templates/default/audio.html.twig:11)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: audio at /app/var/cache/dev/twig/57/57eee01c0ff8897fa3e8a3a890779316faa84d6da30177406fe785c0083d1c63.php:97)"} [] [2020-04-20T00:02:29.488802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"357b02"},"request_uri":"http://localhost:8087/_wdt/357b02","method":"GET"} [] [2020-04-20T00:02:47.273622+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-20T00:02:48.207639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:02:51.486926+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"323e98"},"request_uri":"http://localhost:8087/_wdt/323e98","method":"GET"} [] [2020-04-20T00:02:51.886603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1?file=10.mp3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1?file=10.mp3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:18:49.593242+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-20T00:18:50.677303+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:18:53.609841+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"989ddd"},"request_uri":"http://localhost:8087/_wdt/989ddd","method":"GET"} [] [2020-04-20T00:19:33.778304+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-20T00:19:34.814166+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:19:38.079605+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96cbb0"},"request_uri":"http://localhost:8087/_wdt/96cbb0","method":"GET"} [] [2020-04-20T00:19:39.075128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1?file=10.mp3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1?file=10.mp3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:31:05.789641+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1?file=10.mp3","method":"GET"} [] [2020-04-20T00:31:51.024337+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:34:14.905945+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:34:15.218073+02:00] php.CRITICAL: Uncaught Error: Cannot use [] for reading {"exception":"[object] (Error(code: 0): Cannot use [] for reading at /app/src/Controller/DefaultController.php:137)"} [] [2020-04-20T00:34:15.585845+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Cannot use [] for reading" at /app/src/Controller/DefaultController.php line 137 {"exception":"[object] (Error(code: 0): Cannot use [] for reading at /app/src/Controller/DefaultController.php:137)"} [] [2020-04-20T00:34:15.928265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:34:18.237891+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b490f3"},"request_uri":"http://localhost:8087/_wdt/b490f3","method":"GET"} [] [2020-04-20T00:34:29.575660+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:35:42.209642+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:35:43.149647+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:35:45.826039+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b549cc"},"request_uri":"http://localhost:8087/_wdt/b549cc","method":"GET"} [] [2020-04-20T00:37:22.552108+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:37:23.321894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:28.552533+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"7.mp3"},"request_uri":"http://localhost:8087/fr/audio/7.mp3","method":"GET"} [] [2020-04-20T00:37:28.553649+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"41.mp3"},"request_uri":"http://localhost:8087/fr/audio/41.mp3","method":"GET"} [] [2020-04-20T00:37:29.138750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:37:29.506311+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:29.739254+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:29.814173+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-20T00:37:30.021169+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:30.405818+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:31.076499+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"6.mp3"},"request_uri":"http://localhost:8087/fr/audio/6.mp3","method":"GET"} [] [2020-04-20T00:37:31.327432+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:32.019948+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:32.572396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:33.905615+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17fee7"},"request_uri":"http://localhost:8087/_wdt/17fee7","method":"GET"} [] [2020-04-20T00:37:33.906210+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"40.mp3"},"request_uri":"http://localhost:8087/fr/audio/40.mp3","method":"GET"} [] [2020-04-20T00:37:33.994576+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"4.mp3"},"request_uri":"http://localhost:8087/fr/audio/4.mp3","method":"GET"} [] [2020-04-20T00:37:34.714156+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:34.871179+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:35.254190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:35.455826+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:35.746354+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"42.mp3"},"request_uri":"http://localhost:8087/fr/audio/42.mp3","method":"GET"} [] [2020-04-20T00:37:36.539122+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43.mp3"},"request_uri":"http://localhost:8087/fr/audio/43.mp3","method":"GET"} [] [2020-04-20T00:37:36.874334+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:37.667297+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:37.772613+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:38.354626+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:38.921545+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"5.mp3"},"request_uri":"http://localhost:8087/fr/audio/5.mp3","method":"GET"} [] [2020-04-20T00:37:39.393517+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"47.mp3"},"request_uri":"http://localhost:8087/fr/audio/47.mp3","method":"GET"} [] [2020-04-20T00:37:39.393297+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1.mp3"},"request_uri":"http://localhost:8087/fr/audio/1.mp3","method":"GET"} [] [2020-04-20T00:37:39.678300+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:40.077964+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:40.193217+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:40.193123+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:40.647256+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:40.647581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:41.334239+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"46.mp3"},"request_uri":"http://localhost:8087/fr/audio/46.mp3","method":"GET"} [] [2020-04-20T00:37:42.132850+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"44.mp3"},"request_uri":"http://localhost:8087/fr/audio/44.mp3","method":"GET"} [] [2020-04-20T00:37:42.426050+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:43.776218+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:44.207195+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:44.729670+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:46.716899+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"3.mp3"},"request_uri":"http://localhost:8087/fr/audio/3.mp3","method":"GET"} [] [2020-04-20T00:37:46.717992+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"2.mp3"},"request_uri":"http://localhost:8087/fr/audio/2.mp3","method":"GET"} [] [2020-04-20T00:37:46.715378+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"50.mp3"},"request_uri":"http://localhost:8087/fr/audio/50.mp3","method":"GET"} [] [2020-04-20T00:37:47.635756+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"45.mp3"},"request_uri":"http://localhost:8087/fr/audio/45.mp3","method":"GET"} [] [2020-04-20T00:37:47.963220+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:47.963905+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:47.964015+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:48.775309+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:48.778033+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:48.788530+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:48.863510+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:49.542356+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:49.689955+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"22.mp3"},"request_uri":"http://localhost:8087/fr/audio/22.mp3","method":"GET"} [] [2020-04-20T00:37:50.750546+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:51.312981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:53.607338+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"37.mp3"},"request_uri":"http://localhost:8087/fr/audio/37.mp3","method":"GET"} [] [2020-04-20T00:37:53.607108+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"36.mp3"},"request_uri":"http://localhost:8087/fr/audio/36.mp3","method":"GET"} [] [2020-04-20T00:37:53.607325+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"23.mp3"},"request_uri":"http://localhost:8087/fr/audio/23.mp3","method":"GET"} [] [2020-04-20T00:37:53.680988+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"35.mp3"},"request_uri":"http://localhost:8087/fr/audio/35.mp3","method":"GET"} [] [2020-04-20T00:37:54.753310+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:54.755530+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:54.756156+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:54.774291+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:37:55.250140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:55.250784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:55.280675+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:55.346720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:37:55.845379+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:37:57.504020+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:00.796280+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"21.mp3"},"request_uri":"http://localhost:8087/fr/audio/21.mp3","method":"GET"} [] [2020-04-20T00:38:00.798626+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"30.mp3"},"request_uri":"http://localhost:8087/fr/audio/30.mp3","method":"GET"} [] [2020-04-20T00:38:00.796918+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"34.mp3"},"request_uri":"http://localhost:8087/fr/audio/34.mp3","method":"GET"} [] [2020-04-20T00:38:00.823092+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"20.mp3"},"request_uri":"http://localhost:8087/fr/audio/20.mp3","method":"GET"} [] [2020-04-20T00:38:02.514391+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:02.514691+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:02.515085+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:02.515478+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:03.028566+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:03.028861+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:03.030941+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:03.030975+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:04.302972+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"24.mp3"},"request_uri":"http://localhost:8087/fr/audio/24.mp3","method":"GET"} [] [2020-04-20T00:38:05.547843+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:06.094170+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:06.787402+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-20T00:38:06.787242+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"6.mp3"},"request_uri":"http://localhost:8087/fr/audio/6.mp3","method":"GET"} [] [2020-04-20T00:38:06.787503+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"7.mp3"},"request_uri":"http://localhost:8087/fr/audio/7.mp3","method":"GET"} [] [2020-04-20T00:38:07.437097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:38:07.845294+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:07.845508+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:08.319261+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:08.320017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:08.346458+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:10.142646+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"41.mp3"},"request_uri":"http://localhost:8087/fr/audio/41.mp3","method":"GET"} [] [2020-04-20T00:38:11.163321+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:11.651768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:12.510857+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"40.mp3"},"request_uri":"http://localhost:8087/fr/audio/40.mp3","method":"GET"} [] [2020-04-20T00:38:12.511115+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72ad20"},"request_uri":"http://localhost:8087/_wdt/72ad20","method":"GET"} [] [2020-04-20T00:38:12.620143+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"4.mp3"},"request_uri":"http://localhost:8087/fr/audio/4.mp3","method":"GET"} [] [2020-04-20T00:38:12.620143+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"42.mp3"},"request_uri":"http://localhost:8087/fr/audio/42.mp3","method":"GET"} [] [2020-04-20T00:38:13.437081+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:13.437150+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:13.437170+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:13.788914+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:13.824722+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:13.825208+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:15.890921+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43.mp3"},"request_uri":"http://localhost:8087/fr/audio/43.mp3","method":"GET"} [] [2020-04-20T00:38:16.829613+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:17.154507+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"5.mp3"},"request_uri":"http://localhost:8087/fr/audio/5.mp3","method":"GET"} [] [2020-04-20T00:38:17.203888+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1.mp3"},"request_uri":"http://localhost:8087/fr/audio/1.mp3","method":"GET"} [] [2020-04-20T00:38:17.335526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:17.403678+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"47.mp3"},"request_uri":"http://localhost:8087/fr/audio/47.mp3","method":"GET"} [] [2020-04-20T00:38:17.403539+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"44.mp3"},"request_uri":"http://localhost:8087/fr/audio/44.mp3","method":"GET"} [] [2020-04-20T00:38:17.934213+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:17.934271+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:18.294815+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:18.295205+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:18.390645+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:18.391294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:18.787242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:18.787368+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:21.359672+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"46.mp3"},"request_uri":"http://localhost:8087/fr/audio/46.mp3","method":"GET"} [] [2020-04-20T00:38:21.827187+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"50.mp3"},"request_uri":"http://localhost:8087/fr/audio/50.mp3","method":"GET"} [] [2020-04-20T00:38:21.827421+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"2.mp3"},"request_uri":"http://localhost:8087/fr/audio/2.mp3","method":"GET"} [] [2020-04-20T00:38:22.394562+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:22.424944+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"45.mp3"},"request_uri":"http://localhost:8087/fr/audio/45.mp3","method":"GET"} [] [2020-04-20T00:38:22.425093+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"3.mp3"},"request_uri":"http://localhost:8087/fr/audio/3.mp3","method":"GET"} [] [2020-04-20T00:38:22.770889+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:22.771449+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:22.881296+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:23.223850+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:23.223858+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:23.394222+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:23.394222+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:23.844234+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:23.903037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:26.817598+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"36.mp3"},"request_uri":"http://localhost:8087/fr/audio/36.mp3","method":"GET"} [] [2020-04-20T00:38:26.817391+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"37.mp3"},"request_uri":"http://localhost:8087/fr/audio/37.mp3","method":"GET"} [] [2020-04-20T00:38:26.817687+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"22.mp3"},"request_uri":"http://localhost:8087/fr/audio/22.mp3","method":"GET"} [] [2020-04-20T00:38:27.078379+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"23.mp3"},"request_uri":"http://localhost:8087/fr/audio/23.mp3","method":"GET"} [] [2020-04-20T00:38:27.454071+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"35.mp3"},"request_uri":"http://localhost:8087/fr/audio/35.mp3","method":"GET"} [] [2020-04-20T00:38:27.712292+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:27.712486+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:27.712635+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:27.810363+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:28.198103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:28.198250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:28.198250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:28.198419+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:28.342026+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:28.907413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:32.059655+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"21.mp3"},"request_uri":"http://localhost:8087/fr/audio/21.mp3","method":"GET"} [] [2020-04-20T00:38:32.059845+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"20.mp3"},"request_uri":"http://localhost:8087/fr/audio/20.mp3","method":"GET"} [] [2020-04-20T00:38:32.059628+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"34.mp3"},"request_uri":"http://localhost:8087/fr/audio/34.mp3","method":"GET"} [] [2020-04-20T00:38:32.059715+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"24.mp3"},"request_uri":"http://localhost:8087/fr/audio/24.mp3","method":"GET"} [] [2020-04-20T00:38:32.619316+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"30.mp3"},"request_uri":"http://localhost:8087/fr/audio/30.mp3","method":"GET"} [] [2020-04-20T00:38:32.894059+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:32.894092+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:32.894689+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:32.894800+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:33.265027+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:33.286393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:33.286124+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:33.286190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:33.448616+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:34.006987+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:37.259086+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"25.mp3"},"request_uri":"http://localhost:8087/fr/audio/25.mp3","method":"GET"} [] [2020-04-20T00:38:37.259343+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"18.mp3"},"request_uri":"http://localhost:8087/fr/audio/18.mp3","method":"GET"} [] [2020-04-20T00:38:37.259280+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"19.mp3"},"request_uri":"http://localhost:8087/fr/audio/19.mp3","method":"GET"} [] [2020-04-20T00:38:37.259289+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"31.mp3"},"request_uri":"http://localhost:8087/fr/audio/31.mp3","method":"GET"} [] [2020-04-20T00:38:37.686248+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"27.mp3"},"request_uri":"http://localhost:8087/fr/audio/27.mp3","method":"GET"} [] [2020-04-20T00:38:38.234749+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:38.235121+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:38.235200+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:38.235426+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:38.621931+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:38.709831+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:38.710498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:38.710135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:38.710628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:39.218883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:42.199847+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"17.mp3"},"request_uri":"http://localhost:8087/fr/audio/17.mp3","method":"GET"} [] [2020-04-20T00:38:42.199795+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"32.mp3"},"request_uri":"http://localhost:8087/fr/audio/32.mp3","method":"GET"} [] [2020-04-20T00:38:42.199717+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"26.mp3"},"request_uri":"http://localhost:8087/fr/audio/26.mp3","method":"GET"} [] [2020-04-20T00:38:42.199795+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"33.mp3"},"request_uri":"http://localhost:8087/fr/audio/33.mp3","method":"GET"} [] [2020-04-20T00:38:42.631153+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"16.mp3"},"request_uri":"http://localhost:8087/fr/audio/16.mp3","method":"GET"} [] [2020-04-20T00:38:43.030572+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:43.030572+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:43.030961+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:43.030810+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:43.444482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:43.444482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:43.445134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:43.467944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:43.507997+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:44.041542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:47.417294+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"28.mp3"},"request_uri":"http://localhost:8087/fr/audio/28.mp3","method":"GET"} [] [2020-04-20T00:38:47.417114+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"15.mp3"},"request_uri":"http://localhost:8087/fr/audio/15.mp3","method":"GET"} [] [2020-04-20T00:38:47.417020+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"29.mp3"},"request_uri":"http://localhost:8087/fr/audio/29.mp3","method":"GET"} [] [2020-04-20T00:38:47.417020+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"14.mp3"},"request_uri":"http://localhost:8087/fr/audio/14.mp3","method":"GET"} [] [2020-04-20T00:38:47.967249+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"11.mp3"},"request_uri":"http://localhost:8087/fr/audio/11.mp3","method":"GET"} [] [2020-04-20T00:38:48.319313+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:48.319325+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:48.319565+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:48.319693+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:48.745092+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:48.745694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:48.745099+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:48.746131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:48.887341+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:49.690736+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:52.783343+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"38.mp3"},"request_uri":"http://localhost:8087/fr/audio/38.mp3","method":"GET"} [] [2020-04-20T00:38:52.782920+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"39.mp3"},"request_uri":"http://localhost:8087/fr/audio/39.mp3","method":"GET"} [] [2020-04-20T00:38:52.782893+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"10.mp3"},"request_uri":"http://localhost:8087/fr/audio/10.mp3","method":"GET"} [] [2020-04-20T00:38:52.783157+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"12.mp3"},"request_uri":"http://localhost:8087/fr/audio/12.mp3","method":"GET"} [] [2020-04-20T00:38:53.033929+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"13.mp3"},"request_uri":"http://localhost:8087/fr/audio/13.mp3","method":"GET"} [] [2020-04-20T00:38:53.625803+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:53.625813+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:53.626237+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:53.626506+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:53.953376+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:53.998490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:54.036255+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:54.036141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:54.036358+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:54.425103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:57.136600+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"48.mp3"},"request_uri":"http://localhost:8087/fr/audio/48.mp3","method":"GET"} [] [2020-04-20T00:38:57.459150+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"8.mp3"},"request_uri":"http://localhost:8087/fr/audio/8.mp3","method":"GET"} [] [2020-04-20T00:38:57.459124+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"49.mp3"},"request_uri":"http://localhost:8087/fr/audio/49.mp3","method":"GET"} [] [2020-04-20T00:38:57.459053+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"9.mp3"},"request_uri":"http://localhost:8087/fr/audio/9.mp3","method":"GET"} [] [2020-04-20T00:38:57.988475+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:58.309776+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:58.309833+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:58.309906+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:38:58.410968+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:58.700000+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:58.700053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:38:58.700133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:13.398595+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:39:14.294881+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:19.577703+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"41.mp3"},"request_uri":"http://localhost:8087/fr/audio/41.mp3","method":"GET"} [] [2020-04-20T00:39:19.695837+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-20T00:39:19.916255+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"6.mp3"},"request_uri":"http://localhost:8087/fr/audio/6.mp3","method":"GET"} [] [2020-04-20T00:39:20.196226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:39:20.619505+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:20.708529+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"40.mp3"},"request_uri":"http://localhost:8087/fr/audio/40.mp3","method":"GET"} [] [2020-04-20T00:39:21.049736+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:21.086726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:21.265395+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:21.602888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:21.918879+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:22.432396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:26.210504+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"7.mp3"},"request_uri":"http://localhost:8087/fr/audio/7.mp3","method":"GET"} [] [2020-04-20T00:39:26.299607+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"380e27"},"request_uri":"http://localhost:8087/_wdt/380e27","method":"GET"} [] [2020-04-20T00:39:26.305198+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"4.mp3"},"request_uri":"http://localhost:8087/fr/audio/4.mp3","method":"GET"} [] [2020-04-20T00:39:26.699578+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"42.mp3"},"request_uri":"http://localhost:8087/fr/audio/42.mp3","method":"GET"} [] [2020-04-20T00:39:27.233812+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:27.234016+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:27.221494+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43.mp3"},"request_uri":"http://localhost:8087/fr/audio/43.mp3","method":"GET"} [] [2020-04-20T00:39:27.686546+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:27.697903+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:27.697595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:28.181135+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:28.219383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:28.668888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:32.163492+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1.mp3"},"request_uri":"http://localhost:8087/fr/audio/1.mp3","method":"GET"} [] [2020-04-20T00:39:32.163216+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"46.mp3"},"request_uri":"http://localhost:8087/fr/audio/46.mp3","method":"GET"} [] [2020-04-20T00:39:32.163624+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"47.mp3"},"request_uri":"http://localhost:8087/fr/audio/47.mp3","method":"GET"} [] [2020-04-20T00:39:32.166252+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"5.mp3"},"request_uri":"http://localhost:8087/fr/audio/5.mp3","method":"GET"} [] [2020-04-20T00:39:32.949802+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"44.mp3"},"request_uri":"http://localhost:8087/fr/audio/44.mp3","method":"GET"} [] [2020-04-20T00:39:33.043887+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:33.044497+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:33.043955+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:33.046075+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:33.432672+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:33.471402+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:33.471518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:33.473788+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:33.875945+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:34.460078+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:37.287890+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"2.mp3"},"request_uri":"http://localhost:8087/fr/audio/2.mp3","method":"GET"} [] [2020-04-20T00:39:37.287877+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"50.mp3"},"request_uri":"http://localhost:8087/fr/audio/50.mp3","method":"GET"} [] [2020-04-20T00:39:37.288113+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"3.mp3"},"request_uri":"http://localhost:8087/fr/audio/3.mp3","method":"GET"} [] [2020-04-20T00:39:37.288258+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"45.mp3"},"request_uri":"http://localhost:8087/fr/audio/45.mp3","method":"GET"} [] [2020-04-20T00:39:38.227605+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:38.227605+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:38.227845+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:38.228150+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:38.227299+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"22.mp3"},"request_uri":"http://localhost:8087/fr/audio/22.mp3","method":"GET"} [] [2020-04-20T00:39:38.634025+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:38.684355+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:38.684955+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:38.684750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:39.228098+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:39.711269+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:42.854168+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"23.mp3"},"request_uri":"http://localhost:8087/fr/audio/23.mp3","method":"GET"} [] [2020-04-20T00:39:42.854548+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"36.mp3"},"request_uri":"http://localhost:8087/fr/audio/36.mp3","method":"GET"} [] [2020-04-20T00:39:42.853989+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"35.mp3"},"request_uri":"http://localhost:8087/fr/audio/35.mp3","method":"GET"} [] [2020-04-20T00:39:42.854398+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"37.mp3"},"request_uri":"http://localhost:8087/fr/audio/37.mp3","method":"GET"} [] [2020-04-20T00:39:43.643414+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"21.mp3"},"request_uri":"http://localhost:8087/fr/audio/21.mp3","method":"GET"} [] [2020-04-20T00:39:43.914001+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:43.914204+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:43.914652+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:43.914762+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:44.384991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:44.385360+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:44.385469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:44.386213+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:44.612278+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:45.127971+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:48.784418+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"20.mp3"},"request_uri":"http://localhost:8087/fr/audio/20.mp3","method":"GET"} [] [2020-04-20T00:39:48.784409+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"30.mp3"},"request_uri":"http://localhost:8087/fr/audio/30.mp3","method":"GET"} [] [2020-04-20T00:39:48.784308+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"34.mp3"},"request_uri":"http://localhost:8087/fr/audio/34.mp3","method":"GET"} [] [2020-04-20T00:39:48.784338+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"24.mp3"},"request_uri":"http://localhost:8087/fr/audio/24.mp3","method":"GET"} [] [2020-04-20T00:39:49.088588+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"18.mp3"},"request_uri":"http://localhost:8087/fr/audio/18.mp3","method":"GET"} [] [2020-04-20T00:39:49.564448+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:49.564448+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:49.564897+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:49.566503+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:49.901309+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:49.902258+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:49.902483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:49.922500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:49.925151+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:50.342961+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:53.260569+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"27.mp3"},"request_uri":"http://localhost:8087/fr/audio/27.mp3","method":"GET"} [] [2020-04-20T00:39:53.260427+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"31.mp3"},"request_uri":"http://localhost:8087/fr/audio/31.mp3","method":"GET"} [] [2020-04-20T00:39:53.260736+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"19.mp3"},"request_uri":"http://localhost:8087/fr/audio/19.mp3","method":"GET"} [] [2020-04-20T00:39:53.409588+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"25.mp3"},"request_uri":"http://localhost:8087/fr/audio/25.mp3","method":"GET"} [] [2020-04-20T00:39:53.999999+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"33.mp3"},"request_uri":"http://localhost:8087/fr/audio/33.mp3","method":"GET"} [] [2020-04-20T00:39:54.249845+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:54.251390+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:54.251655+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:54.389644+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:54.643477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:54.643959+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:54.645128+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:54.868529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:54.986636+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:55.353144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:57.864516+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"17.mp3"},"request_uri":"http://localhost:8087/fr/audio/17.mp3","method":"GET"} [] [2020-04-20T00:39:57.865517+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"26.mp3"},"request_uri":"http://localhost:8087/fr/audio/26.mp3","method":"GET"} [] [2020-04-20T00:39:57.865517+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"32.mp3"},"request_uri":"http://localhost:8087/fr/audio/32.mp3","method":"GET"} [] [2020-04-20T00:39:58.402257+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"16.mp3"},"request_uri":"http://localhost:8087/fr/audio/16.mp3","method":"GET"} [] [2020-04-20T00:39:58.833991+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:58.834598+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:58.835908+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:58.905758+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"28.mp3"},"request_uri":"http://localhost:8087/fr/audio/28.mp3","method":"GET"} [] [2020-04-20T00:39:59.274520+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:59.275790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:59.276834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:39:59.426869+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:59.697984+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:39:59.862111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:00.113193+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:02.494420+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"15.mp3"},"request_uri":"http://localhost:8087/fr/audio/15.mp3","method":"GET"} [] [2020-04-20T00:40:02.494611+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"29.mp3"},"request_uri":"http://localhost:8087/fr/audio/29.mp3","method":"GET"} [] [2020-04-20T00:40:02.494531+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"14.mp3"},"request_uri":"http://localhost:8087/fr/audio/14.mp3","method":"GET"} [] [2020-04-20T00:40:02.679594+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"11.mp3"},"request_uri":"http://localhost:8087/fr/audio/11.mp3","method":"GET"} [] [2020-04-20T00:40:03.332052+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:03.332255+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:03.332733+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:03.386504+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:03.655850+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"39.mp3"},"request_uri":"http://localhost:8087/fr/audio/39.mp3","method":"GET"} [] [2020-04-20T00:40:03.782603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:03.782603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:03.783067+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:03.866620+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:04.597076+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:04.994768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:07.093600+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"12.mp3"},"request_uri":"http://localhost:8087/fr/audio/12.mp3","method":"GET"} [] [2020-04-20T00:40:07.094072+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"10.mp3"},"request_uri":"http://localhost:8087/fr/audio/10.mp3","method":"GET"} [] [2020-04-20T00:40:07.094308+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"38.mp3"},"request_uri":"http://localhost:8087/fr/audio/38.mp3","method":"GET"} [] [2020-04-20T00:40:07.116053+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"13.mp3"},"request_uri":"http://localhost:8087/fr/audio/13.mp3","method":"GET"} [] [2020-04-20T00:40:07.932167+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:07.932319+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:07.932768+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:07.934114+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:08.284910+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"48.mp3"},"request_uri":"http://localhost:8087/fr/audio/48.mp3","method":"GET"} [] [2020-04-20T00:40:08.350962+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:08.351372+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:08.351784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:08.351143+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:09.160913+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:09.524232+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:11.549413+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"49.mp3"},"request_uri":"http://localhost:8087/fr/audio/49.mp3","method":"GET"} [] [2020-04-20T00:40:11.552803+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"8.mp3"},"request_uri":"http://localhost:8087/fr/audio/8.mp3","method":"GET"} [] [2020-04-20T00:40:12.210503+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"9.mp3"},"request_uri":"http://localhost:8087/fr/audio/9.mp3","method":"GET"} [] [2020-04-20T00:40:12.250481+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:12.328770+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:12.595642+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:12.792101+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:13.161229+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-20T00:40:13.423393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:40:33.026493+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:41:02.858638+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:41:40.253889+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:41:59.050783+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:41:59.679913+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:42:02.412049+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fb185"},"request_uri":"http://localhost:8087/_wdt/3fb185","method":"GET"} [] [2020-04-20T00:42:41.339401+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:43:18.173660+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:43:18.851316+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:43:24.039143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:24.038678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/7.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/7.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/7.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:24.040311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:24.103242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/41.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/41.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/41.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:25.037803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/6.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/6.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/6.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:29.465663+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c03b8"},"request_uri":"http://localhost:8087/_wdt/4c03b8","method":"GET"} [] [2020-04-20T00:43:29.996723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/40.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/40.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/40.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:29.996204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/42.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/42.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/42.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:29.996508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/4.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/4.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/4.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:30.540289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/43.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/43.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/43.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:35.407171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/5.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/5.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/5.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:35.479862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:35.682732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/47.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/47.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/47.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:35.920879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/46.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/46.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/46.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:36.392684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/44.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/44.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/44.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:40.801249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/2.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/2.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/2.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:40.801926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/3.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/3.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/3.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:41.553116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/50.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/50.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/50.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:42.197543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/45.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/45.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/45.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:42.705415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/22.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/22.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/22.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:46.053976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/36.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/36.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/36.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:46.053663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/37.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/37.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/37.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:46.396096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/23.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/23.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/23.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:47.833335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/35.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/35.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/35.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:48.344697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/21.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/21.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/21.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:51.135430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/20.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/20.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/20.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:51.135901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/34.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/34.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/34.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:51.582235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/30.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/30.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/30.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:53.259041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/24.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/24.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/24.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:54.651502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/18.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/18.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/18.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:56.631191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/19.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/19.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/19.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:56.631383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/25.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/25.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/25.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:57.654616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/31.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/31.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/31.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:43:58.754545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/27.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/27.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/27.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:02.276994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/33.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/33.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/33.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:02.825454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/32.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/32.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/32.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:03.420737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/26.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/26.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/26.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:04.521830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/17.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/17.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/17.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:05.597175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/16.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/16.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/16.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:09.739514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/14.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/14.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/14.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:09.739141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/28.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/28.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/28.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:09.996332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/15.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/15.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/15.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:10.803305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/29.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/29.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/29.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:12.678217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/11.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/11.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/11.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:16.204952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/39.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/39.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/39.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:16.856380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/10.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/10.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/10.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:16.856462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/38.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/38.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/38.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:17.549634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/12.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/12.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/12.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:20.157938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/13.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/13.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/13.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:23.038278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/49.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/49.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/49.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:23.037939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/48.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/48.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/48.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:23.037939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/8.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/8.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/8.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:44:23.788308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T00:57:45.574665+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:57:46.124134+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "Service "kernel" not found: even though it exists in the app's container, the container inside "App\Controller\DefaultController" is a smaller service locator that only knows about the "doctrine", "form.factory", "http_kernel", "parameter_bag", "request_stack", "router", "security.authorization_checker", "security.csrf.token_manager", "security.token_storage", "session" and "twig" services. Try using dependency injection instead." at /app/vendor/symfony/dependency-injection/ServiceLocator.php line 124 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException(code: 0): Service \"kernel\" not found: even though it exists in the app's container, the container inside \"App\\Controller\\DefaultController\" is a smaller service locator that only knows about the \"doctrine\", \"form.factory\", \"http_kernel\", \"parameter_bag\", \"request_stack\", \"router\", \"security.authorization_checker\", \"security.csrf.token_manager\", \"security.token_storage\", \"session\" and \"twig\" services. Try using dependency injection instead. at /app/vendor/symfony/dependency-injection/ServiceLocator.php:124)"} [] [2020-04-20T00:57:46.418549+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:57:48.924402+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1acb1"},"request_uri":"http://localhost:8087/_wdt/c1acb1","method":"GET"} [] [2020-04-20T00:58:50.601032+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T00:58:51.123529+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: container" at /app/src/Controller/DefaultController.php line 128 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: container at /app/src/Controller/DefaultController.php:128)"} [] [2020-04-20T00:58:51.387225+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T00:58:53.302002+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de10d0"},"request_uri":"http://localhost:8087/_wdt/de10d0","method":"GET"} [] [2020-04-20T01:06:54.566821+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:06:55.057904+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "Service "kernel" not found: even though it exists in the app's container, the container inside "App\Controller\DefaultController" is a smaller service locator that only knows about the "doctrine", "form.factory", "http_kernel", "parameter_bag", "request_stack", "router", "security.authorization_checker", "security.csrf.token_manager", "security.token_storage", "session" and "twig" services. Try using dependency injection instead." at /app/vendor/symfony/dependency-injection/ServiceLocator.php line 124 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException(code: 0): Service \"kernel\" not found: even though it exists in the app's container, the container inside \"App\\Controller\\DefaultController\" is a smaller service locator that only knows about the \"doctrine\", \"form.factory\", \"http_kernel\", \"parameter_bag\", \"request_stack\", \"router\", \"security.authorization_checker\", \"security.csrf.token_manager\", \"security.token_storage\", \"session\" and \"twig\" services. Try using dependency injection instead. at /app/vendor/symfony/dependency-injection/ServiceLocator.php:124)"} [] [2020-04-20T01:06:55.382310+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:06:57.448619+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"912c5c"},"request_uri":"http://localhost:8087/_wdt/912c5c","method":"GET"} [] [2020-04-20T01:08:26.238543+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:08:26.799934+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 138 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:138)"} [] [2020-04-20T01:08:27.053204+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:08:29.003291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cda178"},"request_uri":"http://localhost:8087/_wdt/cda178","method":"GET"} [] [2020-04-20T01:09:15.534993+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:09:16.048019+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 138 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:138)"} [] [2020-04-20T01:09:16.307551+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:09:18.918771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1fdd0"},"request_uri":"http://localhost:8087/_wdt/f1fdd0","method":"GET"} [] [2020-04-20T01:10:21.806423+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:12:05.224591+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:12:23.306492+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:12:24.113103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:12:29.225082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:29.224838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:29.602164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/6.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/6.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/6.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:30.170958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/41.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/41.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/41.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:31.474396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/7.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/7.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/7.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:34.237551+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"230057"},"request_uri":"http://localhost:8087/_wdt/230057","method":"GET"} [] [2020-04-20T01:12:34.686020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/40.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/40.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/40.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:34.827486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/4.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/4.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/4.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:35.035585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/42.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/42.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/42.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:36.474569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/43.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/43.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/43.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:40.211748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/5.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/5.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/5.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:40.589911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:40.590258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/47.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/47.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/47.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:40.896894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/46.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/46.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/46.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:42.827109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/44.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/44.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/44.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:45.870517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/3.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/3.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/3.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:45.870540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/50.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/50.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/50.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:45.871053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/2.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/2.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/2.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:46.030834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/45.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/45.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/45.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:48.220317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/22.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/22.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/22.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:50.405357+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/audio/43","method":"GET"} [] [2020-04-20T01:12:50.847704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/37.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/37.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/37.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:50.847739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/36.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/36.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/36.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:50.848240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/23.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/23.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/23.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:51.288166+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 141 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:141)"} [] [2020-04-20T01:12:51.642321+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:12:53.041975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/35.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/35.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/35.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:54.377171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/21.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/21.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/21.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:12:54.393831+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"275980"},"request_uri":"http://localhost:8087/_wdt/275980","method":"GET"} [] [2020-04-20T01:13:28.400511+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/audio/2","method":"GET"} [] [2020-04-20T01:13:28.812856+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 141 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:141)"} [] [2020-04-20T01:13:29.093860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:13:30.630309+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2afcdf"},"request_uri":"http://localhost:8087/_wdt/2afcdf","method":"GET"} [] [2020-04-20T01:14:20.737819+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:14:21.437637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:14:25.904246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:25.904560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/40.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/40.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/40.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:25.904694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:26.701539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/41.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/41.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/41.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:27.797574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/7.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/7.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/7.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:30.430304+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df419d"},"request_uri":"http://localhost:8087/_wdt/df419d","method":"GET"} [] [2020-04-20T01:14:30.909210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/42.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/42.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/42.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:30.933052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/6.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/6.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/6.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:31.706465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/4.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/4.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/4.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:32.866127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/43.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/43.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/43.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:35.600611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/5.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/5.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/5.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:35.789568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:35.898225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/47.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/47.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/47.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:36.770477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/46.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/46.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/46.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:38.253214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/44.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/44.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/44.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:40.397522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/2.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/2.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/2.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:40.398481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/50.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/50.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/50.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:40.398345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/3.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/3.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/3.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:41.411886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/45.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/45.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/45.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:42.904494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/22.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/22.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/22.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:44.998544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/36.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/36.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/36.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:45.002515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/23.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/23.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/23.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:45.001823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/37.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/37.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/37.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:46.658919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/35.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/35.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/35.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:49.172739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/21.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/21.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/21.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:50.236598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/20.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/20.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/20.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:51.083284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/30.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/30.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/30.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:51.083068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/34.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/34.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/34.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:52.779795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/24.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/24.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/24.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:55.139045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/18.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/18.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/18.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:56.287706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/19.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/19.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/19.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:56.444465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/25.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/25.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/25.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:56.915462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/31.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/31.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/31.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:14:58.094441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/27.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/27.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/27.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:01.472829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/33.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/33.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/33.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:02.262510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/32.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/32.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/32.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:02.405210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/17.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/17.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/17.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:02.409516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/26.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/26.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/26.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:03.790990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/16.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/16.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/16.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:06.701259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/28.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/28.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/28.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:07.007077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/14.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/14.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/14.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:07.006897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/29.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/29.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/29.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:07.117772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/15.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/15.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/15.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:08.403671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/11.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/11.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/11.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:11.235182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/38.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/38.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/38.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:11.341556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/10.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/10.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/10.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:11.341877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/39.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/39.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/39.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:11.819524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/12.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/12.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/12.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:13.735991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/13.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/13.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/13.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:16.718808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/8.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/8.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/8.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:16.718612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/48.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/48.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/48.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:16.719078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/49.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/49.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/49.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:15:17.164062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/src/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/src/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/src/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:34.197233+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:23:35.371673+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:23:38.786727+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"018100"},"request_uri":"http://localhost:8087/_wdt/018100","method":"GET"} [] [2020-04-20T01:23:39.203442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:42.465551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:45.155358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:47.332854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:50.452111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:52.844670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:55.246143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:57.579700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:23:59.993685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:02.294317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:03.966645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:06.246461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:08.772312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:10.535973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:12.789096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:15.331258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:17.252659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:19.493618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:22.497944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:24.749209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:26.987953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:29.235446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:31.269374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:33.647770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:36.150192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:38.179294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:40.744311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:43.669408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:46.269314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:48.974121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:51.384647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:53.277400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:54.687918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:57.244319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:24:59.191568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:00.844796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:03.262260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:05.226640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:06.706394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:09.339506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:11.243525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:12.740713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:15.146709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:16.876423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:18.978263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:21.166193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:22.978209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:24.564889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:26.861935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:29.570948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:31.818125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:25:34.183522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7Bs%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7Bs%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7Bs%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:27:53.446522+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:27:54.557414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:27:57.695429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:27:58.467679+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2b2be"},"request_uri":"http://localhost:8087/_wdt/a2b2be","method":"GET"} [] [2020-04-20T01:28:52.288748+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:28:53.396076+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:28:56.960443+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de65a7"},"request_uri":"http://localhost:8087/_wdt/de65a7","method":"GET"} [] [2020-04-20T01:28:57.489564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:29:24.047237+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:29:25.508373+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:29:28.830013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6cd199"},"request_uri":"http://localhost:8087/_wdt/6cd199","method":"GET"} [] [2020-04-20T01:29:29.207893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:47:55.940553+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:47:56.309732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:47:59.053764+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f77b9a"},"request_uri":"http://localhost:8087/_wdt/f77b9a","method":"GET"} [] [2020-04-20T01:47:59.473300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /src/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /src/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:48:33.211245+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:48:34.237379+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:48:36.989497+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"babaf0"},"request_uri":"http://localhost:8087/_wdt/babaf0","method":"GET"} [] [2020-04-20T01:48:37.357134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:51:55.724497+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:51:56.271397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:51:58.774866+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"080638"},"request_uri":"http://localhost:8087/_wdt/080638","method":"GET"} [] [2020-04-20T01:51:59.149301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:30.669213+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-20T01:54:31.681101+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:54:36.129998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:36.130272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:36.149512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/41.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/41.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/41.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:36.401190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/7.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/7.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/7.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:37.449386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/40.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/40.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/40.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:40.479615+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40db4b"},"request_uri":"http://localhost:8087/_wdt/40db4b","method":"GET"} [] [2020-04-20T01:54:40.957398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/6.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/6.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/6.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:40.956943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/42.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/42.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/42.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:40.957109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/4.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/4.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/4.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:42.809274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/43.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/43.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/43.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:45.309366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/5.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/5.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/5.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:45.768290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/47.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/47.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/47.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:45.767959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/46.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/46.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/46.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:45.769513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:48.790043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/44.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/44.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/44.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:50.401532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/22.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/22.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/22.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:50.401270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/50.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/50.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/50.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:50.401811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/2.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/2.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/2.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:50.402519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/45.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/45.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/45.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:53.895317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/3.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/3.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/3.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:54.395164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/23.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/23.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/23.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:54.395973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/36.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/36.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/36.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:54.701649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/37.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/37.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/37.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:54.701937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/35.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/35.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/35.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:58.498789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/20.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/20.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/20.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:58.498789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/21.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/21.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/21.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:58.892811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/34.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/34.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/34.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:59.085917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/30.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/30.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/30.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:54:59.086127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/24.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/24.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/24.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:02.578040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/18.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/18.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/18.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:02.591547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/19.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/19.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/19.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:03.256444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/27.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/27.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/27.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:03.256840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/31.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/31.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/31.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:03.257109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/25.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/25.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/25.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:06.914271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/33.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/33.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/33.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:07.021033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/32.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/32.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/32.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:07.384788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/26.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/26.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/26.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:07.385046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/28.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/28.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/28.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:07.384459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/17.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/17.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/17.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:11.744549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/15.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/15.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/15.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:11.745995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/14.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/14.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/14.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:11.747101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/16.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/16.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/16.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:11.965599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/29.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/29.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/29.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:12.433068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/11.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/11.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/11.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:16.054763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/39.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/39.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/39.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:16.890031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/12.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/12.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/12.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:16.891018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/10.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/10.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/10.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:16.891170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/38.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/38.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/38.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:18.182445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/13.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/13.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/13.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:21.034892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/48.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/48.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/48.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:21.444330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/8.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/8.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/8.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:21.504454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:55:21.505011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/49.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/49.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/49.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-20T01:57:44.264709+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T01:57:47.657954+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T01:57:48.136640+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T01:57:50.850367+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cb309"},"request_uri":"http://localhost:8087/_wdt/5cb309","method":"GET"} [] [2020-04-20T02:03:24.210253+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:03:27.441003+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:04:01.498312+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:04:04.756085+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:04:05.257682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:04:07.750969+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"923d04"},"request_uri":"http://localhost:8087/_wdt/923d04","method":"GET"} [] [2020-04-20T02:04:14.932549+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:04:18.171989+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:04:18.615499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:04:21.035181+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd58e3"},"request_uri":"http://localhost:8087/_wdt/dd58e3","method":"GET"} [] [2020-04-20T02:04:53.890383+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:04:57.302004+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:04:58.123200+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:05:00.445399+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"416268"},"request_uri":"http://localhost:8087/_wdt/416268","method":"GET"} [] [2020-04-20T02:19:07.514503+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:19:10.932672+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:19:11.643474+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "json_decode" filter. Did you mean "json_encode"?" at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"json_decode\" filter. Did you mean \"json_encode\"? at /app/templates/default/livre.html.twig:45)"} [] [2020-04-20T02:19:12.259144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:19:15.104344+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a48e0"},"request_uri":"http://localhost:8087/_wdt/3a48e0","method":"GET"} [] [2020-04-20T02:20:25.541698+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:20:28.839485+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:20:29.577534+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "end of print statement" of value ""." at /app/templates/default/livre.html.twig line 47 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"end of print statement\" of value \"\". at /app/templates/default/livre.html.twig:47)"} [] [2020-04-20T02:20:30.191725+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:20:33.007795+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cab66f"},"request_uri":"http://localhost:8087/_wdt/cab66f","method":"GET"} [] [2020-04-20T02:21:46.593858+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:21:50.133622+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:21:50.961727+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "end of print statement" of value ""." at /app/templates/default/livre.html.twig line 47 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"end of print statement\" of value \"\". at /app/templates/default/livre.html.twig:47)"} [] [2020-04-20T02:21:51.632431+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:21:53.305729+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"512cc2"},"request_uri":"http://localhost:8087/_wdt/512cc2","method":"GET"} [] [2020-04-20T02:24:03.029592+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:24:06.431117+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:24:07.231980+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:24:07.775280+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "entry" does not exist." at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"entry\" does not exist. at /app/templates/default/livre.html.twig:45)"} [] [2020-04-20T02:24:11.028707+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35f6f7"},"request_uri":"http://localhost:8087/_wdt/35f6f7","method":"GET"} [] [2020-04-20T02:24:28.055808+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:24:31.419837+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:24:31.910073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:24:32.362529+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "entry" does not exist." at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"entry\" does not exist. at /app/templates/default/livre.html.twig:45)"} [] [2020-04-20T02:24:35.236333+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d865d"},"request_uri":"http://localhost:8087/_wdt/7d865d","method":"GET"} [] [2020-04-20T02:26:36.435808+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:26:39.825551+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:26:40.602711+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:26:43.246477+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71f52e"},"request_uri":"http://localhost:8087/_wdt/71f52e","method":"GET"} [] [2020-04-20T02:27:20.849124+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:27:24.185659+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:27:24.964806+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:27:25.479084+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "entry" does not exist." at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"entry\" does not exist. at /app/templates/default/livre.html.twig:45)"} [] [2020-04-20T02:27:28.503973+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19398f"},"request_uri":"http://localhost:8087/_wdt/19398f","method":"GET"} [] [2020-04-20T02:32:06.714859+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:32:10.130046+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:32:10.913328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:32:13.330623+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b3a71"},"request_uri":"http://localhost:8087/_wdt/5b3a71","method":"GET"} [] [2020-04-20T02:39:18.368589+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:39:21.813825+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:39:22.453228+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "json_decode" filter. Did you mean "json_encode"?" at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"json_decode\" filter. Did you mean \"json_encode\"? at /app/templates/default/livre.html.twig:45)"} [] [2020-04-20T02:39:23.028756+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:39:25.842158+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46ca96"},"request_uri":"http://localhost:8087/_wdt/46ca96","method":"GET"} [] [2020-04-20T02:41:28.629685+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-20T02:41:32.010483+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:42:19.547092+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:42:22.845068+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:44:56.184930+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:44:59.464938+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:46:04.630106+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:46:07.869523+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:46:08.751865+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:46:09.357179+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "craft" does not exist." at /app/templates/default/livre.html.twig line 46 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"craft\" does not exist. at /app/templates/default/livre.html.twig:46)"} [] [2020-04-20T02:46:12.232319+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"796050"},"request_uri":"http://localhost:8087/_wdt/796050","method":"GET"} [] [2020-04-20T02:47:00.242328+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:47:03.694939+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:47:04.369260+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "b" function. Did you mean "form_label", "absolute_url"?" at /app/templates/default/livre.html.twig line 46 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"b\" function. Did you mean \"form_label\", \"absolute_url\"? at /app/templates/default/livre.html.twig:46)"} [] [2020-04-20T02:47:04.983152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:47:07.040962+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"022ff5"},"request_uri":"http://localhost:8087/_wdt/022ff5","method":"GET"} [] [2020-04-20T02:49:00.201050+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:49:03.796758+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:49:04.389048+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "ksort" filter. Did you mean "sort"?" at /app/templates/default/livre.html.twig line 46 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"ksort\" filter. Did you mean \"sort\"? at /app/templates/default/livre.html.twig:46)"} [] [2020-04-20T02:49:04.913721+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:49:07.120308+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6b822"},"request_uri":"http://localhost:8087/_wdt/c6b822","method":"GET"} [] [2020-04-20T02:49:32.251095+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:49:35.468487+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:49:35.931868+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "ksort" filter. Did you mean "sort"?" at /app/templates/default/livre.html.twig line 46 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"ksort\" filter. Did you mean \"sort\"? at /app/templates/default/livre.html.twig:46)"} [] [2020-04-20T02:49:36.342340+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:49:37.820993+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d86124"},"request_uri":"http://localhost:8087/_wdt/d86124","method":"GET"} [] [2020-04-20T02:49:47.070734+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:49:50.401275+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:49:51.114745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:50:00.414267+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b83e9"},"request_uri":"http://localhost:8087/_wdt/5b83e9","method":"GET"} [] [2020-04-20T02:50:07.370113+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:50:10.643605+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:50:11.082643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:50:19.819311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8efa4"},"request_uri":"http://localhost:8087/_wdt/e8efa4","method":"GET"} [] [2020-04-20T02:51:20.487645+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:51:23.827900+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:51:24.572786+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:51:37.860325+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2223e"},"request_uri":"http://localhost:8087/_wdt/c2223e","method":"GET"} [] [2020-04-20T02:52:41.964092+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:52:45.341562+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:52:45.996725+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:52:54.356703+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be666d"},"request_uri":"http://localhost:8087/_wdt/be666d","method":"GET"} [] [2020-04-20T02:53:05.137715+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:53:08.518183+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:53:09.311456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:53:17.051998+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1eb27e"},"request_uri":"http://localhost:8087/_wdt/1eb27e","method":"GET"} [] [2020-04-20T02:53:59.997850+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:54:03.330785+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:54:04.089206+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:54:06.479548+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04eefe"},"request_uri":"http://localhost:8087/_wdt/04eefe","method":"GET"} [] [2020-04-20T02:55:12.720476+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:55:15.893779+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:55:16.293044+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "ksort" filter. Did you mean "sort"?" at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"ksort\" filter. Did you mean \"sort\"? at /app/templates/default/livre.html.twig:45)"} [] [2020-04-20T02:55:16.696798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:55:19.551277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4130e8"},"request_uri":"http://localhost:8087/_wdt/4130e8","method":"GET"} [] [2020-04-20T02:56:16.743705+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:56:20.098229+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:56:20.829608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:56:23.375962+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7e0aa"},"request_uri":"http://localhost:8087/_wdt/d7e0aa","method":"GET"} [] [2020-04-20T02:57:01.157255+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:57:04.565169+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:57:05.323437+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:57:07.236475+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72e451"},"request_uri":"http://localhost:8087/_wdt/72e451","method":"GET"} [] [2020-04-20T02:57:56.216997+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T02:57:59.861071+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T02:58:00.732992+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T02:58:03.846663+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6255e"},"request_uri":"http://localhost:8087/_wdt/e6255e","method":"GET"} [] [2020-04-20T16:07:51.675072+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:07:55.592771+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:07:57.746003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:08:04.180516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cad94f"},"request_uri":"http://localhost:8087/_wdt/cad94f","method":"GET"} [] [2020-04-20T16:10:56.632572+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:10:59.730231+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:12:06.814035+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:12:10.042671+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:12:10.460883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:12:12.638901+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"648680"},"request_uri":"http://localhost:8087/_wdt/648680","method":"GET"} [] [2020-04-20T16:12:30.200810+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:12:33.466957+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:12:33.865151+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:12:35.745770+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aaafc"},"request_uri":"http://localhost:8087/_wdt/8aaafc","method":"GET"} [] [2020-04-20T16:13:03.162843+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:13:06.305970+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:16:12.495074+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:16:15.602715+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:16:15.628411+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\RecursiveArrayIterator' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\RecursiveArrayIterator' not found at /app/src/Controller/DefaultController.php:118)"} [] [2020-04-20T16:16:23.634818+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "RecursiveArrayIterator" from namespace "App\Controller". Did you forget a "use" statement for another namespace?" at /app/src/Controller/DefaultController.php line 118 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"RecursiveArrayIterator\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for another namespace? at /app/src/Controller/DefaultController.php:118)"} [] [2020-04-20T16:16:23.873249+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:16:25.687072+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c9146"},"request_uri":"http://localhost:8087/_wdt/1c9146","method":"GET"} [] [2020-04-20T16:18:38.327030+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:18:41.409723+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:18:41.644556+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: App\Controller\DefaultController::livreAction(): Cannot add element b number 1 when only 0 such elements exist" at /app/src/Controller/DefaultController.php line 119 {"exception":"[object] (ErrorException(code: 0): Warning: App\\Controller\\DefaultController::livreAction(): Cannot add element b number 1 when only 0 such elements exist at /app/src/Controller/DefaultController.php:119)"} [] [2020-04-20T16:18:41.862490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:18:43.400453+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7be9b"},"request_uri":"http://localhost:8087/_wdt/c7be9b","method":"GET"} [] [2020-04-20T16:19:42.878038+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:19:46.122649+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:19:46.470576+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: App\Controller\DefaultController::livreAction(): Cannot add element b number 1 when only 0 such elements exist" at /app/src/Controller/DefaultController.php line 119 {"exception":"[object] (ErrorException(code: 0): Warning: App\\Controller\\DefaultController::livreAction(): Cannot add element b number 1 when only 0 such elements exist at /app/src/Controller/DefaultController.php:119)"} [] [2020-04-20T16:19:46.787474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:19:48.227506+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"322875"},"request_uri":"http://localhost:8087/_wdt/322875","method":"GET"} [] [2020-04-20T16:25:31.359690+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:25:34.389848+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T16:25:34.411443+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\buildTree() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\buildTree() at /app/src/Controller/DefaultController.php:118)"} [] [2020-04-20T16:25:34.501538+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "buildTree" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 118 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"buildTree\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:118)"} [] [2020-04-20T16:25:34.740968+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:25:36.438955+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0100a"},"request_uri":"http://localhost:8087/_wdt/d0100a","method":"GET"} [] [2020-04-20T16:26:32.670598+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:26:35.628515+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T16:26:35.646628+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\buildTree() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\buildTree() at /app/src/Controller/DefaultController.php:134)"} [] [2020-04-20T16:26:35.716042+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "buildTree" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 134 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"buildTree\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:134)"} [] [2020-04-20T16:26:35.946944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:26:37.553150+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5eb54b"},"request_uri":"http://localhost:8087/_wdt/5eb54b","method":"GET"} [] [2020-04-20T16:31:50.524653+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:31:51.261596+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found" at /app/src/Controller/DefaultController.php line 81 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found at /app/src/Controller/DefaultController.php:81)"} [] [2020-04-20T16:31:51.519749+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:31:53.311476+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9718ae"},"request_uri":"http://localhost:8087/_wdt/9718ae","method":"GET"} [] [2020-04-20T16:33:47.526393+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:33:50.669587+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T16:33:50.689756+02:00] php.CRITICAL: Uncaught Error: Call to a member function children() on array {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:135)"} [] [2020-04-20T16:33:50.916834+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function children() on array" at /app/src/Controller/DefaultController.php line 135 {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:135)"} [] [2020-04-20T16:33:51.135729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T16:33:52.667889+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b75ff"},"request_uri":"http://localhost:8087/_wdt/4b75ff","method":"GET"} [] [2020-04-20T16:35:52.251434+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:35:55.488179+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T16:44:19.798559+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:44:22.895008+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T16:45:33.491435+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:45:36.632993+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T16:58:47.128773+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:58:50.361838+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T16:59:51.234823+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T16:59:54.355426+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:00:39.355786+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:00:42.520482+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:01:06.005087+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:01:09.123334+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:07:51.896386+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:07:55.401724+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: extract() expects at least 1 parameter, 0 given" at /app/src/Controller/DefaultController.php line 104 {"exception":"[object] (ErrorException(code: 0): Warning: extract() expects at least 1 parameter, 0 given at /app/src/Controller/DefaultController.php:104)"} [] [2020-04-20T17:07:55.697430+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:07:57.713962+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d5b07"},"request_uri":"http://localhost:8087/_wdt/4d5b07","method":"GET"} [] [2020-04-20T17:11:58.335092+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:15:19.122489+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:15:20.067856+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected selector, but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected selector, but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-20T17:15:20.448571+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:15:22.414376+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc422b"},"request_uri":"http://localhost:8087/_wdt/bc422b","method":"GET"} [] [2020-04-20T17:15:46.574179+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:15:47.499052+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier or "*", but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier or \"*\", but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-20T17:15:47.906333+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:15:49.508694+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"222772"},"request_uri":"http://localhost:8087/_wdt/222772","method":"GET"} [] [2020-04-20T17:16:08.563571+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:16:09.662936+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: extract() expects at least 1 parameter, 0 given" at /app/src/Controller/DefaultController.php line 101 {"exception":"[object] (ErrorException(code: 0): Warning: extract() expects at least 1 parameter, 0 given at /app/src/Controller/DefaultController.php:101)"} [] [2020-04-20T17:16:09.952368+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:16:11.860176+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3252b"},"request_uri":"http://localhost:8087/_wdt/a3252b","method":"GET"} [] [2020-04-20T17:16:25.820484+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:16:26.517101+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:108)"} [] [2020-04-20T17:17:09.214838+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:17:09.472739+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:17:10.052938+02:00] php.CRITICAL: Uncaught Error: Call to a member function children() on array {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T17:17:10.586382+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function children() on array" at /app/src/Controller/DefaultController.php line 95 {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T17:17:10.589222+02:00] php.CRITICAL: Uncaught Error: Call to a member function children() on array {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T17:17:11.067109+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:17:11.101515+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function children() on array" at /app/src/Controller/DefaultController.php line 95 {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T17:17:11.370902+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:17:13.835675+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5913f7"},"request_uri":"http://localhost:8087/_wdt/5913f7","method":"GET"} [] [2020-04-20T17:20:01.120025+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:20:01.649996+02:00] php.CRITICAL: Uncaught Error: Call to a member function children() on array {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T17:20:01.888439+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function children() on array" at /app/src/Controller/DefaultController.php line 95 {"exception":"[object] (Error(code: 0): Call to a member function children() on array at /app/src/Controller/DefaultController.php:95)"} [] [2020-04-20T17:20:02.154871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:20:03.488097+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4274ff"},"request_uri":"http://localhost:8087/_wdt/4274ff","method":"GET"} [] [2020-04-20T17:22:56.491986+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:22:59.841360+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:24:19.237998+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:24:22.346812+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:116)"} [] [2020-04-20T17:29:33.190372+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:29:36.366151+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class Symfony\Component\DomCrawler\Crawler could not be converted to string" at /app/src/Controller/DefaultController.php line 104 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class Symfony\\Component\\DomCrawler\\Crawler could not be converted to string at /app/src/Controller/DefaultController.php:104)"} [] [2020-04-20T17:29:36.544320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:29:38.455627+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a253a8"},"request_uri":"http://localhost:8087/_wdt/a253a8","method":"GET"} [] [2020-04-20T17:30:51.949464+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:30:55.348813+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class Symfony\Component\DomCrawler\Crawler could not be converted to string" at /app/src/Controller/DefaultController.php line 104 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class Symfony\\Component\\DomCrawler\\Crawler could not be converted to string at /app/src/Controller/DefaultController.php:104)"} [] [2020-04-20T17:30:55.605652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:30:57.517317+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64e836"},"request_uri":"http://localhost:8087/_wdt/64e836","method":"GET"} [] [2020-04-20T17:34:39.512284+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:34:42.657696+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:117)"} [] [2020-04-20T17:34:42.919447+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: subCrawler" at /app/src/Controller/DefaultController.php line 141 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: subCrawler at /app/src/Controller/DefaultController.php:141)"} [] [2020-04-20T17:34:43.176828+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:34:45.044123+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8995e0"},"request_uri":"http://localhost:8087/_wdt/8995e0","method":"GET"} [] [2020-04-20T17:35:14.622454+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:36:00.464727+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:36:52.855610+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:38:39.035170+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:39:23.448517+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:43:41.817021+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:43:44.821762+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:44:43.367655+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:44:46.503772+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:44:46.800130+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMDocument::loadXML() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 122 {"exception":"[object] (ErrorException(code: 0): Warning: DOMDocument::loadXML() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:122)"} [] [2020-04-20T17:44:47.082639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:44:48.887201+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89c2b9"},"request_uri":"http://localhost:8087/_wdt/89c2b9","method":"GET"} [] [2020-04-20T17:45:14.736973+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:45:17.891874+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:45:18.186668+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMDocument::loadXML() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 122 {"exception":"[object] (ErrorException(code: 0): Warning: DOMDocument::loadXML() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:122)"} [] [2020-04-20T17:45:18.435510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:45:20.811260+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"114f74"},"request_uri":"http://localhost:8087/_wdt/114f74","method":"GET"} [] [2020-04-20T17:45:30.029156+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:45:33.157406+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:45:33.432415+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMDocument::loadXML(): Start tag expected, '<' not found in Entity, line: 75" at /app/src/Controller/DefaultController.php line 122 {"exception":"[object] (ErrorException(code: 0): Warning: DOMDocument::loadXML(): Start tag expected, '<' not found in Entity, line: 75 at /app/src/Controller/DefaultController.php:122)"} [] [2020-04-20T17:45:33.693434+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:45:35.321855+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb1cac"},"request_uri":"http://localhost:8087/_wdt/cb1cac","method":"GET"} [] [2020-04-20T17:53:06.522502+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:53:09.692842+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:55:48.477260+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:55:51.553665+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:55:51.846175+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: test" at /app/src/Controller/DefaultController.php line 116 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: test at /app/src/Controller/DefaultController.php:116)"} [] [2020-04-20T17:55:52.114608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:55:53.867605+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cdcb5"},"request_uri":"http://localhost:8087/_wdt/9cdcb5","method":"GET"} [] [2020-04-20T17:56:28.875937+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:56:32.035746+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:56:32.305065+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: parent_childs" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: parent_childs at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T17:56:32.566573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:56:34.471461+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2174ba"},"request_uri":"http://localhost:8087/_wdt/2174ba","method":"GET"} [] [2020-04-20T17:57:14.835182+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:57:17.961950+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:57:54.702309+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:57:57.811626+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:58:42.324363+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:58:45.439044+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:58:45.760649+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T17:58:45.929381+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:58:47.732453+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55c4b2"},"request_uri":"http://localhost:8087/_wdt/55c4b2","method":"GET"} [] [2020-04-20T17:59:19.287984+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:59:22.299346+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:59:22.564503+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: resul" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: resul at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T17:59:22.816454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:59:24.609827+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4855c2"},"request_uri":"http://localhost:8087/_wdt/4855c2","method":"GET"} [] [2020-04-20T17:59:32.129541+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T17:59:35.281391+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T17:59:35.465736+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T17:59:35.646383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T17:59:37.225501+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65c50b"},"request_uri":"http://localhost:8087/_wdt/65c50b","method":"GET"} [] [2020-04-20T18:00:51.190129+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T18:00:54.328066+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T18:00:54.590893+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T18:00:54.844910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T18:00:56.611892+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96fb33"},"request_uri":"http://localhost:8087/_wdt/96fb33","method":"GET"} [] [2020-04-20T18:01:58.158995+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T18:02:01.521144+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T18:02:01.817904+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T18:02:02.090885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T18:02:03.887714+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0aa8b"},"request_uri":"http://localhost:8087/_wdt/d0aa8b","method":"GET"} [] [2020-04-20T18:03:23.365892+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T18:03:26.618038+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T18:04:33.147357+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T18:04:36.276455+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T18:05:11.122944+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T18:05:14.250508+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T18:07:40.606021+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T18:07:43.852512+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:13:48.345245+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:13:51.534520+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:15:15.702541+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:15:18.855424+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:16:01.484466+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:16:04.751729+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:17:06.558018+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:17:09.683654+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:18:23.064406+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:18:26.205002+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:18:48.645438+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:18:49.451083+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-20T19:18:49.760679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T19:18:51.575488+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abdfda"},"request_uri":"http://localhost:8087/_wdt/abdfda","method":"GET"} [] [2020-04-20T19:19:05.021053+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:19:08.150001+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:19:58.152684+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:20:01.314774+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T19:47:51.795313+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T19:47:55.004769+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:01:14.997533+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:01:18.118167+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:03:04.888682+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:03:05.709044+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: DOMXPath::query(): Invalid expression" at /app/vendor/symfony/dom-crawler/Crawler.php line 973 {"exception":"[object] (ErrorException(code: 0): Warning: DOMXPath::query(): Invalid expression at /app/vendor/symfony/dom-crawler/Crawler.php:973)"} [] [2020-04-20T21:03:06.025166+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:03:07.759656+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f6463"},"request_uri":"http://localhost:8087/_wdt/7f6463","method":"GET"} [] [2020-04-20T21:03:22.785488+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:03:25.914066+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:05:54.118718+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:05:57.378212+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:05:57.737896+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 122 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:122)"} [] [2020-04-20T21:05:59.023271+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:06:00.713140+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b77968"},"request_uri":"http://localhost:8087/_wdt/b77968","method":"GET"} [] [2020-04-20T21:07:03.188924+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:07:06.333928+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:07:23.870658+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:07:27.064467+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:07:27.708993+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:07:29.729802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca8230"},"request_uri":"http://localhost:8087/_wdt/ca8230","method":"GET"} [] [2020-04-20T21:09:41.639651+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:09:44.808887+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:09:45.232021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:09:47.459191+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06e124"},"request_uri":"http://localhost:8087/_wdt/06e124","method":"GET"} [] [2020-04-20T21:12:39.043401+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:12:42.218766+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:12:42.693144+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "name" of value "if" ("end of statement block" expected)." at /app/templates/default/livre.html.twig line 36 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"name\" of value \"if\" (\"end of statement block\" expected). at /app/templates/default/livre.html.twig:36)"} [] [2020-04-20T21:12:43.084221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:12:44.874511+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73edf1"},"request_uri":"http://localhost:8087/_wdt/73edf1","method":"GET"} [] [2020-04-20T21:14:37.264091+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:14:40.487696+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:14:41.169922+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:14:43.351293+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3a9d0"},"request_uri":"http://localhost:8087/_wdt/c3a9d0","method":"GET"} [] [2020-04-20T21:15:18.198699+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:15:21.362771+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:15:22.015769+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:15:23.728117+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc9ab0"},"request_uri":"http://localhost:8087/_wdt/cc9ab0","method":"GET"} [] [2020-04-20T21:19:39.744153+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:19:43.006601+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:19:43.659977+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:19:44.090608+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:41)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:163)"} [] [2020-04-20T21:19:46.400492+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2459ec"},"request_uri":"http://localhost:8087/_wdt/2459ec","method":"GET"} [] [2020-04-20T21:20:00.947210+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:20:04.198326+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:20:04.847465+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:20:07.342283+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"408800"},"request_uri":"http://localhost:8087/_wdt/408800","method":"GET"} [] [2020-04-20T21:22:31.048969+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:22:34.378160+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:22:35.105945+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "child" function." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"child\" function. at /app/templates/default/livre.html.twig:37)"} [] [2020-04-20T21:22:35.689999+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:22:37.542853+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffcbc8"},"request_uri":"http://localhost:8087/_wdt/ffcbc8","method":"GET"} [] [2020-04-20T21:22:57.341643+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:23:00.601125+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:23:01.061554+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "punctuation" of value "]"." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"punctuation\" of value \"]\". at /app/templates/default/livre.html.twig:37)"} [] [2020-04-20T21:23:01.554648+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:23:03.298851+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"244477"},"request_uri":"http://localhost:8087/_wdt/244477","method":"GET"} [] [2020-04-20T21:33:02.558699+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:33:05.604882+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:33:05.625867+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\RecurseXML() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\RecurseXML() at /app/src/Controller/DefaultController.php:137)"} [] [2020-04-20T21:33:05.716189+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "RecurseXML" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 137 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"RecurseXML\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:137)"} [] [2020-04-20T21:33:05.956056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:33:07.766225+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7af4c"},"request_uri":"http://localhost:8087/_wdt/b7af4c","method":"GET"} [] [2020-04-20T21:33:31.073192+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:33:34.239555+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:33:34.256933+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\RecurseXML() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\RecurseXML() at /app/src/Controller/DefaultController.php:137)"} [] [2020-04-20T21:33:34.435895+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "RecurseXML" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 137 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"RecurseXML\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:137)"} [] [2020-04-20T21:33:34.620030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:33:35.912354+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"983088"},"request_uri":"http://localhost:8087/_wdt/983088","method":"GET"} [] [2020-04-20T21:35:04.370307+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:35:07.568734+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:35:07.600256+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\RecurseXML() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\RecurseXML() at /app/src/Controller/DefaultController.php:142)"} [] [2020-04-20T21:35:07.927885+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "RecurseXML" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 142 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"RecurseXML\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:142)"} [] [2020-04-20T21:35:08.185447+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:35:09.504655+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d71ea"},"request_uri":"http://localhost:8087/_wdt/7d71ea","method":"GET"} [] [2020-04-20T21:43:31.219013+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:43:34.224274+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:44:47.072820+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:44:50.208589+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:49:46.371664+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:49:49.426224+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:53:09.985338+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:53:13.135808+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:55:29.746704+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:55:32.882391+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:56:00.043024+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:56:03.201876+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:58:40.374651+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:58:43.431829+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T21:58:43.715719+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 120 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:120)"} [] [2020-04-20T21:58:44.002536+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T21:58:45.729035+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd7187"},"request_uri":"http://localhost:8087/_wdt/dd7187","method":"GET"} [] [2020-04-20T21:59:54.248952+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T21:59:57.302862+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:00:17.633643+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:00:20.933474+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:00:21.590828+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:00:23.712794+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd6444"},"request_uri":"http://localhost:8087/_wdt/cd6444","method":"GET"} [] [2020-04-20T22:04:15.287621+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:04:18.391197+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:05:05.465058+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:05:08.626238+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:06:18.752904+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:06:21.972154+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:06:41.969155+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:06:45.163003+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:07:01.274080+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:07:04.405476+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:09:46.311903+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:09:49.513983+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:09:49.794253+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: var" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: var at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:09:50.056140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:09:51.971964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"62a303"},"request_uri":"http://localhost:8087/_wdt/62a303","method":"GET"} [] [2020-04-20T22:10:36.831899+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:10:40.038590+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:10:40.412582+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:10:40.748882+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:10:42.452888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfb78c"},"request_uri":"http://localhost:8087/_wdt/dfb78c","method":"GET"} [] [2020-04-20T22:11:04.558433+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:11:07.842439+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:11:08.188808+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:11:08.515222+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:11:10.894571+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9effbc"},"request_uri":"http://localhost:8087/_wdt/9effbc","method":"GET"} [] [2020-04-20T22:11:45.424792+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:11:48.578157+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:12:05.806654+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:12:08.942024+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:12:15.415755+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:12:18.607787+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:12:50.093884+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:12:53.095406+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:13:10.377804+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:13:13.536433+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:13:31.840388+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:13:34.997263+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:21:35.305506+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:21:38.445244+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:21:38.717953+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Trying to get property 'bnumber' of non-object" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Trying to get property 'bnumber' of non-object at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:21:38.976104+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:21:40.825844+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c63d1"},"request_uri":"http://localhost:8087/_wdt/1c63d1","method":"GET"} [] [2020-04-20T22:22:02.500740+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:22:05.605793+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:22:05.853310+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Trying to get property 'b' of non-object" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Trying to get property 'b' of non-object at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:22:06.086037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:22:07.886443+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09da56"},"request_uri":"http://localhost:8087/_wdt/09da56","method":"GET"} [] [2020-04-20T22:23:07.530460+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:23:10.647765+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:23:10.899343+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:23:11.123905+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:23:12.802215+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8abf7e"},"request_uri":"http://localhost:8087/_wdt/8abf7e","method":"GET"} [] [2020-04-20T22:24:00.896736+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:24:04.082509+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:24:04.334990+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:24:04.600234+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:24:06.477783+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"562479"},"request_uri":"http://localhost:8087/_wdt/562479","method":"GET"} [] [2020-04-20T22:24:19.472726+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:24:22.525025+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:25:34.061447+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:25:37.194776+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:25:37.217009+02:00] php.CRITICAL: Uncaught Error: Call to a member function asXML() on null {"exception":"[object] (Error(code: 0): Call to a member function asXML() on null at /app/src/Controller/DefaultController.php:112)"} [] [2020-04-20T22:25:37.510469+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function asXML() on null" at /app/src/Controller/DefaultController.php line 112 {"exception":"[object] (Error(code: 0): Call to a member function asXML() on null at /app/src/Controller/DefaultController.php:112)"} [] [2020-04-20T22:25:37.741587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:25:39.592061+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99111e"},"request_uri":"http://localhost:8087/_wdt/99111e","method":"GET"} [] [2020-04-20T22:26:33.804417+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:26:34.327987+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:26:34.344861+02:00] php.CRITICAL: Uncaught Error: Call to a member function asXML() on null {"exception":"[object] (Error(code: 0): Call to a member function asXML() on null at /app/src/Controller/DefaultController.php:112)"} [] [2020-04-20T22:26:34.587820+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function asXML() on null" at /app/src/Controller/DefaultController.php line 112 {"exception":"[object] (Error(code: 0): Call to a member function asXML() on null at /app/src/Controller/DefaultController.php:112)"} [] [2020-04-20T22:26:34.857381+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:26:37.064182+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"457890"},"request_uri":"http://localhost:8087/_wdt/457890","method":"GET"} [] [2020-04-20T22:27:15.728962+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:27:16.274861+02:00] php.CRITICAL: Uncaught Error: Cannot use object of type DOMElement as array {"exception":"[object] (Error(code: 0): Cannot use object of type DOMElement as array at /app/src/Controller/DefaultController.php:119)"} [] [2020-04-20T22:27:16.524507+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Cannot use object of type DOMElement as array" at /app/src/Controller/DefaultController.php line 119 {"exception":"[object] (Error(code: 0): Cannot use object of type DOMElement as array at /app/src/Controller/DefaultController.php:119)"} [] [2020-04-20T22:27:16.780835+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:27:18.719697+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eac28b"},"request_uri":"http://localhost:8087/_wdt/eac28b","method":"GET"} [] [2020-04-20T22:27:41.797914+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:27:42.593168+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class Symfony\Component\DomCrawler\Crawler could not be converted to string" at /app/src/Controller/DefaultController.php line 118 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class Symfony\\Component\\DomCrawler\\Crawler could not be converted to string at /app/src/Controller/DefaultController.php:118)"} [] [2020-04-20T22:27:42.852905+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:27:44.580382+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfbed0"},"request_uri":"http://localhost:8087/_wdt/bfbed0","method":"GET"} [] [2020-04-20T22:28:21.661980+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:37:07.249875+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:37:10.428699+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:37:10.716571+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 121 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:121)"} [] [2020-04-20T22:37:11.002841+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:37:12.923969+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f83fc9"},"request_uri":"http://localhost:8087/_wdt/f83fc9","method":"GET"} [] [2020-04-20T22:51:19.907911+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:51:23.091741+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:51:23.800697+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:51:25.869238+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b34ee2"},"request_uri":"http://localhost:8087/_wdt/b34ee2","method":"GET"} [] [2020-04-20T22:52:38.707487+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:52:41.935115+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:52:42.553068+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:52:44.703561+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52a4db"},"request_uri":"http://localhost:8087/_wdt/52a4db","method":"GET"} [] [2020-04-20T22:55:34.419195+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:55:37.587789+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:55:38.030755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:55:40.178070+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d610c"},"request_uri":"http://localhost:8087/_wdt/0d610c","method":"GET"} [] [2020-04-20T22:57:21.643977+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:57:24.882975+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:57:25.527254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T22:57:27.797791+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"603098"},"request_uri":"http://localhost:8087/_wdt/603098","method":"GET"} [] [2020-04-20T22:58:55.882123+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:58:59.041294+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T22:59:51.351056+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T22:59:54.529010+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:09:22.523447+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:09:25.736584+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:09:53.272116+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:09:54.558288+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:09:56.997864+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:09:57.526237+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:09:57.948876+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:09:57.999769+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:37)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:147)"} [] [2020-04-20T23:09:58.542466+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:09:58.828691+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:37)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:147)"} [] [2020-04-20T23:10:01.193323+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d7f84"},"request_uri":"http://localhost:8087/_wdt/0d7f84","method":"GET"} [] [2020-04-20T23:12:18.205560+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:12:21.314597+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:12:21.907690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:12:22.272954+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DOMElement could not be converted to string")." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DOMElement could not be converted to string\"). at /app/templates/default/livre.html.twig:37)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DOMElement could not be converted to string at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:147)"} [] [2020-04-20T23:12:24.641053+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d3d80"},"request_uri":"http://localhost:8087/_wdt/8d3d80","method":"GET"} [] [2020-04-20T23:19:38.941249+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:19:42.134769+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:20:15.078574+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:20:18.298068+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:20:35.903547+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:20:39.023500+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:20:39.711063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:20:41.869636+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fbdd12"},"request_uri":"http://localhost:8087/_wdt/fbdd12","method":"GET"} [] [2020-04-20T23:22:28.865490+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:22:31.929386+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:22:32.670229+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:22:34.784951+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"590741"},"request_uri":"http://localhost:8087/_wdt/590741","method":"GET"} [] [2020-04-20T23:24:10.611551+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:24:13.819901+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:24:14.501920+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:24:16.856859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"689a86"},"request_uri":"http://localhost:8087/_wdt/689a86","method":"GET"} [] [2020-04-20T23:25:24.938432+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:25:28.081973+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:25:28.707901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:25:30.934016+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df8253"},"request_uri":"http://localhost:8087/_wdt/df8253","method":"GET"} [] [2020-04-20T23:26:24.717567+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:26:27.877080+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:26:28.512383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:26:30.633705+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab400c"},"request_uri":"http://localhost:8087/_wdt/ab400c","method":"GET"} [] [2020-04-20T23:27:16.540656+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:27:19.732603+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:27:20.422923+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:27:22.586712+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0796c0"},"request_uri":"http://localhost:8087/_wdt/0796c0","method":"GET"} [] [2020-04-20T23:28:22.743774+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:28:25.887360+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:28:26.290459+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:28:26.624433+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "filter" does not exist." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"filter\" does not exist. at /app/templates/default/livre.html.twig:41)"} [] [2020-04-20T23:28:28.610419+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"541d0c"},"request_uri":"http://localhost:8087/_wdt/541d0c","method":"GET"} [] [2020-04-20T23:28:49.438146+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:28:52.813584+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:28:53.654156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:28:56.495956+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f16f83"},"request_uri":"http://localhost:8087/_wdt/f16f83","method":"GET"} [] [2020-04-20T23:29:35.016012+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:29:38.221519+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:29:38.954732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:29:41.304821+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c271b7"},"request_uri":"http://localhost:8087/_wdt/c271b7","method":"GET"} [] [2020-04-20T23:30:40.446318+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:30:43.555846+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:30:44.211273+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:30:46.178972+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95a729"},"request_uri":"http://localhost:8087/_wdt/95a729","method":"GET"} [] [2020-04-20T23:31:40.367615+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:31:43.581416+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:31:44.255970+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:31:46.414411+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fb5b0"},"request_uri":"http://localhost:8087/_wdt/3fb5b0","method":"GET"} [] [2020-04-20T23:32:16.887132+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:32:20.091525+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:32:20.732022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:32:21.187074+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "b" does not exist." at /app/templates/default/livre.html.twig line 39 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"b\" does not exist. at /app/templates/default/livre.html.twig:39)"} [] [2020-04-20T23:32:23.643520+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aeb037"},"request_uri":"http://localhost:8087/_wdt/aeb037","method":"GET"} [] [2020-04-20T23:33:15.443695+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:33:18.638370+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:33:19.218981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:33:19.598921+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "v" does not exist." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"v\" does not exist. at /app/templates/default/livre.html.twig:41)"} [] [2020-04-20T23:33:21.824133+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dd9f9"},"request_uri":"http://localhost:8087/_wdt/5dd9f9","method":"GET"} [] [2020-04-20T23:33:42.668038+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:33:45.818496+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:33:46.464818+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:33:48.673370+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"558cc3"},"request_uri":"http://localhost:8087/_wdt/558cc3","method":"GET"} [] [2020-04-20T23:34:30.093548+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:34:33.269092+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:34:33.911380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:34:34.320288+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "c" does not exist." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"c\" does not exist. at /app/templates/default/livre.html.twig:43)"} [] [2020-04-20T23:34:36.327431+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1512f8"},"request_uri":"http://localhost:8087/_wdt/1512f8","method":"GET"} [] [2020-04-20T23:34:48.975948+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:34:52.167274+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:34:52.806826+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:34:55.011634+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c8468"},"request_uri":"http://localhost:8087/_wdt/9c8468","method":"GET"} [] [2020-04-20T23:36:44.737184+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:36:47.918663+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:36:48.551268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:36:48.993838+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "v" does not exist." at /app/templates/default/livre.html.twig line 44 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"v\" does not exist. at /app/templates/default/livre.html.twig:44)"} [] [2020-04-20T23:36:51.105502+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"487ceb"},"request_uri":"http://localhost:8087/_wdt/487ceb","method":"GET"} [] [2020-04-20T23:37:16.483369+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:37:19.642365+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:37:20.288290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:37:22.576216+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68b58a"},"request_uri":"http://localhost:8087/_wdt/68b58a","method":"GET"} [] [2020-04-20T23:38:29.031549+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:38:32.270313+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:38:32.959849+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:38:35.189457+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"320439"},"request_uri":"http://localhost:8087/_wdt/320439","method":"GET"} [] [2020-04-20T23:46:57.008555+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:47:00.262832+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:47:00.955157+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:47:03.068130+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"211e56"},"request_uri":"http://localhost:8087/_wdt/211e56","method":"GET"} [] [2020-04-20T23:48:42.191236+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:48:45.366886+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:48:45.989530+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:48:48.181964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"102d1d"},"request_uri":"http://localhost:8087/_wdt/102d1d","method":"GET"} [] [2020-04-20T23:49:28.041075+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:49:32.222920+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:49:32.807273+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:49:33.225177+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "key" does not exist." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"key\" does not exist. at /app/templates/default/livre.html.twig:42)"} [] [2020-04-20T23:49:35.702588+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f748a"},"request_uri":"http://localhost:8087/_wdt/9f748a","method":"GET"} [] [2020-04-20T23:50:09.321237+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:50:12.442423+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:50:13.027682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:50:15.729939+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54a8d0"},"request_uri":"http://localhost:8087/_wdt/54a8d0","method":"GET"} [] [2020-04-20T23:50:59.498574+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:51:02.612232+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:51:03.032787+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:51:04.969368+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cca4f0"},"request_uri":"http://localhost:8087/_wdt/cca4f0","method":"GET"} [] [2020-04-20T23:51:46.342092+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:51:49.471947+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:51:49.888384+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:51:51.972663+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"393442"},"request_uri":"http://localhost:8087/_wdt/393442","method":"GET"} [] [2020-04-20T23:52:25.058487+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:52:28.183596+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:52:28.588758+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:52:30.646740+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1665d"},"request_uri":"http://localhost:8087/_wdt/b1665d","method":"GET"} [] [2020-04-20T23:53:34.941516+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:53:37.960987+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:53:38.407095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:53:40.388737+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e8d04"},"request_uri":"http://localhost:8087/_wdt/9e8d04","method":"GET"} [] [2020-04-20T23:53:54.771850+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:53:57.957323+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:53:58.225965+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-20T23:53:59.900987+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c2179"},"request_uri":"http://localhost:8087/_wdt/1c2179","method":"GET"} [] [2020-04-20T23:55:20.385820+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:55:23.543432+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:59:25.082604+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:59:28.450220+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-20T23:59:45.423999+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-20T23:59:48.631387+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:02:34.701132+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T00:02:37.835394+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:02:38.264964+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:02:40.391306+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"702ed8"},"request_uri":"http://localhost:8087/_wdt/702ed8","method":"GET"} [] [2020-04-21T00:02:55.034644+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T00:02:58.193964+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:02:58.658979+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:03:00.678759+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56e6fb"},"request_uri":"http://localhost:8087/_wdt/56e6fb","method":"GET"} [] [2020-04-21T00:09:09.039791+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T00:09:12.255296+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:09:12.944675+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:09:15.198395+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ab5cd"},"request_uri":"http://localhost:8087/_wdt/4ab5cd","method":"GET"} [] [2020-04-21T00:11:31.314012+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T00:11:34.493246+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:11:35.344293+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:11:37.635013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2c3c"},"request_uri":"http://localhost:8087/_wdt/1e2c3c","method":"GET"} [] [2020-04-21T00:17:54.142495+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:17:57.400379+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:20:02.897515+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:20:06.046115+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:20:06.671893+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:20:07.087618+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "item" does not exist." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"item\" does not exist. at /app/templates/default/livre.html.twig:42)"} [] [2020-04-21T00:20:08.996601+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bd6de"},"request_uri":"http://localhost:8087/_wdt/3bd6de","method":"GET"} [] [2020-04-21T00:23:53.514780+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:23:56.691181+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:23:57.329979+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:23:57.796259+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "c" does not exist." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"c\" does not exist. at /app/templates/default/livre.html.twig:42)"} [] [2020-04-21T00:23:59.866918+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e22c2"},"request_uri":"http://localhost:8087/_wdt/9e22c2","method":"GET"} [] [2020-04-21T00:25:05.451504+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:25:08.495807+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:26:10.874554+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:26:14.007347+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:26:14.638130+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:26:15.047028+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "cnumber" does not exist." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"cnumber\" does not exist. at /app/templates/default/livre.html.twig:42)"} [] [2020-04-21T00:26:16.978908+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"075e40"},"request_uri":"http://localhost:8087/_wdt/075e40","method":"GET"} [] [2020-04-21T00:55:01.601823+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:55:04.828055+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:55:05.379792+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "The "attribute" function takes at least two arguments (the variable and the attributes)." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): The \"attribute\" function takes at least two arguments (the variable and the attributes). at /app/templates/default/livre.html.twig:42)"} [] [2020-04-21T00:55:05.887527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:55:07.707003+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e51e7"},"request_uri":"http://localhost:8087/_wdt/3e51e7","method":"GET"} [] [2020-04-21T00:57:47.261562+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:57:50.418860+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:57:51.059773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:57:51.488191+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "c" nor one of the methods "c()", "getc()"/"isc()"/"hasc()" or "__call()" exist and have public access in class "SimpleXMLElement"." at /app/templates/default/livre.html.twig line 45 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"c\" nor one of the methods \"c()\", \"getc()\"/\"isc()\"/\"hasc()\" or \"__call()\" exist and have public access in class \"SimpleXMLElement\". at /app/templates/default/livre.html.twig:45)"} [] [2020-04-21T00:57:53.660964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45aa27"},"request_uri":"http://localhost:8087/_wdt/45aa27","method":"GET"} [] [2020-04-21T00:58:54.587678+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:58:57.753983+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:58:58.205836+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:59:00.352032+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e65ddf"},"request_uri":"http://localhost:8087/_wdt/e65ddf","method":"GET"} [] [2020-04-21T00:59:44.282745+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T00:59:47.379205+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T00:59:48.046824+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T00:59:50.108648+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acd9d6"},"request_uri":"http://localhost:8087/_wdt/acd9d6","method":"GET"} [] [2020-04-21T01:00:39.189076+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:00:42.325010+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:00:42.945939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:00:44.928413+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96a7da"},"request_uri":"http://localhost:8087/_wdt/96a7da","method":"GET"} [] [2020-04-21T01:02:43.829710+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:02:46.957133+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:02:47.560907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:02:49.810263+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"046ae2"},"request_uri":"http://localhost:8087/_wdt/046ae2","method":"GET"} [] [2020-04-21T01:06:52.721294+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:06:56.110153+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:06:56.589156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:06:58.923297+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70de99"},"request_uri":"http://localhost:8087/_wdt/70de99","method":"GET"} [] [2020-04-21T01:07:45.038335+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:07:48.276187+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:07:48.993874+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:07:51.069873+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ed037"},"request_uri":"http://localhost:8087/_wdt/9ed037","method":"GET"} [] [2020-04-21T01:08:12.615236+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:08:15.760283+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:08:16.453537+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:08:18.529855+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40736b"},"request_uri":"http://localhost:8087/_wdt/40736b","method":"GET"} [] [2020-04-21T01:08:39.276005+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:08:42.564250+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:08:42.993702+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:08:44.992487+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8bfb9"},"request_uri":"http://localhost:8087/_wdt/c8bfb9","method":"GET"} [] [2020-04-21T01:11:42.218150+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:11:45.648896+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:11:46.507344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:11:49.382479+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f4bec"},"request_uri":"http://localhost:8087/_wdt/6f4bec","method":"GET"} [] [2020-04-21T01:14:11.344158+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:14:14.895979+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:14:15.577836+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:14:18.558277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd3ea9"},"request_uri":"http://localhost:8087/_wdt/fd3ea9","method":"GET"} [] [2020-04-21T01:15:09.873973+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:15:13.369252+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:15:14.458102+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:15:16.905611+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"081ebb"},"request_uri":"http://localhost:8087/_wdt/081ebb","method":"GET"} [] [2020-04-21T01:15:51.772911+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:15:54.920277+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:15:55.530221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:15:58.094545+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49c3ce"},"request_uri":"http://localhost:8087/_wdt/49c3ce","method":"GET"} [] [2020-04-21T01:16:22.442877+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:16:25.731521+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:16:26.388894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:16:28.532723+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9097f6"},"request_uri":"http://localhost:8087/_wdt/9097f6","method":"GET"} [] [2020-04-21T01:17:21.907192+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:17:25.334090+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:17:26.055059+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:17:27.974604+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c64219"},"request_uri":"http://localhost:8087/_wdt/c64219","method":"GET"} [] [2020-04-21T01:18:31.146133+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:18:34.394504+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:18:35.089074+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:18:37.453346+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"feb251"},"request_uri":"http://localhost:8087/_wdt/feb251","method":"GET"} [] [2020-04-21T01:20:16.856748+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:20:19.907380+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:20:20.313412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:20:22.352972+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c47201"},"request_uri":"http://localhost:8087/_wdt/c47201","method":"GET"} [] [2020-04-21T01:21:51.752905+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:21:54.826904+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:21:55.699145+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:21:58.316298+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a7344"},"request_uri":"http://localhost:8087/_wdt/0a7344","method":"GET"} [] [2020-04-21T01:23:53.375661+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:23:56.601685+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:23:57.067070+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:23:59.266036+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb27c2"},"request_uri":"http://localhost:8087/_wdt/eb27c2","method":"GET"} [] [2020-04-21T01:28:24.828331+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:28:28.042411+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:33:29.231071+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:33:32.426919+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:33:32.734737+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: simplexml_load_string() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Warning: simplexml_load_string() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-21T01:33:33.014353+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:33:35.110642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"217814"},"request_uri":"http://localhost:8087/_wdt/217814","method":"GET"} [] [2020-04-21T01:34:40.512650+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:34:43.928575+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:36:35.953978+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-21T01:36:39.245936+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:37:41.774311+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:37:45.130580+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:38:19.436335+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:38:22.668785+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:38:23.321403+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:38:23.940685+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 37 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:37)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:147)"} [] [2020-04-21T01:38:27.444833+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"517e7c"},"request_uri":"http://localhost:8087/_wdt/517e7c","method":"GET"} [] [2020-04-21T01:38:55.682182+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:38:58.957304+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:38:59.763499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:39:00.229211+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:156)"} [] [2020-04-21T01:39:03.638518+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e38d3c"},"request_uri":"http://localhost:8087/_wdt/e38d3c","method":"GET"} [] [2020-04-21T01:39:32.845460+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:39:35.904818+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:39:36.643125+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:39:37.165517+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "key" does not exist." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"key\" does not exist. at /app/templates/default/livre.html.twig:40)"} [] [2020-04-21T01:39:39.992191+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccb503"},"request_uri":"http://localhost:8087/_wdt/ccb503","method":"GET"} [] [2020-04-21T01:40:06.162597+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:40:09.400419+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:40:10.061429+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:40:10.535935+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:153)"} [] [2020-04-21T01:40:14.289089+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"debdb4"},"request_uri":"http://localhost:8087/_wdt/debdb4","method":"GET"} [] [2020-04-21T01:40:45.291377+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:40:48.657975+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:40:49.412948+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:40:49.903448+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:151)"} [] [2020-04-21T01:40:53.462628+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"622571"},"request_uri":"http://localhost:8087/_wdt/622571","method":"GET"} [] [2020-04-21T01:41:32.203658+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:41:35.478895+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:42:34.092219+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:42:37.491637+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:42:37.901037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:42:38.330608+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:151)"} [] [2020-04-21T01:42:41.995579+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c25bb1"},"request_uri":"http://localhost:8087/_wdt/c25bb1","method":"GET"} [] [2020-04-21T01:45:22.948568+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:45:26.278197+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:45:26.967935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:45:27.415464+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: mb_strlen() expects parameter 1 to be string, array given")." at /app/templates/default/livre.html.twig line 38 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: mb_strlen() expects parameter 1 to be string, array given\"). at /app/templates/default/livre.html.twig:38)\n[previous exception] [object] (ErrorException(code: 0): Warning: mb_strlen() expects parameter 1 to be string, array given at /app/vendor/twig/twig/src/Extension/CoreExtension.php:753)"} [] [2020-04-21T01:45:31.509803+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a438d"},"request_uri":"http://localhost:8087/_wdt/5a438d","method":"GET"} [] [2020-04-21T01:47:35.333648+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:47:38.596506+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:47:39.279319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:47:39.741976+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: preg_split() expects parameter 2 to be string, array given")." at /app/templates/default/livre.html.twig line 38 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: preg_split() expects parameter 2 to be string, array given\"). at /app/templates/default/livre.html.twig:38)\n[previous exception] [object] (ErrorException(code: 0): Warning: preg_split() expects parameter 2 to be string, array given at /app/vendor/twig/twig/src/Extension/CoreExtension.php:750)"} [] [2020-04-21T01:47:43.448780+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebc9a9"},"request_uri":"http://localhost:8087/_wdt/ebc9a9","method":"GET"} [] [2020-04-21T01:48:06.036994+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:48:09.183450+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:48:09.826837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:48:10.257149+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: preg_split() expects parameter 2 to be string, array given")." at /app/templates/default/livre.html.twig line 38 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: preg_split() expects parameter 2 to be string, array given\"). at /app/templates/default/livre.html.twig:38)\n[previous exception] [object] (ErrorException(code: 0): Warning: preg_split() expects parameter 2 to be string, array given at /app/vendor/twig/twig/src/Extension/CoreExtension.php:750)"} [] [2020-04-21T01:48:13.685205+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dee8fa"},"request_uri":"http://localhost:8087/_wdt/dee8fa","method":"GET"} [] [2020-04-21T01:50:41.889060+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:50:45.092257+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:54:02.870671+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:54:06.077350+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:54:06.800814+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:54:07.266804+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:43)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:163)"} [] [2020-04-21T01:54:11.173382+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"945f24"},"request_uri":"http://localhost:8087/_wdt/945f24","method":"GET"} [] [2020-04-21T01:55:05.716100+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:55:09.680860+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:55:10.761605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:55:11.472581+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:42)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:159)"} [] [2020-04-21T01:55:16.856450+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8a2bc"},"request_uri":"http://localhost:8087/_wdt/b8a2bc","method":"GET"} [] [2020-04-21T01:59:08.212843+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T01:59:11.469873+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T01:59:11.747802+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 142 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:142)"} [] [2020-04-21T01:59:12.037878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T01:59:14.339796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4169a"},"request_uri":"http://localhost:8087/_wdt/c4169a","method":"GET"} [] [2020-04-21T02:01:38.063444+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T02:01:41.117351+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T02:01:41.315929+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: implode(): Invalid arguments passed" at /app/src/Controller/DefaultController.php line 142 {"exception":"[object] (ErrorException(code: 0): Warning: implode(): Invalid arguments passed at /app/src/Controller/DefaultController.php:142)"} [] [2020-04-21T02:01:41.515893+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T02:01:44.107372+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"edab01"},"request_uri":"http://localhost:8087/_wdt/edab01","method":"GET"} [] [2020-04-21T02:04:17.052947+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T02:04:20.300526+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T02:04:20.618843+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: json_decode() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 139 {"exception":"[object] (ErrorException(code: 0): Warning: json_decode() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:139)"} [] [2020-04-21T02:04:20.921668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T02:04:23.091550+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24c761"},"request_uri":"http://localhost:8087/_wdt/24c761","method":"GET"} [] [2020-04-21T02:05:56.905671+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T02:06:00.057313+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T02:06:00.327063+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: json_decode() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 140 {"exception":"[object] (ErrorException(code: 0): Warning: json_decode() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:140)"} [] [2020-04-21T02:06:00.584587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T02:06:02.626831+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"797331"},"request_uri":"http://localhost:8087/_wdt/797331","method":"GET"} [] [2020-04-21T02:06:52.192759+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T02:06:55.363376+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T02:06:55.612826+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: json_decode() expects parameter 1 to be string, array given" at /app/src/Controller/DefaultController.php line 140 {"exception":"[object] (ErrorException(code: 0): Warning: json_decode() expects parameter 1 to be string, array given at /app/src/Controller/DefaultController.php:140)"} [] [2020-04-21T02:06:55.879307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T02:06:57.584876+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c8ac7"},"request_uri":"http://localhost:8087/_wdt/0c8ac7","method":"GET"} [] [2020-04-21T02:07:09.272608+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-21T02:07:12.734804+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-21T02:07:12.989096+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: implode(): Invalid arguments passed" at /app/src/Controller/DefaultController.php line 143 {"exception":"[object] (ErrorException(code: 0): Warning: implode(): Invalid arguments passed at /app/src/Controller/DefaultController.php:143)"} [] [2020-04-21T02:07:13.252389+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-21T02:07:14.779817+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8a1be"},"request_uri":"http://localhost:8087/_wdt/a8a1be","method":"GET"} [] [2020-04-22T03:50:30.646786+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-22T03:50:34.473377+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-22T03:50:35.074410+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T03:50:35.716491+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:42)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:159)"} [] [2020-04-22T03:50:39.718418+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d49125"},"request_uri":"http://localhost:8087/_wdt/d49125","method":"GET"} [] [2020-04-22T03:51:18.388686+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-22T03:51:21.685640+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-22T03:51:22.428447+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T03:51:24.695321+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a42982"},"request_uri":"http://localhost:8087/_wdt/a42982","method":"GET"} [] [2020-04-22T03:54:49.674012+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T03:54:49.729966+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/VideoController.php:28)"} [] [2020-04-22T03:54:59.030595+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/VideoController.php line 28 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/VideoController.php:28)"} [] [2020-04-22T03:54:59.224470+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T03:55:01.731307+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"451bbb"},"request_uri":"http://localhost:8087/_wdt/451bbb","method":"GET"} [] [2020-04-22T04:10:07.565068+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:10:07.751992+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\FFMpeg\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\FFMpeg\\FFMpeg' not found at /app/src/Controller/VideoController.php:29)"} [] [2020-04-22T04:10:16.607519+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\FFMpeg". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/VideoController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\FFMpeg\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/VideoController.php:29)"} [] [2020-04-22T04:10:16.863197+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:10:18.807225+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e5e5e"},"request_uri":"http://localhost:8087/_wdt/9e5e5e","method":"GET"} [] [2020-04-22T04:12:43.929486+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:12:44.154594+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\FFMpeg' not found at /app/src/Controller/VideoController.php:29)"} [] [2020-04-22T04:12:53.888456+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/VideoController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/VideoController.php:29)"} [] [2020-04-22T04:12:54.121785+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:12:56.668633+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f9c47"},"request_uri":"http://localhost:8087/_wdt/8f9c47","method":"GET"} [] [2020-04-22T04:13:38.809232+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:13:39.311110+02:00] request.CRITICAL: Uncaught PHP Exception FFMpeg\Exception\ExecutableNotFoundException: "Unable to load FFProbe" at /app/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php line 50 {"exception":"[object] (FFMpeg\\Exception\\ExecutableNotFoundException(code: 0): Unable to load FFProbe at /app/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Driver/FFProbeDriver.php:50)\n[previous exception] [object] (Alchemy\\BinaryDriver\\Exception\\ExecutableNotFoundException(code: 0): Executable not found, proposed : /usr/bin/ffprobe at /app/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php:159)"} [] [2020-04-22T04:13:39.711791+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:13:41.493995+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"090cdc"},"request_uri":"http://localhost:8087/_wdt/090cdc","method":"GET"} [] [2020-04-22T04:15:58.766985+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:15:59.036373+02:00] php.CRITICAL: Uncaught Error: Class 'FFMpeg\FFMpeg\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'FFMpeg\\FFMpeg\\FFMpeg' not found at /app/src/Controller/VideoController.php:31)"} [] [2020-04-22T04:16:12.205926+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "FFMpeg\FFMpeg". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/VideoController.php line 31 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"FFMpeg\\FFMpeg\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/VideoController.php:31)"} [] [2020-04-22T04:16:12.535249+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:16:14.697584+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"160596"},"request_uri":"http://localhost:8087/_wdt/160596","method":"GET"} [] [2020-04-22T04:24:25.269088+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:24:26.182973+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:24:29.247651+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e7b43"},"request_uri":"http://localhost:8087/_wdt/8e7b43","method":"GET"} [] [2020-04-22T04:25:12.397856+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:25:13.368334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:25:16.875504+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"feea6a"},"request_uri":"http://localhost:8087/_wdt/feea6a","method":"GET"} [] [2020-04-22T04:28:26.785099+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/video","method":"GET"} [] [2020-04-22T04:28:26.986173+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Streaming\FFMpeg' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Streaming\\FFMpeg' not found at /app/src/Controller/VideoController.php:29)"} [] [2020-04-22T04:28:36.287605+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "FFMpeg" from namespace "App\Controller\Streaming". Did you forget a "use" statement for e.g. "FFMpeg\FFMpeg" or "Streaming\FFMpeg"?" at /app/src/Controller/VideoController.php line 29 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"FFMpeg\" from namespace \"App\\Controller\\Streaming\".\nDid you forget a \"use\" statement for e.g. \"FFMpeg\\FFMpeg\" or \"Streaming\\FFMpeg\"? at /app/src/Controller/VideoController.php:29)"} [] [2020-04-22T04:28:36.523907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T04:28:38.377785+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af9e54"},"request_uri":"http://localhost:8087/_wdt/af9e54","method":"GET"} [] [2020-04-22T16:07:24.912046+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:07:25.851018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:07:28.599261+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed609c"},"request_uri":"http://localhost:8087/_wdt/ed609c","method":"GET"} [] [2020-04-22T16:10:40.963127+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:10:42.030866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:10:44.159515+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"015abd"},"request_uri":"http://localhost:8087/_wdt/015abd","method":"GET"} [] [2020-04-22T16:13:07.119373+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:13:08.104489+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:13:10.284437+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e16e9d"},"request_uri":"http://localhost:8087/_wdt/e16e9d","method":"GET"} [] [2020-04-22T16:13:34.123008+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:13:35.109568+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:13:37.173626+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a980d4"},"request_uri":"http://localhost:8087/_wdt/a980d4","method":"GET"} [] [2020-04-22T16:13:53.196560+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:13:53.721812+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:13:55.620919+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25acfa"},"request_uri":"http://localhost:8087/_wdt/25acfa","method":"GET"} [] [2020-04-22T16:14:44.733256+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:14:45.714528+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:14:47.895731+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a055a"},"request_uri":"http://localhost:8087/_wdt/8a055a","method":"GET"} [] [2020-04-22T16:16:59.518648+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T16:17:00.979560+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T16:17:00+02:00"] [] [2020-04-22T16:17:01.073045+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-22T16:17:00+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-22T16:17:01.178532+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T16:17:00+02:00"] [] [2020-04-22T16:17:01.601296+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:17:03.962374+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f67e4b"},"request_uri":"http://localhost:8087/_wdt/f67e4b","method":"GET"} [] [2020-04-22T16:19:32.700576+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:19:33.727549+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:19:36.095436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc359a"},"request_uri":"http://localhost:8087/_wdt/cc359a","method":"GET"} [] [2020-04-22T16:19:40.729107+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T16:19:41.724261+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T16:19:41+02:00"] [] [2020-04-22T16:19:41.788729+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-22T16:19:41+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-22T16:19:41.822999+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T16:19:41+02:00"] [] [2020-04-22T16:19:42.243021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:19:44.248324+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"becb39"},"request_uri":"http://localhost:8087/_wdt/becb39","method":"GET"} [] [2020-04-22T16:22:49.209952+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T16:22:50.126002+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T16:22:49+02:00"] [] [2020-04-22T16:22:50.185499+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-22T16:22:49+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-22T16:22:50.217238+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T16:22:49+02:00"] [] [2020-04-22T16:22:50.901720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:22:53.034306+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55d388"},"request_uri":"http://localhost:8087/_wdt/55d388","method":"GET"} [] [2020-04-22T16:23:08.448208+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit"},"request_uri":"http://localhost:8087/fr/blog/posts/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit","method":"GET"} [] [2020-04-22T16:23:09.243109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["lorem-ipsum-dolor-sit-amet [...]"] [] [2020-04-22T16:23:09.766933+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:23:09.953816+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [1] [] [2020-04-22T16:23:10.446730+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-04-22T16:23:10.454212+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [1] [] [2020-04-22T16:23:10.479250+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [1] [] [2020-04-22T16:23:10.485494+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-22T16:23:10.488105+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Pelle...". {"output":"

Diatrias tolerare tanquam noster caesium. Pelle..."} [] [2020-04-22T16:23:10.488714+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. E...". {"output":"

Ut eleifend mauris et risus ultrices egestas. E..."} [] [2020-04-22T16:23:10.489267+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sunt accentores vitare salvus flavum parses. Ur...". {"output":"

Sunt accentores vitare salvus flavum parses. Ur..."} [] [2020-04-22T16:23:10.489894+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Curabitur aliquam euismod dolor non ornare. Mau...". {"output":"

Curabitur aliquam euismod dolor non ornare. Mau..."} [] [2020-04-22T16:23:10.490452+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Al...". {"output":"

Eros diam egestas libero eu vulputate risus. Al..."} [] [2020-04-22T16:23:12.431070+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7327ca"},"request_uri":"http://localhost:8087/_wdt/7327ca","method":"GET"} [] [2020-04-22T16:23:22.794145+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T16:23:23.618464+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T16:23:23+02:00"] [] [2020-04-22T16:23:23.673512+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-22T16:23:23+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-22T16:23:23.698615+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T16:23:23+02:00"] [] [2020-04-22T16:23:24.081825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:23:26.132420+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ba31b"},"request_uri":"http://localhost:8087/_wdt/2ba31b","method":"GET"} [] [2020-04-22T16:24:31.795945+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T16:24:32.682252+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T16:24:32+02:00"] [] [2020-04-22T16:24:32.738803+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-22T16:24:32+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-22T16:24:32.769840+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T16:24:32+02:00"] [] [2020-04-22T16:24:33.419388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:24:35.288240+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48c0d5"},"request_uri":"http://localhost:8087/_wdt/48c0d5","method":"GET"} [] [2020-04-22T16:25:00.339965+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:25:01.021679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:25:03.407552+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"538939"},"request_uri":"http://localhost:8087/_wdt/538939","method":"GET"} [] [2020-04-22T16:26:53.299561+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-22T16:26:56.803377+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:111)"} [] [2020-04-22T16:26:57.232277+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:26:59.170936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b92ce8"},"request_uri":"http://localhost:8087/_wdt/b92ce8","method":"GET"} [] [2020-04-22T16:28:35.217518+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:28:35.931918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:28:37.597686+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c36fa"},"request_uri":"http://localhost:8087/_wdt/4c36fa","method":"GET"} [] [2020-04-22T16:29:42.491113+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:29:43.000775+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:29:45.685769+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8759a2"},"request_uri":"http://localhost:8087/_wdt/8759a2","method":"GET"} [] [2020-04-22T16:37:17.615352+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:37:18.648771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:37:22.019864+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c670b"},"request_uri":"http://localhost:8087/_wdt/4c670b","method":"GET"} [] [2020-04-22T16:37:22.516427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snow_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snow_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snow_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:37:22.516208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:37:22.516778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:41:49.897882+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:41:50.751573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:41:55.330385+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"469107"},"request_uri":"http://localhost:8087/_wdt/469107","method":"GET"} [] [2020-04-22T16:41:55.719511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snow_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snow_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snow_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:41:55.720010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:41:55.719460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:43:05.941508+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:43:07.363248+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:43:11.148400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snow_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snow_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snow_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:43:11.148677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:43:11.255434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:43:11.519917+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b65a9"},"request_uri":"http://localhost:8087/_wdt/1b65a9","method":"GET"} [] [2020-04-22T16:51:17.776200+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:51:18.786286+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:51:22.765734+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6da5c5"},"request_uri":"http://localhost:8087/_wdt/6da5c5","method":"GET"} [] [2020-04-22T16:51:23.233231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snow_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snow_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snow_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:51:23.289659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:52:20.918159+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:52:21.956059+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:52:25.150191+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aab64d"},"request_uri":"http://localhost:8087/_wdt/aab64d","method":"GET"} [] [2020-04-22T16:52:25.420816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_snow_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_snow_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_snow_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:52:25.421060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:53:38.102380+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:53:39.095427+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:53:41.956503+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffec8b"},"request_uri":"http://localhost:8087/_wdt/ffec8b","method":"GET"} [] [2020-04-22T16:53:42.317269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T16:54:57.014933+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:54:57.965099+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:55:00.341357+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"950ab8"},"request_uri":"http://localhost:8087/_wdt/950ab8","method":"GET"} [] [2020-04-22T16:55:38.781414+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:55:39.550688+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:55:42.686801+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"398e03"},"request_uri":"http://localhost:8087/_wdt/398e03","method":"GET"} [] [2020-04-22T16:56:59.232242+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:57:00.654612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:57:03.557842+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"531417"},"request_uri":"http://localhost:8087/_wdt/531417","method":"GET"} [] [2020-04-22T16:58:55.243800+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:58:56.296640+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:59:00.094191+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd3f0a"},"request_uri":"http://localhost:8087/_wdt/bd3f0a","method":"GET"} [] [2020-04-22T16:59:12.537642+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:59:13.551720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:59:15.797121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c3988"},"request_uri":"http://localhost:8087/_wdt/9c3988","method":"GET"} [] [2020-04-22T16:59:52.169637+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T16:59:53.130218+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T16:59:55.652220+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"161b17"},"request_uri":"http://localhost:8087/_wdt/161b17","method":"GET"} [] [2020-04-22T16:59:59.719490+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:00:00.319152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:00:02.466273+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b0ac3"},"request_uri":"http://localhost:8087/_wdt/2b0ac3","method":"GET"} [] [2020-04-22T17:01:13.448750+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:01:14.398310+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:01:16.837942+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a57cf0"},"request_uri":"http://localhost:8087/_wdt/a57cf0","method":"GET"} [] [2020-04-22T17:02:03.666993+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:02:04.658342+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:02:07.152013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac2749"},"request_uri":"http://localhost:8087/_wdt/ac2749","method":"GET"} [] [2020-04-22T17:02:52.430110+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:02:53.582083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:02:57.724850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snowtops.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snowtops.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snowtops.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:02:58.243730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:02:58.243179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:03:00.149415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:03:00.436919+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f61eba"},"request_uri":"http://localhost:8087/_wdt/f61eba","method":"GET"} [] [2020-04-22T17:04:46.108141+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:04:47.475528+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:04:52.661273+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84de2b"},"request_uri":"http://localhost:8087/_wdt/84de2b","method":"GET"} [] [2020-04-22T17:04:52.998080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:04:52.998402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snowtops.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snowtops.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snowtops.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:04:53.254967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:04:54.456254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_mountains.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_mountains.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:06:10.334243+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:06:11.316656+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:06:14.198741+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"137a3b"},"request_uri":"http://localhost:8087/_wdt/137a3b","method":"GET"} [] [2020-04-22T17:06:14.650353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_mountains.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_mountains.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:06:36.627498+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:06:37.587083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:06:40.493357+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9424b2"},"request_uri":"http://localhost:8087/_wdt/9424b2","method":"GET"} [] [2020-04-22T17:06:40.891419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_mountains.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_mountains.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:07:28.727894+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:07:29.419811+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:07:31.907276+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1809e8"},"request_uri":"http://localhost:8087/_wdt/1809e8","method":"GET"} [] [2020-04-22T17:09:07.639632+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:09:09.001639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:09:11.540071+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4091c4"},"request_uri":"http://localhost:8087/_wdt/4091c4","method":"GET"} [] [2020-04-22T17:10:19.262032+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:10:20.219739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:10:22.760786+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52333b"},"request_uri":"http://localhost:8087/_wdt/52333b","method":"GET"} [] [2020-04-22T17:11:08.069294+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:11:09.011374+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:11:11.954903+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93e699"},"request_uri":"http://localhost:8087/_wdt/93e699","method":"GET"} [] [2020-04-22T17:11:12.343975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:11:38.303369+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:11:39.122132+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:11:41.442911+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d1fb2"},"request_uri":"http://localhost:8087/_wdt/8d1fb2","method":"GET"} [] [2020-04-22T17:14:17.328727+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:14:18.349925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:14:20.845510+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"474329"},"request_uri":"http://localhost:8087/_wdt/474329","method":"GET"} [] [2020-04-22T17:15:18.886886+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:15:19.912583+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:15:22.309869+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8937ab"},"request_uri":"http://localhost:8087/_wdt/8937ab","method":"GET"} [] [2020-04-22T17:16:27.919976+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:16:28.931180+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:16:31.255877+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a6658"},"request_uri":"http://localhost:8087/_wdt/6a6658","method":"GET"} [] [2020-04-22T17:18:22.133833+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:18:23.567473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:18:26.359652+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53af48"},"request_uri":"http://localhost:8087/_wdt/53af48","method":"GET"} [] [2020-04-22T17:21:23.966784+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:21:25.185837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:21:27.851966+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29cb41"},"request_uri":"http://localhost:8087/_wdt/29cb41","method":"GET"} [] [2020-04-22T17:22:41.643604+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:22:42.815198+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:22:46.418752+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"216a24"},"request_uri":"http://localhost:8087/_wdt/216a24","method":"GET"} [] [2020-04-22T17:23:04.934516+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:23:05.889558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:23:08.472600+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0592d8"},"request_uri":"http://localhost:8087/_wdt/0592d8","method":"GET"} [] [2020-04-22T17:26:57.236799+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:26:58.662384+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:27:03.650923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_nature_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_nature_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_nature_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:27:03.652505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:27:03.653038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_snow_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_snow_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_snow_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T17:27:03.900532+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d503ce"},"request_uri":"http://localhost:8087/_wdt/d503ce","method":"GET"} [] [2020-04-22T17:28:30.527225+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:28:31.504471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:28:34.168342+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2b375"},"request_uri":"http://localhost:8087/_wdt/a2b375","method":"GET"} [] [2020-04-22T17:28:58.516871+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:28:59.501597+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:29:02.162243+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"512b79"},"request_uri":"http://localhost:8087/_wdt/512b79","method":"GET"} [] [2020-04-22T17:30:07.455749+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:30:08.551532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:30:11.489708+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75a384"},"request_uri":"http://localhost:8087/_wdt/75a384","method":"GET"} [] [2020-04-22T17:30:41.354985+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:30:42.285372+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:30:44.987113+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce1edb"},"request_uri":"http://localhost:8087/_wdt/ce1edb","method":"GET"} [] [2020-04-22T17:33:31.151038+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:33:32.111935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:33:35.123205+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee5cbf"},"request_uri":"http://localhost:8087/_wdt/ee5cbf","method":"GET"} [] [2020-04-22T17:37:08.863815+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T17:37:09.919696+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T17:37:12.882999+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3b8dd"},"request_uri":"http://localhost:8087/_wdt/b3b8dd","method":"GET"} [] [2020-04-22T18:16:36.914390+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:16:38.002162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:16:41.582503+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f34aab"},"request_uri":"http://localhost:8087/_wdt/f34aab","method":"GET"} [] [2020-04-22T18:16:42.045984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/img_fjords_wide.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/img_fjords_wide.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images/img_fjords_wide.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:16:42.046432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:17:10.166417+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:17:11.081848+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:17:14.924406+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8aa03"},"request_uri":"http://localhost:8087/_wdt/e8aa03","method":"GET"} [] [2020-04-22T18:17:15.263729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_fjords_wide.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_fjords_wide.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_fjords_wide.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:17:15.263314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/img_fjords_wide.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/img_fjords_wide.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images/img_fjords_wide.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:17:15.263314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:19:07.613722+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:19:08.608629+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:19:12.265979+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0be29"},"request_uri":"http://localhost:8087/_wdt/d0be29","method":"GET"} [] [2020-04-22T18:19:12.381455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_fjords_wide.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_fjords_wide.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_fjords_wide.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:19:12.382186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /images/img_fjords_wide.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /images/img_fjords_wide.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images/img_fjords_wide.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:19:12.781996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:20:07.722885+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:20:09.624435+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:20:13.258494+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11026e"},"request_uri":"http://localhost:8087/_wdt/11026e","method":"GET"} [] [2020-04-22T18:20:13.765229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /image/img_fjords_wide.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /image/img_fjords_wide.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/image/img_fjords_wide.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:20:14.029045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:21:01.832053+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:21:02.944803+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:21:06.123148+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"090a17"},"request_uri":"http://localhost:8087/_wdt/090a17","method":"GET"} [] [2020-04-22T18:21:06.579751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:22:03.739248+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:22:04.701714+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:22:07.801009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e3a6e"},"request_uri":"http://localhost:8087/_wdt/1e3a6e","method":"GET"} [] [2020-04-22T18:22:08.235190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:23:00.582261+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:23:01.397929+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:23:04.423085+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e914d9"},"request_uri":"http://localhost:8087/_wdt/e914d9","method":"GET"} [] [2020-04-22T18:23:04.912682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/YOUR-URL-IMAGE.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/YOUR-URL-IMAGE.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/YOUR-URL-IMAGE.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:24:08.379114+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:24:09.391325+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:24:12.109164+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"419c7b"},"request_uri":"http://localhost:8087/_wdt/419c7b","method":"GET"} [] [2020-04-22T18:24:12.456082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:26:12.852363+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:26:13.899428+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:26:16.837059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:26:17.030052+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"986a30"},"request_uri":"http://localhost:8087/_wdt/986a30","method":"GET"} [] [2020-04-22T18:28:19.002121+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T18:28:20.384191+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T18:28:20+02:00"] [] [2020-04-22T18:28:20.460732+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-22T18:28:20+02:00",[1,2,3,4,5,6,7,8,9,10]] [] [2020-04-22T18:28:20.575127+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T18:28:20+02:00"] [] [2020-04-22T18:28:21.032718+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:28:23.543524+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c64d71"},"request_uri":"http://localhost:8087/_wdt/c64d71","method":"GET"} [] [2020-04-22T18:34:32.505922+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:34:33.556673+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:34:36.769194+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77fa4b"},"request_uri":"http://localhost:8087/_wdt/77fa4b","method":"GET"} [] [2020-04-22T18:34:37.253038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:36:19.177134+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:36:19.995642+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:36:24.105355+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"368af2"},"request_uri":"http://localhost:8087/_wdt/368af2","method":"GET"} [] [2020-04-22T18:36:24.642772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:37:34.964867+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:37:36.196146+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:37:39.868239+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d89a7f"},"request_uri":"http://localhost:8087/_wdt/d89a7f","method":"GET"} [] [2020-04-22T18:37:40.346913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:38:17.896648+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:38:19.302883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:38:23.456525+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73c52f"},"request_uri":"http://localhost:8087/_wdt/73c52f","method":"GET"} [] [2020-04-22T18:38:24.151449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:41:42.203354+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:41:43.876641+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:41:46.479132+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff8360"},"request_uri":"http://localhost:8087/_wdt/ff8360","method":"GET"} [] [2020-04-22T18:42:13.911039+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:42:15.359565+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:42:18.122420+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"461a4e"},"request_uri":"http://localhost:8087/_wdt/461a4e","method":"GET"} [] [2020-04-22T18:42:38.371215+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:42:40.168834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:42:43.834059+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"314f73"},"request_uri":"http://localhost:8087/_wdt/314f73","method":"GET"} [] [2020-04-22T18:42:44.246353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:43:34.103484+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:43:35.224967+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:43:38.876297+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"948630"},"request_uri":"http://localhost:8087/_wdt/948630","method":"GET"} [] [2020-04-22T18:43:39.372380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:44:04.889008+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:44:06.310526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:44:09.900403+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"853274"},"request_uri":"http://localhost:8087/_wdt/853274","method":"GET"} [] [2020-04-22T18:44:10.396736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:44:25.437398+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:44:26.392934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:44:30.982854+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9db95"},"request_uri":"http://localhost:8087/_wdt/a9db95","method":"GET"} [] [2020-04-22T18:44:31.481274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:45:13.997098+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:45:14.981432+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:45:18.334306+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc5c16"},"request_uri":"http://localhost:8087/_wdt/dc5c16","method":"GET"} [] [2020-04-22T18:45:18.794247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:46:24.674072+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:46:26.258374+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:46:30.572531+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44c6f2"},"request_uri":"http://localhost:8087/_wdt/44c6f2","method":"GET"} [] [2020-04-22T18:46:31.055067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/image/img_fjords_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/image/img_fjords_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/image/img_fjords_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T18:51:52.278594+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:51:54.042126+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:51:57.197417+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb21dc"},"request_uri":"http://localhost:8087/_wdt/eb21dc","method":"GET"} [] [2020-04-22T18:52:46.400076+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:52:47.342074+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:52:49.838159+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75f095"},"request_uri":"http://localhost:8087/_wdt/75f095","method":"GET"} [] [2020-04-22T18:53:39.711377+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T18:53:40.633488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T18:53:43.711782+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf1519"},"request_uri":"http://localhost:8087/_wdt/bf1519","method":"GET"} [] [2020-04-22T19:02:52.646498+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-22T19:02:52.656945+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-22T19:02:52.666469+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:02:52.671233+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-22T19:02:52.672386+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-22T19:02:52.674041+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-22T19:02:52.675404+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-22T19:02:52.676577+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:02:52.677949+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-22T19:02:52.679195+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:02:52.680717+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-22T19:02:52.681849+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-22T19:02:52.683211+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-22T19:02:52.684408+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:02:52.685655+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-22T19:02:52.686861+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:02:52.688177+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-22T19:02:52.689288+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-22T19:02:52.690420+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-22T19:02:52.691553+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-22T19:02:52.692704+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:02:52.694987+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-22T19:02:52.696167+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:02:52.697688+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-22T19:02:52.698831+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-22T19:02:52.699908+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-22T19:02:52.701026+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:02:52.702282+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-22T19:02:52.703538+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:02:52.705207+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-22T19:02:52.706351+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-22T19:02:52.707528+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-22T19:02:52.708674+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-22T19:02:52.709783+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:02:52.727249+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-22T19:02:52.729953+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-22T19:02:52.731626+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:02:52.733398+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-22T19:02:52.735051+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-22T19:02:52.736227+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-22T19:02:52.737394+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-22T19:02:52.738568+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:02:52.739772+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-22T19:02:52.740999+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:02:52.742226+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-22T19:02:52.743791+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-22T19:02:52.745155+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-22T19:02:52.746420+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:02:52.747653+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-22T19:02:52.749005+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:02:52.750229+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-22T19:02:52.751313+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-22T19:02:52.752469+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-22T19:02:52.753584+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-22T19:02:52.754705+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:02:52.755809+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-22T19:02:52.756875+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:02:52.758041+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-22T19:02:52.759264+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-22T19:02:52.760722+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-22T19:02:52.762909+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:02:52.765464+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-22T19:02:52.767037+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:02:52.768794+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-22T19:02:52.770286+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-22T19:02:52.771619+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-22T19:02:52.772931+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-22T19:02:52.774214+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:02:52.776531+02:00] doctrine.DEBUG: CREATE TABLE video (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, titre VARCHAR(255) NOT NULL, auteur VARCHAR(255) NOT NULL, url VARCHAR(255) NOT NULL, date VARCHAR(255) NOT NULL) [] [] [2020-04-22T19:02:52.789514+02:00] doctrine.DEBUG: DROP INDEX IDX_58A92E65F675F31B [] [] [2020-04-22T19:02:52.805798+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post AS SELECT id, author_id, title, slug, summary, content, published_at FROM symfony_demo_post [] [] [2020-04-22T19:02:52.810315+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post [] [] [2020-04-22T19:02:52.861364+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, author_id INTEGER NOT NULL, title VARCHAR(255) NOT NULL COLLATE BINARY, slug VARCHAR(255) NOT NULL COLLATE BINARY, summary VARCHAR(255) NOT NULL COLLATE BINARY, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_58A92E65F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:02:52.870998+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (id, author_id, title, slug, summary, content, published_at) SELECT id, author_id, title, slug, summary, content, published_at FROM __temp__symfony_demo_post [] [] [2020-04-22T19:02:52.888284+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post [] [] [2020-04-22T19:02:52.889105+02:00] doctrine.DEBUG: CREATE INDEX IDX_58A92E65F675F31B ON symfony_demo_post (author_id) [] [] [2020-04-22T19:02:52.897855+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC44B89032C [] [] [2020-04-22T19:02:52.906954+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC4BAD26311 [] [] [2020-04-22T19:02:52.916315+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post_tag AS SELECT post_id, tag_id FROM symfony_demo_post_tag [] [] [2020-04-22T19:02:52.917918+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post_tag [] [] [2020-04-22T19:02:52.927466+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post_tag (post_id INTEGER NOT NULL, tag_id INTEGER NOT NULL, PRIMARY KEY(post_id, tag_id), CONSTRAINT FK_6ABC1CC44B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_6ABC1CC4BAD26311 FOREIGN KEY (tag_id) REFERENCES symfony_demo_tag (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:02:52.936272+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) SELECT post_id, tag_id FROM __temp__symfony_demo_post_tag [] [] [2020-04-22T19:02:52.945285+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post_tag [] [] [2020-04-22T19:02:52.945826+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC44B89032C ON symfony_demo_post_tag (post_id) [] [] [2020-04-22T19:02:52.954461+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC4BAD26311 ON symfony_demo_post_tag (tag_id) [] [] [2020-04-22T19:02:52.962431+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F834B89032C [] [] [2020-04-22T19:02:52.971757+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F83F675F31B [] [] [2020-04-22T19:02:52.980310+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_comment AS SELECT id, post_id, author_id, content, published_at FROM symfony_demo_comment [] [] [2020-04-22T19:02:52.982393+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_comment [] [] [2020-04-22T19:02:53.009158+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_comment (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, post_id INTEGER NOT NULL, author_id INTEGER NOT NULL, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_53AD8F834B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_53AD8F83F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:02:53.018000+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (id, post_id, author_id, content, published_at) SELECT id, post_id, author_id, content, published_at FROM __temp__symfony_demo_comment [] [] [2020-04-22T19:02:53.032077+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_comment [] [] [2020-04-22T19:02:53.032757+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F834B89032C ON symfony_demo_comment (post_id) [] [] [2020-04-22T19:02:53.041252+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F83F675F31B ON symfony_demo_comment (author_id) [] [] [2020-04-22T19:13:58.560746+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-22T19:13:58.589826+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-22T19:13:58.602903+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:13:58.614316+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-22T19:13:58.616173+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-22T19:13:58.618298+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-22T19:13:58.619896+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-22T19:13:58.621797+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:13:58.623641+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-22T19:13:58.625235+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:13:58.627064+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-22T19:13:58.628502+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-22T19:13:58.630251+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-22T19:13:58.631794+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:13:58.633361+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-22T19:13:58.634838+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:13:58.636462+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-22T19:13:58.638279+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-22T19:13:58.639765+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-22T19:13:58.641876+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-22T19:13:58.643703+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:13:58.645320+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-22T19:13:58.646890+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:13:58.648403+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-22T19:13:58.651084+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-22T19:13:58.652548+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-22T19:13:58.654064+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:13:58.655760+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-22T19:13:58.657544+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:13:58.659755+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-22T19:13:58.661951+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-22T19:13:58.663437+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-22T19:13:58.664879+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-22T19:13:58.666413+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:13:58.667873+02:00] doctrine.DEBUG: PRAGMA table_info('video') [] [] [2020-04-22T19:13:58.669638+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:13:58.672116+02:00] doctrine.DEBUG: PRAGMA index_list('video') [] [] [2020-04-22T19:13:58.673720+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('video') [] [] [2020-04-22T19:13:58.675326+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:13:58.697050+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-22T19:13:58.700895+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-22T19:13:58.702715+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:13:58.704796+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-22T19:13:58.706429+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-22T19:13:58.708046+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-22T19:13:58.709493+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-22T19:13:58.711720+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:13:58.713251+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-22T19:13:58.714808+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:13:58.716343+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-22T19:13:58.717833+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-22T19:13:58.719343+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-22T19:13:58.721073+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:13:58.722844+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-22T19:13:58.724320+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:13:58.725790+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-22T19:13:58.727184+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-22T19:13:58.728556+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-22T19:13:58.730465+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-22T19:13:58.733100+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:13:58.735162+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-22T19:13:58.737016+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:13:58.738897+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-22T19:13:58.741260+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-22T19:13:58.744105+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-22T19:13:58.746372+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:13:58.748333+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-22T19:13:58.750499+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:13:58.752228+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-22T19:13:58.753587+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-22T19:13:58.754991+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-22T19:13:58.756514+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-22T19:13:58.758028+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:13:58.759414+02:00] doctrine.DEBUG: PRAGMA table_info('video') [] [] [2020-04-22T19:13:58.761316+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:13:58.762750+02:00] doctrine.DEBUG: PRAGMA index_list('video') [] [] [2020-04-22T19:13:58.764054+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('video') [] [] [2020-04-22T19:13:58.765362+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:13:58.767893+02:00] doctrine.DEBUG: DROP INDEX IDX_58A92E65F675F31B [] [] [2020-04-22T19:13:58.790886+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post AS SELECT id, author_id, title, slug, summary, content, published_at FROM symfony_demo_post [] [] [2020-04-22T19:13:58.808772+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post [] [] [2020-04-22T19:13:58.865074+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, author_id INTEGER NOT NULL, title VARCHAR(255) NOT NULL COLLATE BINARY, slug VARCHAR(255) NOT NULL COLLATE BINARY, summary VARCHAR(255) NOT NULL COLLATE BINARY, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_58A92E65F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:13:58.877169+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (id, author_id, title, slug, summary, content, published_at) SELECT id, author_id, title, slug, summary, content, published_at FROM __temp__symfony_demo_post [] [] [2020-04-22T19:13:58.901431+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post [] [] [2020-04-22T19:13:58.902756+02:00] doctrine.DEBUG: CREATE INDEX IDX_58A92E65F675F31B ON symfony_demo_post (author_id) [] [] [2020-04-22T19:13:58.914289+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC4BAD26311 [] [] [2020-04-22T19:13:58.926825+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC44B89032C [] [] [2020-04-22T19:13:58.939613+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post_tag AS SELECT post_id, tag_id FROM symfony_demo_post_tag [] [] [2020-04-22T19:13:58.942351+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post_tag [] [] [2020-04-22T19:13:58.954629+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post_tag (post_id INTEGER NOT NULL, tag_id INTEGER NOT NULL, PRIMARY KEY(post_id, tag_id), CONSTRAINT FK_6ABC1CC44B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_6ABC1CC4BAD26311 FOREIGN KEY (tag_id) REFERENCES symfony_demo_tag (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:13:58.965966+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) SELECT post_id, tag_id FROM __temp__symfony_demo_post_tag [] [] [2020-04-22T19:13:58.978481+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post_tag [] [] [2020-04-22T19:13:58.979104+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC4BAD26311 ON symfony_demo_post_tag (tag_id) [] [] [2020-04-22T19:13:58.993033+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC44B89032C ON symfony_demo_post_tag (post_id) [] [] [2020-04-22T19:13:59.004058+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F83F675F31B [] [] [2020-04-22T19:13:59.016598+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F834B89032C [] [] [2020-04-22T19:13:59.029896+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_comment AS SELECT id, post_id, author_id, content, published_at FROM symfony_demo_comment [] [] [2020-04-22T19:13:59.032379+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_comment [] [] [2020-04-22T19:13:59.072024+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_comment (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, post_id INTEGER NOT NULL, author_id INTEGER NOT NULL, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_53AD8F834B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_53AD8F83F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:13:59.085575+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (id, post_id, author_id, content, published_at) SELECT id, post_id, author_id, content, published_at FROM __temp__symfony_demo_comment [] [] [2020-04-22T19:13:59.105877+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_comment [] [] [2020-04-22T19:13:59.106661+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F83F675F31B ON symfony_demo_comment (author_id) [] [] [2020-04-22T19:13:59.118881+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F834B89032C ON symfony_demo_comment (post_id) [] [] [2020-04-22T19:21:00.677018+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-22T19:21:00.699516+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-22T19:21:00.711485+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:21:00.717797+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-22T19:21:00.719117+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-22T19:21:00.720392+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-22T19:21:00.721651+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-22T19:21:00.722957+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:21:00.724371+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-22T19:21:00.725682+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:21:00.727351+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-22T19:21:00.728641+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-22T19:21:00.729865+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-22T19:21:00.731138+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:21:00.732610+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-22T19:21:00.734531+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:21:00.736125+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-22T19:21:00.737364+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-22T19:21:00.738623+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-22T19:21:00.739882+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-22T19:21:00.741198+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:21:00.742648+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-22T19:21:00.743967+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:21:00.745249+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-22T19:21:00.746341+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-22T19:21:00.747439+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-22T19:21:00.748741+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:21:00.749961+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-22T19:21:00.751126+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:21:00.752924+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-22T19:21:00.754639+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-22T19:21:00.756157+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-22T19:21:00.757375+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-22T19:21:00.758632+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:21:00.759884+02:00] doctrine.DEBUG: PRAGMA table_info('video') [] [] [2020-04-22T19:21:00.761108+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:21:00.762792+02:00] doctrine.DEBUG: PRAGMA index_list('video') [] [] [2020-04-22T19:21:00.764232+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('video') [] [] [2020-04-22T19:21:00.765464+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:21:00.784125+02:00] doctrine.DEBUG: SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name [] [] [2020-04-22T19:21:00.787243+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_comment') [] [] [2020-04-22T19:21:00.788976+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:21:00.790712+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_comment') [] [] [2020-04-22T19:21:00.791931+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_comment') [] [] [2020-04-22T19:21:00.793101+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F834B89032C') [] [] [2020-04-22T19:21:00.794294+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_53AD8F83F675F31B') [] [] [2020-04-22T19:21:00.795707+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_comment"] [] [2020-04-22T19:21:00.797096+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post') [] [] [2020-04-22T19:21:00.798396+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:21:00.799671+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post') [] [] [2020-04-22T19:21:00.800877+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post') [] [] [2020-04-22T19:21:00.802222+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_58A92E65F675F31B') [] [] [2020-04-22T19:21:00.803415+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post"] [] [2020-04-22T19:21:00.805576+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_post_tag') [] [] [2020-04-22T19:21:00.806885+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:21:00.808152+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_post_tag') [] [] [2020-04-22T19:21:00.809375+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_post_tag') [] [] [2020-04-22T19:21:00.810585+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC44B89032C') [] [] [2020-04-22T19:21:00.811898+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('IDX_6ABC1CC4BAD26311') [] [] [2020-04-22T19:21:00.813133+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_post_tag"] [] [2020-04-22T19:21:00.814540+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_tag') [] [] [2020-04-22T19:21:00.815775+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:21:00.817687+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_tag') [] [] [2020-04-22T19:21:00.819369+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_tag') [] [] [2020-04-22T19:21:00.821051+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_4D5855405E237E06') [] [] [2020-04-22T19:21:00.822625+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_tag"] [] [2020-04-22T19:21:00.824901+02:00] doctrine.DEBUG: PRAGMA table_info('symfony_demo_user') [] [] [2020-04-22T19:21:00.826720+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:21:00.828176+02:00] doctrine.DEBUG: PRAGMA index_list('symfony_demo_user') [] [] [2020-04-22T19:21:00.829516+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('symfony_demo_user') [] [] [2020-04-22T19:21:00.830905+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1F85E0677') [] [] [2020-04-22T19:21:00.832170+02:00] doctrine.DEBUG: PRAGMA INDEX_INFO ('UNIQ_8FB094A1E7927C74') [] [] [2020-04-22T19:21:00.833449+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["symfony_demo_user"] [] [2020-04-22T19:21:00.834954+02:00] doctrine.DEBUG: PRAGMA table_info('video') [] [] [2020-04-22T19:21:00.836262+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:21:00.837546+02:00] doctrine.DEBUG: PRAGMA index_list('video') [] [] [2020-04-22T19:21:00.838830+02:00] doctrine.DEBUG: PRAGMA TABLE_INFO ('video') [] [] [2020-04-22T19:21:00.840532+02:00] doctrine.DEBUG: SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ? ["video"] [] [2020-04-22T19:21:00.843824+02:00] doctrine.DEBUG: DROP INDEX IDX_58A92E65F675F31B [] [] [2020-04-22T19:21:00.856950+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post AS SELECT id, author_id, title, slug, summary, content, published_at FROM symfony_demo_post [] [] [2020-04-22T19:21:00.861391+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post [] [] [2020-04-22T19:21:00.907776+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, author_id INTEGER NOT NULL, title VARCHAR(255) NOT NULL COLLATE BINARY, slug VARCHAR(255) NOT NULL COLLATE BINARY, summary VARCHAR(255) NOT NULL COLLATE BINARY, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_58A92E65F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:21:00.917071+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (id, author_id, title, slug, summary, content, published_at) SELECT id, author_id, title, slug, summary, content, published_at FROM __temp__symfony_demo_post [] [] [2020-04-22T19:21:00.935327+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post [] [] [2020-04-22T19:21:00.936276+02:00] doctrine.DEBUG: CREATE INDEX IDX_58A92E65F675F31B ON symfony_demo_post (author_id) [] [] [2020-04-22T19:21:00.945721+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC44B89032C [] [] [2020-04-22T19:21:00.955071+02:00] doctrine.DEBUG: DROP INDEX IDX_6ABC1CC4BAD26311 [] [] [2020-04-22T19:21:00.965660+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_post_tag AS SELECT post_id, tag_id FROM symfony_demo_post_tag [] [] [2020-04-22T19:21:00.967216+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_post_tag [] [] [2020-04-22T19:21:00.977636+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post_tag (post_id INTEGER NOT NULL, tag_id INTEGER NOT NULL, PRIMARY KEY(post_id, tag_id), CONSTRAINT FK_6ABC1CC44B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_6ABC1CC4BAD26311 FOREIGN KEY (tag_id) REFERENCES symfony_demo_tag (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:21:00.987093+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) SELECT post_id, tag_id FROM __temp__symfony_demo_post_tag [] [] [2020-04-22T19:21:00.997642+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_post_tag [] [] [2020-04-22T19:21:00.998195+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC44B89032C ON symfony_demo_post_tag (post_id) [] [] [2020-04-22T19:21:01.006879+02:00] doctrine.DEBUG: CREATE INDEX IDX_6ABC1CC4BAD26311 ON symfony_demo_post_tag (tag_id) [] [] [2020-04-22T19:21:01.016372+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F834B89032C [] [] [2020-04-22T19:21:01.025926+02:00] doctrine.DEBUG: DROP INDEX IDX_53AD8F83F675F31B [] [] [2020-04-22T19:21:01.035517+02:00] doctrine.DEBUG: CREATE TEMPORARY TABLE __temp__symfony_demo_comment AS SELECT id, post_id, author_id, content, published_at FROM symfony_demo_comment [] [] [2020-04-22T19:21:01.037418+02:00] doctrine.DEBUG: DROP TABLE symfony_demo_comment [] [] [2020-04-22T19:21:01.064410+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_comment (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, post_id INTEGER NOT NULL, author_id INTEGER NOT NULL, content CLOB NOT NULL COLLATE BINARY, published_at DATETIME NOT NULL, CONSTRAINT FK_53AD8F834B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_53AD8F83F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) NOT DEFERRABLE INITIALLY IMMEDIATE) [] [] [2020-04-22T19:21:01.073837+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (id, post_id, author_id, content, published_at) SELECT id, post_id, author_id, content, published_at FROM __temp__symfony_demo_comment [] [] [2020-04-22T19:21:01.087842+02:00] doctrine.DEBUG: DROP TABLE __temp__symfony_demo_comment [] [] [2020-04-22T19:21:01.088519+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F834B89032C ON symfony_demo_comment (post_id) [] [] [2020-04-22T19:21:01.097666+02:00] doctrine.DEBUG: CREATE INDEX IDX_53AD8F83F675F31B ON symfony_demo_comment (author_id) [] [] [2020-04-22T19:24:50.529281+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-22T19:24:50.574882+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-22T19:24:50.579678+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post (id INT AUTO_INCREMENT NOT NULL, author_id INT NOT NULL, title VARCHAR(255) NOT NULL, slug VARCHAR(255) NOT NULL, summary VARCHAR(255) NOT NULL, content LONGTEXT NOT NULL, published_at DATETIME NOT NULL, INDEX IDX_58A92E65F675F31B (author_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-04-22T19:24:50.610096+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_post_tag (post_id INT NOT NULL, tag_id INT NOT NULL, INDEX IDX_6ABC1CC44B89032C (post_id), INDEX IDX_6ABC1CC4BAD26311 (tag_id), PRIMARY KEY(post_id, tag_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-04-22T19:24:50.644273+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_tag (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_4D5855405E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-04-22T19:24:50.681236+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_user (id INT AUTO_INCREMENT NOT NULL, full_name VARCHAR(255) NOT NULL, username VARCHAR(255) NOT NULL, email VARCHAR(255) NOT NULL, password VARCHAR(255) NOT NULL, roles JSON NOT NULL, UNIQUE INDEX UNIQ_8FB094A1F85E0677 (username), UNIQUE INDEX UNIQ_8FB094A1E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-04-22T19:24:50.715585+02:00] doctrine.DEBUG: CREATE TABLE video (id INT AUTO_INCREMENT NOT NULL, titre VARCHAR(255) NOT NULL, auteur VARCHAR(255) NOT NULL, url VARCHAR(255) NOT NULL, date VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-04-22T19:24:50.738204+02:00] doctrine.DEBUG: CREATE TABLE symfony_demo_comment (id INT AUTO_INCREMENT NOT NULL, post_id INT NOT NULL, author_id INT NOT NULL, content LONGTEXT NOT NULL, published_at DATETIME NOT NULL, INDEX IDX_53AD8F834B89032C (post_id), INDEX IDX_53AD8F83F675F31B (author_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-04-22T19:24:50.765494+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_post ADD CONSTRAINT FK_58A92E65F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) [] [] [2020-04-22T19:24:50.830782+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_post_tag ADD CONSTRAINT FK_6ABC1CC44B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) ON DELETE CASCADE [] [] [2020-04-22T19:24:50.887754+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_post_tag ADD CONSTRAINT FK_6ABC1CC4BAD26311 FOREIGN KEY (tag_id) REFERENCES symfony_demo_tag (id) ON DELETE CASCADE [] [] [2020-04-22T19:24:50.954412+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_comment ADD CONSTRAINT FK_53AD8F834B89032C FOREIGN KEY (post_id) REFERENCES symfony_demo_post (id) [] [] [2020-04-22T19:24:51.014554+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_comment ADD CONSTRAINT FK_53AD8F83F675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) [] [] [2020-04-22T19:25:17.818639+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:25:18.861752+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:25:22.021647+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1469f4"},"request_uri":"http://localhost:8087/_wdt/1469f4","method":"GET"} [] [2020-04-22T19:25:25.862953+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-22T19:25:27.597971+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-22T19:25:27+02:00"] [] [2020-04-22T19:25:27.681925+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-22T19:25:27+02:00"] [] [2020-04-22T19:25:28.382005+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:25:30.996636+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fddb1"},"request_uri":"http://localhost:8087/_wdt/9fddb1","method":"GET"} [] [2020-04-22T19:35:46.471643+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:35:47.316872+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:35:49.737450+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0a266"},"request_uri":"http://localhost:8087/_wdt/f0a266","method":"GET"} [] [2020-04-22T19:36:42.214298+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:36:43.067137+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:36:43.875443+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:36:46.113218+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a822d5"},"request_uri":"http://localhost:8087/_wdt/a822d5","method":"GET"} [] [2020-04-22T19:40:00.325231+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:40:01.183379+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:40:02.006073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:40:02.468878+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "video_detail" as such route does not exist.")." at /app/templates/video/index.html.twig line 520 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"video_detail\" as such route does not exist.\"). at /app/templates/video/index.html.twig:520)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"video_detail\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-04-22T19:40:05.275647+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cd3a8"},"request_uri":"http://localhost:8087/_wdt/0cd3a8","method":"GET"} [] [2020-04-22T19:40:37.932793+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:40:38.716690+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:40:39.444423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:40:42.375807+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb5238"},"request_uri":"http://localhost:8087/_wdt/bb5238","method":"GET"} [] [2020-04-22T19:40:42.605048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:40:46.599897+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97f4e8"},"request_uri":"http://localhost:8087/_wdt/97f4e8","method":"GET"} [] [2020-04-22T19:40:47.115112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:40:51.403015+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99139e"},"request_uri":"http://localhost:8087/_wdt/99139e","method":"GET"} [] [2020-04-22T19:40:51.907044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:40:56.080230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f80a2b"},"request_uri":"http://localhost:8087/_wdt/f80a2b","method":"GET"} [] [2020-04-22T19:40:56.590571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:40:59.655743+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36fa68"},"request_uri":"http://localhost:8087/_wdt/36fa68","method":"GET"} [] [2020-04-22T19:42:30.318108+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:42:31.227099+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:42:31.986519+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:42:34.708605+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3f7e6"},"request_uri":"http://localhost:8087/_wdt/c3f7e6","method":"GET"} [] [2020-04-22T19:42:35.160206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:42:38.567327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:42:42.153910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:42:45.405738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:51:09.634762+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:51:10.579484+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:51:11.090224+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "punctuation" of value "{"." at /app/templates/video/index.html.twig line 518 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token \"punctuation\" of value \"{\". at /app/templates/video/index.html.twig:518)"} [] [2020-04-22T19:51:11.700783+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:51:13.991486+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b35efd"},"request_uri":"http://localhost:8087/_wdt/b35efd","method":"GET"} [] [2020-04-22T19:52:19.714076+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:52:20.544341+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:52:21.362791+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:52:25.165899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.url" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.url\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos.url/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:52:25.351425+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a137aa"},"request_uri":"http://localhost:8087/_wdt/a137aa","method":"GET"} [] [2020-04-22T19:52:29.173408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.url" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.url\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos.url/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:52:33.146766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.url" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.url\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos.url/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:52:36.264340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /videos.url" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /videos.url\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos.url/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:53:59.005420+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:53:59.835727+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:54:00.613379+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:54:05.008453+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43353b"},"request_uri":"http://localhost:8087/_wdt/43353b","method":"GET"} [] [2020-04-22T19:54:05.522216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7B%20videos.url%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7B%20videos.url%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7B%20videos.url%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:54:09.092225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7B%20videos.url%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7B%20videos.url%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7B%20videos.url%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:54:12.818265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7B%20videos.url%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7B%20videos.url%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7B%20videos.url%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:54:15.199311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%7B%7B%20videos.url%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%7B%7B%20videos.url%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%7B%7B%20videos.url%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:55:31.825757+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:55:32.374848+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:55:33.113769+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:55:36.029680+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23a439"},"request_uri":"http://localhost:8087/_wdt/23a439","method":"GET"} [] [2020-04-22T19:55:36.429873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:55:40.324898+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"956e4d"},"request_uri":"http://localhost:8087/_wdt/956e4d","method":"GET"} [] [2020-04-22T19:55:40.882099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:55:45.931888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eed1d8"},"request_uri":"http://localhost:8087/_wdt/eed1d8","method":"GET"} [] [2020-04-22T19:55:46.076957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:55:49.400382+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bbba9"},"request_uri":"http://localhost:8087/_wdt/1bbba9","method":"GET"} [] [2020-04-22T19:55:49.645874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public%E2%81%A9/%E2%81%A8video%E2%81%A9/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:55:51.751177+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9c53e"},"request_uri":"http://localhost:8087/_wdt/c9c53e","method":"GET"} [] [2020-04-22T19:57:53.904336+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:57:55.044657+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:57:56.104203+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:58:00.281325+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38ba6e"},"request_uri":"http://localhost:8087/_wdt/38ba6e","method":"GET"} [] [2020-04-22T19:58:00.834039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:58:03.249509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:58:04.889327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:58:08.411788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:59:12.294819+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T19:59:13.201364+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T19:59:13.922214+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T19:59:16.605692+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37a9c9"},"request_uri":"http://localhost:8087/_wdt/37a9c9","method":"GET"} [] [2020-04-22T19:59:16.902692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:59:20.981499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:59:24.243862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T19:59:27.051596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:00:06.850471+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:00:07.768943+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:00:08.568450+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:00:11.462444+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23eb26"},"request_uri":"http://localhost:8087/_wdt/23eb26","method":"GET"} [] [2020-04-22T20:15:13.503126+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:15:14.385081+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:15:14.955164+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:15:18.078359+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69153c"},"request_uri":"http://localhost:8087/_wdt/69153c","method":"GET"} [] [2020-04-22T20:15:45.448294+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:15:46.379222+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:15:47.386222+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:15:49.956077+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a9e28"},"request_uri":"http://localhost:8087/_wdt/5a9e28","method":"GET"} [] [2020-04-22T20:16:46.518077+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:16:47.379130+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:16:48.339628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:16:50.466732+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b2fa9"},"request_uri":"http://localhost:8087/_wdt/7b2fa9","method":"GET"} [] [2020-04-22T20:17:24.757352+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:17:25.799700+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:17:26.541544+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:17:29.060627+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53dd41"},"request_uri":"http://localhost:8087/_wdt/53dd41","method":"GET"} [] [2020-04-22T20:17:30.059141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:17:33.856684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:17:35.701461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:17:37.980283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:27:36.806665+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:27:37.654745+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:27:38.630033+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:27:42.043441+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c5020"},"request_uri":"http://localhost:8087/_wdt/2c5020","method":"GET"} [] [2020-04-22T20:27:42.694351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:27:46.686096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:27:50.273589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:27:52.873118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:28:42.449452+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T20:28:43.276155+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T20:28:44.098333+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T20:28:48.033771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d13be6"},"request_uri":"http://localhost:8087/_wdt/d13be6","method":"GET"} [] [2020-04-22T20:28:48.428357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:28:52.379516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:28:55.548911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T20:28:58.142892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:02:13.354439+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T21:02:14.278013+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T21:02:15.291378+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T21:02:19.255845+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"587657"},"request_uri":"http://localhost:8087/_wdt/587657","method":"GET"} [] [2020-04-22T21:02:57.650989+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T21:02:58.436044+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T21:02:59.662511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T21:03:02.504589+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed2196"},"request_uri":"http://localhost:8087/_wdt/ed2196","method":"GET"} [] [2020-04-22T21:03:02.994542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:06.698841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:09.972331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:13.129289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:26.790276+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T21:03:27.645161+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T21:03:28.477041+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T21:03:31.167623+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ad0c5"},"request_uri":"http://localhost:8087/_wdt/7ad0c5","method":"GET"} [] [2020-04-22T21:03:31.449299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:36.070553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:37.952943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T21:03:40.614709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:26:30.855865+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T22:26:31.727461+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T22:26:32.214690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:26:35.804559+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e3dfd"},"request_uri":"http://localhost:8087/_wdt/8e3dfd","method":"GET"} [] [2020-04-22T22:26:36.223431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:26:39.877743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:26:42.821755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:26:45.790025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:29:08.106618+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T22:29:09.269010+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T22:29:10.033909+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:29:13.179312+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3393ca"},"request_uri":"http://localhost:8087/_wdt/3393ca","method":"GET"} [] [2020-04-22T22:29:13.731470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:29:17.593445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:29:20.512126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:29:22.821063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/'/video/video.mp4'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/'/video/video.mp4'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/'/video/video.mp4'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:30:43.210530+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T22:30:43.938383+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T22:30:44.625487+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:30:46.931859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"247c67"},"request_uri":"http://localhost:8087/_wdt/247c67","method":"GET"} [] [2020-04-22T22:31:49.038848+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T22:31:49.898591+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T22:31:51.068221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:31:54.819547+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a838a8"},"request_uri":"http://localhost:8087/_wdt/a838a8","method":"GET"} [] [2020-04-22T22:32:34.576621+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T22:32:35.382899+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T22:32:35.699711+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unclosed """." at /app/templates/video/index.html.twig line 524 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unclosed \"\"\". at /app/templates/video/index.html.twig:524)"} [] [2020-04-22T22:32:36.051568+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:32:38.206185+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0774cb"},"request_uri":"http://localhost:8087/_wdt/0774cb","method":"GET"} [] [2020-04-22T22:33:13.622206+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-22T22:33:14.180835+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-22T22:33:14.973015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:33:18.407455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:33:18.508544+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed2cc9"},"request_uri":"http://localhost:8087/_wdt/ed2cc9","method":"GET"} [] [2020-04-22T22:33:22.090851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:33:24.579582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:33:27.491320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-22T22:34:20.156049+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:34:20.876357+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:34:23.194303+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44e1c2"},"request_uri":"http://localhost:8087/_wdt/44e1c2","method":"GET"} [] [2020-04-22T22:36:29.761049+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:36:30.553144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:36:31.088658+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/index.html.twig line 31 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/index.html.twig:31)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php:129)"} [] [2020-04-22T22:36:33.883318+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab9466"},"request_uri":"http://localhost:8087/_wdt/ab9466","method":"GET"} [] [2020-04-22T22:40:51.735706+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:41:28.781751+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:47:37.811684+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:47:38.671074+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:47:41.329076+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03ad88"},"request_uri":"http://localhost:8087/_wdt/03ad88","method":"GET"} [] [2020-04-22T22:49:33.324315+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:49:34.086964+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "}"." at /app/templates/default/index.html.twig line 31 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"}\". at /app/templates/default/index.html.twig:31)"} [] [2020-04-22T22:49:34.500002+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:49:36.654396+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"098f3f"},"request_uri":"http://localhost:8087/_wdt/098f3f","method":"GET"} [] [2020-04-22T22:49:53.895691+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:49:55.109706+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:49:57.545003+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31fcf9"},"request_uri":"http://localhost:8087/_wdt/31fcf9","method":"GET"} [] [2020-04-22T22:50:15.361521+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:50:16.352960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:50:18.930894+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"153c59"},"request_uri":"http://localhost:8087/_wdt/153c59","method":"GET"} [] [2020-04-22T22:53:01.063817+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T22:53:02.645921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:53:05.589866+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a94ec8"},"request_uri":"http://localhost:8087/_wdt/a94ec8","method":"GET"} [] [2020-04-22T22:53:08.986197+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-04-22T22:53:12.490879+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:246)"} [] [2020-04-22T22:53:12.944479+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T22:53:15.194545+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06cea1"},"request_uri":"http://localhost:8087/_wdt/06cea1","method":"GET"} [] [2020-04-22T23:24:53.715666+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T23:24:54.527824+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T23:24:57.986951+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"936c0d"},"request_uri":"http://localhost:8087/_wdt/936c0d","method":"GET"} [] [2020-04-22T23:40:01.090021+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-04-22T23:40:02.487438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-22T23:40:05.094596+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f4bb2"},"request_uri":"http://localhost:8087/_wdt/1f4bb2","method":"GET"} [] [2020-04-23T00:06:10.529886+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T00:06:11.048587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T00:06:15.294999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/7.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/7.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/7.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:15.295808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:15.343732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:15.543430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/41.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/41.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/41.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:16.846146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/40.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/40.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/40.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:20.092772+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e34c1b"},"request_uri":"http://localhost:8087/_wdt/e34c1b","method":"GET"} [] [2020-04-23T00:06:20.827157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/6.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/6.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/6.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:20.898245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/4.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/4.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/4.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:21.210724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/42.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/42.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/42.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:22.262785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/43.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/43.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/43.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:25.671246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/5.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/5.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/5.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:25.995432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:26.256381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/47.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/47.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/47.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:26.516820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/46.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/46.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/46.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:28.104865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/44.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/44.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/44.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:30.510854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/2.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/2.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/2.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:31.521419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/50.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/50.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/50.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:31.521454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/3.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/3.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/3.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:31.917700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/45.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/45.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/45.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:33.127892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/22.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/22.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/22.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:36.254994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/36.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/36.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/36.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:36.839091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/37.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/37.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/37.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:36.838808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/23.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/23.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/23.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:37.565292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/35.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/35.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/35.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:38.873437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/21.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/21.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/21.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:42.198484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/34.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/34.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/34.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:42.198716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/30.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/30.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/30.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:42.198848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/20.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/20.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/20.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:43.007874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/24.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/24.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/24.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:44.167502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/18.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/18.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/18.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:47.021124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/25.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/25.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/25.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:47.020952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/19.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/19.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/19.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:47.020763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/31.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/31.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/31.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:47.526233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/27.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/27.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/27.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:48.826391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/33.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/33.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/33.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:51.640799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/32.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/32.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/32.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:51.653829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/26.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/26.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/26.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:51.663429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/17.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/17.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/17.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:52.218181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/16.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/16.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/16.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:53.422218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/28.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/28.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/28.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:56.697795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/29.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/29.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/29.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:56.697639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/14.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/14.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/14.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:56.697930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/15.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/15.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/15.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:57.887213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/11.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/11.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/11.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:06:58.720491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/39.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/39.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/39.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:01.425424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/38.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/38.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/38.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:01.968790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/10.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/10.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/10.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:01.969042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/12.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/12.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/12.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:02.693091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/13.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/13.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/13.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:03.565850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/48.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/48.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/48.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:05.820048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/49.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/49.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/49.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:05.930920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:07:05.931081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/audio/1/8.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/audio/1/8.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/audio/1/8.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T00:56:33.605276+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T00:56:34.227709+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "Service "kernel" not found: even though it exists in the app's container, the container inside "App\Controller\DefaultController" is a smaller service locator that only knows about the "doctrine", "form.factory", "http_kernel", "parameter_bag", "request_stack", "router", "security.authorization_checker", "security.csrf.token_manager", "security.token_storage", "session" and "twig" services. Try using dependency injection instead." at /app/vendor/symfony/dependency-injection/ServiceLocator.php line 124 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException(code: 0): Service \"kernel\" not found: even though it exists in the app's container, the container inside \"App\\Controller\\DefaultController\" is a smaller service locator that only knows about the \"doctrine\", \"form.factory\", \"http_kernel\", \"parameter_bag\", \"request_stack\", \"router\", \"security.authorization_checker\", \"security.csrf.token_manager\", \"security.token_storage\", \"session\" and \"twig\" services. Try using dependency injection instead. at /app/vendor/symfony/dependency-injection/ServiceLocator.php:124)"} [] [2020-04-23T00:56:34.595971+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T00:56:36.865143+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f59ec4"},"request_uri":"http://localhost:8087/_wdt/f59ec4","method":"GET"} [] [2020-04-23T01:02:14.792149+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:02:15.346614+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: container" at /app/src/Controller/DefaultController.php line 237 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: container at /app/src/Controller/DefaultController.php:237)"} [] [2020-04-23T01:02:15.649678+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:02:18.636242+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f601f"},"request_uri":"http://localhost:8087/_wdt/5f601f","method":"GET"} [] [2020-04-23T01:02:37.565612+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:02:38.091601+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: container" at /app/src/Controller/DefaultController.php line 237 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: container at /app/src/Controller/DefaultController.php:237)"} [] [2020-04-23T01:02:38.356081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:02:40.205295+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5deda8"},"request_uri":"http://localhost:8087/_wdt/5deda8","method":"GET"} [] [2020-04-23T01:04:41.040602+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:04:41.725431+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: kernel" at /app/src/Controller/DefaultController.php line 237 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: kernel at /app/src/Controller/DefaultController.php:237)"} [] [2020-04-23T01:04:42.043377+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:04:44.035172+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cea856"},"request_uri":"http://localhost:8087/_wdt/cea856","method":"GET"} [] [2020-04-23T01:05:40.613935+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:05:41.130211+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: kernel" at /app/src/Controller/DefaultController.php line 228 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: kernel at /app/src/Controller/DefaultController.php:228)"} [] [2020-04-23T01:05:41.401268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:05:43.305764+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"537286"},"request_uri":"http://localhost:8087/_wdt/537286","method":"GET"} [] [2020-04-23T01:22:28.164526+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:22:28.694065+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: dataDir" at /app/src/Controller/DefaultController.php line 228 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: dataDir at /app/src/Controller/DefaultController.php:228)"} [] [2020-04-23T01:22:28.976411+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:22:31.094297+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2918f9"},"request_uri":"http://localhost:8087/_wdt/2918f9","method":"GET"} [] [2020-04-23T01:28:12.087893+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:28:12.630810+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: webDirectory" at /app/src/Controller/DefaultController.php line 227 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: webDirectory at /app/src/Controller/DefaultController.php:227)"} [] [2020-04-23T01:28:12.950944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:28:15.467666+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d87f2"},"request_uri":"http://localhost:8087/_wdt/3d87f2","method":"GET"} [] [2020-04-23T01:28:33.204462+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:28:33.774142+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: dataDir" at /app/src/Controller/DefaultController.php line 227 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: dataDir at /app/src/Controller/DefaultController.php:227)"} [] [2020-04-23T01:28:34.012622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:28:35.874669+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc964a"},"request_uri":"http://localhost:8087/_wdt/cc964a","method":"GET"} [] [2020-04-23T01:36:05.562913+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:36:06.271114+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:36:10.238153+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/audio/audio","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"audio","_locale":"fr","id":"audio"},"request_uri":"http://localhost:8087/fr/audio/audio/","method":"GET"} [] [2020-04-23T01:36:10.951713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:11.025463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/41.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/41.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/41.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:11.327812+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:36:11.633267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/7.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/7.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/7.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:12.153633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/6.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/6.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/6.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:15.525104+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae1984"},"request_uri":"http://localhost:8087/_wdt/ae1984","method":"GET"} [] [2020-04-23T01:36:15.699810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/40.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/40.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/40.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:16.078276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/4.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/4.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/4.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:16.369820+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"audio"},"request_uri":"http://localhost:8087/fr/audio/audio","method":"GET"} [] [2020-04-23T01:36:17.636731+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 242 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:242)"} [] [2020-04-23T01:36:18.098621+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:36:18.211632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/42.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/42.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/42.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:21.041691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/43.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/43.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/43.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:21.041506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/5.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/5.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/5.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:21.928545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:22.445539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/47.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/47.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/47.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:23.454292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/46.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/46.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/46.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:26.291079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/2.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/2.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/2.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:26.384985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/44.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/44.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/44.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:26.878432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/50.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/50.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/50.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:27.572048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/3.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/3.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/3.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:28.643981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/45.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/45.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/45.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:30.885220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/22.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/22.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/22.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:31.148830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/36.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/36.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/36.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:31.149284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/37.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/37.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/37.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:31.847943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/23.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/23.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/23.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:33.128830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/35.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/35.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/35.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:36.354193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/21.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/21.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/21.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:36.418042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/20.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/20.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/20.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:36.499603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/34.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/34.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/34.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:37.015707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/30.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/30.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/30.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:39.329494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/24.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/24.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/24.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:42.765095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/19.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/19.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/19.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:42.764528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/18.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/18.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/18.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:42.764827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/25.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/25.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/25.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:43.353962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/31.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/31.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/31.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:45.639508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/27.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/27.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/27.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:48.288756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/32.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/32.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/32.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:48.289030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/17.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/17.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/17.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:48.289180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/26.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/26.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/26.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:48.288993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/33.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/33.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/33.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:51.550152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/16.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/16.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/16.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:53.351918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/11.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/11.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/11.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:53.351316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/14.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/14.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/14.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:53.351633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/15.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/15.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/15.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:53.352480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/28.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/28.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/28.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:57.600813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/29.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/29.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/29.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:58.421865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/13.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/13.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/13.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:58.421465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/38.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/38.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/38.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:58.421701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/10.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/10.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/10.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:36:58.421763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/39.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/39.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/39.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:37:03.073740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/12.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/12.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/12.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:37:04.426337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/49.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/49.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/49.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:37:04.426702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/8.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/8.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/8.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:37:04.426935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/9.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/9.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/9.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:37:04.426643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/audio/1/48.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/audio/1/48.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/audio/1/48.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:41:56.257548+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:41:57.936592+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:42:00.785402+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef67c4"},"request_uri":"http://localhost:8087/_wdt/ef67c4","method":"GET"} [] [2020-04-23T01:42:01.217511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app../public/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app../public/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app../public/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:43:21.148851+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:43:22.070633+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:43:25.131586+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9742ca"},"request_uri":"http://localhost:8087/_wdt/9742ca","method":"GET"} [] [2020-04-23T01:43:25.602701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/public/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/public/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/public/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T01:43:59.084722+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-23T01:44:00.170492+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T01:44:03.121521+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fab46"},"request_uri":"http://localhost:8087/_wdt/6fab46","method":"GET"} [] [2020-04-23T01:44:03.526099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apppublic/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apppublic/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apppublic/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T20:07:16.268344+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:07:17.397166+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:07:17.795030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:07:21.807550+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f631dc"},"request_uri":"http://localhost:8087/_wdt/f631dc","method":"GET"} [] [2020-04-23T20:07:22.304661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T20:07:26.053096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T20:07:30.110898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T20:07:33.075985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/video/video.mp4" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/video/video.mp4\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/video/video.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T20:14:04.709948+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:14:05.523308+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:14:06.320912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:14:11.656594+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8188e8"},"request_uri":"http://localhost:8087/_wdt/8188e8","method":"GET"} [] [2020-04-23T20:23:42.658666+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:23:43.516732+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:23:43.868951+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "name" of value "slice" ("end of statement block" expected)." at /app/templates/video/index.html.twig line 512 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"name\" of value \"slice\" (\"end of statement block\" expected). at /app/templates/video/index.html.twig:512)"} [] [2020-04-23T20:23:44.274121+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:23:46.435721+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d28b5"},"request_uri":"http://localhost:8087/_wdt/7d28b5","method":"GET"} [] [2020-04-23T20:26:13.557704+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:26:14.401921+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:26:15.170941+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:26:19.879925+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d81c1"},"request_uri":"http://localhost:8087/_wdt/9d81c1","method":"GET"} [] [2020-04-23T20:26:33.251910+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:26:34.341862+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:26:35.412630+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:26:38.967768+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b32002"},"request_uri":"http://localhost:8087/_wdt/b32002","method":"GET"} [] [2020-04-23T20:35:55.998896+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:35:56.522552+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:35:57.390595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:36:01.219317+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8c8e8"},"request_uri":"http://localhost:8087/_wdt/a8c8e8","method":"GET"} [] [2020-04-23T20:36:26.990962+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-04-23T20:36:27.736109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["4"] [] [2020-04-23T20:36:28.489406+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:36:31.153334+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4f429"},"request_uri":"http://localhost:8087/_wdt/e4f429","method":"GET"} [] [2020-04-23T20:50:01.819705+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:50:02.616258+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:50:03.416306+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:50:03.878846+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "youTubeUrl" does not exist." at /app/templates/video/index.html.twig line 522 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"youTubeUrl\" does not exist. at /app/templates/video/index.html.twig:522)"} [] [2020-04-23T20:50:06.457936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5bfcc"},"request_uri":"http://localhost:8087/_wdt/b5bfcc","method":"GET"} [] [2020-04-23T20:50:27.604150+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:50:28.401459+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:50:29.131793+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:50:29.563212+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "url" does not exist." at /app/templates/video/index.html.twig line 522 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"url\" does not exist. at /app/templates/video/index.html.twig:522)"} [] [2020-04-23T20:50:31.933808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bce231"},"request_uri":"http://localhost:8087/_wdt/bce231","method":"GET"} [] [2020-04-23T20:50:52.955805+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:50:53.665128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:50:54.366033+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:50:54.765937+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "The "replace" filter expects an array or "Traversable" as replace values, got "string"." at /app/templates/video/index.html.twig line 522 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): The \"replace\" filter expects an array or \"Traversable\" as replace values, got \"string\". at /app/templates/video/index.html.twig:522)"} [] [2020-04-23T20:50:57.089676+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e974ac"},"request_uri":"http://localhost:8087/_wdt/e974ac","method":"GET"} [] [2020-04-23T20:51:44.567188+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:51:45.418504+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:51:46.237632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:51:46.724855+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "siteUrl" does not exist." at /app/templates/video/index.html.twig line 524 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"siteUrl\" does not exist. at /app/templates/video/index.html.twig:524)"} [] [2020-04-23T20:51:49.104772+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d25c0"},"request_uri":"http://localhost:8087/_wdt/3d25c0","method":"GET"} [] [2020-04-23T20:52:11.735756+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:52:12.496902+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:52:13.291025+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:52:19.693091+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4d3f0"},"request_uri":"http://localhost:8087/_wdt/c4d3f0","method":"GET"} [] [2020-04-23T20:53:22.942111+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:53:23.454992+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:53:24.008135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:53:24.338320+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "link" nor one of the methods "link()", "getlink()"/"islink()"/"haslink()" or "__call()" exist and have public access in class "App\Entity\Video"." at /app/templates/video/index.html.twig line 525 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"link\" nor one of the methods \"link()\", \"getlink()\"/\"islink()\"/\"haslink()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Video\". at /app/templates/video/index.html.twig:525)"} [] [2020-04-23T20:53:26.669006+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2cc83"},"request_uri":"http://localhost:8087/_wdt/e2cc83","method":"GET"} [] [2020-04-23T20:53:44.024776+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:53:44.854354+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:53:45.654739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:53:50.892350+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96b89e"},"request_uri":"http://localhost:8087/_wdt/96b89e","method":"GET"} [] [2020-04-23T20:54:58.942728+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:54:59.765299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:55:00.526992+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:55:03.026069+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23d54e"},"request_uri":"http://localhost:8087/_wdt/23d54e","method":"GET"} [] [2020-04-23T20:57:25.799696+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:57:26.933229+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:57:27.621681+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "." ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 518 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \".\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:518)"} [] [2020-04-23T20:57:28.123360+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:57:29.643034+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"669397"},"request_uri":"http://localhost:8087/_wdt/669397","method":"GET"} [] [2020-04-23T20:58:53.473751+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:58:54.274797+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:58:55.088537+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:58:55.545967+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "ytregexTrailingVariables" does not exist." at /app/templates/video/index.html.twig line 536 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"ytregexTrailingVariables\" does not exist. at /app/templates/video/index.html.twig:536)"} [] [2020-04-23T20:58:57.536536+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5e765"},"request_uri":"http://localhost:8087/_wdt/f5e765","method":"GET"} [] [2020-04-23T20:59:14.180817+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T20:59:15.055597+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T20:59:15.949220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T20:59:18.903106+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dfbdc"},"request_uri":"http://localhost:8087/_wdt/5dfbdc","method":"GET"} [] [2020-04-23T21:00:08.273813+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T21:00:09.048775+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T21:00:09.810125+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T21:00:12.236157+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9801a"},"request_uri":"http://localhost:8087/_wdt/e9801a","method":"GET"} [] [2020-04-23T21:00:39.335886+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T21:00:40.050379+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T21:00:40.477835+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "url" tag (expecting closing tag for the "for" tag defined near line 513)." at /app/templates/video/index.html.twig line 518 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"url\" tag (expecting closing tag for the \"for\" tag defined near line 513). at /app/templates/video/index.html.twig:518)"} [] [2020-04-23T21:00:41.120930+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T21:00:43.019837+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca1e79"},"request_uri":"http://localhost:8087/_wdt/ca1e79","method":"GET"} [] [2020-04-23T21:07:08.167231+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T21:07:09.004342+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T21:07:09.754845+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T21:07:14.730851+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"314eec"},"request_uri":"http://localhost:8087/_wdt/314eec","method":"GET"} [] [2020-04-23T21:24:28.688252+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T21:24:29.816826+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T21:24:30.817570+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T21:24:35.456718+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a51448"},"request_uri":"http://localhost:8087/_wdt/a51448","method":"GET"} [] [2020-04-23T21:25:02.945165+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T21:25:03.727059+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T21:25:04.431699+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T21:25:09.634486+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8fac72"},"request_uri":"http://localhost:8087/_wdt/8fac72","method":"GET"} [] [2020-04-23T21:26:33.941801+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T21:26:34.755265+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T21:26:35.447502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T21:26:38.885474+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27782c"},"request_uri":"http://localhost:8087/_wdt/27782c","method":"GET"} [] [2020-04-23T22:44:19.206706+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:44:20.079920+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:44:20.721306+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:44:27.929013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b55447"},"request_uri":"http://localhost:8087/_wdt/b55447","method":"GET"} [] [2020-04-23T22:44:59.102220+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:44:59.714169+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:45:16.072756+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:45:16.759000+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:47:15.759297+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:47:16.619776+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:47:17.552969+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:47:21.066294+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c144d"},"request_uri":"http://localhost:8087/_wdt/5c144d","method":"GET"} [] [2020-04-23T22:47:55.703753+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:47:56.717715+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:47:57.891191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:48:02.215333+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9e706"},"request_uri":"http://localhost:8087/_wdt/c9e706","method":"GET"} [] [2020-04-23T22:50:39.611713+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:50:40.472864+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:50:40.492748+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:50:40.498300+02:00] php.CRITICAL: Uncaught Error: Call to a member function geturl() on array {"exception":"[object] (Error(code: 0): Call to a member function geturl() on array at /app/src/Controller/VideoController.php:34)"} [] [2020-04-23T22:50:40.695695+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function geturl() on array" at /app/src/Controller/VideoController.php line 34 {"exception":"[object] (Error(code: 0): Call to a member function geturl() on array at /app/src/Controller/VideoController.php:34)"} [] [2020-04-23T22:50:40.952089+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:50:43.846390+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a46c71"},"request_uri":"http://localhost:8087/_wdt/a46c71","method":"GET"} [] [2020-04-23T22:51:33.995592+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:51:34.954641+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:51:34.975237+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:51:34.980444+02:00] php.CRITICAL: Uncaught Error: Call to a member function getUrl() on array {"exception":"[object] (Error(code: 0): Call to a member function getUrl() on array at /app/src/Controller/VideoController.php:34)"} [] [2020-04-23T22:51:35.136640+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getUrl() on array" at /app/src/Controller/VideoController.php line 34 {"exception":"[object] (Error(code: 0): Call to a member function getUrl() on array at /app/src/Controller/VideoController.php:34)"} [] [2020-04-23T22:51:35.434359+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:51:37.886143+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cebe9a"},"request_uri":"http://localhost:8087/_wdt/cebe9a","method":"GET"} [] [2020-04-23T22:56:24.067994+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:56:24.875582+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:56:24.893571+02:00] php.CRITICAL: Uncaught Error: Call to undefined method App\Controller\VideoController::getEntityManager() {"exception":"[object] (Error(code: 0): Call to undefined method App\\Controller\\VideoController::getEntityManager() at /app/src/Controller/VideoController.php:34)"} [] [2020-04-23T22:56:25.053190+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getEntityManager" of class "App\Controller\VideoController"." at /app/src/Controller/VideoController.php line 34 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getEntityManager\" of class \"App\\Controller\\VideoController\". at /app/src/Controller/VideoController.php:34)"} [] [2020-04-23T22:56:25.346689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:56:27.481127+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"323836"},"request_uri":"http://localhost:8087/_wdt/323836","method":"GET"} [] [2020-04-23T22:58:50.033404+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:58:50.468088+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:58:50.611400+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Unknown Entity namespace alias 'AppBundle'." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php line 286 {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unknown Entity namespace alias 'AppBundle'. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php:286)"} [] [2020-04-23T22:58:51.212654+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T22:58:53.539060+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"746b0c"},"request_uri":"http://localhost:8087/_wdt/746b0c","method":"GET"} [] [2020-04-23T22:59:55.226643+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T22:59:56.037935+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T22:59:56.144433+02:00] doctrine.DEBUG: SELECT v0_.id AS id_0, v0_.titre AS titre_1, v0_.auteur AS auteur_2, v0_.url AS url_3, v0_.date AS date_4 FROM video v0_ ORDER BY v0_.url ASC [] [] [2020-04-23T23:01:11.401063+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:01:12.053255+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:01:12.134627+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ ORDER BY v0_.url ASC [] [] [2020-04-23T23:01:34.869208+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:01:35.604098+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:01:35.704362+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:05:56.261706+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:05:56.721326+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:05:56.818810+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:05:56.921650+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: parse_url() expects parameter 1 to be string, array given" at /app/src/Controller/VideoController.php line 36 {"exception":"[object] (ErrorException(code: 0): Warning: parse_url() expects parameter 1 to be string, array given at /app/src/Controller/VideoController.php:36)"} [] [2020-04-23T23:05:57.210176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:05:59.212129+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25d9fa"},"request_uri":"http://localhost:8087/_wdt/25d9fa","method":"GET"} [] [2020-04-23T23:11:02.991989+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:11:03.861818+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:11:03.960212+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:11:04.819795+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:11:05.301252+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "The "replace" filter expects an array or "Traversable" as replace values, got "string"." at /app/templates/video/index.html.twig line 519 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): The \"replace\" filter expects an array or \"Traversable\" as replace values, got \"string\". at /app/templates/video/index.html.twig:519)"} [] [2020-04-23T23:11:07.853067+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8cda6"},"request_uri":"http://localhost:8087/_wdt/e8cda6","method":"GET"} [] [2020-04-23T23:12:12.057378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apppublic/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apppublic/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apppublic/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-23T23:15:40.086351+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:15:40.927938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:15:41.021965+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:15:41.486476+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "." ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 515 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \".\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:515)"} [] [2020-04-23T23:15:41.942307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:15:43.967781+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55a79e"},"request_uri":"http://localhost:8087/_wdt/55a79e","method":"GET"} [] [2020-04-23T23:15:58.038477+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:15:58.755573+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:15:58.844174+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:15:59.626214+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:16:02.252054+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf1585"},"request_uri":"http://localhost:8087/_wdt/cf1585","method":"GET"} [] [2020-04-23T23:17:15.811447+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:17:16.664945+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:17:16.759706+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:17:17.545450+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:17:17.970296+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "url" for array with keys "0, 1, 2, 3" does not exist." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"url\" for array with keys \"0, 1, 2, 3\" does not exist. at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:17:20.212876+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8220aa"},"request_uri":"http://localhost:8087/_wdt/8220aa","method":"GET"} [] [2020-04-23T23:17:59.156344+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:17:59.983393+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:18:00.112127+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:18:00.945477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:18:01.403021+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "url" for array with keys "0, 1, 2, 3" does not exist." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"url\" for array with keys \"0, 1, 2, 3\" does not exist. at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:18:03.733293+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86fa4e"},"request_uri":"http://localhost:8087/_wdt/86fa4e","method":"GET"} [] [2020-04-23T23:18:49.781583+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:18:50.749428+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:18:50.846291+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:18:51.640394+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:18:51.989222+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("value") on a string variable ("https://www.youtube.com/watch?v=zJQY16u3Cj4")." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"value\") on a string variable (\"https://www.youtube.com/watch?v=zJQY16u3Cj4\"). at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:18:54.273055+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab4888"},"request_uri":"http://localhost:8087/_wdt/ab4888","method":"GET"} [] [2020-04-23T23:19:15.119131+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:19:15.897105+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:19:15.988418+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:19:16.808878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:19:19.645691+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9d8da"},"request_uri":"http://localhost:8087/_wdt/e9d8da","method":"GET"} [] [2020-04-23T23:19:44.010684+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:19:44.695972+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:19:44.781299+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:19:45.161449+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "url" tag (expecting closing tag for the "for" tag defined near line 514)." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"url\" tag (expecting closing tag for the \"for\" tag defined near line 514). at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:19:45.572744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:19:47.929121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d6591"},"request_uri":"http://localhost:8087/_wdt/8d6591","method":"GET"} [] [2020-04-23T23:20:31.477287+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:20:32.155257+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:20:32.231758+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:20:33.321539+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:20:33.759595+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("value") on a string variable ("https://www.youtube.com/watch?v=zJQY16u3Cj4")." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"value\") on a string variable (\"https://www.youtube.com/watch?v=zJQY16u3Cj4\"). at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:20:36.495818+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fc5e8"},"request_uri":"http://localhost:8087/_wdt/9fc5e8","method":"GET"} [] [2020-04-23T23:23:17.000591+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:23:18.189619+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:23:18.322105+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:23:19.304249+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:23:19.821934+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("value") on a string variable ("https://www.youtube.com/watch?v=zJQY16u3Cj4")." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"value\") on a string variable (\"https://www.youtube.com/watch?v=zJQY16u3Cj4\"). at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:23:22.026234+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64f4fb"},"request_uri":"http://localhost:8087/_wdt/64f4fb","method":"GET"} [] [2020-04-23T23:26:28.011776+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:26:28.778536+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:26:28.868308+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:26:29.007222+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: result" at /app/src/Controller/VideoController.php line 38 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: result at /app/src/Controller/VideoController.php:38)"} [] [2020-04-23T23:26:29.293175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:26:31.135162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cd371"},"request_uri":"http://localhost:8087/_wdt/0cd371","method":"GET"} [] [2020-04-23T23:27:19.773546+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:27:20.522550+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:27:20.609929+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:27:53.939655+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:27:54.648855+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:27:54.734535+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:30:11.592359+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:30:12.229328+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:30:12.304353+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:30:12.442439+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: result" at /app/src/Controller/VideoController.php line 40 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: result at /app/src/Controller/VideoController.php:40)"} [] [2020-04-23T23:30:12.714812+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:30:14.514626+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74d8ae"},"request_uri":"http://localhost:8087/_wdt/74d8ae","method":"GET"} [] [2020-04-23T23:30:35.235959+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:30:35.966452+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:30:36.052288+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:31:07.047979+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:31:07.832118+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:31:07.930584+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:31:08.474368+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:31:08.965795+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("value") on a string variable ("https://www.youtube.com/watch?v=zJQY16u3Cj4")." at /app/templates/video/index.html.twig line 514 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"value\") on a string variable (\"https://www.youtube.com/watch?v=zJQY16u3Cj4\"). at /app/templates/video/index.html.twig:514)"} [] [2020-04-23T23:31:11.228102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6aac0b"},"request_uri":"http://localhost:8087/_wdt/6aac0b","method":"GET"} [] [2020-04-23T23:32:09.150513+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:32:09.950593+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:32:10.046962+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:34:38.031371+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:34:38.834310+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:34:38.934645+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:39:59.562541+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:40:00.344313+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:40:00.462429+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:40:00.611655+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: parse_url() expects parameter 1 to be string, array given" at /app/src/Controller/VideoController.php line 42 {"exception":"[object] (ErrorException(code: 0): Warning: parse_url() expects parameter 1 to be string, array given at /app/src/Controller/VideoController.php:42)"} [] [2020-04-23T23:40:00.929680+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:40:02.901898+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2bc58"},"request_uri":"http://localhost:8087/_wdt/a2bc58","method":"GET"} [] [2020-04-23T23:40:43.978970+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:40:44.686871+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:40:44.782523+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:40:44.923864+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: parse_url() expects parameter 1 to be string, array given" at /app/src/Controller/VideoController.php line 42 {"exception":"[object] (ErrorException(code: 0): Warning: parse_url() expects parameter 1 to be string, array given at /app/src/Controller/VideoController.php:42)"} [] [2020-04-23T23:40:45.178108+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:40:47.093113+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c372c7"},"request_uri":"http://localhost:8087/_wdt/c372c7","method":"GET"} [] [2020-04-23T23:42:38.410038+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:42:39.132800+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:42:39.218768+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:51:29.080607+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:51:29.841181+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:51:29.937352+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:51:30.770446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:51:35.149554+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7c374"},"request_uri":"http://localhost:8087/_wdt/d7c374","method":"GET"} [] [2020-04-23T23:54:20.105805+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:54:20.952743+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:54:21.051039+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:54:21.914872+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:54:25.000564+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ff8f5"},"request_uri":"http://localhost:8087/_wdt/5ff8f5","method":"GET"} [] [2020-04-23T23:55:25.471168+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:55:26.529170+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:55:26.635596+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:55:27.492445+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:55:29.674184+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5179f"},"request_uri":"http://localhost:8087/_wdt/c5179f","method":"GET"} [] [2020-04-23T23:58:20.091869+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:58:21.003804+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:58:21.104754+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:58:21.882477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:58:24.632825+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0f538"},"request_uri":"http://localhost:8087/_wdt/a0f538","method":"GET"} [] [2020-04-23T23:58:37.172063+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:58:37.689468+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:58:37.748903+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:58:38.221758+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:58:40.651051+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"872887"},"request_uri":"http://localhost:8087/_wdt/872887","method":"GET"} [] [2020-04-23T23:59:55.422533+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-23T23:59:56.275455+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-23T23:59:56.372582+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-23T23:59:57.180962+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-23T23:59:59.954880+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d9b52"},"request_uri":"http://localhost:8087/_wdt/6d9b52","method":"GET"} [] [2020-04-24T00:00:21.935021+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:00:22.715747+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:00:22.809093+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:00:23.832766+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:00:26.614269+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f64476"},"request_uri":"http://localhost:8087/_wdt/f64476","method":"GET"} [] [2020-04-24T00:03:53.933426+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/video/3","method":"GET"} [] [2020-04-24T00:03:54.723850+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["3"] [] [2020-04-24T00:03:55.234678+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:03:57.842204+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bb581"},"request_uri":"http://localhost:8087/_wdt/4bb581","method":"GET"} [] [2020-04-24T00:07:45.177823+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/video/3","method":"GET"} [] [2020-04-24T00:07:46.092415+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["3"] [] [2020-04-24T00:07:46.928474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:07:47.291454+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "nomlink" nor one of the methods "nomlink()", "getnomlink()"/"isnomlink()"/"hasnomlink()" or "__call()" exist and have public access in class "App\Entity\Video"." at /app/templates/video/index_detail.html.twig line 15 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"nomlink\" nor one of the methods \"nomlink()\", \"getnomlink()\"/\"isnomlink()\"/\"hasnomlink()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Video\". at /app/templates/video/index_detail.html.twig:15)"} [] [2020-04-24T00:07:49.880009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40bcc4"},"request_uri":"http://localhost:8087/_wdt/40bcc4","method":"GET"} [] [2020-04-24T00:08:10.825910+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/video/3","method":"GET"} [] [2020-04-24T00:08:11.687907+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["3"] [] [2020-04-24T00:08:12.615857+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:08:15.439404+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b117bc"},"request_uri":"http://localhost:8087/_wdt/b117bc","method":"GET"} [] [2020-04-24T00:08:38.276733+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-04-24T00:08:39.072835+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["4"] [] [2020-04-24T00:08:39.520996+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:08:43.615521+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84c1ed"},"request_uri":"http://localhost:8087/_wdt/84c1ed","method":"GET"} [] [2020-04-24T00:09:44.884313+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/video/2","method":"GET"} [] [2020-04-24T00:09:45.794059+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["2"] [] [2020-04-24T00:09:46.372015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:09:49.583847+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2506ba"},"request_uri":"http://localhost:8087/_wdt/2506ba","method":"GET"} [] [2020-04-24T00:09:55.965374+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/video/2","method":"GET"} [] [2020-04-24T00:09:56.662832+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["2"] [] [2020-04-24T00:09:57.111049+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:09:59.787790+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b5e0e"},"request_uri":"http://localhost:8087/_wdt/0b5e0e","method":"GET"} [] [2020-04-24T00:10:51.088854+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/video/2","method":"GET"} [] [2020-04-24T00:10:51.848803+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["2"] [] [2020-04-24T00:10:52.323599+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:10:56.397795+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29689a"},"request_uri":"http://localhost:8087/_wdt/29689a","method":"GET"} [] [2020-04-24T00:12:03.021693+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-24T00:12:04.006141+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-24T00:12:03+02:00"] [] [2020-04-24T00:12:04.048905+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-24T00:12:03+02:00"] [] [2020-04-24T00:12:04.347164+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:12:06.663859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32ca36"},"request_uri":"http://localhost:8087/_wdt/32ca36","method":"GET"} [] [2020-04-24T00:17:35.419704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/edit"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/edit\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/edit/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T00:17:38.232213+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c788ae"},"request_uri":"http://localhost:8087/_wdt/c788ae","method":"GET"} [] [2020-04-24T00:17:45.073384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /edit"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /edit\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/edit/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T00:17:47.788169+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9c29b"},"request_uri":"http://localhost:8087/_wdt/c9c29b","method":"GET"} [] [2020-04-24T00:18:12.162740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /profile/edit"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /profile/edit\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/profile/edit/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T00:18:15.108974+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ca3ba"},"request_uri":"http://localhost:8087/_wdt/0ca3ba","method":"GET"} [] [2020-04-24T00:21:23.422626+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-24T00:21:24.818773+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-24T00:21:24+02:00"] [] [2020-04-24T00:21:24.917669+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-24T00:21:24+02:00",[1]] [] [2020-04-24T00:21:24.966976+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-24T00:21:24+02:00"] [] [2020-04-24T00:21:25.478042+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:21:28.218283+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac7ab4"},"request_uri":"http://localhost:8087/_wdt/ac7ab4","method":"GET"} [] [2020-04-24T00:21:31.637122+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"dfdf"},"request_uri":"http://localhost:8087/fr/blog/posts/dfdf","method":"GET"} [] [2020-04-24T00:21:32.526802+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["dfdf"] [] [2020-04-24T00:21:33.237931+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:21:33.517837+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [1] [] [2020-04-24T00:21:34.068548+02:00] html-sanitizer.DEBUG: Sanitized given input to "

dfdfdfdsfd fgfdg

". {"output":"

dfdfdfdsfd fgfdg

"} [] [2020-04-24T00:21:34.074791+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [1] [] [2020-04-24T00:21:34.087608+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [1] [] [2020-04-24T00:21:36.428129+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"808b84"},"request_uri":"http://localhost:8087/_wdt/808b84","method":"GET"} [] [2020-04-24T00:21:52.632447+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login?redirect_to=%2Ffr%2Fblog%2Fposts%2Fdfdf","method":"GET"} [] [2020-04-24T00:21:53.086720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:21:55.824285+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bbe44"},"request_uri":"http://localhost:8087/_wdt/3bbe44","method":"GET"} [] [2020-04-24T00:24:14.052768+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-04-24T00:24:15.289372+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_post_tag [] [] [2020-04-24T00:24:15.291544+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_comment [] [] [2020-04-24T00:24:15.292316+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_post [] [] [2020-04-24T00:24:15.305602+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_user [] [] [2020-04-24T00:24:15.309724+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_tag [] [] [2020-04-24T00:24:15.310805+02:00] doctrine.DEBUG: DELETE FROM video [] [] [2020-04-24T00:24:16.732905+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles) VALUES (?, ?, ?, ?, ?) {"1":"Jane Doe","2":"jane_admin","3":"jane_admin@symfony.com","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_ADMIN"]} [] [2020-04-24T00:24:16.733951+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles) VALUES (?, ?, ?, ?, ?) {"1":"Tom Doe","2":"tom_admin","3":"tom_admin@symfony.com","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_ADMIN"]} [] [2020-04-24T00:24:16.736218+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles) VALUES (?, ?, ?, ?, ?) {"1":"John Doe","2":"john_user","3":"john_user@symfony.com","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_USER"]} [] [2020-04-24T00:24:16.754329+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"lorem"} [] [2020-04-24T00:24:16.756423+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"ipsum"} [] [2020-04-24T00:24:16.757068+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"consectetur"} [] [2020-04-24T00:24:16.757792+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"adipiscing"} [] [2020-04-24T00:24:16.758416+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"incididunt"} [] [2020-04-24T00:24:16.758984+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"labore"} [] [2020-04-24T00:24:16.759539+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"voluptate"} [] [2020-04-24T00:24:16.760115+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"dolore"} [] [2020-04-24T00:24:16.760706+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_tag (name) VALUES (?) {"1":"pariatur"} [] [2020-04-24T00:24:16.846734+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"lorem-ipsum-dolor-sit-amet [...]","3":"Eros diam egestas libero e [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-24T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.847894+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Pellentesque vitae velit ex","2":"pellentesque-vitae-velit-ex","3":"Teres talis saepe tractare [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-23T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.852097+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Mauris dapibus risus quis [...]","2":"mauris-dapibus-risus-quis- [...]","3":"Morbi tempus commodo matti [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-22T00:24:16+02:00","6":3} [] [2020-04-24T00:24:16.856965+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"eros-diam-egestas-libero-e [...]","3":"Ut eleifend mauris et risu [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-21T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.857769+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"In hac habitasse platea dictumst","2":"in-hac-habitasse-platea-dictumst","3":"Eposs sunt solems de super [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-20T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.858514+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Morbi tempus commodo mattis","2":"morbi-tempus-commodo-mattis","3":"In hac habitasse platea di [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-19T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.859404+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Ut suscipit posuere justo [...]","2":"ut-suscipit-posuere-justo- [...]","3":"Ut suscipit posuere justo [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-18T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.860420+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"ut-eleifend-mauris-et-risu [...]","3":"Lorem ipsum dolor sit amet [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-17T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.861382+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"aliquam-sodales-odio-id-el [...]","3":"Eposs sunt solems de super [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-16T00:24:16+02:00","6":3} [] [2020-04-24T00:24:16.871636+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Urna nisl sollicitudin id [...]","2":"urna-nisl-sollicitudin-id- [...]","3":"Ut suscipit posuere justo [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-15T00:24:16+02:00","6":3} [] [2020-04-24T00:24:16.872605+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"nulla-porta-lobortis-ligul [...]","3":"Aliquam sodales odio id el [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-14T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.873686+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Curabitur aliquam euismod [...]","2":"curabitur-aliquam-euismod- [...]","3":"Teres talis saepe tractare [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-13T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.874545+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Sed varius a risus eget aliquam","2":"sed-varius-a-risus-eget-aliquam","3":"Pellentesque vitae velit e [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-12T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.875479+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Nunc viverra elit ac laore [...]","2":"nunc-viverra-elit-ac-laore [...]","3":"Ut eleifend mauris et risu [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-11T00:24:16+02:00","6":3} [] [2020-04-24T00:24:16.876256+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"pellentesque-et-sapien-pul [...]","3":"Bassus fatalis classiss vi [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-10T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.879973+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Ubi est barbatus nix","2":"ubi-est-barbatus-nix","3":"Era brevis ratione est. Nu [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-09T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.880840+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"abnobas-sunt-hilotaes-de-p [...]","3":"Lorem ipsum dolor sit amet [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-08T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.881828+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Ubi est audax amicitia","2":"ubi-est-audax-amicitia","3":"Eros diam egestas libero e [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-07T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.883496+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"eposs-sunt-solems-de-super [...]","3":"Pellentesque et sapien pul [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-06T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.884611+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Vae humani generis","2":"vae-humani-generis","3":"In hac habitasse platea di [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-05T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.885710+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"diatrias-tolerare-tanquam- [...]","3":"Sunt accentores vitare sal [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-04T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.889807+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"teres-talis-saepe-tractare [...]","3":"Ubi est barbatus nix. Diat [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-03T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.890644+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Silva de secundus galatae [...]","2":"silva-de-secundus-galatae- [...]","3":"Mauris dapibus risus quis [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-02T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.891396+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Sunt accentores vitare sal [...]","2":"sunt-accentores-vitare-sal [...]","3":"Aliquam sodales odio id el [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-04-01T00:24:16+02:00","6":3} [] [2020-04-24T00:24:16.892277+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Potus sensim ad ferox abnoba","2":"potus-sensim-ad-ferox-abnoba","3":"Nulla porta lobortis ligul [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-03-31T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.893088+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Sunt seculaes transferre t [...]","2":"sunt-seculaes-transferre-t [...]","3":"Ubi est audax amicitia. Su [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-03-30T00:24:16+02:00","6":2} [] [2020-04-24T00:24:16.893853+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Era brevis ratione est","2":"era-brevis-ratione-est","3":"Eposs sunt solems de super [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-03-29T00:24:16+01:00","6":2} [] [2020-04-24T00:24:16.897654+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Sunt torquises imitari vel [...]","2":"sunt-torquises-imitari-vel [...]","3":"Aliquam sodales odio id el [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-03-28T00:24:16+01:00","6":3} [] [2020-04-24T00:24:16.898494+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Mineralis persuadere omnes [...]","2":"mineralis-persuadere-omnes [...]","3":"Abnobas sunt hilotaes de p [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-03-27T00:24:16+01:00","6":3} [] [2020-04-24T00:24:16.899285+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post (title, slug, summary, content, published_at, author_id) VALUES (?, ?, ?, ?, ?, ?) {"1":"Bassus fatalis classiss vi [...]","2":"bassus-fatalis-classiss-vi [...]","3":"Ut eleifend mauris et risu [...]","4":"Lorem ipsum dolor sit amet [...]","5":"2020-03-26T00:24:16+01:00","6":3} [] [2020-04-24T00:24:16.900558+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Mineralis persuadere omnes [...]","2":"2020-04-24T00:24:17+02:00","3":2,"4":4} [] [2020-04-24T00:24:16.901384+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:18+02:00","3":2,"4":4} [] [2020-04-24T00:24:16.902198+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"2020-04-24T00:24:19+02:00","3":2,"4":4} [] [2020-04-24T00:24:16.902863+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est barbatus nix. Diat [...]","2":"2020-04-24T00:24:20+02:00","3":2,"4":4} [] [2020-04-24T00:24:16.903601+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:21+02:00","3":2,"4":4} [] [2020-04-24T00:24:16.904603+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:17+02:00","3":3,"4":4} [] [2020-04-24T00:24:16.905402+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Vae humani generis. Abnoba [...]","2":"2020-04-24T00:24:18+02:00","3":3,"4":4} [] [2020-04-24T00:24:16.906155+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"2020-04-24T00:24:19+02:00","3":3,"4":4} [] [2020-04-24T00:24:16.906913+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:20+02:00","3":3,"4":4} [] [2020-04-24T00:24:16.907720+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:21+02:00","3":3,"4":4} [] [2020-04-24T00:24:16.908524+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:17+02:00","3":4,"4":4} [] [2020-04-24T00:24:16.910088+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Curabitur aliquam euismod [...]","2":"2020-04-24T00:24:18+02:00","3":4,"4":4} [] [2020-04-24T00:24:16.910968+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:19+02:00","3":4,"4":4} [] [2020-04-24T00:24:16.911782+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:20+02:00","3":4,"4":4} [] [2020-04-24T00:24:16.912608+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:21+02:00","3":4,"4":4} [] [2020-04-24T00:24:16.913392+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sed varius a risus eget al [...]","2":"2020-04-24T00:24:17+02:00","3":5,"4":4} [] [2020-04-24T00:24:16.914115+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:18+02:00","3":5,"4":4} [] [2020-04-24T00:24:16.914832+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"2020-04-24T00:24:19+02:00","3":5,"4":4} [] [2020-04-24T00:24:16.915557+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:20+02:00","3":5,"4":4} [] [2020-04-24T00:24:16.916336+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:21+02:00","3":5,"4":4} [] [2020-04-24T00:24:16.917230+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt seculaes transferre t [...]","2":"2020-04-24T00:24:17+02:00","3":6,"4":4} [] [2020-04-24T00:24:16.918014+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Potus sensim ad ferox abno [...]","2":"2020-04-24T00:24:18+02:00","3":6,"4":4} [] [2020-04-24T00:24:16.918763+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"2020-04-24T00:24:19+02:00","3":6,"4":4} [] [2020-04-24T00:24:16.919625+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Curabitur aliquam euismod [...]","2":"2020-04-24T00:24:20+02:00","3":6,"4":4} [] [2020-04-24T00:24:16.920479+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Morbi tempus commodo matti [...]","2":"2020-04-24T00:24:21+02:00","3":6,"4":4} [] [2020-04-24T00:24:16.921222+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:17+02:00","3":7,"4":4} [] [2020-04-24T00:24:16.922055+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"2020-04-24T00:24:18+02:00","3":7,"4":4} [] [2020-04-24T00:24:16.922931+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Curabitur aliquam euismod [...]","2":"2020-04-24T00:24:19+02:00","3":7,"4":4} [] [2020-04-24T00:24:16.923638+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Curabitur aliquam euismod [...]","2":"2020-04-24T00:24:20+02:00","3":7,"4":4} [] [2020-04-24T00:24:16.924428+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:21+02:00","3":7,"4":4} [] [2020-04-24T00:24:16.925313+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:17+02:00","3":8,"4":4} [] [2020-04-24T00:24:16.926136+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut suscipit posuere justo [...]","2":"2020-04-24T00:24:18+02:00","3":8,"4":4} [] [2020-04-24T00:24:16.927114+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Mauris dapibus risus quis [...]","2":"2020-04-24T00:24:19+02:00","3":8,"4":4} [] [2020-04-24T00:24:16.928228+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"2020-04-24T00:24:20+02:00","3":8,"4":4} [] [2020-04-24T00:24:16.929005+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt seculaes transferre t [...]","2":"2020-04-24T00:24:21+02:00","3":8,"4":4} [] [2020-04-24T00:24:16.929795+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:17+02:00","3":9,"4":4} [] [2020-04-24T00:24:16.930535+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Curabitur aliquam euismod [...]","2":"2020-04-24T00:24:18+02:00","3":9,"4":4} [] [2020-04-24T00:24:16.931298+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:19+02:00","3":9,"4":4} [] [2020-04-24T00:24:16.932204+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:20+02:00","3":9,"4":4} [] [2020-04-24T00:24:16.933325+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Era brevis ratione est. Cu [...]","2":"2020-04-24T00:24:21+02:00","3":9,"4":4} [] [2020-04-24T00:24:16.934076+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sed varius a risus eget al [...]","2":"2020-04-24T00:24:17+02:00","3":10,"4":4} [] [2020-04-24T00:24:16.934767+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est audax amicitia. Se [...]","2":"2020-04-24T00:24:18+02:00","3":10,"4":4} [] [2020-04-24T00:24:16.935533+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"2020-04-24T00:24:19+02:00","3":10,"4":4} [] [2020-04-24T00:24:16.936252+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"In hac habitasse platea di [...]","2":"2020-04-24T00:24:20+02:00","3":10,"4":4} [] [2020-04-24T00:24:16.936983+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est audax amicitia. In [...]","2":"2020-04-24T00:24:21+02:00","3":10,"4":4} [] [2020-04-24T00:24:16.937858+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:17+02:00","3":11,"4":4} [] [2020-04-24T00:24:16.938622+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"2020-04-24T00:24:18+02:00","3":11,"4":4} [] [2020-04-24T00:24:16.939365+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"2020-04-24T00:24:19+02:00","3":11,"4":4} [] [2020-04-24T00:24:16.940112+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:20+02:00","3":11,"4":4} [] [2020-04-24T00:24:16.940752+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut suscipit posuere justo [...]","2":"2020-04-24T00:24:21+02:00","3":11,"4":4} [] [2020-04-24T00:24:16.941419+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Silva de secundus galatae [...]","2":"2020-04-24T00:24:17+02:00","3":12,"4":4} [] [2020-04-24T00:24:16.942082+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Mauris dapibus risus quis [...]","2":"2020-04-24T00:24:18+02:00","3":12,"4":4} [] [2020-04-24T00:24:16.942734+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt torquises imitari vel [...]","2":"2020-04-24T00:24:19+02:00","3":12,"4":4} [] [2020-04-24T00:24:16.943549+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Era brevis ratione est. Ab [...]","2":"2020-04-24T00:24:20+02:00","3":12,"4":4} [] [2020-04-24T00:24:16.944247+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Era brevis ratione est. Mo [...]","2":"2020-04-24T00:24:21+02:00","3":12,"4":4} [] [2020-04-24T00:24:16.944995+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est barbatus nix. Lore [...]","2":"2020-04-24T00:24:17+02:00","3":13,"4":4} [] [2020-04-24T00:24:16.945750+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:18+02:00","3":13,"4":4} [] [2020-04-24T00:24:16.946515+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:19+02:00","3":13,"4":4} [] [2020-04-24T00:24:16.953948+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt accentores vitare sal [...]","2":"2020-04-24T00:24:20+02:00","3":13,"4":4} [] [2020-04-24T00:24:16.954910+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:21+02:00","3":13,"4":4} [] [2020-04-24T00:24:16.955980+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:17+02:00","3":14,"4":4} [] [2020-04-24T00:24:16.957630+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"2020-04-24T00:24:18+02:00","3":14,"4":4} [] [2020-04-24T00:24:16.958550+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"2020-04-24T00:24:19+02:00","3":14,"4":4} [] [2020-04-24T00:24:16.959487+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:20+02:00","3":14,"4":4} [] [2020-04-24T00:24:16.960456+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Vae humani generis. Pellen [...]","2":"2020-04-24T00:24:21+02:00","3":14,"4":4} [] [2020-04-24T00:24:16.961329+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:17+02:00","3":15,"4":4} [] [2020-04-24T00:24:16.962090+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:18+02:00","3":15,"4":4} [] [2020-04-24T00:24:16.962989+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut suscipit posuere justo [...]","2":"2020-04-24T00:24:19+02:00","3":15,"4":4} [] [2020-04-24T00:24:16.963800+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:20+02:00","3":15,"4":4} [] [2020-04-24T00:24:16.964556+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Silva de secundus galatae [...]","2":"2020-04-24T00:24:21+02:00","3":15,"4":4} [] [2020-04-24T00:24:16.965362+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:17+02:00","3":16,"4":4} [] [2020-04-24T00:24:16.966201+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:18+02:00","3":16,"4":4} [] [2020-04-24T00:24:16.966960+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:19+02:00","3":16,"4":4} [] [2020-04-24T00:24:16.967809+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:20+02:00","3":16,"4":4} [] [2020-04-24T00:24:16.968606+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"2020-04-24T00:24:21+02:00","3":16,"4":4} [] [2020-04-24T00:24:16.969420+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:17+02:00","3":17,"4":4} [] [2020-04-24T00:24:16.970164+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:18+02:00","3":17,"4":4} [] [2020-04-24T00:24:16.970999+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Potus sensim ad ferox abno [...]","2":"2020-04-24T00:24:19+02:00","3":17,"4":4} [] [2020-04-24T00:24:16.971750+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:20+02:00","3":17,"4":4} [] [2020-04-24T00:24:16.972586+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:21+02:00","3":17,"4":4} [] [2020-04-24T00:24:16.973339+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Vae humani generis. Bassus [...]","2":"2020-04-24T00:24:17+02:00","3":18,"4":4} [] [2020-04-24T00:24:16.974030+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:18+02:00","3":18,"4":4} [] [2020-04-24T00:24:16.974725+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"2020-04-24T00:24:19+02:00","3":18,"4":4} [] [2020-04-24T00:24:16.975467+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nunc viverra elit ac laore [...]","2":"2020-04-24T00:24:20+02:00","3":18,"4":4} [] [2020-04-24T00:24:16.976286+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nunc viverra elit ac laore [...]","2":"2020-04-24T00:24:21+02:00","3":18,"4":4} [] [2020-04-24T00:24:16.976919+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:17+02:00","3":19,"4":4} [] [2020-04-24T00:24:16.977637+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:18+02:00","3":19,"4":4} [] [2020-04-24T00:24:16.978255+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Mauris dapibus risus quis [...]","2":"2020-04-24T00:24:19+02:00","3":19,"4":4} [] [2020-04-24T00:24:16.979206+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Potus sensim ad ferox abno [...]","2":"2020-04-24T00:24:20+02:00","3":19,"4":4} [] [2020-04-24T00:24:16.979939+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nunc viverra elit ac laore [...]","2":"2020-04-24T00:24:21+02:00","3":19,"4":4} [] [2020-04-24T00:24:16.980642+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est audax amicitia. Nu [...]","2":"2020-04-24T00:24:17+02:00","3":20,"4":4} [] [2020-04-24T00:24:16.983615+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"2020-04-24T00:24:18+02:00","3":20,"4":4} [] [2020-04-24T00:24:16.984600+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Silva de secundus galatae [...]","2":"2020-04-24T00:24:19+02:00","3":20,"4":4} [] [2020-04-24T00:24:16.985460+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Vae humani generis. Nulla [...]","2":"2020-04-24T00:24:20+02:00","3":20,"4":4} [] [2020-04-24T00:24:16.986415+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Urna nisl sollicitudin id [...]","2":"2020-04-24T00:24:21+02:00","3":20,"4":4} [] [2020-04-24T00:24:16.987629+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Morbi tempus commodo matti [...]","2":"2020-04-24T00:24:17+02:00","3":21,"4":4} [] [2020-04-24T00:24:16.988571+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:18+02:00","3":21,"4":4} [] [2020-04-24T00:24:16.996486+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:19+02:00","3":21,"4":4} [] [2020-04-24T00:24:16.997360+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:20+02:00","3":21,"4":4} [] [2020-04-24T00:24:16.998045+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est barbatus nix. Tere [...]","2":"2020-04-24T00:24:21+02:00","3":21,"4":4} [] [2020-04-24T00:24:16.998759+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:17+02:00","3":22,"4":4} [] [2020-04-24T00:24:16.999518+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"In hac habitasse platea di [...]","2":"2020-04-24T00:24:18+02:00","3":22,"4":4} [] [2020-04-24T00:24:17.000229+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est barbatus nix. Urna [...]","2":"2020-04-24T00:24:19+02:00","3":22,"4":4} [] [2020-04-24T00:24:17.000930+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut suscipit posuere justo [...]","2":"2020-04-24T00:24:20+02:00","3":22,"4":4} [] [2020-04-24T00:24:17.001717+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:21+02:00","3":22,"4":4} [] [2020-04-24T00:24:17.002521+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut suscipit posuere justo [...]","2":"2020-04-24T00:24:17+02:00","3":23,"4":4} [] [2020-04-24T00:24:17.003248+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:18+02:00","3":23,"4":4} [] [2020-04-24T00:24:17.003902+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt seculaes transferre t [...]","2":"2020-04-24T00:24:19+02:00","3":23,"4":4} [] [2020-04-24T00:24:17.004574+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:20+02:00","3":23,"4":4} [] [2020-04-24T00:24:17.005194+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:21+02:00","3":23,"4":4} [] [2020-04-24T00:24:17.005950+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Era brevis ratione est. Ep [...]","2":"2020-04-24T00:24:17+02:00","3":24,"4":4} [] [2020-04-24T00:24:17.006731+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Lorem ipsum dolor sit amet [...]","2":"2020-04-24T00:24:18+02:00","3":24,"4":4} [] [2020-04-24T00:24:17.007583+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est barbatus nix. Cura [...]","2":"2020-04-24T00:24:19+02:00","3":24,"4":4} [] [2020-04-24T00:24:17.008299+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:20+02:00","3":24,"4":4} [] [2020-04-24T00:24:17.008967+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Mauris dapibus risus quis [...]","2":"2020-04-24T00:24:21+02:00","3":24,"4":4} [] [2020-04-24T00:24:17.009734+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nulla porta lobortis ligul [...]","2":"2020-04-24T00:24:17+02:00","3":25,"4":4} [] [2020-04-24T00:24:17.011182+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:18+02:00","3":25,"4":4} [] [2020-04-24T00:24:17.011986+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"2020-04-24T00:24:19+02:00","3":25,"4":4} [] [2020-04-24T00:24:17.013008+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque et sapien pul [...]","2":"2020-04-24T00:24:20+02:00","3":25,"4":4} [] [2020-04-24T00:24:17.013881+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:21+02:00","3":25,"4":4} [] [2020-04-24T00:24:17.014745+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:17+02:00","3":26,"4":4} [] [2020-04-24T00:24:17.015838+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nunc viverra elit ac laore [...]","2":"2020-04-24T00:24:18+02:00","3":26,"4":4} [] [2020-04-24T00:24:17.016695+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt accentores vitare sal [...]","2":"2020-04-24T00:24:19+02:00","3":26,"4":4} [] [2020-04-24T00:24:17.017604+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:20+02:00","3":26,"4":4} [] [2020-04-24T00:24:17.018384+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Diatrias tolerare tanquam [...]","2":"2020-04-24T00:24:21+02:00","3":26,"4":4} [] [2020-04-24T00:24:17.019195+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"In hac habitasse platea di [...]","2":"2020-04-24T00:24:17+02:00","3":27,"4":4} [] [2020-04-24T00:24:17.019967+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:18+02:00","3":27,"4":4} [] [2020-04-24T00:24:17.020794+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Nunc viverra elit ac laore [...]","2":"2020-04-24T00:24:19+02:00","3":27,"4":4} [] [2020-04-24T00:24:17.021638+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Vae humani generis. Abnoba [...]","2":"2020-04-24T00:24:20+02:00","3":27,"4":4} [] [2020-04-24T00:24:17.023400+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:21+02:00","3":27,"4":4} [] [2020-04-24T00:24:17.024398+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:17+02:00","3":28,"4":4} [] [2020-04-24T00:24:17.026695+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:18+02:00","3":28,"4":4} [] [2020-04-24T00:24:17.028898+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Mineralis persuadere omnes [...]","2":"2020-04-24T00:24:19+02:00","3":28,"4":4} [] [2020-04-24T00:24:17.029714+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:20+02:00","3":28,"4":4} [] [2020-04-24T00:24:17.035116+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt torquises imitari vel [...]","2":"2020-04-24T00:24:21+02:00","3":28,"4":4} [] [2020-04-24T00:24:17.035983+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Bassus fatalis classiss vi [...]","2":"2020-04-24T00:24:17+02:00","3":29,"4":4} [] [2020-04-24T00:24:17.036806+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Aliquam sodales odio id el [...]","2":"2020-04-24T00:24:18+02:00","3":29,"4":4} [] [2020-04-24T00:24:17.037588+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:19+02:00","3":29,"4":4} [] [2020-04-24T00:24:17.038331+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ut eleifend mauris et risu [...]","2":"2020-04-24T00:24:20+02:00","3":29,"4":4} [] [2020-04-24T00:24:17.039061+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt seculaes transferre t [...]","2":"2020-04-24T00:24:21+02:00","3":29,"4":4} [] [2020-04-24T00:24:17.039804+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Abnobas sunt hilotaes de p [...]","2":"2020-04-24T00:24:17+02:00","3":30,"4":4} [] [2020-04-24T00:24:17.040472+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Pellentesque vitae velit e [...]","2":"2020-04-24T00:24:18+02:00","3":30,"4":4} [] [2020-04-24T00:24:17.041192+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Morbi tempus commodo matti [...]","2":"2020-04-24T00:24:19+02:00","3":30,"4":4} [] [2020-04-24T00:24:17.041888+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eros diam egestas libero e [...]","2":"2020-04-24T00:24:20+02:00","3":30,"4":4} [] [2020-04-24T00:24:17.042627+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Teres talis saepe tractare [...]","2":"2020-04-24T00:24:21+02:00","3":30,"4":4} [] [2020-04-24T00:24:17.043331+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Eposs sunt solems de super [...]","2":"2020-04-24T00:24:17+02:00","3":31,"4":4} [] [2020-04-24T00:24:17.043996+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Potus sensim ad ferox abno [...]","2":"2020-04-24T00:24:18+02:00","3":31,"4":4} [] [2020-04-24T00:24:17.044752+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Ubi est barbatus nix. Cura [...]","2":"2020-04-24T00:24:19+02:00","3":31,"4":4} [] [2020-04-24T00:24:17.045408+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sed varius a risus eget al [...]","2":"2020-04-24T00:24:20+02:00","3":31,"4":4} [] [2020-04-24T00:24:17.046044+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"Sunt accentores vitare sal [...]","2":"2020-04-24T00:24:21+02:00","3":31,"4":4} [] [2020-04-24T00:24:17.070269+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [2,1] [] [2020-04-24T00:24:17.076884+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [2,3] [] [2020-04-24T00:24:17.077723+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [3,6] [] [2020-04-24T00:24:17.078390+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [3,3] [] [2020-04-24T00:24:17.079040+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [3,9] [] [2020-04-24T00:24:17.079669+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [4,5] [] [2020-04-24T00:24:17.080306+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [4,7] [] [2020-04-24T00:24:17.080929+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [4,8] [] [2020-04-24T00:24:17.081819+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [5,3] [] [2020-04-24T00:24:17.082564+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [5,1] [] [2020-04-24T00:24:17.083299+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [5,4] [] [2020-04-24T00:24:17.083961+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [5,2] [] [2020-04-24T00:24:17.084635+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [6,4] [] [2020-04-24T00:24:17.085241+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [6,3] [] [2020-04-24T00:24:17.085831+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [6,2] [] [2020-04-24T00:24:17.086419+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [6,1] [] [2020-04-24T00:24:17.087066+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [7,7] [] [2020-04-24T00:24:17.087811+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [7,5] [] [2020-04-24T00:24:17.088406+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [7,8] [] [2020-04-24T00:24:17.089006+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [8,3] [] [2020-04-24T00:24:17.089592+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [8,9] [] [2020-04-24T00:24:17.090199+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [9,7] [] [2020-04-24T00:24:17.090770+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [9,3] [] [2020-04-24T00:24:17.091347+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [9,5] [] [2020-04-24T00:24:17.091935+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [9,2] [] [2020-04-24T00:24:17.092520+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [10,6] [] [2020-04-24T00:24:17.093157+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [10,2] [] [2020-04-24T00:24:17.093766+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [10,8] [] [2020-04-24T00:24:17.094339+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [10,3] [] [2020-04-24T00:24:17.095081+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [11,4] [] [2020-04-24T00:24:17.095856+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [11,3] [] [2020-04-24T00:24:17.096511+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [11,6] [] [2020-04-24T00:24:17.097167+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [12,9] [] [2020-04-24T00:24:17.097793+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [12,5] [] [2020-04-24T00:24:17.098381+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [12,1] [] [2020-04-24T00:24:17.098968+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [12,4] [] [2020-04-24T00:24:17.099600+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [13,3] [] [2020-04-24T00:24:17.100208+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [13,7] [] [2020-04-24T00:24:17.100825+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [13,9] [] [2020-04-24T00:24:17.101456+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [14,2] [] [2020-04-24T00:24:17.102039+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [14,5] [] [2020-04-24T00:24:17.102709+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [14,1] [] [2020-04-24T00:24:17.103340+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [14,8] [] [2020-04-24T00:24:17.103953+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [15,5] [] [2020-04-24T00:24:17.104541+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [15,2] [] [2020-04-24T00:24:17.105123+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [15,1] [] [2020-04-24T00:24:17.105758+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [16,9] [] [2020-04-24T00:24:17.106388+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [16,4] [] [2020-04-24T00:24:17.107011+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [16,1] [] [2020-04-24T00:24:17.107827+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [17,2] [] [2020-04-24T00:24:17.108604+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [17,4] [] [2020-04-24T00:24:17.109345+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [18,5] [] [2020-04-24T00:24:17.110013+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [18,2] [] [2020-04-24T00:24:17.110689+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [18,4] [] [2020-04-24T00:24:17.111339+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [18,8] [] [2020-04-24T00:24:17.112093+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [19,7] [] [2020-04-24T00:24:17.112843+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [19,1] [] [2020-04-24T00:24:17.113611+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [20,8] [] [2020-04-24T00:24:17.114343+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [20,7] [] [2020-04-24T00:24:17.115087+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [20,6] [] [2020-04-24T00:24:17.115850+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [20,1] [] [2020-04-24T00:24:17.116569+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [21,1] [] [2020-04-24T00:24:17.117383+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [21,7] [] [2020-04-24T00:24:17.118216+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [21,8] [] [2020-04-24T00:24:17.119017+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [21,4] [] [2020-04-24T00:24:17.119749+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [22,3] [] [2020-04-24T00:24:17.120520+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [22,1] [] [2020-04-24T00:24:17.121274+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [23,6] [] [2020-04-24T00:24:17.121936+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [23,7] [] [2020-04-24T00:24:17.122643+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [24,9] [] [2020-04-24T00:24:17.123336+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [24,1] [] [2020-04-24T00:24:17.124007+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [25,3] [] [2020-04-24T00:24:17.124771+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [25,5] [] [2020-04-24T00:24:17.125399+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [25,2] [] [2020-04-24T00:24:17.126130+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [25,7] [] [2020-04-24T00:24:17.126906+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [26,4] [] [2020-04-24T00:24:17.127597+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [26,3] [] [2020-04-24T00:24:17.128347+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [27,4] [] [2020-04-24T00:24:17.129079+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [27,9] [] [2020-04-24T00:24:17.130300+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [28,7] [] [2020-04-24T00:24:17.131069+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [28,4] [] [2020-04-24T00:24:17.131845+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [28,3] [] [2020-04-24T00:24:17.132611+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [29,5] [] [2020-04-24T00:24:17.133471+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [29,6] [] [2020-04-24T00:24:17.134309+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [30,9] [] [2020-04-24T00:24:17.134939+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [30,1] [] [2020-04-24T00:24:17.135633+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [30,7] [] [2020-04-24T00:24:17.136275+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [30,8] [] [2020-04-24T00:24:17.136985+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [31,4] [] [2020-04-24T00:24:17.137664+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_post_tag (post_id, tag_id) VALUES (?, ?) [31,9] [] [2020-04-24T00:24:17.138568+02:00] doctrine.DEBUG: "COMMIT" [] [] [2020-04-24T00:24:54.897985+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"POST"} [] [2020-04-24T00:24:55.718457+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.username = ? LIMIT 1 ["john_user"] [] [2020-04-24T00:24:56.046961+02:00] security.INFO: User has been authenticated successfully. {"username":"john_user"} [] [2020-04-24T00:24:56.175440+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:24:58.313621+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"dfdf"},"request_uri":"http://localhost:8087/fr/blog/posts/dfdf","method":"GET"} [] [2020-04-24T00:24:59.107532+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["dfdf"] [] [2020-04-24T00:24:59.290812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-04-24T00:24:59.620925+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:24:59.630996+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:24:59.633346+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:24:59.656293+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:25:01.609476+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1feea7"},"request_uri":"http://localhost:8087/_wdt/1feea7","method":"GET"} [] [2020-04-24T00:25:23.193540+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"dfdf"},"request_uri":"http://localhost:8087/fr/blog/posts/dfdf","method":"GET"} [] [2020-04-24T00:25:24.003577+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["dfdf"] [] [2020-04-24T00:25:24.154136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-04-24T00:25:24.490904+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:25:24.504862+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:25:24.506017+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:25:24.539785+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:25:26.494894+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e4ee6"},"request_uri":"http://localhost:8087/_wdt/2e4ee6","method":"GET"} [] [2020-04-24T00:25:43.433303+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-24T00:25:44.651590+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-24T00:25:44+02:00"] [] [2020-04-24T00:25:44.738999+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-24T00:25:44+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-24T00:25:44.777032+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-24T00:25:44+02:00"] [] [2020-04-24T00:25:45.325860+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:25:45.369197+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:25:45.375987+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:25:45.830759+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:25:47.492636+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2e437"},"request_uri":"http://localhost:8087/_wdt/b2e437","method":"GET"} [] [2020-04-24T00:26:19.864959+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit"},"request_uri":"http://localhost:8087/fr/blog/posts/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit","method":"GET"} [] [2020-04-24T00:26:20.615494+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["lorem-ipsum-dolor-sit-amet [...]"] [] [2020-04-24T00:26:21.321134+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:26:21.342313+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:26:21.344236+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:26:21.585720+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-24T00:26:22.036252+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-04-24T00:26:22.042933+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-04-24T00:26:22.574834+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-04-24T00:26:22.577563+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-04-24T00:26:22.578720+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-04-24T00:26:22.579322+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-04-24T00:26:22.580020+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-04-24T00:26:22.581057+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-04-24T00:26:22.654779+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:26:24.692912+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c02f98"},"request_uri":"http://localhost:8087/_wdt/c02f98","method":"GET"} [] [2020-04-24T00:26:42.135485+02:00] request.INFO: Matched route "comment_new". {"route":"comment_new","route_parameters":{"_route":"comment_new","_controller":"App\\Controller\\BlogController::commentNew","_locale":"fr","postSlug":"lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit"},"request_uri":"http://localhost:8087/fr/blog/comment/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit/new","method":"POST"} [] [2020-04-24T00:26:42.352924+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:26:42.981296+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:26:43.004783+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:26:43.118226+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["lorem-ipsum-dolor-sit-amet [...]"] [] [2020-04-24T00:26:43.240213+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-04-24T00:26:49.224570+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:26:51.279940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"070cee"},"request_uri":"http://localhost:8087/_wdt/070cee","method":"GET"} [] [2020-04-24T00:27:03.754941+02:00] request.INFO: Matched route "comment_new". {"route":"comment_new","route_parameters":{"_route":"comment_new","_controller":"App\\Controller\\BlogController::commentNew","_locale":"fr","postSlug":"lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit"},"request_uri":"http://localhost:8087/fr/blog/comment/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit/new","method":"POST"} [] [2020-04-24T00:27:04.063563+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:27:04.701562+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:27:04.740624+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:27:04.864414+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["lorem-ipsum-dolor-sit-amet [...]"] [] [2020-04-24T00:27:04.976119+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-04-24T00:27:05.478081+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-04-24T00:27:05.489967+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_comment (content, published_at, post_id, author_id) VALUES (?, ?, ?, ?) {"1":"best dgdweuyfdvs dsfjvdfuy [...]","2":"2020-04-24T00:27:04+02:00","3":2,"4":4} [] [2020-04-24T00:27:05.510297+02:00] doctrine.DEBUG: "COMMIT" [] [] [2020-04-24T00:27:06.059075+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-24T00:27:06.178131+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:27:08.578214+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit"},"request_uri":"http://localhost:8087/fr/blog/posts/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit","method":"GET"} [] [2020-04-24T00:27:09.523651+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["lorem-ipsum-dolor-sit-amet [...]"] [] [2020-04-24T00:27:10.226398+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:27:10.239771+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:27:10.240698+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:27:10.470390+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-24T00:27:10.902735+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-04-24T00:27:10.909080+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-04-24T00:27:11.414983+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-04-24T00:27:11.418447+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-04-24T00:27:11.419016+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-04-24T00:27:11.419510+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-04-24T00:27:11.419976+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-04-24T00:27:11.420386+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-04-24T00:27:11.420838+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-04-24T00:27:11.494839+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:27:13.714688+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d15d9d"},"request_uri":"http://localhost:8087/_wdt/d15d9d","method":"GET"} [] [2020-04-24T00:33:19.462913+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:33:20.372214+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:33:20.464533+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:33:21.197141+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:33:21.238076+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:33:21.246036+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:33:21.681902+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:33:25.539253+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"505a02"},"request_uri":"http://localhost:8087/_wdt/505a02","method":"GET"} [] [2020-04-24T00:33:40.934549+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:33:41.879759+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:33:42.021092+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:33:42.626314+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:33:42.670182+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:33:42.677873+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:33:43.387719+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:33:46.062225+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ce374"},"request_uri":"http://localhost:8087/_wdt/1ce374","method":"GET"} [] [2020-04-24T00:35:30.881864+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:35:31.688501+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:35:31.778267+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:35:32.283436+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:35:32.318800+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:35:32.325792+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:35:32.718746+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-24T00:35:35.170036+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acc13f"},"request_uri":"http://localhost:8087/_wdt/acc13f","method":"GET"} [] [2020-04-24T00:36:05.644745+02:00] request.INFO: Matched route "security_logout". {"route":"security_logout","route_parameters":{"_route":"security_logout","_controller":"App\\Controller\\SecurityController::logout","_locale":"fr"},"request_uri":"http://localhost:8087/fr/logout","method":"GET"} [] [2020-04-24T00:36:05.957859+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-04-24T00:36:06.506120+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-04-24T00:36:06.524841+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"john_user"} [] [2020-04-24T00:36:08.283028+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"video","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-04-24T00:36:09.039546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:36:10.983999+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:36:11.661763+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:36:11.751485+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:36:12.189401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:36:14.442054+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f84d9e"},"request_uri":"http://localhost:8087/_wdt/f84d9e","method":"GET"} [] [2020-04-24T00:46:35.941030+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:46:36.384117+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:46:36.473529+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:46:36.608834+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5 FROM symfony_demo_user s0_ [] [] [2020-04-24T00:49:02.516082+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:49:03.310909+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:49:03.402132+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:49:03.619434+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 39: Error: Expected Literal, got '"'" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 39: Error: Expected Literal, got '\"' at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM App:user p WHERE roles = \"[\"ROLE_USER\"]\" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-04-24T00:49:05.603504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:49:08.844480+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86eaab"},"request_uri":"http://localhost:8087/_wdt/86eaab","method":"GET"} [] [2020-04-24T00:49:40.533453+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:49:41.265599+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:49:41.354131+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:49:41.535206+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 39: Error: Expected Literal, got '['" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 39: Error: Expected Literal, got '[' at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p FROM App:user p WHERE roles = [\"ROLE_USER\"] at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-04-24T00:49:42.925294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:49:44.929748+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b13c26"},"request_uri":"http://localhost:8087/_wdt/b13c26","method":"GET"} [] [2020-04-24T00:51:50.576944+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:51:51.101880+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:51:51.161140+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:51:51.191070+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5 FROM symfony_demo_user s0_ [] [] [2020-04-24T00:58:29.529318+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:58:30.309659+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:58:30.411109+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:58:30.481262+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5 FROM symfony_demo_user s0_ [] [] [2020-04-24T00:58:30.920546+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endblock" tag (expecting closing tag for the "for" tag defined near line 506)." at /app/templates/video/index.html.twig line 509 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endblock\" tag (expecting closing tag for the \"for\" tag defined near line 506). at /app/templates/video/index.html.twig:509)"} [] [2020-04-24T00:58:31.383767+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:58:33.539655+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1270eb"},"request_uri":"http://localhost:8087/_wdt/1270eb","method":"GET"} [] [2020-04-24T00:58:51.475361+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T00:58:52.409359+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T00:58:52.511332+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T00:58:52.576302+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5 FROM symfony_demo_user s0_ [] [] [2020-04-24T00:58:53.495093+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T00:58:53.833670+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "full_name" nor one of the methods "full_name()", "getfull_name()"/"isfull_name()"/"hasfull_name()" or "__call()" exist and have public access in class "App\Entity\User"." at /app/templates/video/index.html.twig line 506 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"full_name\" nor one of the methods \"full_name()\", \"getfull_name()\"/\"isfull_name()\"/\"hasfull_name()\" or \"__call()\" exist and have public access in class \"App\\Entity\\User\". at /app/templates/video/index.html.twig:506)"} [] [2020-04-24T00:58:56.355037+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c8fce"},"request_uri":"http://localhost:8087/_wdt/8c8fce","method":"GET"} [] [2020-04-24T01:04:43.142894+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:04:43.967489+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:04:44.099648+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:04:44.162533+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:04:45.147598+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:04:49.925714+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"223932"},"request_uri":"http://localhost:8087/_wdt/223932","method":"GET"} [] [2020-04-24T01:05:24.748277+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:05:25.634802+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:05:25.750972+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:05:25.825625+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:05:26.751386+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:05:28.714344+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54cb24"},"request_uri":"http://localhost:8087/_wdt/54cb24","method":"GET"} [] [2020-04-24T01:15:25.699582+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-24T01:15:25.743712+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.758408+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.761222+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.763451+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-24T01:15:25.764867+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.766408+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.767334+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.768494+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-24T01:15:25.769140+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.769952+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.772443+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.773892+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-24T01:15:25.774871+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.775898+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.778139+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.779145+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-24T01:15:25.780008+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.781064+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.782291+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.783287+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-24T01:15:25.784114+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.785620+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.786536+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.787402+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-24T01:15:25.804077+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-24T01:15:25.815741+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.817235+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.818221+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.819113+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-24T01:15:25.819918+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.821025+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.821927+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.822908+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-24T01:15:25.823692+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.824581+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.825552+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.826576+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-24T01:15:25.827458+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.828741+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.829903+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.830692+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-24T01:15:25.831433+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.832739+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.833747+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.834583+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-24T01:15:25.835525+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-24T01:15:25.836921+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-24T01:15:25.838588+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-24T01:15:25.839877+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-24T01:15:25.841772+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_user ADD picture VARCHAR(255) NOT NULL [] [] [2020-04-24T01:21:32.294922+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:21:33.173175+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:21:33.290865+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:21:33.616839+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:21:34.311998+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "uploaded_asset" function." at /app/templates/video/index.html.twig line 506 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"uploaded_asset\" function. at /app/templates/video/index.html.twig:506)"} [] [2020-04-24T01:21:34.858898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:21:37.183321+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"485eaa"},"request_uri":"http://localhost:8087/_wdt/485eaa","method":"GET"} [] [2020-04-24T01:22:05.019524+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:22:05.896935+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:22:05.980027+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:22:06.028355+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:22:06.712831+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:22:10.691894+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a066a"},"request_uri":"http://localhost:8087/_wdt/1a066a","method":"GET"} [] [2020-04-24T01:22:11.151801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/images/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/images/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/images/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:22:33.709485+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:22:34.517833+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:22:34.608235+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:22:34.661272+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:22:35.368613+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:22:38.380112+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dca6be"},"request_uri":"http://localhost:8087/_wdt/dca6be","method":"GET"} [] [2020-04-24T01:22:38.695382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:34:07.496813+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:34:08.616319+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:34:08.753933+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:34:08.825837+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:34:09.445218+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:34:12.697803+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6e72f"},"request_uri":"http://localhost:8087/_wdt/f6e72f","method":"GET"} [] [2020-04-24T01:34:13.059355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:40:07.919644+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:40:08.398941+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:40:08.510615+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:40:08.644740+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:40:09.000759+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T01:40:09.538431+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:40:11.733579+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8dec68"},"request_uri":"http://localhost:8087/_wdt/8dec68","method":"GET"} [] [2020-04-24T01:40:51.307489+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:40:52.066507+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:40:52.149171+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:40:52.199128+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:40:52.978724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:40:56.827695+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"712d79"},"request_uri":"http://localhost:8087/_wdt/712d79","method":"GET"} [] [2020-04-24T01:40:57.413100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/asset('public/image/'%20img_mountains_wide.jpg)" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/asset('public/image/'%20img_mountains_wide.jpg)\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/asset('public/image/'%20img_mountains_wide.jpg)/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:47:05.500565+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:47:06.380557+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:47:06.482852+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:47:06.536228+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:47:07.349069+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:47:11.188432+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc3f5c"},"request_uri":"http://localhost:8087/_wdt/fc3f5c","method":"GET"} [] [2020-04-24T01:47:12.021964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/%7B%7Buser.picture" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/%7B%7Buser.picture\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/%7B%7Buser.picture/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:51:04.801231+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:51:05.560211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:51:05.652491+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:51:05.702044+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:51:06.612177+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:51:10.055118+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5fbad"},"request_uri":"http://localhost:8087/_wdt/b5fbad","method":"GET"} [] [2020-04-24T01:51:10.614652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:51:32.573432+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:51:33.920034+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:51:34.043833+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:51:34.112412+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:51:34.958743+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:51:38.190555+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75249a"},"request_uri":"http://localhost:8087/_wdt/75249a","method":"GET"} [] [2020-04-24T01:51:38.715908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/images/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/images/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/images/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T01:53:24.542825+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T01:53:25.400866+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T01:53:25.519175+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T01:53:25.570251+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T01:53:26.355331+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T01:53:29.685005+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86eb71"},"request_uri":"http://localhost:8087/_wdt/86eb71","method":"GET"} [] [2020-04-24T01:53:30.225751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T02:21:18.454048+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:21:19.086773+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T02:21:19.180044+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T02:21:19.236076+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T02:21:20.090533+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:21:23.908215+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07cc4d"},"request_uri":"http://localhost:8087/_wdt/07cc4d","method":"GET"} [] [2020-04-24T02:21:24.437195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T02:35:47.396820+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:35:48.282246+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T02:35:48.377423+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T02:35:48.426575+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T02:35:48.907344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:35:52.517233+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1fb2d"},"request_uri":"http://localhost:8087/_wdt/b1fb2d","method":"GET"} [] [2020-04-24T02:35:52.897198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T02:42:23.211119+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:42:23.975377+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T02:42:24.070632+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T02:42:24.116917+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T02:42:24.704930+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:42:27.479408+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18b3ca"},"request_uri":"http://localhost:8087/_wdt/18b3ca","method":"GET"} [] [2020-04-24T02:42:27.797773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T02:44:03.447527+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:44:04.345413+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\EmptyVersionStrategy' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\EmptyVersionStrategy' not found at /app/src/Controller/VideoController.php:30)"} [] [2020-04-24T02:44:18.399860+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "EmptyVersionStrategy" from namespace "App\Controller". Did you forget a "use" statement for "Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy"?" at /app/src/Controller/VideoController.php line 30 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"EmptyVersionStrategy\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\Asset\\VersionStrategy\\EmptyVersionStrategy\"? at /app/src/Controller/VideoController.php:30)"} [] [2020-04-24T02:44:18.690070+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:44:20.281025+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5cf5d"},"request_uri":"http://localhost:8087/_wdt/d5cf5d","method":"GET"} [] [2020-04-24T02:45:23.131544+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:45:23.880804+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Asset\Exception\InvalidArgumentException: ""public/image/" is not a valid URL." at /app/vendor/symfony/asset/UrlPackage.php line 127 {"exception":"[object] (Symfony\\Component\\Asset\\Exception\\InvalidArgumentException(code: 0): \"public/image/\" is not a valid URL. at /app/vendor/symfony/asset/UrlPackage.php:127)"} [] [2020-04-24T02:45:24.194417+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:45:26.397102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea911b"},"request_uri":"http://localhost:8087/_wdt/ea911b","method":"GET"} [] [2020-04-24T02:46:04.065563+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:46:04.740946+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T02:46:04.836190+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T02:46:04.888378+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T02:46:05.358532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:46:08.588193+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b8a3a"},"request_uri":"http://localhost:8087/_wdt/0b8a3a","method":"GET"} [] [2020-04-24T02:46:09.150205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/image/img_mountains_wide.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/image/img_mountains_wide.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/image/img_mountains_wide.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T02:47:22.633229+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:48:30.695295+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:48:31.561247+02:00] php.CRITICAL: Uncaught Error: Too few arguments to function Symfony\Component\Asset\UrlPackage::getUrl(), 0 passed in /app/src/Controller/VideoController.php on line 31 and exactly 1 expected {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Symfony\\Component\\Asset\\UrlPackage::getUrl(), 0 passed in /app/src/Controller/VideoController.php on line 31 and exactly 1 expected at /app/vendor/symfony/asset/UrlPackage.php:70)"} [] [2020-04-24T02:48:31.729148+02:00] request.CRITICAL: Uncaught PHP Exception ArgumentCountError: "Too few arguments to function Symfony\Component\Asset\UrlPackage::getUrl(), 0 passed in /app/src/Controller/VideoController.php on line 31 and exactly 1 expected" at /app/vendor/symfony/asset/UrlPackage.php line 70 {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function Symfony\\Component\\Asset\\UrlPackage::getUrl(), 0 passed in /app/src/Controller/VideoController.php on line 31 and exactly 1 expected at /app/vendor/symfony/asset/UrlPackage.php:70)"} [] [2020-04-24T02:48:32.092073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:48:34.566971+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e8672"},"request_uri":"http://localhost:8087/_wdt/8e8672","method":"GET"} [] [2020-04-24T02:48:46.939891+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:51:38.218023+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:51:38.916201+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T02:51:39.016815+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T02:51:39.074660+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T02:51:39.815754+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:51:42.415771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"802d06"},"request_uri":"http://localhost:8087/_wdt/802d06","method":"GET"} [] [2020-04-24T02:52:20.598398+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T02:52:21.637880+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T02:52:21.748387+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T02:52:21.802655+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T02:52:22.476338+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T02:52:24.941895+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29604e"},"request_uri":"http://localhost:8087/_wdt/29604e","method":"GET"} [] [2020-04-24T03:14:08.345215+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:14:09.219621+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:14:09.323759+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:14:09.375588+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:14:10.137550+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:14:13.295793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c3e0c"},"request_uri":"http://localhost:8087/_wdt/9c3e0c","method":"GET"} [] [2020-04-24T03:15:29.877253+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:15:30.744635+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:15:30.884443+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:15:30.959869+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:15:32.004206+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:15:35.187152+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c39b35"},"request_uri":"http://localhost:8087/_wdt/c39b35","method":"GET"} [] [2020-04-24T03:15:35.567661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7B%20user.picture%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7B%20user.picture%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7B%20user.picture%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:16:09.324196+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:16:10.108480+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:16:10.193495+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:16:10.236742+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:16:11.013527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:16:13.838802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9ff12"},"request_uri":"http://localhost:8087/_wdt/d9ff12","method":"GET"} [] [2020-04-24T03:16:14.227666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7Buser.picture%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7Buser.picture%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7Buser.picture%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:18:37.964996+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:18:38.703302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:18:38.789358+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:18:38.835737+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:18:39.220761+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "punctuation" of value "{"." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token \"punctuation\" of value \"{\". at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T03:18:39.789898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:18:42.068031+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"746760"},"request_uri":"http://localhost:8087/_wdt/746760","method":"GET"} [] [2020-04-24T03:19:49.974937+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:19:50.784964+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:19:50.872694+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:19:50.924889+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:19:51.732873+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:19:55.065597+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84a3b5"},"request_uri":"http://localhost:8087/_wdt/84a3b5","method":"GET"} [] [2020-04-24T03:19:56.125888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7Buser.picture%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7Buser.picture%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7Buser.picture%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:20:34.129911+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:20:34.892637+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:20:34.974627+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:20:35.021099+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:20:35.729043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:20:39.519688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7Buser.picture%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7Buser.picture%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7Buser.picture%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:20:39.803971+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c2327"},"request_uri":"http://localhost:8087/_wdt/0c2327","method":"GET"} [] [2020-04-24T03:21:51.368124+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:21:52.530581+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:21:52.667913+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:21:52.737250+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:21:53.244715+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T03:21:53.906759+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:21:56.695771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f2cf7"},"request_uri":"http://localhost:8087/_wdt/2f2cf7","method":"GET"} [] [2020-04-24T03:22:17.565478+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:22:18.225056+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:22:18.305121+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:22:18.350638+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:22:18.683727+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T03:22:19.218416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:22:21.727926+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b28289"},"request_uri":"http://localhost:8087/_wdt/b28289","method":"GET"} [] [2020-04-24T03:23:21.745786+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:23:22.626202+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:23:22.727126+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:23:22.782864+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:23:23.185293+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T03:23:23.715992+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:23:25.642480+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c306c"},"request_uri":"http://localhost:8087/_wdt/6c306c","method":"GET"} [] [2020-04-24T03:24:05.197493+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:24:06.244659+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:24:06.371568+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:24:06.421581+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:24:06.799595+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "string" of value "{{user.picture}}" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"string\" of value \"{{user.picture}}\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T03:24:07.422651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:24:10.084081+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a0192"},"request_uri":"http://localhost:8087/_wdt/8a0192","method":"GET"} [] [2020-04-24T03:24:33.914299+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:24:34.704713+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:24:34.798172+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:24:34.849679+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:24:35.555217+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:24:38.412544+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31556d"},"request_uri":"http://localhost:8087/_wdt/31556d","method":"GET"} [] [2020-04-24T03:24:38.904213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7Buser.picture%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7Buser.picture%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7Buser.picture%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:27:23.972554+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:27:24.777838+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:27:24.877857+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:27:24.929098+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:27:25.639649+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:27:29.108193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7Buser.picture%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7Buser.picture%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7Buser.picture%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:27:29.273570+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"902d95"},"request_uri":"http://localhost:8087/_wdt/902d95","method":"GET"} [] [2020-04-24T03:28:28.115238+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:28:29.045409+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:28:29.149800+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:28:29.202231+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:28:29.993987+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:28:32.921549+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b416bc"},"request_uri":"http://localhost:8087/_wdt/b416bc","method":"GET"} [] [2020-04-24T03:28:33.282451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7Buser.picture%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7Buser.picture%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7Buser.picture%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T03:29:15.824371+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:29:16.791327+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:29:16.898683+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:29:16.954655+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:29:17.346094+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T03:29:17.897396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:29:19.909387+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af49ce"},"request_uri":"http://localhost:8087/_wdt/af49ce","method":"GET"} [] [2020-04-24T03:31:13.189460+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T03:31:14.061562+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T03:31:14.153616+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T03:31:14.217151+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T03:31:15.015503+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T03:31:17.701083+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b6c13b"},"request_uri":"http://localhost:8087/_wdt/b6c13b","method":"GET"} [] [2020-04-24T04:40:38.151338+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:40:39.611117+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:40:39.775471+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:40:39.933654+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:40:40.448572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:40:43.053861+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08a16f"},"request_uri":"http://localhost:8087/_wdt/08a16f","method":"GET"} [] [2020-04-24T04:42:46.877133+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:42:47.892601+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:42:47.991830+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:42:48.044005+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:42:48.835082+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:42:52.185177+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29151b"},"request_uri":"http://localhost:8087/_wdt/29151b","method":"GET"} [] [2020-04-24T04:42:52.639114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7B%20user.picture%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7B%20user.picture%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7B%20user.picture%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T04:43:22.590166+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:43:23.636300+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:43:23.756961+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:43:23.818293+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:43:24.278878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:43:27.875292+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99114d"},"request_uri":"http://localhost:8087/_wdt/99114d","method":"GET"} [] [2020-04-24T04:43:27.938648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/%7B%7B%20user.picture%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/%7B%7B%20user.picture%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/%7B%7B%20user.picture%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T04:45:54.440376+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:45:55.421355+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:45:55.524135+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:45:55.591302+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:45:56.033240+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "name" of value "user" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"name\" of value \"user\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T04:45:56.760638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:45:59.139836+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d4290"},"request_uri":"http://localhost:8087/_wdt/1d4290","method":"GET"} [] [2020-04-24T04:46:24.456282+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:46:25.397897+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:46:25.501164+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:46:25.555824+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:46:25.985892+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T04:46:26.519855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:46:28.665276+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6bebfe"},"request_uri":"http://localhost:8087/_wdt/6bebfe","method":"GET"} [] [2020-04-24T04:48:11.070812+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:48:11.820871+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:48:11.892343+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:48:11.933444+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:48:12.644524+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:48:15.095124+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1374d"},"request_uri":"http://localhost:8087/_wdt/f1374d","method":"GET"} [] [2020-04-24T04:48:38.437182+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:48:39.153015+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:48:39.242755+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:48:39.285957+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:48:39.891150+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:48:41.895678+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6b31b"},"request_uri":"http://localhost:8087/_wdt/c6b31b","method":"GET"} [] [2020-04-24T04:49:13.248307+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:49:13.887312+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:49:13.954967+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:49:13.991413+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:49:14.571459+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:49:16.658769+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a0bad"},"request_uri":"http://localhost:8087/_wdt/6a0bad","method":"GET"} [] [2020-04-24T04:49:34.693660+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:49:35.444330+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:49:35.540369+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:49:35.591494+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:49:36.521072+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:49:38.948380+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89beac"},"request_uri":"http://localhost:8087/_wdt/89beac","method":"GET"} [] [2020-04-24T04:51:15.660591+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:51:16.286855+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:51:16.352186+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:51:16.389097+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:51:16.701967+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T04:51:17.135070+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:51:19.137428+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c2377"},"request_uri":"http://localhost:8087/_wdt/4c2377","method":"GET"} [] [2020-04-24T04:51:42.347782+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:51:42.974010+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:51:43.041842+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:51:43.077180+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:51:43.712595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:51:45.901060+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8912a4"},"request_uri":"http://localhost:8087/_wdt/8912a4","method":"GET"} [] [2020-04-24T04:51:46.754636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%22build/images/%22%7B%7B%20user.fullName%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%22build/images/%22%7B%7B%20user.fullName%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%22build/images/%22%7B%7B%20user.fullName%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T04:52:49.351512+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:52:50.050237+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:52:50.130279+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:52:50.177529+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:52:50.553111+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "punctuation" of value "{"." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token \"punctuation\" of value \"{\". at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T04:52:51.025861+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:52:52.660984+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0e477"},"request_uri":"http://localhost:8087/_wdt/e0e477","method":"GET"} [] [2020-04-24T04:53:29.112927+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:53:29.841884+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:53:29.971928+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:53:30.061033+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:53:30.417155+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T04:53:30.969744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:53:33.037566+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46f864"},"request_uri":"http://localhost:8087/_wdt/46f864","method":"GET"} [] [2020-04-24T04:58:58.524857+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T04:58:59.398295+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T04:58:59.488920+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T04:58:59.538733+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T04:58:59.951308+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Arguments must be separated by a comma. Unexpected token "punctuation" of value "{" ("punctuation" expected with value ",")." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Arguments must be separated by a comma. Unexpected token \"punctuation\" of value \"{\" (\"punctuation\" expected with value \",\"). at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T04:59:00.486682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T04:59:02.247642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16aa19"},"request_uri":"http://localhost:8087/_wdt/16aa19","method":"GET"} [] [2020-04-24T05:00:42.684285+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T05:00:43.299996+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T05:00:43.372216+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T05:00:43.410837+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T05:00:43.672415+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unclosed "("." at /app/templates/video/index.html.twig line 507 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unclosed \"(\". at /app/templates/video/index.html.twig:507)"} [] [2020-04-24T05:00:43.986733+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:00:45.430913+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3acf14"},"request_uri":"http://localhost:8087/_wdt/3acf14","method":"GET"} [] [2020-04-24T05:01:52.076204+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T05:01:52.738889+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T05:01:52.807857+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T05:01:52.845531+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T05:01:53.454438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:01:55.730196+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6e7e7"},"request_uri":"http://localhost:8087/_wdt/e6e7e7","method":"GET"} [] [2020-04-24T05:03:00.332685+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T05:03:00.952535+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T05:03:01.019755+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T05:03:01.063271+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T05:03:01.394244+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:03:03.779417+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06d4ca"},"request_uri":"http://localhost:8087/_wdt/06d4ca","method":"GET"} [] [2020-04-24T05:03:35.317887+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T05:03:35.995456+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T05:03:36.071243+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T05:03:36.108972+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T05:03:36.702035+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:03:38.772356+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ebb21"},"request_uri":"http://localhost:8087/_wdt/6ebb21","method":"GET"} [] [2020-04-24T05:04:18.759904+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:04:19.440581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:04:21.443864+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f82178"},"request_uri":"http://localhost:8087/_wdt/f82178","method":"GET"} [] [2020-04-24T05:04:21.793807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apppublic/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apppublic/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apppublic/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T05:09:11.013927+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:09:11.722883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:09:13.835390+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dc737"},"request_uri":"http://localhost:8087/_wdt/5dc737","method":"GET"} [] [2020-04-24T05:09:14.132427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/audio//apppublic/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/audio//apppublic/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/audio//apppublic/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T05:10:10.345363+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:10:10.967906+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:10:12.941771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c1508"},"request_uri":"http://localhost:8087/_wdt/4c1508","method":"GET"} [] [2020-04-24T05:10:13.234214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles//apppublic/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles//apppublic/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles//apppublic/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T05:11:32.839946+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:11:33.568233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:11:35.829135+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"159edd"},"request_uri":"http://localhost:8087/_wdt/159edd","method":"GET"} [] [2020-04-24T05:11:36.190853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/public/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/public/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/public/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T05:13:49.189721+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:13:49.959232+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:13:52.260055+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bd68c"},"request_uri":"http://localhost:8087/_wdt/1bd68c","method":"GET"} [] [2020-04-24T05:13:52.565750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T05:15:12.381000+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:15:13.391860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:15:14.832796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73c6ac"},"request_uri":"http://localhost:8087/_wdt/73c6ac","method":"GET"} [] [2020-04-24T05:16:23.359824+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:16:23.651269+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 239 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:239)"} [] [2020-04-24T05:16:23.832974+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:16:24.973761+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aeb1f5"},"request_uri":"http://localhost:8087/_wdt/aeb1f5","method":"GET"} [] [2020-04-24T05:16:58.942184+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:16:59.221509+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 241 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:241)"} [] [2020-04-24T05:16:59.384844+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:17:00.489155+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3b21c"},"request_uri":"http://localhost:8087/_wdt/a3b21c","method":"GET"} [] [2020-04-24T05:17:16.146905+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:17:16.426813+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: projectDir" at /app/src/Controller/DefaultController.php line 243 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: projectDir at /app/src/Controller/DefaultController.php:243)"} [] [2020-04-24T05:17:16.602056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:17:17.681545+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cec51"},"request_uri":"http://localhost:8087/_wdt/9cec51","method":"GET"} [] [2020-04-24T05:17:38.281239+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:18:19.783598+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:18:20.195451+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: s" at /app/src/Controller/DefaultController.php line 239 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: s at /app/src/Controller/DefaultController.php:239)"} [] [2020-04-24T05:18:20.415450+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:18:21.711241+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a1514"},"request_uri":"http://localhost:8087/_wdt/7a1514","method":"GET"} [] [2020-04-24T05:18:39.666783+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:19:25.799640+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:19:53.327765+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:22:16.650307+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:22:17.545619+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:22:19.674539+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"684d9a"},"request_uri":"http://localhost:8087/_wdt/684d9a","method":"GET"} [] [2020-04-24T05:23:54.489991+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:24:19.105830+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:25:14.305909+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:26:34.914363+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:26:35.569798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:26:39.172160+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb7b33"},"request_uri":"http://localhost:8087/_wdt/fb7b33","method":"GET"} [] [2020-04-24T05:44:34.374020+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:44:35.533423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:44:39.232486+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df18c9"},"request_uri":"http://localhost:8087/_wdt/df18c9","method":"GET"} [] [2020-04-24T05:55:51.176264+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:55:52.632821+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:55:55.890728+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4912c8"},"request_uri":"http://localhost:8087/_wdt/4912c8","method":"GET"} [] [2020-04-24T05:56:57.882935+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:56:58.963441+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:57:01.485985+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02f69e"},"request_uri":"http://localhost:8087/_wdt/02f69e","method":"GET"} [] [2020-04-24T05:57:52.342188+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:57:53.332925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:57:56.694617+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c94fb1"},"request_uri":"http://localhost:8087/_wdt/c94fb1","method":"GET"} [] [2020-04-24T05:58:26.536465+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:58:27.389961+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:58:29.299290+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"778018"},"request_uri":"http://localhost:8087/_wdt/778018","method":"GET"} [] [2020-04-24T05:59:24.172521+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T05:59:25.172340+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T05:59:27.898633+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc6714"},"request_uri":"http://localhost:8087/_wdt/dc6714","method":"GET"} [] [2020-04-24T06:00:46.899976+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:00:47.880792+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:00:50.208954+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7bf61"},"request_uri":"http://localhost:8087/_wdt/b7bf61","method":"GET"} [] [2020-04-24T06:06:05.815750+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:06:06.954286+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:06:09.652761+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfdaa7"},"request_uri":"http://localhost:8087/_wdt/dfdaa7","method":"GET"} [] [2020-04-24T06:06:28.981831+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:06:30.148327+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:06:32.131135+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8525d5"},"request_uri":"http://localhost:8087/_wdt/8525d5","method":"GET"} [] [2020-04-24T06:07:18.553382+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:07:19.657027+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:07:22.076641+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44afd3"},"request_uri":"http://localhost:8087/_wdt/44afd3","method":"GET"} [] [2020-04-24T06:09:43.468010+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:09:44.329410+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:09:46.636921+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47d5ac"},"request_uri":"http://localhost:8087/_wdt/47d5ac","method":"GET"} [] [2020-04-24T06:10:56.233577+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:10:57.478221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:11:00.014911+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2cf82"},"request_uri":"http://localhost:8087/_wdt/d2cf82","method":"GET"} [] [2020-04-24T06:22:58.646584+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:22:59.435002+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:23:01.974965+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55f19e"},"request_uri":"http://localhost:8087/_wdt/55f19e","method":"GET"} [] [2020-04-24T06:28:13.715192+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:28:14.704412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:28:17.831277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"141fe4"},"request_uri":"http://localhost:8087/_wdt/141fe4","method":"GET"} [] [2020-04-24T06:30:07.369636+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:30:08.328558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:30:11.808020+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0b225"},"request_uri":"http://localhost:8087/_wdt/f0b225","method":"GET"} [] [2020-04-24T06:30:45.723292+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:30:46.754862+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:30:49.525037+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a790ce"},"request_uri":"http://localhost:8087/_wdt/a790ce","method":"GET"} [] [2020-04-24T06:31:55.054489+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:31:56.063898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:31:58.758367+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4d91f"},"request_uri":"http://localhost:8087/_wdt/a4d91f","method":"GET"} [] [2020-04-24T06:33:51.641517+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:33:52.538028+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:33:55.152723+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b07caf"},"request_uri":"http://localhost:8087/_wdt/b07caf","method":"GET"} [] [2020-04-24T06:47:04.274495+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T06:47:04.841166+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\id3_get_tag() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\id3_get_tag() at /app/src/Controller/DefaultController.php:227)"} [] [2020-04-24T06:47:05.034182+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "id3_get_tag" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 227 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"id3_get_tag\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:227)"} [] [2020-04-24T06:47:05.362241+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T06:47:07.461622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f83fea"},"request_uri":"http://localhost:8087/_wdt/f83fea","method":"GET"} [] [2020-04-24T12:54:23.314326+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T12:54:25.149047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T12:54:28.112765+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f64ad"},"request_uri":"http://localhost:8087/_wdt/8f64ad","method":"GET"} [] [2020-04-24T13:02:39.152796+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:02:40.461504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:02:42.989076+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00c6df"},"request_uri":"http://localhost:8087/_wdt/00c6df","method":"GET"} [] [2020-04-24T13:03:00.725221+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:03:02.167881+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:03:04.514386+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9222e"},"request_uri":"http://localhost:8087/_wdt/d9222e","method":"GET"} [] [2020-04-24T13:03:27.902201+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:03:29.079727+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:03:31.612640+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b52688"},"request_uri":"http://localhost:8087/_wdt/b52688","method":"GET"} [] [2020-04-24T13:05:32.154027+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:05:33.538788+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:05:36.003776+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df4804"},"request_uri":"http://localhost:8087/_wdt/df4804","method":"GET"} [] [2020-04-24T13:05:48.354569+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:05:49.656761+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:05:52.054402+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"753f11"},"request_uri":"http://localhost:8087/_wdt/753f11","method":"GET"} [] [2020-04-24T13:06:11.461821+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:06:12.534685+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:06:14.680936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e294b"},"request_uri":"http://localhost:8087/_wdt/2e294b","method":"GET"} [] [2020-04-24T13:11:39.992912+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:12:45.970807+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:12:47.073876+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:12:49.370612+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3404ee"},"request_uri":"http://localhost:8087/_wdt/3404ee","method":"GET"} [] [2020-04-24T13:14:51.678848+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:14:52.984909+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:14:55.275830+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63f417"},"request_uri":"http://localhost:8087/_wdt/63f417","method":"GET"} [] [2020-04-24T13:19:20.179606+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:19:20.617010+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\id3_get_tag() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\id3_get_tag() at /app/src/Controller/DefaultController.php:239)"} [] [2020-04-24T13:19:20.750444+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "id3_get_tag" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 239 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"id3_get_tag\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:239)"} [] [2020-04-24T13:19:21.017685+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:19:23.404907+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b90ec"},"request_uri":"http://localhost:8087/_wdt/7b90ec","method":"GET"} [] [2020-04-24T13:25:52.920168+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:25:53.455857+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unclosed "("." at /app/templates/default/audio.html.twig line 17 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unclosed \"(\". at /app/templates/default/audio.html.twig:17)"} [] [2020-04-24T13:25:53.750483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:25:55.451560+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8126e"},"request_uri":"http://localhost:8087/_wdt/a8126e","method":"GET"} [] [2020-04-24T13:26:50.655750+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:26:51.838842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:26:52.154921+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "a" does not exist." at /app/templates/default/audio.html.twig line 17 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"a\" does not exist. at /app/templates/default/audio.html.twig:17)"} [] [2020-04-24T13:26:54.432998+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bfa2e9"},"request_uri":"http://localhost:8087/_wdt/bfa2e9","method":"GET"} [] [2020-04-24T13:27:33.430978+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:27:34.617644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:27:34.944185+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "The sort filter only works with arrays or "Traversable", got "string"." at /app/templates/default/audio.html.twig line 17 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): The sort filter only works with arrays or \"Traversable\", got \"string\". at /app/templates/default/audio.html.twig:17)"} [] [2020-04-24T13:27:37.373301+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebbeac"},"request_uri":"http://localhost:8087/_wdt/ebbeac","method":"GET"} [] [2020-04-24T13:28:17.375434+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:28:18.660320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:28:19.029554+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "The sort filter only works with arrays or "Traversable", got "string"." at /app/templates/default/audio.html.twig line 17 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): The sort filter only works with arrays or \"Traversable\", got \"string\". at /app/templates/default/audio.html.twig:17)"} [] [2020-04-24T13:28:21.574195+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c34dc2"},"request_uri":"http://localhost:8087/_wdt/c34dc2","method":"GET"} [] [2020-04-24T13:29:50.090436+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:29:51.323957+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:29:53.304685+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e3764"},"request_uri":"http://localhost:8087/_wdt/5e3764","method":"GET"} [] [2020-04-24T13:30:23.949413+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:30:25.338123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:30:28.045904+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48fb62"},"request_uri":"http://localhost:8087/_wdt/48fb62","method":"GET"} [] [2020-04-24T13:38:32.043854+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T13:38:32.955368+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:38:36.525969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/css/woocommerce.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/css/woocommerce.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:36.526776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/css/theme.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/css/theme.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/css/theme.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:44.601755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slider.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slider.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:44.602211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slideshow.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slideshow.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:44.779976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/jquery.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/jquery.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:44.779272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/uikit.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/uikit.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:45.629601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slideset.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slideset.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:52.366587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/sticky.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/sticky.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:52.366812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/lightbox.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/lightbox.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:52.366295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:52.401741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-07.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:53.442897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/accordion.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/accordion.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:58.783657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/sortable.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/sortable.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:58.811642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slider.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slider.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:58.811839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/countdown.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/countdown.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:38:58.812395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/grid.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/grid.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:00.218271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/custom.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/custom.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:04.276535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slideset.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slideset.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:04.275731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-06.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:04.276172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-01.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:04.275731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-04.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:06.025245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:10.955158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:10.955029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slideshow.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slideshow.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:10.955533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:11.458276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:14.451018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/image-002.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/image-002.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:19.088833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-015.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:19.089007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-011.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:19.089359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-014.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:19.274326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:22.241986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:25.459820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-012.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:25.460080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-016.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:25.638947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-013.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:26.482322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-010.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:30.023737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/post-img-001.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:31.177871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/sticky.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/sticky.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:31.178176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/post-img-002.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:31.571186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/post-img-003.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:33.380243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/post-img-004.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:37.631787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/post-img-005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:38.377855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:38.377988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:38.647403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_001.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:40.132038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/lightbox.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/lightbox.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:45.267925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:45.268322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_002.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:45.267509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_004.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:45.811025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:47.776260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_003.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:52.165667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:52.166348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/accordion.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/accordion.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:52.166147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:52.725169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-002_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-002_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:54.619668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-003_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-003_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:59.570699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-005_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-005_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:59.571338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-001_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-001_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:59.571486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/countdown.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/countdown.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:39:59.570411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:02.370952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-006_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-006_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:05.551748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/grid.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/grid.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:05.551598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-008_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-008_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:05.551804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-009_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-009_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:05.551447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/partner-007_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/partner-007_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:10.364727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/components/sortable.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/components/sortable.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:14.188828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/js/custom.js" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/js/custom.js\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:17.887466+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"787be5"},"request_uri":"http://localhost:8087/_wdt/787be5","method":"GET"} [] [2020-04-24T13:40:18.124203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:40:20.515075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:42:48.505816+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:42:48.691131+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "index_test.html.twig" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form)." at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"index_test.html.twig\" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form). at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php:227)"} [] [2020-04-24T13:42:49.111542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:42:51.300078+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78a976"},"request_uri":"http://localhost:8087/_wdt/78a976","method":"GET"} [] [2020-04-24T13:43:28.432309+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:43:29.500072+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:43:47.412704+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:43:48.144428+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:43:50.432608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/css/theme.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/css/theme.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/css/theme.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:43:50.490921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:43:56.455302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:43:56.454977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:43:56.735583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:43:57.075202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:43:58.024940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:03.090999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:03.140572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:03.239270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:04.151157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:04.875779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:09.529522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:09.529832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:09.529798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:10.412771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:11.771124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:18.500594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:18.499635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:18.500077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:19.025730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:20.578117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:26.423823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:26.423446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:26.424020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:26.734759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:28.645141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:31.590707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:31.590022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:31.590006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:31.590140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:34.063723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:36.916361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:36.916217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:36.916888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:36.916324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:39.643816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:42.667009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:42.667080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:42.666945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:42.833780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:45.802776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:47.962416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:47.962416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:48.002914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:48.244890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:51.745750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:52.653819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:53.165098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:53.639415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:54.045937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:57.418260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:57.418260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:58.470582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:59.016396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:44:59.366539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:02.270024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:05.419278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:08.532659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:11.582851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:15.892215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:19.160326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:22.066734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:27.017925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:45:30.285972+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"648edf"},"request_uri":"http://localhost:8087/_wdt/648edf","method":"GET"} [] [2020-04-24T13:45:33.546779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:32.191630+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:48:32.243373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:33.718350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:48:37.000925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:37.000621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /css/theme.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /css/theme.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/theme.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:43.110424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:43.111756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:43.119216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:43.461489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:45.244425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:50.867329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:50.868128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:51.105564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:51.448354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:53.224789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:56.704310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:56.704871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:56.913500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:48:57.709590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:01.004175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:03.665552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:03.667011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:03.808444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:04.119472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:07.559867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:11.248159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:11.277320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:11.356706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:11.578750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:15.590299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:18.741947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:18.741760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:18.742351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:18.868062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:22.792596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:26.029981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:26.030543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:26.030543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:27.012906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:30.011620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:32.443909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:32.944893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:32.945120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:33.323870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:34.773480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:36.549837+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:49:37.716054+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:49:39.696699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:40.437572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:45.742224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:48.109271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:48.108761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:48.447970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:48.473004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:53.975393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:54.889080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:54.889069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:55.483663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:49:55.484561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:03.863175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:04.112399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:04.110523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:04.484274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:04.632757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:10.474729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:10.474780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:10.569308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:10.870608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:11.124430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:16.370108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:16.369979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:16.522228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:16.919221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:17.252921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:23.338789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:23.447188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:23.702058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:24.049394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:24.221422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:28.578437+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:50:28.877320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:28.877848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:29.747196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:50:29.814385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:29.946083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:33.366430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:33.591298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:33.591027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:34.490294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:39.177892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:39.898772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:39.898817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:40.669621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:40.669635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:46.713861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:46.996025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:46.995618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:47.354928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:49.029663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:53.421352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:53.421123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:53.543740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:53.837356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:50:56.617379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:01.111572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:01.112511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:01.113118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:01.190511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:05.039849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:09.599478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:09.599649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:09.634901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:09.689948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:15.653103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:18.181626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:18.184291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:18.278579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:18.531683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:24.365463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:27.614958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:27.615472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:27.615199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:28.019157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:32.701437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:34.347326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:34.347858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:34.347386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:35.066117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:41.389128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:42.400313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:42.477157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:42.791586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:44.530950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:50.250389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:50.537267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:50.826860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:51.214461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:53.607986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:57.339362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:57.339524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:57.339957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:51:58.189839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:00.848826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:03.392891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:03.392942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:03.392725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:03.393116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:04.630207+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:52:05.464594+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:52:07.758180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:07.758650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:12.748941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:12.894822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:12.894391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:12.894111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:12.895686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:18.625969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:18.626820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:18.625578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:18.984752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:18.984532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:22.964454+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:52:23.535147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:23.535991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:23.727655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:23.727903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:23.992830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:52:28.056374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:28.232296+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:52:28.819986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:28.819645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:29.063926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:29.303981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:52:33.008683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:33.319167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:33.590879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:33.875207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:39.368058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:39.415435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/jquery.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/jquery.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/jquery.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:39.444403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/uikit.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/uikit.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/uikit.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:39.976412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:39.979225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:44.343866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:44.343520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:44.344209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:44.990915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:44.990479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:51.055183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:51.055392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:51.203797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:51.699661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:52.052308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:57.849025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:57.849276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:57.849322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:58.051141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:52:58.087206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:04.528941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:04.532395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:04.534455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:04.585967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:04.687837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:10.212995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:10.213618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:10.413638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:10.516473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:11.019024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:16.364375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:16.364199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:16.364629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:16.364824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:16.849106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:21.419210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:21.419360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:21.418922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:21.453050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:22.091729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:26.750193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:26.750616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:26.750193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:27.082481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:27.807178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:32.537334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:32.537580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:32.537841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:32.838381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:33.635400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:37.974844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:37.975006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:37.975361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:38.934935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:40.246017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:43.456338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:43.456089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:44.560150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:45.789312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:47.108289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:49.888143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:53.495515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:53:57.306764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:00.991801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:03.708588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:06.175095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:09.202306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:12.407841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:15.788644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:19.391627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:54:22.351524+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d14cad"},"request_uri":"http://localhost:8087/_wdt/d14cad","method":"GET"} [] [2020-04-24T13:54:25.056168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:43.462094+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T13:59:43.687817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:44.807950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T13:59:48.393638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:48.393831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:54.472021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:54.472984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:54.590204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:55.844064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T13:59:57.074853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:02.551311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:02.627624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:02.949000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:04.073034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:05.374402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:09.241161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:09.240969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:09.241794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:10.182989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:11.468362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:16.076836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:16.076808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:16.078532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:16.887352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:18.164029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:22.950207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:22.950047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:23.028887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:24.280636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:26.494633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:30.513688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:30.561504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:30.681635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:32.529007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:35.469598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:38.761252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:38.783816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:38.887388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:41.397035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:43.069806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:46.348804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:46.347280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:46.396773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:49.585565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:51.222748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:54.132444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:54.132444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:54.371505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:58.088390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:00:59.053470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:02.876952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:02.877203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:02.876999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:05.812558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:05.841765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:10.001390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:10.001513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:10.000850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:12.750074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:12.749504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:17.534998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:17.534388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:17.591724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:19.502856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:20.031419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:23.260225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:23.260684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:23.260807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:25.380591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:26.321837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:28.946300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:28.944824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:29.046905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:31.364806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:33.304029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:37.508780+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdc719"},"request_uri":"http://localhost:8087/_wdt/bdc719","method":"GET"} [] [2020-04-24T14:01:39.089979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:41.673991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:43.357611+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T14:01:44.381795+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T14:01:48.397516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:48.397342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:48.396800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:48.397648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:49.628527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:51.860734+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T14:01:52.579723+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T14:01:55.090492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:01:55.090724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:00.440537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:00.441156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:00.470245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:00.590836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:00.837821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:07.897375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:07.898693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:07.964552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:08.160984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:08.155928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:14.318237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:14.318745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:14.320174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:14.418490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:14.418490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:21.321828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:21.321558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:21.322304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:21.322551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:21.322432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:27.699371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:27.699952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:27.699028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:27.699835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:27.699715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:34.923830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:34.924269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:34.924770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:34.923863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:35.082078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:41.561739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:41.562194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:41.562194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:41.561526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:41.561972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:47.442671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:47.442935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:47.920350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:47.920607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:47.921295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:53.415843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:53.415293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:54.113537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:54.900001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:02:54.899950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:00.883985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:00.884518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:01.296890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:01.550071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:01.865755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:08.396760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:08.396306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:08.724896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:09.148794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:09.546004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:14.171506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:14.490739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:14.491046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:15.822198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:15.822363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:20.608574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:20.608940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:20.855203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:21.853276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:21.853005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:25.604954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:25.875526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:29.148113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:32.173700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:36.864680+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c0bca"},"request_uri":"http://localhost:8087/_wdt/1c0bca","method":"GET"} [] [2020-04-24T14:03:38.077798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:03:40.889616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:18:52.130175+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T14:18:53.411413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T14:18:56.614609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/woocommerce.css" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/woocommerce.css\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:18:56.614801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:03.035411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:03.036649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:03.080255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:03.083572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:03.704777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:08.717475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:08.717228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:08.716872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:08.716872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:09.550044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:14.633833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:14.634775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:14.633206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:14.803235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:15.599842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:20.186686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:20.186500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:20.186538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:20.186821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:20.968378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:25.966066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slider.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slider.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slider.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:25.965724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:25.966017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:25.965724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:26.510037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:31.799755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:31.800210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:31.800090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:31.925195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:32.241731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:37.943534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:37.944073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideset.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideset.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideset.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:37.943958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:37.943840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:38.013103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:43.693305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:43.752508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:43.813835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:43.987643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:44.254911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:48.927252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:48.927619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:49.182222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:49.182284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:49.396832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:53.824220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:54.046703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:54.266411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:54.266379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/slideshow-fx.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/slideshow-fx.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/slideshow-fx.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:54.266631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:58.789767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:58.819397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:58.819130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:59.104414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:19:59.305152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sticky.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sticky.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sticky.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:04.691133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:04.691562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:04.690798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:04.888007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:05.483028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:10.101121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:10.100993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:10.101351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/lightbox.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/lightbox.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/lightbox.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:10.101083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:10.616905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:13.775057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/accordion.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/accordion.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/accordion.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:16.224587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/countdown.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/countdown.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/countdown.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:18.443316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/grid.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/grid.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/grid.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:20.875707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/components/sortable.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/components/sortable.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/components/sortable.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:23.159862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/js/custom.js" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/js/custom.js\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/js/custom.js/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:26.984637+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b662a"},"request_uri":"http://localhost:8087/_wdt/5b662a","method":"GET"} [] [2020-04-24T14:20:28.263057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:20:30.221572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:21.132024+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T14:22:21.746471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T14:22:27.740769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:27.740506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:27.743485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:27.749555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:28.677699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:36.271590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:36.272093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:36.272279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:36.775988+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b05ddd"},"request_uri":"http://localhost:8087/_wdt/b05ddd","method":"GET"} [] [2020-04-24T14:22:36.788192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:42.931636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:42.931761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:42.932481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:42.932739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:42.931516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:48.805627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:49.642824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:49.642967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:49.642657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:50.055095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:54.519918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:54.983598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:55.036145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:55.062708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:22:55.716196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:00.629008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:00.629367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:00.631633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:01.577070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:02.469410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:06.385339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:06.385468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:07.078855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:07.891615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:08.386772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:11.740835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:11.741413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:12.720908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:13.120397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:13.120652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:17.319994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:17.320446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:18.278724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:18.437983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:18.614444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:22.739414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:22.739880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:25.478187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:25.548739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:29.676114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:23:32.320895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:41.460120+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T14:24:42.224867+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T14:24:49.929729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:49.930310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:49.952021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:49.952052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:51.147712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:58.051130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:58.050978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:58.050602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:58.051036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:24:58.531261+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e14d9c"},"request_uri":"http://localhost:8087/_wdt/e14d9c","method":"GET"} [] [2020-04-24T14:25:05.733348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:05.733348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:05.800005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:06.017630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:06.751418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:12.983024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:12.983665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:12.983529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:13.586492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:14.292289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:21.969428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:21.969484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:21.969765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:21.969352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:22.920613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:29.936972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:30.085217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:30.169760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:30.244475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:30.460751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:36.233159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:36.232705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:36.233016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:36.232869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:37.214462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:42.166136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:42.166811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:42.497674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:42.497543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:44.467838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:48.410766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:48.411754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:48.464912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:48.465264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:50.440559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:53.565047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:53.565377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:53.565832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:53.566343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:57.450850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:25:59.767261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:08.146965+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T14:39:08.921949+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T14:39:14.274395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:14.274642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:14.631181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:14.980892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:16.046764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:22.486473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:22.483306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:22.485905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:23.555875+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ce750"},"request_uri":"http://localhost:8087/_wdt/1ce750","method":"GET"} [] [2020-04-24T14:39:23.554183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/logo.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/logo.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/logo.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:30.938250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:30.938514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:30.939207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:31.329098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:31.815342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:37.750064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:37.749580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:37.750328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:38.058467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:38.635660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:43.859030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:43.858271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:43.858586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:44.112295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:44.361835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:50.563082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:50.563056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:50.563309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:50.839485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:50.911078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:57.396174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:57.396174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:57.440902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:57.514232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:39:57.985664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:03.732555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:03.731447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:03.732848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:03.734365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:04.630288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:08.830397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:08.831005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:08.830762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:08.831442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:10.495845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:14.300867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:14.477741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:14.478260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:14.712393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:40:20.678754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T14:43:24.639825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:28.114939+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:01:28.845009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:01:34.408632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:34.409204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:34.408850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:34.424881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:35.248222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:40.289556+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5cc9a"},"request_uri":"http://localhost:8087/_wdt/f5cc9a","method":"GET"} [] [2020-04-24T15:01:40.718233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:40.718233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:40.718391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:41.605400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:45.752194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:45.804221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:45.858545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:46.160074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:47.331108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:51.967858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:51.966969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:51.967263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:51.974698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:53.701602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:57.357394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:57.357158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:57.357612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:58.289586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:01:59.558898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:04.848229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:04.848895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:04.848741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:05.898755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:07.045082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:11.684896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:11.683453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:11.683703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:12.563946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:13.813542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:18.841030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:18.840893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:18.956254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:19.696778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:21.520078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:24.917390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:24.923977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:24.923718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:25.489930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:27.026553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:30.310512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:30.310742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:30.310109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:35.979331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:02:37.817078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:08:47.571444+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:08:48.551874+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:08:53.824839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:08:53.838029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:08:53.978034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:08:53.995672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:08:55.153613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:01.685925+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97f36b"},"request_uri":"http://localhost:8087/_wdt/97f36b","method":"GET"} [] [2020-04-24T15:09:01.913338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:02.553959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:02.553555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:03.929102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:08.857205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:08.857701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:08.856309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:09.286322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:10.438696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:17.856294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:17.856845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:17.856581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:18.518458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:20.618128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:26.342857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:30.598783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:37.788038+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:09:38.146118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:09:43.865330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:44.123436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:44.119770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:45.017300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:45.019906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:50.752124+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00886d"},"request_uri":"http://localhost:8087/_wdt/00886d","method":"GET"} [] [2020-04-24T15:09:50.827803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:50.827538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:50.908741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:51.659681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:59.608402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:59.630373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:09:59.627208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:00.012940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:01.258297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:07.161608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:07.162143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:07.162328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:07.426469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:07.616463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:14.807531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:14.808852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:14.807936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:14.808355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:14.808987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:22.778021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:23.594097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:23.784450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:23.785266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:23.905270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:29.188646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:29.389822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:31.425184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:31.425038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:31.910507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:35.771925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:35.771401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:38.250731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:38.250902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:39.231452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:41.303925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:41.304460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:43.451484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:44.359200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:45.217543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:47.478873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:47.478466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:49.175920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:55.175605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:10:59.113887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:14.891816+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:11:15.743488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:11:22.888330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:22.888848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:23.025447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:23.667086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:24.252916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:28.826088+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"871998"},"request_uri":"http://localhost:8087/_wdt/871998","method":"GET"} [] [2020-04-24T15:11:29.492073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:29.606749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:29.924614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:30.725443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:36.490593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:37.066702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:37.201859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:37.929000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:38.355276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:43.427624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:43.428166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:43.506848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:44.490831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:45.076229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:51.221782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:51.220960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:52.097734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:52.443141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:53.260937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:59.916228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:11:59.918189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:00.339178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:00.467110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:01.858920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:09.435869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:09.435146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:09.436432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:09.585051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:10.621922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:18.401279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:18.401649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:18.602453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:18.602733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:20.087084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:23.954798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:25.207176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:25.206775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:25.207176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:26.815842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:30.250137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:30.986591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:30.990647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:38.030377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:12:42.421137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:38.963770+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:14:39.585559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:14:47.586806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:47.573475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:48.344448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:48.523109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:49.482096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:55.444186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:55.437987+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a7c1d"},"request_uri":"http://localhost:8087/_wdt/9a7c1d","method":"GET"} [] [2020-04-24T15:14:55.604419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:56.353567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:14:57.538668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:04.076696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:04.077040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:04.076987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:04.922380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:06.006624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:12.620033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:12.620628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:12.620353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:13.526072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:14.086428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:19.551706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:19.552996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:19.605952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:19.943653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:20.332908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:25.480960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:25.481953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:25.482474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:25.482728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:26.398718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:33.674647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:33.674626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:33.675524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:33.676023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:35.023585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:42.038005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:42.038508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:42.038748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:42.038633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:42.567871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:48.708651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:48.708851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:48.708672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:48.708944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:49.320930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:55.583360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:55.584113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:15:55.583499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:16:00.354923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:16:03.535193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:16:14.930514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:17:48.499383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/index.html" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/index.html\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/index.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:17:51.057001+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b02b7"},"request_uri":"http://localhost:8087/_wdt/5b02b7","method":"GET"} [] [2020-04-24T15:17:57.413866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:17:58.400311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:17:58.928612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:00.266805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:00.771991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:06.086615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:06.087514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:06.165497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:07.795945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:08.367233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:14.289062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:14.288429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:14.290465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:16.057818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:16.404647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:21.203872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:21.203658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:21.203291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:21.957322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:21.957273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:27.546116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:27.545903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:27.546101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:27.623269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:27.623697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:34.830485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:34.980295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:35.132861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:35.341034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:35.408635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:40.337304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:40.338465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:40.337724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:40.337961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:40.661460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:44.015812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:45.004061+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:18:45.749004+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:18:50.330847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:50.330699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:50.616938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:50.899504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:51.014715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:55.410948+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97a80a"},"request_uri":"http://localhost:8087/_wdt/97a80a","method":"GET"} [] [2020-04-24T15:18:55.678848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:55.679224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:55.984810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:18:56.488519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:01.731157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:01.731677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:01.768275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:02.580308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:02.730209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/gallery.html" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/gallery.html\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/gallery.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:09.788612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:09.790066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:10.528631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:10.906515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:11.864727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:19.339188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:19.586287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:19.935795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:20.086586+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6be5b6"},"request_uri":"http://localhost:8087/_wdt/6be5b6","method":"GET"} [] [2020-04-24T15:19:21.336860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:27.461848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:27.460831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:27.664961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:27.680003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:28.210189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:34.606137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:34.605525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:34.605666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:34.606621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:35.312431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:41.311668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:41.312768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:41.313806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:41.853632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:43.113317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:48.357183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:48.551517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:48.551277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:49.429043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:50.120863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:55.544188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:55.543767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:55.551534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:57.529840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:19:58.447590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:04.080762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:04.072644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:04.718488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:05.539632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:06.073090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:11.668378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:11.669683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:12.034199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:13.666097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:14.185785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:18.909954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:18.910551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:19.071851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:20.757376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:21.087504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:30.180064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:30.180502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:30.180656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:31.842604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:32.575406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:35.071332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:38.197409+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:20:38.781251+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:20:43.901389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:43.901613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:45.724862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:45.835109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:47.095462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:53.112553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:53.115592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:54.178613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:54.181499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:55.095402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:20:59.604267+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94300a"},"request_uri":"http://localhost:8087/_wdt/94300a","method":"GET"} [] [2020-04-24T15:21:00.354690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:00.674546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:00.676161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:01.006553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:08.152846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:08.892641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:09.086248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:09.331512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:09.470216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:14.763389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:14.763255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:14.764382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:14.763344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:15.263105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:20.809497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:20.809452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:20.809988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:20.809855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:21.541152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:26.659649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:26.661164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:26.659649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:26.661534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:27.492287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:32.480377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:32.478589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:32.478900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:32.566199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:33.418646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:39.501272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:39.501639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:39.502324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:39.502486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:40.112497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:45.061996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:45.822786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:45.823414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:49.592483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:21:51.827681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:25:58.318846+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:25:59.458320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:26:04.638346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:04.638902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:04.639552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:05.607441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:06.572732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:12.448009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e45c7"},"request_uri":"http://localhost:8087/_wdt/6e45c7","method":"GET"} [] [2020-04-24T15:26:12.902102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:13.077882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:13.743847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:14.188919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:19.875229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:20.114415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:20.489028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:20.486919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:21.061438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:28.147256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:28.147511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:28.147459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:28.315059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:28.525228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:31.664157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:32.081406+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:26:33.323468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:26:39.982880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:39.984200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:40.404010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:41.169072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:41.166997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:46.258094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:46.257841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:46.540394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:47.290214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:47.404975+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5907b"},"request_uri":"http://localhost:8087/_wdt/f5907b","method":"GET"} [] [2020-04-24T15:26:55.699874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:55.699073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:55.846569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:56.200881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:26:56.370561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:04.639966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:05.598182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:05.605398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:05.993384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:06.154308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:12.518119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:12.866571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:12.866434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:13.271620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:13.422318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:20.480479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:21.198572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:21.197509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:22.319069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:22.712117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:30.500265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:30.636237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:30.635454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:31.384364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:31.502958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:35.063987+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:27:35.526475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:36.534798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:27:42.614276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:42.614099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:42.966670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:43.966841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:44.423440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:49.703312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:49.703319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:50.660450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:51.196873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:52.330326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:56.109224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"987da1"},"request_uri":"http://localhost:8087/_wdt/987da1","method":"GET"} [] [2020-04-24T15:27:57.094061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:57.093391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:58.405076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:27:59.930279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:05.255795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:05.405703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:05.601566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:07.020977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:07.462298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:13.361980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:13.362394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:13.498079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:16.371958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:16.547376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:20.603310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:21.856859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:22.302066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:22.813842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:25.953016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:28.072319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:30.521396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:30.522078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:31.206634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:35.016617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:35.909721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:38.250020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:38.250456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:38.940885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:41.949690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:41.951209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:45.032292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:45.031873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:45.634079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:47.625159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:47.625575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:50.135684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:50.135984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:28:54.736868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:30:28.687314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:01.560229+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:31:02.427616+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:31:06.968170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:06.968483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:07.234928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:07.521557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:08.361437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:14.275704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:14.276916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:14.330156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:14.330874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:15.258337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:19.260828+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"666581"},"request_uri":"http://localhost:8087/_wdt/666581","method":"GET"} [] [2020-04-24T15:31:19.812137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:19.812671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:20.018488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:22.984387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:28.592426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:28.813094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:29.091993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:29.588246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:30.672802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:35.228591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:35.231243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:35.564547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:36.039285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:36.551620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:40.880619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:40.881071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:41.086108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:41.709986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:42.133058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:47.353389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:47.354651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:47.355905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:47.952147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:47.951918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:55.802984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:55.803239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:55.912405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:56.049958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:31:56.183642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:32:01.049693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:32:01.050049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:32:01.050353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:32:01.050697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:32:07.109898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:33:58.142098+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:33:58.628488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:33:59.360626+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:34:05.586075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:05.590047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:05.743823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:05.745207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:06.722900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:12.834775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:13.987679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:13.989864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:14.299092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:15.114092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:18.897318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:20.881425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:21.108597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:21.193209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:22.148758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:24.451587+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fa912"},"request_uri":"http://localhost:8087/_wdt/2fa912","method":"GET"} [] [2020-04-24T15:34:25.938629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:30.053173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:34:34.062655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:32.988419+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:38:34.278785+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:38:40.212117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:40.213405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:40.214226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:40.214490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:40.993828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:46.432870+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d99260"},"request_uri":"http://localhost:8087/_wdt/d99260","method":"GET"} [] [2020-04-24T15:38:47.102046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:47.102453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:47.101824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:53.121082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:38:53.446212+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:38:55.151484+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:38:59.647256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:00.191168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:00.191451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:00.620015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:00.620827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:04.550499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:06.238192+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea600b"},"request_uri":"http://localhost:8087/_wdt/ea600b","method":"GET"} [] [2020-04-24T15:39:06.885201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:06.884216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:07.158006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:11.270922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:39:13.275153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:40:02.541536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:41:48.995637+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:41:50.002916+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:41:56.774865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:41:56.777638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:41:56.775811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:41:57.125587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:41:57.660869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:42:02.289130+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb17bb"},"request_uri":"http://localhost:8087/_wdt/cb17bb","method":"GET"} [] [2020-04-24T15:42:02.928925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:42:02.929413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:42:02.952028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:42:06.758315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:42:10.117650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:34.319645+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:48:35.342918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:48:42.118286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:42.122888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:42.260876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:42.262721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:42.691550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:47.379529+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"574bcc"},"request_uri":"http://localhost:8087/_wdt/574bcc","method":"GET"} [] [2020-04-24T15:48:47.953795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:47.953344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:47.953673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:52.858762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:48:55.105299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:40.300546+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T15:49:40.975895+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:49:45.945750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-07.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:45.955639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-06.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:46.065851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-01.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:47.342368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-04.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:48.514030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:51.756271+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e26725"},"request_uri":"http://localhost:8087/_wdt/e26725","method":"GET"} [] [2020-04-24T15:49:52.251010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:52.251211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:53.365427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:49:57.332247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:00.168957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:02.478495+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T15:50:03.417260+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T15:50:03.539861+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T15:50:03.713464+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T15:50:04.248088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:50:09.095278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:09.094209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:09.094964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:09.094209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:09.650323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:14.856072+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"268df4"},"request_uri":"http://localhost:8087/_wdt/268df4","method":"GET"} [] [2020-04-24T15:50:15.796137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:15.796137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:15.964678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:22.840158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:26.527062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:50:57.832984+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T15:50:58.671950+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T15:50:58.768451+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T15:50:58.815713+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T15:50:59.669150+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:51:04.785898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:04.786331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:05.057342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:05.800739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:06.892569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:12.367130+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b36967"},"request_uri":"http://localhost:8087/_wdt/b36967","method":"GET"} [] [2020-04-24T15:51:12.875455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:12.875767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:13.150208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:17.907795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:51:23.011022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:43.889971+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T15:53:44.663083+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T15:53:44.750352+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T15:53:44.794338+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T15:53:45.712571+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:53:50.541322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:50.541980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:50.541717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:50.541482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:52.180078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:55.345084+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecf5e6"},"request_uri":"http://localhost:8087/_wdt/ecf5e6","method":"GET"} [] [2020-04-24T15:53:55.820528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:55.821093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:55.820774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:53:59.807216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:02.587051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:15.714610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-06.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:15.714772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-01.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:15.714918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-07.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:16.631589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/slider-img-04.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:17.669306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:20.593405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:20.593961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:20.593533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:24.339710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:26.826372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:48.294228+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:54:48.803732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:54:52.532440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:52.532137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:52.531694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:54:53.342010+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f0867"},"request_uri":"http://localhost:8087/_wdt/3f0867","method":"GET"} [] [2020-04-24T15:54:57.973543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:00.458706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:33.760748+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T15:55:34.569150+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T15:55:40.512453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:40.513449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:41.993003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:41.992888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:42.276469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:47.006073+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b3aa7"},"request_uri":"http://localhost:8087/_wdt/5b3aa7","method":"GET"} [] [2020-04-24T15:55:47.043437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:47.043277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:47.540548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:51.117287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T15:55:53.082384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:02:23.692655+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:02:24.546050+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:02:31.385940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b880a"},"request_uri":"http://localhost:8087/_wdt/2b880a","method":"GET"} [] [2020-04-24T16:02:31.490023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:02:31.490811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:02:31.490638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:02:31.490501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:02:36.800606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:02:39.930253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:04:53.406216+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T16:04:54.150073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:05:01.501460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:05:01.501614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:05:01.800001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:05:02.608276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:05:02.620861+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d59e19"},"request_uri":"http://localhost:8087/_wdt/d59e19","method":"GET"} [] [2020-04-24T16:05:09.896475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:05:30.852820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:06:06.615726+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:06:07.500774+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:06:07.605577+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:06:07.665566+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:06:08.307337+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:06:13.075624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:06:13.076010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:06:13.076718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:06:13.257418+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e74df"},"request_uri":"http://localhost:8087/_wdt/5e74df","method":"GET"} [] [2020-04-24T16:06:15.701421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:06:20.880827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:06:23.769249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:07:50.730382+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:07:51.231867+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:07:51.291746+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:07:51.322594+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:07:51.886706+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:07:57.960137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:07:57.960203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:07:58.140503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:07:58.670710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:07:58.748366+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3d7ba"},"request_uri":"http://localhost:8087/_wdt/b3d7ba","method":"GET"} [] [2020-04-24T16:08:02.483082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:08:04.968958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:08:53.757851+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:08:54.449521+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:08:54.533184+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:08:54.575791+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:08:55.021480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:08:58.844775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:08:59.091148+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fad765"},"request_uri":"http://localhost:8087/_wdt/fad765","method":"GET"} [] [2020-04-24T16:08:59.270674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:08:59.959240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:01.042762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:04.526938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:07.418213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:42.549743+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:09:43.333004+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:09:43.440100+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:09:43.493550+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:09:43.985471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:09:48.864295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:48.864791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:48.923659+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eab7a"},"request_uri":"http://localhost:8087/_wdt/9eab7a","method":"GET"} [] [2020-04-24T16:09:49.340184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:52.230953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:55.104737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:55.104784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:55.899472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:55.979498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:57.419785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:59.798978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:09:59.799061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:10:00.604448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:10:04.133503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:10:06.891773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:23.341235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:23.340956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:23.340857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:23.743642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:27.032967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:29.399707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:37.625613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:37.625937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:37.626155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:39.096158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:42.246375+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:11:43.322050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:11:43.451831+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:11:43.520228+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:11:44.705443+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:11:49.066649+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcd1c0"},"request_uri":"http://localhost:8087/_wdt/bcd1c0","method":"GET"} [] [2020-04-24T16:11:49.131272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:49.131700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:49.341063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:11:58.100022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:12:01.201764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:12:04.252786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:12:56.118665+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:12:57.103508+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:12:57.199731+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:12:57.330418+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:12:57.746096+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index.html.twig line 48 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index.html.twig:48)"} [] [2020-04-24T16:12:58.095857+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:12:59.937752+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c6011"},"request_uri":"http://localhost:8087/_wdt/2c6011","method":"GET"} [] [2020-04-24T16:13:20.732444+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:13:21.507291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:13:21.600172+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:13:21.647758+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:13:22.075997+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index.html.twig line 48 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index.html.twig:48)"} [] [2020-04-24T16:13:22.435140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:13:24.426810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0d619"},"request_uri":"http://localhost:8087/_wdt/e0d619","method":"GET"} [] [2020-04-24T16:14:40.062967+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:14:40.878045+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:14:40.971222+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:14:41.018129+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:14:41.556354+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index.html.twig line 48 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index.html.twig:48)"} [] [2020-04-24T16:14:41.949416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:14:43.913245+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a4915"},"request_uri":"http://localhost:8087/_wdt/2a4915","method":"GET"} [] [2020-04-24T16:15:58.528672+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:15:59.411884+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:15:59.504986+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:15:59.556489+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:16:00.012481+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index.html.twig line 48 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index.html.twig:48)"} [] [2020-04-24T16:16:00.376342+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:16:02.121366+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afe6c4"},"request_uri":"http://localhost:8087/_wdt/afe6c4","method":"GET"} [] [2020-04-24T16:18:46.185812+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:18:47.017236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:18:47.103691+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:18:47.149619+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:18:47.579330+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index.html.twig line 48 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index.html.twig:48)"} [] [2020-04-24T16:18:47.964726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:18:49.655025+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"282e98"},"request_uri":"http://localhost:8087/_wdt/282e98","method":"GET"} [] [2020-04-24T16:19:51.558641+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:19:51.992736+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:19:52.042804+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:19:52.070532+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:19:52.317733+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index.html.twig line 42 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index.html.twig:42)"} [] [2020-04-24T16:19:52.602562+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:19:54.360473+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7c2a7"},"request_uri":"http://localhost:8087/_wdt/c7c2a7","method":"GET"} [] [2020-04-24T16:20:52.224249+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:20:52.962571+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:20:53.043803+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:20:53.088095+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:20:53.654964+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:20:59.187774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:20:59.352399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:20:59.578855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:21:00.254444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:21:00.505506+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80a630"},"request_uri":"http://localhost:8087/_wdt/80a630","method":"GET"} [] [2020-04-24T16:21:05.135365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:21:07.623083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:33:57.772672+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:33:58.710481+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:33:58.816603+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:33:58.875943+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:33:59.155758+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:34:04.239434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:04.239166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:04.282720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:04.929714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:04.978278+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2fa19"},"request_uri":"http://localhost:8087/_wdt/d2fa19","method":"GET"} [] [2020-04-24T16:34:09.873466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:13.434545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:16.833644+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:34:17.617178+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:34:17.710453+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:34:17.764363+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:34:18.432627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:34:23.407187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:23.406752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:24.597056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:25.610549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:25.935205+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b831f1"},"request_uri":"http://localhost:8087/_wdt/b831f1","method":"GET"} [] [2020-04-24T16:34:29.982585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:33.321389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:38.383040+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:34:39.003934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:34:42.960987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:42.960692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:42.960863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:42.961549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:43.593079+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a4be0"},"request_uri":"http://localhost:8087/_wdt/2a4be0","method":"GET"} [] [2020-04-24T16:34:47.909048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:34:51.034807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:35:16.080033+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:35:17.145532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:35:21.086638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:35:21.086945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:35:21.360020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:35:21.460705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:35:21.931176+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"609eaf"},"request_uri":"http://localhost:8087/_wdt/609eaf","method":"GET"} [] [2020-04-24T16:35:25.489360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:35:28.055088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:03.461095+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:36:03.950381+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:36:07.332897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:07.551203+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0fc3a"},"request_uri":"http://localhost:8087/_wdt/f0fc3a","method":"GET"} [] [2020-04-24T16:36:07.707840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:08.147680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:13.484724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:17.753017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:48.522982+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:36:49.771564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:36:52.567233+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0aded"},"request_uri":"http://localhost:8087/_wdt/b0aded","method":"GET"} [] [2020-04-24T16:36:52.980038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:52.979696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:56.410892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:36:58.945544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:37:27.527229+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:37:28.394733+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:37:31.200637+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"438c23"},"request_uri":"http://localhost:8087/_wdt/438c23","method":"GET"} [] [2020-04-24T16:37:31.529252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:37:31.528745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:37:35.814050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:37:37.795983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:37:58.378088+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:37:59.320112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:38:02.501154+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bef78"},"request_uri":"http://localhost:8087/_wdt/9bef78","method":"GET"} [] [2020-04-24T16:38:02.638969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:38:02.639162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:38:06.306637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:38:09.168499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:39:59.380404+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T16:40:00.376628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:40:02.766088+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f348d"},"request_uri":"http://localhost:8087/_wdt/9f348d","method":"GET"} [] [2020-04-24T16:40:03.128131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:40:58.079591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:40:58.079378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:40:58.083740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:40:58.369335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:41:02.623764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:41:05.566413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:43:54.671997+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:43:55.403541+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:43:55.500764+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:43:55.544944+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:43:55.987061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:43:59.705231+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8567ce"},"request_uri":"http://localhost:8087/_wdt/8567ce","method":"GET"} [] [2020-04-24T16:44:00.385554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:44:00.385692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:45:04.406269+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:45:04.954133+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:45:05.011830+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:45:05.043527+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:45:05.352528+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:45:08.856099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:45:08.940235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:45:09.502024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:45:10.212355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:45:10.475644+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4f8df"},"request_uri":"http://localhost:8087/_wdt/f4f8df","method":"GET"} [] [2020-04-24T16:45:13.121287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:46:26.528537+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:46:27.274117+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:46:27.360327+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:46:27.418519+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:46:27.860880+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:46:30.649328+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fe914"},"request_uri":"http://localhost:8087/_wdt/2fe914","method":"GET"} [] [2020-04-24T16:46:31.028639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:48:51.358041+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:48:52.208800+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:48:52.298644+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:48:52.351273+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:48:52.852135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:48:57.412118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:48:57.411418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:48:57.410098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:48:58.015236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:00.115490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:05.389091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:05.385678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:05.385936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:05.520642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"212a4b"},"request_uri":"http://localhost:8087/_wdt/212a4b","method":"GET"} [] [2020-04-24T16:49:07.944931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:12.953078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:13.406127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:13.407752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:13.423627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:15.494480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:19.461361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:19.502370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:19.540881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:19.755251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:21.339254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:26.893878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:26.893559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:27.116037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:27.211848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:29.519030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:33.870093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:33.869865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:33.870396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:34.027832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:35.831457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:39.006551+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:49:39.648428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:39.739247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:40.308896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:40.668962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:49:40.922703+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:49:41.043975+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:49:41.686147+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:49:41.868907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:45.766404+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:49:46.004735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:46.526867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:47.042928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:47.859533+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:49:48.059723+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:49:48.196711+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:49:48.187014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:48.579819+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:49:51.533822+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:49:51.548236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:51.552596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:53.001021+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:49:53.085611+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:49:53.135820+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:49:53.364290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:49:58.203403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:58.204650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:58.203850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:58.204023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:49:59.355467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:03.329839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:03.329104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:03.330291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:03.522832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:05.040783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:09.437981+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80f3e8"},"request_uri":"http://localhost:8087/_wdt/80f3e8","method":"GET"} [] [2020-04-24T16:50:09.999849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:10.040039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:10.153916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:11.793456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:16.668692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:17.350141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:17.349923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:17.718336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:20.399554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:25.733847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:25.733878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:25.775857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:26.735084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:29.565322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:34.317405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:34.317903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:34.317698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:35.467109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:38.628961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:42.536811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:42.537177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:42.537268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:42.995908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:46.691500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:48.754448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:48.754195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:48.754195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:49.167367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:51.290102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:52.310992+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:50:53.153463+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:50:53.257249+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:50:53.309685+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:50:53.851692+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:50:59.555781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:50:59.578909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:00.420326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:00.421357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:00.445647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:05.412425+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82d99c"},"request_uri":"http://localhost:8087/_wdt/82d99c","method":"GET"} [] [2020-04-24T16:51:05.739362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:05.738883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:05.990269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:06.683224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:11.926567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:11.924825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:12.224176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:13.109377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:14.104076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:21.415842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:21.416096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:21.620538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:22.216348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:22.219475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:27.993606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:27.994194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:28.201201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:28.858324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:28.858557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:34.190738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:34.191241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:34.191609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:34.625786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:34.625604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:39.251176+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T16:51:39.688546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:39.687783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:39.688180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:39.688947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:40.457039+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T16:51:40.605743+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T16:51:40.684263+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T16:51:41.154778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T16:51:45.143313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:45.143141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:45.143914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:45.858117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:46.024081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:50.042040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:50.044072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:50.043769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:50.584616+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8af703"},"request_uri":"http://localhost:8087/_wdt/8af703","method":"GET"} [] [2020-04-24T16:51:50.994764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:56.440298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:56.441872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:56.440987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:56.514874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:51:57.583128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:03.873506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:03.874164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:03.874469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:03.874627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:05.406764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:10.919264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:10.921123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:10.919609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:10.920041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:12.733089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:16.768222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:16.767571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:17.643494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:17.725595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:19.543625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:22.211254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:22.211582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:22.995529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:23.107750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:25.501091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:27.756462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:27.756939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:28.261191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:28.261399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:31.499860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:32.607605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:33.012680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:33.337427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:33.517721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:37.291868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:37.837455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:38.208615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:38.371815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T16:52:42.825055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:26:25.843139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:36.659570+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:22:37.421134+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:22:37.516994+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:22:37.563152+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:22:38.033043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:22:43.162705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:43.162248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:43.270673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:43.772645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:43.944535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:48.088577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:48.404086+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cdad4"},"request_uri":"http://localhost:8087/_wdt/8cdad4","method":"GET"} [] [2020-04-24T17:22:48.665209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:48.779614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:49.677769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:53.667824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:53.666468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:53.721228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:54.108280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:55.021235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:59.273576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:59.358845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:59.544909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:22:59.901110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:01.446606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:06.496232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:06.684463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:07.184714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:07.558829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:08.956556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:12.565021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:12.780595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:12.820913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:12.960331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:14.478500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:17.484777+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:23:18.026423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:18.027014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:18.026880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:19.150580+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:23:19.341137+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:23:19.495061+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:23:19.929248+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:23:20.301311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:23.277273+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:23:23.691396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:23.691396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:24.082552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:24.818731+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:23:25.018599+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:23:25.110995+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:23:25.452648+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:23:26.234829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:28.954824+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:23:29.235398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:29.980990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:30.226767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:30.741748+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:23:30.914318+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:23:31.010739+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:23:31.348234+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:23:32.751384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:35.162897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:35.334452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:35.786780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:35.847985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:38.077367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:40.084090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:40.084714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:40.754440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:41.064622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:43.301192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:45.036511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:45.318374+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cdc24"},"request_uri":"http://localhost:8087/_wdt/0cdc24","method":"GET"} [] [2020-04-24T17:23:46.821936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:47.242453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:49.459372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:50.966687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:51.207091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:53.067076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:53.809333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:57.093770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:58.868419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:23:58.957314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:01.369976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:02.158455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:03.820512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:05.765593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:06.519767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:07.642838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:08.746641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:09.965645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:11.870333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:12.213169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:13.647966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:14.404502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:15.751887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:17.120922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:17.632342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:19.006213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:19.859487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:21.134861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:22.132552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:22.131954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:24.194901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:25.334485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:26.886821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:28.130499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:28.130748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:30.028318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:31.066253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:32.550820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:33.396312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:36.553387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:38.985666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:24:54.269091+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:24:55.675573+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:24:55.707777+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:24:55.840502+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:24:55.908413+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:24:56.244382+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:24:56.953649+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:24:57.090579+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:24:57.195595+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:24:57.546659+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:25:02.162386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:02.278425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:02.703198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:02.985411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:03.978133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:07.388458+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71366a"},"request_uri":"http://localhost:8087/_wdt/71366a","method":"GET"} [] [2020-04-24T17:25:07.895168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:07.892536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:08.095590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:09.648873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:12.727516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:13.813271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:14.057563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:14.271399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:16.722919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:19.680688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:19.795222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:20.180730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:20.489748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:22.375776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:24.822931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:24.822773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:24.845489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:25.298259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:28.370448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:29.999104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:29.998319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:30.075073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:30.076219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:33.991660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:35.015351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:35.405375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:35.405212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:36.081367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:40.602275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:40.948989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:40.991048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:41.460518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:42.053586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:45.719425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:45.719254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:45.719721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:46.448361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:46.454185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:50.209348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:50.208220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:50.573102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:51.255085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:54.446885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:25:56.435699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:31:51.413338+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:31:52.496053+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:31:52.622622+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:31:52.714387+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:31:53.547258+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:31:56.853378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/css/theme.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/css/theme.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/css/theme.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:31:56.853927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/css/woocommerce.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/css/woocommerce.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/css/woocommerce.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:32:00.626986+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4e477"},"request_uri":"http://localhost:8087/_wdt/c4e477","method":"GET"} [] [2020-04-24T17:33:54.429065+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:33:54.929849+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:33:54.985481+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:33:55.015802+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:33:55.524743+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:33:58.184592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/head-a-chocolat-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/head-a-chocolat-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/head-a-chocolat-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:33:58.676996+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51270c"},"request_uri":"http://localhost:8087/_wdt/51270c","method":"GET"} [] [2020-04-24T17:39:01.521872+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:39:02.360266+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:39:02.452275+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:39:02.509724+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:39:03.073393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:39:06.699019+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e24056"},"request_uri":"http://localhost:8087/_wdt/e24056","method":"GET"} [] [2020-04-24T17:39:07.102327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:44:31.170824+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:44:31.954145+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:44:32.045029+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:44:32.090852+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:44:32.612727+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:44:35.587591+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7dde8"},"request_uri":"http://localhost:8087/_wdt/c7dde8","method":"GET"} [] [2020-04-24T17:44:35.891966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:46:34.831783+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:46:35.609409+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:46:35.707964+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:46:35.754514+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:46:36.567209+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:46:39.942493+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"244e48"},"request_uri":"http://localhost:8087/_wdt/244e48","method":"GET"} [] [2020-04-24T17:46:40.412193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:47:35.897393+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:47:36.395736+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:47:36.458148+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:47:36.489650+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:47:36.998130+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:47:40.268371+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"560de1"},"request_uri":"http://localhost:8087/_wdt/560de1","method":"GET"} [] [2020-04-24T17:47:40.683862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:47:40.684342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:48:12.190084+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:48:12.997691+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:48:13.081583+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:48:13.125743+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:48:13.865414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:48:16.909762+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2265b6"},"request_uri":"http://localhost:8087/_wdt/2265b6","method":"GET"} [] [2020-04-24T17:48:17.301390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:48:17.301401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:48:55.243928+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:48:56.016577+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:48:56.096808+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:48:56.141687+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:48:56.905865+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:49:00.336006+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58f6e8"},"request_uri":"http://localhost:8087/_wdt/58f6e8","method":"GET"} [] [2020-04-24T17:49:00.638170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:49:00.638728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:50:52.927831+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:50:53.748332+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:50:53.837759+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:50:53.889767+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:50:54.908179+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:50:58.571900+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d960e"},"request_uri":"http://localhost:8087/_wdt/6d960e","method":"GET"} [] [2020-04-24T17:50:59.088811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:50:59.090689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:53:01.990560+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:53:02.498591+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:53:02.581790+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:53:02.626698+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:53:03.471685+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:53:06.844554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:53:06.845076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:53:07.084082+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af39f2"},"request_uri":"http://localhost:8087/_wdt/af39f2","method":"GET"} [] [2020-04-24T17:56:27.243259+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:56:28.032078+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:56:28.118359+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:56:28.163571+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:56:28.572681+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "The block 'javascripts' has already been defined line 247." at /app/templates/base.html.twig line 258 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): The block 'javascripts' has already been defined line 247. at /app/templates/base.html.twig:258)"} [] [2020-04-24T17:56:29.004855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:56:30.861387+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"147edd"},"request_uri":"http://localhost:8087/_wdt/147edd","method":"GET"} [] [2020-04-24T17:57:04.826360+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:57:05.431604+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:57:05.502328+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:57:05.543894+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:57:06.245631+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:57:10.223905+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6440e3"},"request_uri":"http://localhost:8087/_wdt/6440e3","method":"GET"} [] [2020-04-24T17:57:10.523272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:57:10.523134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:58:25.986091+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:58:26.743907+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:58:26.830305+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:58:26.878222+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:58:27.964548+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:58:30.940589+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f4214"},"request_uri":"http://localhost:8087/_wdt/5f4214","method":"GET"} [] [2020-04-24T17:58:31.294854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:58:31.295333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:58:46.609591+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T17:58:47.045473+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T17:58:47.108620+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T17:58:47.136067+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T17:58:47.587054+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T17:58:50.642528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:58:50.642565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T17:58:50.694581+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acc863"},"request_uri":"http://localhost:8087/_wdt/acc863","method":"GET"} [] [2020-04-24T18:00:11.399383+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:00:12.170467+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:00:12.253132+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:00:12.299416+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:00:13.137546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:00:15.994421+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"345370"},"request_uri":"http://localhost:8087/_wdt/345370","method":"GET"} [] [2020-04-24T18:00:16.444673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:00:16.444516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:01:42.022390+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:01:42.521121+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:01:42.575930+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:01:42.616907+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:01:43.125753+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:01:45.858936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37439e"},"request_uri":"http://localhost:8087/_wdt/37439e","method":"GET"} [] [2020-04-24T18:01:46.321169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:01:46.412496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:02:18.432401+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:02:19.158564+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:02:19.258744+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:02:19.309608+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:02:20.056514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:02:22.611626+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06c7d2"},"request_uri":"http://localhost:8087/_wdt/06c7d2","method":"GET"} [] [2020-04-24T18:02:22.910333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:02:22.910348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:03:35.621609+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:03:36.337820+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:03:36.412632+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:03:36.458401+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:03:36.949696+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:03:39.476661+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94cd5e"},"request_uri":"http://localhost:8087/_wdt/94cd5e","method":"GET"} [] [2020-04-24T18:03:39.863545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:03:39.863757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:09:12.911219+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:09:13.796242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:09:16.572823+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b74d0"},"request_uri":"http://localhost:8087/_wdt/1b74d0","method":"GET"} [] [2020-04-24T18:09:17.047062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:09:17.060296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:10:02.969368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:10:03.142297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:10:27.381612+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:10:28.213156+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:10:28.305618+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:10:28.359591+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:10:28.775618+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "The block 'javascripts' has already been defined line 12." at /app/templates/video/index.html.twig line 16 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): The block 'javascripts' has already been defined line 12. at /app/templates/video/index.html.twig:16)"} [] [2020-04-24T18:10:29.167334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:10:31.327230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c45394"},"request_uri":"http://localhost:8087/_wdt/c45394","method":"GET"} [] [2020-04-24T18:10:52.188129+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:10:52.938322+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:10:53.018203+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:10:53.067787+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:10:53.774855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:10:56.415118+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"629ac1"},"request_uri":"http://localhost:8087/_wdt/629ac1","method":"GET"} [] [2020-04-24T18:10:56.906539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:10:57.185619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:11:07.252526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:11:07.252207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:13:55.315103+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:13:56.586409+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:13:59.316909+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe4ce7"},"request_uri":"http://localhost:8087/_wdt/fe4ce7","method":"GET"} [] [2020-04-24T18:13:59.844119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:13:59.844701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:15:00.784490+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:15:01.407684+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:15:04.118396+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd6d2d"},"request_uri":"http://localhost:8087/_wdt/bd6d2d","method":"GET"} [] [2020-04-24T18:15:04.350290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:15:04.350598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:16:31.750139+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:16:32.931472+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:16:35.416998+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"563a22"},"request_uri":"http://localhost:8087/_wdt/563a22","method":"GET"} [] [2020-04-24T18:16:35.798942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:16:35.800133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:22:38.750246+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:22:40.115144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:22:42.505793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"327f4f"},"request_uri":"http://localhost:8087/_wdt/327f4f","method":"GET"} [] [2020-04-24T18:22:42.933152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:23:10.703732+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:23:11.812773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:23:14.588470+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30cf57"},"request_uri":"http://localhost:8087/_wdt/30cf57","method":"GET"} [] [2020-04-24T18:23:14.772636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:23:14.772877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:24:03.926951+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:24:05.144018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:24:07.275756+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c0995"},"request_uri":"http://localhost:8087/_wdt/8c0995","method":"GET"} [] [2020-04-24T18:24:07.600412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:25:08.156493+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:25:09.442309+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:25:12.359356+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab378c"},"request_uri":"http://localhost:8087/_wdt/ab378c","method":"GET"} [] [2020-04-24T18:25:12.929300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:25:12.928816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:29:50.884281+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:29:52.106732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:29:57.945950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:29:57.946251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:29:57.979840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:29:58.076351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:29:58.287160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:03.246762+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6feab"},"request_uri":"http://localhost:8087/_wdt/d6feab","method":"GET"} [] [2020-04-24T18:30:03.731557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:03.732203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:03.731922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:04.321013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:09.986270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:10.127547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:10.127252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:10.899226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:11.010926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:17.581185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:17.581102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:17.608285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:18.524056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:18.696723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:25.814323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:25.814739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:25.814882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:26.403477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:26.404099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:34.185235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:34.181236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:34.209416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:34.259375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:34.755389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:41.053986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:41.384014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:41.383574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:41.609529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:41.609986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:46.471325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:46.471625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:46.470986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:46.672850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:46.673147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:51.979274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:51.979339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:51.979205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:52.125224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:52.399816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:57.684235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:57.684351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:30:57.684101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:31:01.808547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:31:04.229012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:34:24.056044+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:34:25.551317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:34:28.793126+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16d35e"},"request_uri":"http://localhost:8087/_wdt/16d35e","method":"GET"} [] [2020-04-24T18:34:29.297679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:34:29.297769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:36:23.967340+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:36:25.161248+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:36:28.302810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37159e"},"request_uri":"http://localhost:8087/_wdt/37159e","method":"GET"} [] [2020-04-24T18:36:28.466498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:36:28.467492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:37:43.990968+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:37:45.186747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:37:47.774263+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b44849"},"request_uri":"http://localhost:8087/_wdt/b44849","method":"GET"} [] [2020-04-24T18:37:48.159516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:37:48.922237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:20.915575+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:38:22.083918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:38:26.654969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:26.655350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:26.996292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:29.255491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:30.042333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:33.222501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:33.222248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:33.684092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:34.442204+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd562f"},"request_uri":"http://localhost:8087/_wdt/cd562f","method":"GET"} [] [2020-04-24T18:38:35.957876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:38.383731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:38.622207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:39.292306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:39.400455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:41.370456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:44.316099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:44.487311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:45.040590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:45.177907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:47.619294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:51.051755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:51.051755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:51.204008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:53.154453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:57.305574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:59.437842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:59.437594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:38:59.438607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:00.636702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:03.964097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:04.810697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:04.975805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:05.238776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:06.432996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:10.463831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:11.020556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:11.283635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:12.232140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:14.051632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:19.599866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:19.599719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:20.411251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:21.820088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:24.812594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:31.168210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:39:37.284111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:40:55.346555+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:40:57.736595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:41:03.404887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:03.404703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:03.404412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:04.658275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:04.658467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:10.791894+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"296cba"},"request_uri":"http://localhost:8087/_wdt/296cba","method":"GET"} [] [2020-04-24T18:41:10.884899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:10.884644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:10.902996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:11.522172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:17.623019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:17.623873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:17.623296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:17.623733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:18.991608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:28.431986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:28.431535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:28.433937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:28.431743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:30.106827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:39.631036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:39.631180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:39.629828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:40.002795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:42.219510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:46.913506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:51.417391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:41:54.498313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/map-marker.png" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/map-marker.png\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:05.401494+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:42:06.558479+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:42:09.250219+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07104c"},"request_uri":"http://localhost:8087/_wdt/07104c","method":"GET"} [] [2020-04-24T18:42:09.680781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:09.680580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:40.748249+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:42:41.908858+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:42:48.036041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:48.036253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:48.097285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:48.963606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:49.947818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:55.956721+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dba5e"},"request_uri":"http://localhost:8087/_wdt/1dba5e","method":"GET"} [] [2020-04-24T18:42:56.444171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:56.444366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:56.443732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:42:57.814915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:03.914648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:04.211759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:04.731015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:05.128598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:05.804941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:13.502025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:13.502557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:13.630210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:15.017392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:15.448130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:18.485079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:18.485291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-001.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-001.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:18.485527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:19.333273+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:43:21.015763+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:43:25.825476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:25.825476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:26.511652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:27.450357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:27.450899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:33.340679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:33.528618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:34.171616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:34.219798+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"418ef5"},"request_uri":"http://localhost:8087/_wdt/418ef5","method":"GET"} [] [2020-04-24T18:43:34.927032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-003.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-003.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:42.478177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-004.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-004.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:42.478598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/post-img-005.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/post-img-005.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/post-img-005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:43.367564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:43.408343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:44.771471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:50.985854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:50.985854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:50.990502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:51.226989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:52.308380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:56.946734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:56.947225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:56.947065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:57.378685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:57.747007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:43:59.716182+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:44:00.691426+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:44:06.294983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:06.295582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:06.295707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:07.472635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:07.472635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:13.920064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:13.921054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:13.921088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:14.153919+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6f1a0"},"request_uri":"http://localhost:8087/_wdt/e6f1a0","method":"GET"} [] [2020-04-24T18:44:14.963638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:20.339594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:20.341349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:20.338876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:20.342388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:20.748980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:26.656965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:26.656551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:26.692897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:26.804186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/image-002.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/image-002.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/image-002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:26.842118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:36.352406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:36.352251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/social-sprite.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/social-sprite.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/social-sprite.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:36.379171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:44:36.440572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:00.797072+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:45:01.764529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:45:06.213390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:06.545955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:07.234681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:07.579575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:10.232325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:15.876120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:15.875292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:16.977899+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d3ffe"},"request_uri":"http://localhost:8087/_wdt/0d3ffe","method":"GET"} [] [2020-04-24T18:45:17.140166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:19.063426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:23.083778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:23.084047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/test")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/test\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:46.416890+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:45:47.491315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:45:51.089396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:52.155302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:52.679816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:45:53.223719+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fc4b2"},"request_uri":"http://localhost:8087/_wdt/7fc4b2","method":"GET"} [] [2020-04-24T18:46:09.453824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:09.454219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:09.454160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/partner-004_01.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/partner-004_01.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:09.875734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:13.831901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:16.116128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/map-marker.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/map-marker.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/map-marker.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:29.237268+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:46:30.197891+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:46:30.302567+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:46:30.366842+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:46:30.959622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:46:34.594265+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"247427"},"request_uri":"http://localhost:8087/_wdt/247427","method":"GET"} [] [2020-04-24T18:46:34.851875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:34.891292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:35.532303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:46:44.887619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:52:05.503704+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:52:06.227433+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:52:06.302604+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:52:06.345545+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:52:07.168572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:52:10.759206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:52:10.758728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:52:10.758909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:52:11.701537+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce6068"},"request_uri":"http://localhost:8087/_wdt/ce6068","method":"GET"} [] [2020-04-24T18:52:19.597606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:53:16.180482+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:53:17.956611+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:53:21.031870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:53:21.032105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:53:21.056954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:53:21.519489+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"349fa6"},"request_uri":"http://localhost:8087/_wdt/349fa6","method":"GET"} [] [2020-04-24T18:55:43.766366+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T18:55:44.708460+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:55:47.761140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:55:47.761492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:55:47.924410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:55:48.197843+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d9f70"},"request_uri":"http://localhost:8087/_wdt/3d9f70","method":"GET"} [] [2020-04-24T18:55:53.035935+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:55:53.718012+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:55:53.798050+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:55:53.842162+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:55:54.574595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:55:59.856831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:55:59.857366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:00.047169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:00.123953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:01.185928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:04.251675+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2de644"},"request_uri":"http://localhost:8087/_wdt/2de644","method":"GET"} [] [2020-04-24T18:56:04.656675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:04.656991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:33.044102+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T18:56:33.577629+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T18:56:33.655720+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T18:56:33.698653+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T18:56:34.415871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T18:56:39.141754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:39.141910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:39.142510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:39.142327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:40.611558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:44.057083+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b0c10"},"request_uri":"http://localhost:8087/_wdt/7b0c10","method":"GET"} [] [2020-04-24T18:56:44.595218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:56:44.595677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T18:57:21.619214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:06.862964+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:01:07.738421+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:01:07.837992+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:01:07.886561+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:01:08.731230+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:01:14.347474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:14.348095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:14.347407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:14.363558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0031-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0031-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0031-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:15.220663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:20.668061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:20.667671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-006-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-006-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-006-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:20.668702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:20.670038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:21.546725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:01:25.267854+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a32f96"},"request_uri":"http://localhost:8087/_wdt/a32f96","method":"GET"} [] [2020-04-24T19:01:25.800495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:05:45.123934+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:05:46.389223+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:05:46.539211+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:05:46.616176+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:05:47.843789+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:05:55.098284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:05:55.114059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:05:55.333095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:05:55.488627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:05:55.574945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:06:03.302018+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7ebce"},"request_uri":"http://localhost:8087/_wdt/c7ebce","method":"GET"} [] [2020-04-24T19:06:03.948256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:06:03.947875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0041-198x330.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0041-198x330.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0041-198x330.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:06:03.948731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:10:56.601834+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:10:57.167659+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:10:57.227210+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:10:57.261199+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:10:57.827153+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "user" does not exist." at /app/templates/video/index.html.twig line 120 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"user\" does not exist. at /app/templates/video/index.html.twig:120)"} [] [2020-04-24T19:10:58.177466+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:10:59.852044+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"047318"},"request_uri":"http://localhost:8087/_wdt/047318","method":"GET"} [] [2020-04-24T19:11:53.241322+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:11:53.950589+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:11:54.027970+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:11:54.071968+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:11:54.820302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:12:01.618296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:12:01.842469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:12:02.026317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:12:02.534551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:12:02.611855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:12:08.402383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:12:08.416084+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f02bd"},"request_uri":"http://localhost:8087/_wdt/9f02bd","method":"GET"} [] [2020-04-24T19:12:08.835352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:04.576757+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:13:05.650184+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:13:05.779910+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:13:05.858288+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:13:06.964282+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:13:13.731202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:13.757208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:14.156599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:14.472288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:15.274887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:19.066588+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e50a4"},"request_uri":"http://localhost:8087/_wdt/3e50a4","method":"GET"} [] [2020-04-24T19:13:19.503295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:19.503830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:13:56.259541+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:13:57.004361+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:13:57.100012+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:13:57.147206+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:13:58.045000+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:14:04.903339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:04.902841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:04.903489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:05.016200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:06.209357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:12.935538+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61a58f"},"request_uri":"http://localhost:8087/_wdt/61a58f","method":"GET"} [] [2020-04-24T19:14:13.852121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:13.851750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:14:43.382799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:22.750313+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:16:24.163280+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:16:24.310756+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:16:24.387637+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:16:25.647926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:16:32.771069+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24f0da"},"request_uri":"http://localhost:8087/_wdt/24f0da","method":"GET"} [] [2020-04-24T19:16:34.194976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:34.195661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:34.196315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:37.572192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:41.026797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:41.086970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:16:41.086632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:15.663531+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:17:16.633220+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:17:16.754699+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:17:16.815054+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:17:17.642977+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:17:24.139831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:24.140854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:24.139676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:24.609009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:25.119615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:29.567656+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"515f62"},"request_uri":"http://localhost:8087/_wdt/515f62","method":"GET"} [] [2020-04-24T19:17:30.233813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:17:30.233536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:43.245579+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:25:44.172868+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:25:44.270191+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:25:44.327991+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:25:45.261674+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:25:53.200251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:53.199998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:53.318519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:53.668201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:54.057470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:59.275047+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17e3a2"},"request_uri":"http://localhost:8087/_wdt/17e3a2","method":"GET"} [] [2020-04-24T19:25:59.889796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:59.889591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:25:59.890357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:00.442469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:05.258741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:06.034092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:07.341376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:07.341143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:08.882274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:11.348186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:36.173326+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:26:36.907531+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:26:37.007103+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:26:37.056861+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:26:37.949954+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:26:42.467195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:42.467849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:42.467512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:43.122638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:44.601942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:51.496928+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47273b"},"request_uri":"http://localhost:8087/_wdt/47273b","method":"GET"} [] [2020-04-24T19:26:52.402219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:52.409918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:52.963917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:53.115511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:58.772796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:59.069640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:26:59.370454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:00.432562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:00.774039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:04.846367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:06.971881+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:27:07.703709+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:27:07.793539+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:27:07.841541+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:27:08.750328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:27:13.601087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:13.602082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:13.600812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:14.434459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:14.589379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:18.997714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:18.998054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:18.998595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:19.554672+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c3b5b"},"request_uri":"http://localhost:8087/_wdt/2c3b5b","method":"GET"} [] [2020-04-24T19:27:20.079845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_004.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:26.273622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:26.273256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_005.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:26.272460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_002.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:26.274440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_003.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:27.215262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_006.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:27:31.611503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:36:52.827036+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:36:54.048010+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:36:54.190380+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:36:54.262299+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:36:55.577413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:37:01.380682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:01.379830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:01.812221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:01.882776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:02.553089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:08.439243+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69ac91"},"request_uri":"http://localhost:8087/_wdt/69ac91","method":"GET"} [] [2020-04-24T19:37:09.023853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:09.023426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:09.215547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:37:57.860641+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:37:58.969300+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:37:59.108503+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:37:59.188636+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:38:00.768573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:38:06.766747+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"369e07"},"request_uri":"http://localhost:8087/_wdt/369e07","method":"GET"} [] [2020-04-24T19:38:07.713859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:07.713694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:08.016511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:16.763220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:16.765101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:16.764839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:23.166690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/img_testim_001.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:38:23.166552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:40:47.980638+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:40:48.978195+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:40:49.099378+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:40:49.177306+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:40:50.168343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:40:56.652710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:40:56.752593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:40:56.786894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:40:56.954012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:40:57.819734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:41:03.161515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:41:03.783048+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31c265"},"request_uri":"http://localhost:8087/_wdt/31c265","method":"GET"} [] [2020-04-24T19:41:04.443383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:57:59.172400+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:58:00.069930+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:58:00.163079+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:58:00.213445+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:58:01.135808+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:58:10.122277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:10.127182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:10.121630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:10.378018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:11.150247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:15.922376+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de3f1c"},"request_uri":"http://localhost:8087/_wdt/de3f1c","method":"GET"} [] [2020-04-24T19:58:16.101906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:16.102045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:21.935748+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T19:58:22.815784+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T19:58:22.929714+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T19:58:22.987020+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T19:58:23.894427+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T19:58:30.143091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:30.142947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:30.145016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:30.413363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:31.128046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:35.154369+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87041b"},"request_uri":"http://localhost:8087/_wdt/87041b","method":"GET"} [] [2020-04-24T19:58:35.586407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T19:58:35.586960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:07.747631+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T20:08:08.947776+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T20:08:09.044565+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T20:08:09.092248+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T20:08:10.003855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T20:08:17.101828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:17.101560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:17.481139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-04.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-04.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-04.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:17.480398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:19.046365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:23.569291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78a759"},"request_uri":"http://localhost:8087/_wdt/78a759","method":"GET"} [] [2020-04-24T20:08:24.157292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:24.157564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:49.453979+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T20:08:50.328197+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T20:08:53.928666+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23ea7d"},"request_uri":"http://localhost:8087/_wdt/23ea7d","method":"GET"} [] [2020-04-24T20:08:54.511599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:54.511576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:08:54.511942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:15.436661+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-24T20:09:16.739980+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T20:09:20.778809+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80d60c"},"request_uri":"http://localhost:8087/_wdt/80d60c","method":"GET"} [] [2020-04-24T20:09:21.345421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:21.346006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:21.347319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:30.742771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-01.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-01.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:30.745630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-07.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-07.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-07.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:31.060272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/slider-img-06.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/slider-img-06.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/slider-img-06.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:31.497688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:31.914344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:09:34.964815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:11:51.900773+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-24T20:11:52.891442+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-24T20:11:53.006572+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-24T20:11:53.071714+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-24T20:11:54.080522+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T20:11:58.630860+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41239b"},"request_uri":"http://localhost:8087/_wdt/41239b","method":"GET"} [] [2020-04-24T20:11:59.017383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:11:59.044634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:11:59.043968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:13:38.519785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:16:13.748436+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-04-24T20:16:14.508458+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 WHERE t0.id = ? ["5"] [] [2020-04-24T20:16:15.015630+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T20:16:20.650167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:16:20.704772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:16:20.763376+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"811baa"},"request_uri":"http://localhost:8087/_wdt/811baa","method":"GET"} [] [2020-04-24T20:16:20.826488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:16:31.270953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:16:31.270520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T20:49:42.479556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:10:30.514968+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-24T21:10:31.791503+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-24T21:10:31+02:00"] [] [2020-04-24T21:10:31.873739+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-24T21:10:31+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-24T21:10:31.968515+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-24T21:10:31+02:00"] [] [2020-04-24T21:10:32.483437+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T21:10:36.962037+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4de7d6"},"request_uri":"http://localhost:8087/_wdt/4de7d6","method":"GET"} [] [2020-04-24T21:10:37.074320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:10:37.077815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:10:37.300876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:10:45.109969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:42:12.459674+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-24T21:42:13.557146+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-24T21:42:13+02:00"] [] [2020-04-24T21:42:13.619714+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-24T21:42:13+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-24T21:42:13.648654+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-24T21:42:13+02:00"] [] [2020-04-24T21:42:14.172908+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T21:42:17.943124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:42:17.942657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:42:17.942560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T21:42:18.128217+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"678fe0"},"request_uri":"http://localhost:8087/_wdt/678fe0","method":"GET"} [] [2020-04-24T22:39:11.826033+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T22:39:12.885221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T22:39:17.507437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:39:17.508145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:39:17.533855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:39:17.723959+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60f0c6"},"request_uri":"http://localhost:8087/_wdt/60f0c6","method":"GET"} [] [2020-04-24T22:39:30.101251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:39:30.113820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:39:31.193787+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60f0c6"},"request_uri":"http://localhost:8087/_wdt/60f0c6","method":"GET"} [] [2020-04-24T22:39:31.424082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:48:52.298543+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T22:48:53.862501+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T22:48:57.734137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:48:57.734330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:48:57.734697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:48:58.250737+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd317a"},"request_uri":"http://localhost:8087/_wdt/dd317a","method":"GET"} [] [2020-04-24T22:50:27.952895+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T22:50:29.192005+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T22:50:32.886870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:50:33.066652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:50:33.456344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:50:34.543708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:50:35.228162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6901c9"},"request_uri":"http://localhost:8087/_wdt/6901c9","method":"GET"} [] [2020-04-24T22:50:57.576179+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T22:50:58.719352+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T22:51:02.928376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:51:03.215119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:51:03.684932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:51:04.043173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:51:04.242521+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1637d9"},"request_uri":"http://localhost:8087/_wdt/1637d9","method":"GET"} [] [2020-04-24T22:55:58.807107+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T22:56:00.114940+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T22:56:04.036137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:04.035443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:04.161383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:05.905803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:06.515169+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e30921"},"request_uri":"http://localhost:8087/_wdt/e30921","method":"GET"} [] [2020-04-24T22:56:12.158712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/%3Ca%20href='/build/audio/1/4.mp3'" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/%3Ca%20href='/build/audio/1/4.mp3'\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/%3Ca%20href='/build/audio/1/4.mp3'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:14.286557+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaa335"},"request_uri":"http://localhost:8087/_wdt/aaa335","method":"GET"} [] [2020-04-24T22:56:19.747829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:19.748606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:19.747981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:56:21.380108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:58:48.926608+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T22:58:49.757258+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T22:58:53.536212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:58:53.730478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:58:53.730908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:58:53.791367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:58:55.341218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:58:57.542216+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"159a38"},"request_uri":"http://localhost:8087/_wdt/159a38","method":"GET"} [] [2020-04-24T22:58:58.541178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:00.762736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:03.260840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:05.656382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:08.137977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:10.260090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:12.449528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:14.659216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:17.011759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:19.106820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:21.892166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:24.714604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:27.210020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:29.489780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:32.327805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:34.600236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:37.121585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:39.242752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:41.488467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:43.700196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:45.958025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:48.014159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:50.644802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:53.843408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:55.899537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T22:59:58.426554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:00.528649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:02.856250+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:00:03.248394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:03.915708+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:00:08.898332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:08.898443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:08.918584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:09.233397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:09.609233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:12.718160+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e8408"},"request_uri":"http://localhost:8087/_wdt/7e8408","method":"GET"} [] [2020-04-24T23:00:15.474017+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:00:16.531200+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:00:21.429054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:21.434724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:21.511869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:23.404833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:23.652533+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56fe0c"},"request_uri":"http://localhost:8087/_wdt/56fe0c","method":"GET"} [] [2020-04-24T23:00:29.757085+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:00:30.778699+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:00:36.328424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:36.328143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:36.328833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:37.629954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:00:37.897829+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"065442"},"request_uri":"http://localhost:8087/_wdt/065442","method":"GET"} [] [2020-04-24T23:02:22.880457+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:02:23.681567+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "block" tag defined near line 6)." at /app/templates/default/audio.html.twig line 38 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"block\" tag defined near line 6). at /app/templates/default/audio.html.twig:38)"} [] [2020-04-24T23:02:24.044511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:02:26.053865+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"223de3"},"request_uri":"http://localhost:8087/_wdt/223de3","method":"GET"} [] [2020-04-24T23:02:56.722314+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:02:58.231263+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:03:02.223667+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f249b0"},"request_uri":"http://localhost:8087/_wdt/f249b0","method":"GET"} [] [2020-04-24T23:03:02.942955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:03:02.942466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:03:03.956724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:03:06.932878+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f249b0"},"request_uri":"http://localhost:8087/_wdt/f249b0","method":"GET"} [] [2020-04-24T23:03:07.359574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:03:07.359245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:03:07.879879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:05:14.195054+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:05:15.544744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:05:19.402699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:05:19.403031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:05:19.403993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:05:19.617067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:05:20.602656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:05:22.601360+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c18343"},"request_uri":"http://localhost:8087/_wdt/c18343","method":"GET"} [] [2020-04-24T23:07:55.482050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:07:55.482716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:07:55.482035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:07:55.996639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:07:57.040317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:08:00.414074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/test.pdf" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/test.pdf\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/test.pdf/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:08:03.101069+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96d8fe"},"request_uri":"http://localhost:8087/_wdt/96d8fe","method":"GET"} [] [2020-04-24T23:09:24.092825+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:09:25.831062+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:09:29.968167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:09:30.526164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:09:30.526666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:09:31.429088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:09:32.540534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:09:34.454793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81e254"},"request_uri":"http://localhost:8087/_wdt/81e254","method":"GET"} [] [2020-04-24T23:11:12.809680+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:11:14.444847+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:11:19.652163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:11:19.652280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:11:19.651944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:11:20.191975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:11:20.980071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:11:23.672625+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03866c"},"request_uri":"http://localhost:8087/_wdt/03866c","method":"GET"} [] [2020-04-24T23:15:18.181337+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:15:20.003721+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:15:24.471995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:15:24.472284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:15:24.473737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:15:25.465087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:15:26.447849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/audio/1/1.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/audio/1/1.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:15:28.603454+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe57d4"},"request_uri":"http://localhost:8087/_wdt/fe57d4","method":"GET"} [] [2020-04-24T23:17:15.161808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:18:28.341178+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:18:29.856131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:18:34.445713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:18:34.445790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:18:34.566561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:18:35.320623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:18:35.532595+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c7da6"},"request_uri":"http://localhost:8087/_wdt/7c7da6","method":"GET"} [] [2020-04-24T23:21:53.173250+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:21:54.478069+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:21:58.098111+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87a13b"},"request_uri":"http://localhost:8087/_wdt/87a13b","method":"GET"} [] [2020-04-24T23:21:58.320606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:21:58.320431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:21:58.321069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:22:45.053514+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:22:46.531654+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:22:50.157203+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"771295"},"request_uri":"http://localhost:8087/_wdt/771295","method":"GET"} [] [2020-04-24T23:22:50.732309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:22:50.733578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:22:50.751324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:25:04.827383+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:25:06.739905+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:25:10.217859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a86ecb"},"request_uri":"http://localhost:8087/_wdt/a86ecb","method":"GET"} [] [2020-04-24T23:25:10.327300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:25:10.327130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:25:10.327625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:22.610594+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:26:24.465506+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:26:27.994873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_001.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:27.999374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:28.774408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:30.332898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_004.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:30.651525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:34.546494+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3fc5c"},"request_uri":"http://localhost:8087/_wdt/d3fc5c","method":"GET"} [] [2020-04-24T23:26:34.673436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:34.673365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:26:36.038146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:27:33.461427+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:27:35.066991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:27:39.308576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:27:39.309462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:27:39.576114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:27:40.404142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:27:41.536073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:27:43.618738+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c451e"},"request_uri":"http://localhost:8087/_wdt/3c451e","method":"GET"} [] [2020-04-24T23:28:29.681098+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:28:30.832388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:28:34.783501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:28:35.023146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:28:35.890599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:28:36.626788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:28:36.752860+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccf7d6"},"request_uri":"http://localhost:8087/_wdt/ccf7d6","method":"GET"} [] [2020-04-24T23:30:11.045490+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:30:11.863373+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:30:15.489396+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"645282"},"request_uri":"http://localhost:8087/_wdt/645282","method":"GET"} [] [2020-04-24T23:30:15.651615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:30:15.652051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:30:16.048570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:24.469899+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:31:25.629033+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:31:29.013604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:29.013313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:29.626370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:29.974214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:30.681675+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5905a"},"request_uri":"http://localhost:8087/_wdt/b5905a","method":"GET"} [] [2020-04-24T23:31:52.782201+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:31:53.490846+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:31:56.646907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:56.646907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:56.933697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:57.978932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:31:58.175844+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0e746"},"request_uri":"http://localhost:8087/_wdt/f0e746","method":"GET"} [] [2020-04-24T23:32:33.324820+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:32:34.410387+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:32:38.259692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:32:38.320559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:32:38.962792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:32:39.266922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:32:39.481070+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cad78b"},"request_uri":"http://localhost:8087/_wdt/cad78b","method":"GET"} [] [2020-04-24T23:33:33.064602+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:33:34.462243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:33:38.150704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:33:38.150731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:33:38.406590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:33:39.272315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:33:39.593316+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0acfc3"},"request_uri":"http://localhost:8087/_wdt/0acfc3","method":"GET"} [] [2020-04-24T23:34:55.175688+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:34:56.054454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:35:00.642885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:35:00.720478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:35:01.503015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:35:02.214806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:35:02.475298+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"123404"},"request_uri":"http://localhost:8087/_wdt/123404","method":"GET"} [] [2020-04-24T23:36:41.329781+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:36:42.794744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:36:48.035429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:36:48.035171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:36:48.427846+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"490d5a"},"request_uri":"http://localhost:8087/_wdt/490d5a","method":"GET"} [] [2020-04-24T23:36:48.460543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:36:48.634506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:42:51.691420+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"sermon-single.html"},"request_uri":"http://localhost:8087/fr/audio/sermon-single.html","method":"GET"} [] [2020-04-24T23:42:52.255205+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 242 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:242)"} [] [2020-04-24T23:42:52.472257+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:42:54.459113+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3eb63b"},"request_uri":"http://localhost:8087/_wdt/3eb63b","method":"GET"} [] [2020-04-24T23:43:07.173714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:43:07.173079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:43:07.173361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:43:08.243764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:44:30.783756+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:44:32.219425+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:44:36.789202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:44:36.788868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:44:37.267501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:44:37.480178+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2edace"},"request_uri":"http://localhost:8087/_wdt/2edace","method":"GET"} [] [2020-04-24T23:45:01.476220+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:45:02.982692+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:45:06.451882+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7942a5"},"request_uri":"http://localhost:8087/_wdt/7942a5","method":"GET"} [] [2020-04-24T23:45:07.144375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:45:07.316410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:45:07.598837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:45:37.507653+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:45:38.951724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:45:41.683067+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57259e"},"request_uri":"http://localhost:8087/_wdt/57259e","method":"GET"} [] [2020-04-24T23:45:42.110044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:45:43.061991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:45:43.427130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:46:08.325065+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:46:09.702801+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:46:13.272765+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8e2ba"},"request_uri":"http://localhost:8087/_wdt/b8e2ba","method":"GET"} [] [2020-04-24T23:46:13.991010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:46:13.988826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:46:15.360892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:47:29.078135+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:47:30.433928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:47:33.961814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:47:33.962173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:47:34.088756+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de87b0"},"request_uri":"http://localhost:8087/_wdt/de87b0","method":"GET"} [] [2020-04-24T23:47:34.118760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:50:31.504299+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:50:32.882638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:50:36.559804+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0e95a"},"request_uri":"http://localhost:8087/_wdt/b0e95a","method":"GET"} [] [2020-04-24T23:50:37.242107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:50:37.242562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:50:37.242609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:51:39.586854+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:51:41.098717+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:51:45.910737+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40b7d0"},"request_uri":"http://localhost:8087/_wdt/40b7d0","method":"GET"} [] [2020-04-24T23:51:46.612445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:51:46.613004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:51:46.721785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:51:55.613723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:51:55.615342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:51:56.172980+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40b7d0"},"request_uri":"http://localhost:8087/_wdt/40b7d0","method":"GET"} [] [2020-04-24T23:51:57.176320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:05.564191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:06.274324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:06.406496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:48.158119+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:52:49.586746+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:52:53.453811+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cb80d"},"request_uri":"http://localhost:8087/_wdt/4cb80d","method":"GET"} [] [2020-04-24T23:52:53.649490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:53.649627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:54.045510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:58.781824+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cb80d"},"request_uri":"http://localhost:8087/_wdt/4cb80d","method":"GET"} [] [2020-04-24T23:52:59.253097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:59.253181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:52:59.449254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:57:50.472290+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:57:51.312014+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:57:55.644811+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0aeed9"},"request_uri":"http://localhost:8087/_wdt/0aeed9","method":"GET"} [] [2020-04-24T23:57:55.929506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:57:55.929828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:57:55.929956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:08.085408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:08.085866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:08.655895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:17.507337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:17.507711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:17.508766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:25.266567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:25.266726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:58:25.454337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:06.292579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:06.292728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:06.978258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:40.403484+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-24T23:59:41.300328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-24T23:59:45.196778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:45.195768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:45.778400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:46.221311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"423d84"},"request_uri":"http://localhost:8087/_wdt/423d84","method":"GET"} [] [2020-04-24T23:59:55.454894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:55.455042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-24T23:59:55.556010+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"423d84"},"request_uri":"http://localhost:8087/_wdt/423d84","method":"GET"} [] [2020-04-24T23:59:56.207003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:00:02.591265+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"423d84"},"request_uri":"http://localhost:8087/_wdt/423d84","method":"GET"} [] [2020-04-25T00:00:02.974759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:00:02.976001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:00:04.284081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:00:23.652724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:00:23.652564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:00:23.989522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:07.022605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:07.224313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:07.541625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:11.180860+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:02:12.536689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:02:16.156488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:16.156523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:16.156632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:16.626339+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9ea85"},"request_uri":"http://localhost:8087/_wdt/a9ea85","method":"GET"} [] [2020-04-25T00:02:23.528517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:25.001892+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9ea85"},"request_uri":"http://localhost:8087/_wdt/a9ea85","method":"GET"} [] [2020-04-25T00:02:25.108272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:25.660712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:46.968857+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:02:48.112039+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:02:51.031286+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de9d7e"},"request_uri":"http://localhost:8087/_wdt/de9d7e","method":"GET"} [] [2020-04-25T00:02:51.467546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:51.724925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:02:52.243354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:03:02.418825+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:03:03.559682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:03:07.650929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:03:07.651214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:03:07.708610+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39abbe"},"request_uri":"http://localhost:8087/_wdt/39abbe","method":"GET"} [] [2020-04-25T00:03:09.097511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:06:37.327533+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:06:39.196061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:06:43.172639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:06:43.172195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:06:43.172733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:06:43.347823+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b9dd3"},"request_uri":"http://localhost:8087/_wdt/2b9dd3","method":"GET"} [] [2020-04-25T00:07:39.844518+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:07:41.059739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:07:44.677939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:07:44.677967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:07:44.679010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:07:44.889278+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"254867"},"request_uri":"http://localhost:8087/_wdt/254867","method":"GET"} [] [2020-04-25T00:08:48.059620+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:08:49.401266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:08:53.439471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_001.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:08:53.439228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:08:53.833155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_004.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:08:53.833491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:08:54.520048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:09:00.176309+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f89090"},"request_uri":"http://localhost:8087/_wdt/f89090","method":"GET"} [] [2020-04-25T00:09:00.649228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:09:00.650270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:09:00.649358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:36.972503+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:10:37.793610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:10:42.406371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_001.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:42.406827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:42.684542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:43.796767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_004.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:44.565881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:46.029012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:51.987975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_001.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:51.987475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:51.988131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_006.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:53.731041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_004.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:54.677151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:56.767859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9dbb47"},"request_uri":"http://localhost:8087/_wdt/9dbb47","method":"GET"} [] [2020-04-25T00:10:57.341198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:57.471128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:10:59.371591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:12:08.467032+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:12:09.932547+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:12:14.207014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:12:14.207407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:12:14.580790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:12:15.465333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:12:16.425166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:12:18.479811+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e4f37"},"request_uri":"http://localhost:8087/_wdt/2e4f37","method":"GET"} [] [2020-04-25T00:13:18.927347+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:13:20.331021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:13:24.098669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:24.098598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:24.306591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:24.991997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:26.363023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:28.382163+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e29492"},"request_uri":"http://localhost:8087/_wdt/e29492","method":"GET"} [] [2020-04-25T00:13:46.773937+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:13:47.760757+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:13:51.495495+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f2ac0"},"request_uri":"http://localhost:8087/_wdt/2f2ac0","method":"GET"} [] [2020-04-25T00:13:51.867101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:52.045816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:52.319610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:54.145567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:13:56.552479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:14:28.054610+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:14:29.166032+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:14:32.144828+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72b7a0"},"request_uri":"http://localhost:8087/_wdt/72b7a0","method":"GET"} [] [2020-04-25T00:14:32.651270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:14:33.124614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:14:33.124341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:14:34.003499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:15:28.209256+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:15:29.058925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:15:32.495266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:15:32.634933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:15:34.117855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:15:34.117360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:15:34.909431+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b746cc"},"request_uri":"http://localhost:8087/_wdt/b746cc","method":"GET"} [] [2020-04-25T00:18:22.316937+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:18:23.640663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:18:27.778743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/images/img_testim_005.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:18:27.779465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:18:27.778576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:18:27.779730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:18:29.176216+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"558aae"},"request_uri":"http://localhost:8087/_wdt/558aae","method":"GET"} [] [2020-04-25T00:19:29.961638+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:19:31.214802+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:19:35.390507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:19:35.389999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:19:35.568807+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3898d"},"request_uri":"http://localhost:8087/_wdt/d3898d","method":"GET"} [] [2020-04-25T00:19:35.644011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:19:53.987579+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:19:55.744743+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:20:00.230617+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5806cb"},"request_uri":"http://localhost:8087/_wdt/5806cb","method":"GET"} [] [2020-04-25T00:20:01.242417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:20:01.243204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:20:01.270345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:20:38.126966+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:20:39.503740+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:20:42.448820+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"318334"},"request_uri":"http://localhost:8087/_wdt/318334","method":"GET"} [] [2020-04-25T00:20:42.948919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:20:43.219243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:20:43.375825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:20:54.438122+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"sermon-single.html"},"request_uri":"http://localhost:8087/fr/audio/sermon-single.html","method":"GET"} [] [2020-04-25T00:20:54.948047+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 242 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:242)"} [] [2020-04-25T00:20:55.154638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:21:53.226914+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:21:53.967753+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:21:56.804926+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2b07f"},"request_uri":"http://localhost:8087/_wdt/a2b07f","method":"GET"} [] [2020-04-25T00:21:57.278020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:21:57.648077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:21:57.762744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:23:07.866814+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:23:09.221504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:23:12.150311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c7e79"},"request_uri":"http://localhost:8087/_wdt/0c7e79","method":"GET"} [] [2020-04-25T00:23:12.537617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:23:12.540493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:23:12.606529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:23:43.215074+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:23:44.722729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:23:47.567223+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730e8c"},"request_uri":"http://localhost:8087/_wdt/730e8c","method":"GET"} [] [2020-04-25T00:23:47.958536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:23:48.331494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:23:48.596060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:24:45.341160+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:24:46.740052+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:24:50.951979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:24:50.952255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:24:51.153477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:24:51.894038+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"681ae6"},"request_uri":"http://localhost:8087/_wdt/681ae6","method":"GET"} [] [2020-04-25T00:25:30.989942+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:25:31.808862+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:25:35.175935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:25:35.175486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:25:35.170982+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac8324"},"request_uri":"http://localhost:8087/_wdt/ac8324","method":"GET"} [] [2020-04-25T00:25:35.458364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:26:07.847859+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:26:09.223149+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:26:12.553601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:26:12.553889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:26:12.658900+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d545f0"},"request_uri":"http://localhost:8087/_wdt/d545f0","method":"GET"} [] [2020-04-25T00:26:12.963722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:26:57.295127+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-25T00:26:58.888228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:27:02.306103+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc325c"},"request_uri":"http://localhost:8087/_wdt/fc325c","method":"GET"} [] [2020-04-25T00:27:02.581857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:27:02.582108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:27:04.192638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:57:24.361937+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-25T00:57:28.215593+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-25T00:57:29.048978+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T00:57:32.572067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:57:32.593892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:57:32.651741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T00:57:32.795668+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89dcaa"},"request_uri":"http://localhost:8087/_wdt/89dcaa","method":"GET"} [] [2020-04-25T00:58:22.551865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:47:14.079997+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-25T23:47:18.526356+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-25T23:47:19.370488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T23:47:23.749304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:47:23.753000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:47:23.841145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:47:24.302520+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dda1d2"},"request_uri":"http://localhost:8087/_wdt/dda1d2","method":"GET"} [] [2020-04-25T23:48:51.913129+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-25T23:48:55.111665+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-25T23:48:56.225825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T23:48:59.863094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:48:59.863460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:48:59.973233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-25T23:49:00.309858+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68360d"},"request_uri":"http://localhost:8087/_wdt/68360d","method":"GET"} [] [2020-04-25T23:51:17.928004+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-25T23:51:21.519843+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-25T23:51:22.898764+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:151)"} [] [2020-04-25T23:51:23.864220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T23:51:27.789087+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d523e7"},"request_uri":"http://localhost:8087/_wdt/d523e7","method":"GET"} [] [2020-04-25T23:52:34.577176+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-25T23:52:38.040093+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-25T23:52:39.056004+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:151)"} [] [2020-04-25T23:52:39.797016+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-25T23:52:42.698948+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb6364"},"request_uri":"http://localhost:8087/_wdt/eb6364","method":"GET"} [] [2020-04-26T00:02:36.744120+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:02:39.811407+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:02:39.928639+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: request" at /app/src/Controller/DefaultController.php line 215 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: request at /app/src/Controller/DefaultController.php:215)"} [] [2020-04-26T00:02:40.176152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:02:41.949317+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c53b31"},"request_uri":"http://localhost:8087/_wdt/c53b31","method":"GET"} [] [2020-04-26T00:02:58.574981+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:03:01.745121+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:03:01.766795+02:00] php.CRITICAL: Uncaught Error: Call to a member function getContent() on array {"exception":"[object] (Error(code: 0): Call to a member function getContent() on array at /app/src/Controller/DefaultController.php:215)"} [] [2020-04-26T00:03:02.029429+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getContent() on array" at /app/src/Controller/DefaultController.php line 215 {"exception":"[object] (Error(code: 0): Call to a member function getContent() on array at /app/src/Controller/DefaultController.php:215)"} [] [2020-04-26T00:03:02.271911+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:03:04.215264+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c91d9"},"request_uri":"http://localhost:8087/_wdt/6c91d9","method":"GET"} [] [2020-04-26T00:03:33.980057+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:03:37.113553+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:03:37.133382+02:00] php.CRITICAL: Uncaught Error: Call to a member function getContent() on array {"exception":"[object] (Error(code: 0): Call to a member function getContent() on array at /app/src/Controller/DefaultController.php:215)"} [] [2020-04-26T00:03:37.419869+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function getContent() on array" at /app/src/Controller/DefaultController.php line 215 {"exception":"[object] (Error(code: 0): Call to a member function getContent() on array at /app/src/Controller/DefaultController.php:215)"} [] [2020-04-26T00:03:37.643726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:03:39.861950+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2861e"},"request_uri":"http://localhost:8087/_wdt/c2861e","method":"GET"} [] [2020-04-26T00:04:37.221385+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:04:40.301590+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:04:41.165765+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:151)"} [] [2020-04-26T00:04:41.712839+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:04:44.602609+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18b599"},"request_uri":"http://localhost:8087/_wdt/18b599","method":"GET"} [] [2020-04-26T00:09:18.071621+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:09:21.217259+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:09:22.053689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:09:25.627929+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b94b0f"},"request_uri":"http://localhost:8087/_wdt/b94b0f","method":"GET"} [] [2020-04-26T00:09:25.678809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:09:25.679208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:09:25.857776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:10:40.689842+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:10:43.789211+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:10:44.386188+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:10:47.190023+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"937ffc"},"request_uri":"http://localhost:8087/_wdt/937ffc","method":"GET"} [] [2020-04-26T00:10:47.408658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:10:47.409020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:10:47.554701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:10:51.405077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T00:11:09.762107+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:11:12.916501+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:16:50.260709+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:16:53.368020+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:18:20.378913+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:18:23.570964+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:18:55.646522+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:18:58.746892+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:19:18.430662+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:19:21.521222+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:19:36.654907+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:19:39.774193+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:20:21.843714+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:20:24.949307+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:20:25.219860+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Only variables should be passed by reference" at /app/src/Controller/DefaultController.php line 216 {"exception":"[object] (ErrorException(code: 0): Notice: Only variables should be passed by reference at /app/src/Controller/DefaultController.php:216)"} [] [2020-04-26T00:20:25.469296+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:20:27.058525+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"459653"},"request_uri":"http://localhost:8087/_wdt/459653","method":"GET"} [] [2020-04-26T00:24:26.420293+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:24:29.693418+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:24:29.714608+02:00] php.CRITICAL: Uncaught Error: Call to undefined function App\Controller\O() {"exception":"[object] (Error(code: 0): Call to undefined function App\\Controller\\O() at /app/src/Controller/DefaultController.php:216)"} [] [2020-04-26T00:24:30.068743+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: "Attempted to call function "O" from namespace "App\Controller"." at /app/src/Controller/DefaultController.php line 216 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError(code: 0): Attempted to call function \"O\" from namespace \"App\\Controller\". at /app/src/Controller/DefaultController.php:216)"} [] [2020-04-26T00:24:30.389009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:24:32.265656+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22d5e0"},"request_uri":"http://localhost:8087/_wdt/22d5e0","method":"GET"} [] [2020-04-26T00:25:13.371396+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:25:16.475020+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:30:06.357724+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:30:09.646879+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:30:10.009433+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined index: c" at /app/src/Controller/DefaultController.php line 217 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined index: c at /app/src/Controller/DefaultController.php:217)"} [] [2020-04-26T00:30:10.365903+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:30:12.296925+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"637037"},"request_uri":"http://localhost:8087/_wdt/637037","method":"GET"} [] [2020-04-26T00:30:42.687010+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:30:45.790896+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:30:46.024774+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined index: c" at /app/src/Controller/DefaultController.php line 217 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined index: c at /app/src/Controller/DefaultController.php:217)"} [] [2020-04-26T00:30:46.244785+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:30:47.425682+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"675f98"},"request_uri":"http://localhost:8087/_wdt/675f98","method":"GET"} [] [2020-04-26T00:32:05.481019+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:32:08.603750+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:32:56.002429+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:32:59.182666+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:37:08.135577+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:37:11.282997+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:37:11.557206+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined index: attributes" at /app/src/Controller/DefaultController.php line 218 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined index: attributes at /app/src/Controller/DefaultController.php:218)"} [] [2020-04-26T00:37:11.802682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:37:13.768274+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5caed"},"request_uri":"http://localhost:8087/_wdt/b5caed","method":"GET"} [] [2020-04-26T00:37:35.469815+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:37:38.628270+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:38:01.129832+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:38:04.301819+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:38:04.570534+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined index: @attributes" at /app/src/Controller/DefaultController.php line 218 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined index: @attributes at /app/src/Controller/DefaultController.php:218)"} [] [2020-04-26T00:38:04.839435+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:38:06.801705+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e6313"},"request_uri":"http://localhost:8087/_wdt/7e6313","method":"GET"} [] [2020-04-26T00:40:59.686386+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:41:02.816988+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:46:58.417254+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:47:01.606297+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:47:40.413132+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:47:43.587740+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:48:53.802354+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:48:56.918363+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:50:12.461643+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:50:15.557425+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:52:12.172258+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:52:15.458932+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:52:26.868725+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:52:29.948821+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:53:21.012389+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:53:24.127497+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:55:00.698947+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:55:03.801474+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:55:37.477315+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:55:40.585050+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:58:09.029560+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T00:58:12.151243+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T00:58:12.426138+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 221 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:221)"} [] [2020-04-26T00:58:12.699684+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T00:58:15.683445+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a83b8b"},"request_uri":"http://localhost:8087/_wdt/a83b8b","method":"GET"} [] [2020-04-26T01:00:46.162048+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:00:49.299715+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:04:26.052983+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:04:29.194520+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:04:29.868210+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:04:34.214389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:04:34.213428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:04:34.214076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:04:34.717375+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f95dbf"},"request_uri":"http://localhost:8087/_wdt/f95dbf","method":"GET"} [] [2020-04-26T01:05:49.892060+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:05:53.037306+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:05:53.836950+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:151)"} [] [2020-04-26T01:05:54.346552+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:05:56.586636+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8487a1"},"request_uri":"http://localhost:8087/_wdt/8487a1","method":"GET"} [] [2020-04-26T01:06:49.610364+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:06:52.703506+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:06:53.612074+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/vendor/twig/twig/src/Extension/CoreExtension.php:719)"} [] [2020-04-26T01:06:54.166132+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:06:57.635222+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15d3a5"},"request_uri":"http://localhost:8087/_wdt/15d3a5","method":"GET"} [] [2020-04-26T01:09:07.656907+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:09:10.846305+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:09:11.645881+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:153)"} [] [2020-04-26T01:09:12.229497+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:09:15.491459+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"463909"},"request_uri":"http://localhost:8087/_wdt/463909","method":"GET"} [] [2020-04-26T01:11:28.146746+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:11:31.327877+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:11:31.945072+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "val" does not exist." at /app/templates/default/livre.html.twig line 39 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"val\" does not exist. at /app/templates/default/livre.html.twig:39)"} [] [2020-04-26T01:11:32.208983+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:11:34.788657+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea63e2"},"request_uri":"http://localhost:8087/_wdt/ea63e2","method":"GET"} [] [2020-04-26T01:11:48.151017+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:11:51.327884+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:11:52.131604+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "key" for array with keys "@attributes, v" does not exist." at /app/templates/default/livre.html.twig line 39 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"key\" for array with keys \"@attributes, v\" does not exist. at /app/templates/default/livre.html.twig:39)"} [] [2020-04-26T01:11:52.491018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:11:54.896572+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3f177"},"request_uri":"http://localhost:8087/_wdt/e3f177","method":"GET"} [] [2020-04-26T01:12:50.071005+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:12:53.119018+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:12:53.939135+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 39 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:39)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:149)"} [] [2020-04-26T01:12:54.496670+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:12:57.744454+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5095ff"},"request_uri":"http://localhost:8087/_wdt/5095ff","method":"GET"} [] [2020-04-26T01:13:32.200532+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:13:35.283071+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:16:14.567252+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:16:17.717535+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:16:18.566968+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 39 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:39)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:149)"} [] [2020-04-26T01:16:19.120223+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:16:22.406274+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1df45"},"request_uri":"http://localhost:8087/_wdt/a1df45","method":"GET"} [] [2020-04-26T01:23:38.549997+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:23:41.712858+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:23:42.206293+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "name" of value "i" ("operator" expected with value "in")." at /app/templates/default/livre.html.twig line 38 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"name\" of value \"i\" (\"operator\" expected with value \"in\"). at /app/templates/default/livre.html.twig:38)"} [] [2020-04-26T01:23:42.606449+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:23:45.300360+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efec8b"},"request_uri":"http://localhost:8087/_wdt/efec8b","method":"GET"} [] [2020-04-26T01:23:59.900569+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:24:03.024400+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:24:03.788866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:24:06.816822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:24:06.816593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:24:06.891896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:24:07.055370+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22bbf8"},"request_uri":"http://localhost:8087/_wdt/22bbf8","method":"GET"} [] [2020-04-26T01:25:44.622490+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:25:47.765322+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:25:48.577777+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:25:51.217255+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e060e"},"request_uri":"http://localhost:8087/_wdt/4e060e","method":"GET"} [] [2020-04-26T01:25:51.677401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:25:51.880919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:25:53.157776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:29:36.780616+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:29:40.106058+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:29:40.972250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:29:44.535263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:29:44.747019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:29:44.746802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:29:44.833820+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b6e0e"},"request_uri":"http://localhost:8087/_wdt/2b6e0e","method":"GET"} [] [2020-04-26T01:30:47.393585+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:30:50.591171+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:30:51.473003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:30:54.631744+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc2087"},"request_uri":"http://localhost:8087/_wdt/fc2087","method":"GET"} [] [2020-04-26T01:30:55.450230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:30:55.889805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:30:56.369084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:31:37.858374+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:31:41.185401+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:31:42.338666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:31:46.721257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:31:46.721334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:31:47.007931+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"935c70"},"request_uri":"http://localhost:8087/_wdt/935c70","method":"GET"} [] [2020-04-26T01:31:47.086178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:32:39.588908+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:32:42.923890+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:32:44.154830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:32:47.861275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:32:47.861637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:32:48.082205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:32:48.641802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"927e5a"},"request_uri":"http://localhost:8087/_wdt/927e5a","method":"GET"} [] [2020-04-26T01:35:15.340978+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:35:18.557751+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:35:19.503180+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:35:23.241918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:35:23.242885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:35:23.241472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:35:23.910961+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fad24"},"request_uri":"http://localhost:8087/_wdt/5fad24","method":"GET"} [] [2020-04-26T01:35:41.591591+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:35:44.792800+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:35:45.606784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:35:48.611085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:35:48.611043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:35:48.767977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:35:49.413975+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29acfe"},"request_uri":"http://localhost:8087/_wdt/29acfe","method":"GET"} [] [2020-04-26T01:36:42.158732+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:36:45.303277+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:36:45.910063+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "operator" of value "+" ("end of statement block" expected)." at /app/templates/default/livre.html.twig line 38 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"operator\" of value \"+\" (\"end of statement block\" expected). at /app/templates/default/livre.html.twig:38)"} [] [2020-04-26T01:36:46.345327+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:36:48.871650+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9d9df"},"request_uri":"http://localhost:8087/_wdt/e9d9df","method":"GET"} [] [2020-04-26T01:43:07.775648+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:43:10.916125+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:44:46.133880+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:44:49.269601+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:44:49.532982+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Trying to get property 'someNode' of non-object" at /app/src/Controller/DefaultController.php line 221 {"exception":"[object] (ErrorException(code: 0): Notice: Trying to get property 'someNode' of non-object at /app/src/Controller/DefaultController.php:221)"} [] [2020-04-26T01:44:49.777768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:44:51.314595+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8cee0"},"request_uri":"http://localhost:8087/_wdt/d8cee0","method":"GET"} [] [2020-04-26T01:45:17.014099+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:45:20.192434+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:45:20.439108+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 221 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:221)"} [] [2020-04-26T01:45:20.680200+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:45:22.268246+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d56754"},"request_uri":"http://localhost:8087/_wdt/d56754","method":"GET"} [] [2020-04-26T01:52:02.248791+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:52:05.427043+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:52:05.715735+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Array to string conversion" at /app/src/Controller/DefaultController.php line 221 {"exception":"[object] (ErrorException(code: 0): Notice: Array to string conversion at /app/src/Controller/DefaultController.php:221)"} [] [2020-04-26T01:52:05.977280+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:52:07.248110+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75dfde"},"request_uri":"http://localhost:8087/_wdt/75dfde","method":"GET"} [] [2020-04-26T01:52:20.396310+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:52:23.534066+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:52:52.567825+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:52:55.693088+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:53:20.558795+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:53:23.581342+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:56:18.531901+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T01:56:21.667525+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T01:56:22.599518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T01:56:27.059189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:56:27.106284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:56:27.428664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T01:56:28.125389+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70d1f8"},"request_uri":"http://localhost:8087/_wdt/70d1f8","method":"GET"} [] [2020-04-26T02:01:19.582595+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:01:22.716121+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T02:01:23.772688+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:40)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:155)"} [] [2020-04-26T02:01:24.451174+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T02:01:27.440158+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8470b"},"request_uri":"http://localhost:8087/_wdt/a8470b","method":"GET"} [] [2020-04-26T02:04:05.780682+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:04:08.877284+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T02:04:09.630842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T02:04:13.181810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55cc67"},"request_uri":"http://localhost:8087/_wdt/55cc67","method":"GET"} [] [2020-04-26T02:04:13.420760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T02:04:13.421451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T02:04:13.589668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T02:04:53.488871+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:04:56.634753+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T02:04:57.130955+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "block" tag defined near line 6)." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"block\" tag defined near line 6). at /app/templates/default/livre.html.twig:42)"} [] [2020-04-26T02:04:57.466697+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T02:05:00.210586+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11b998"},"request_uri":"http://localhost:8087/_wdt/11b998","method":"GET"} [] [2020-04-26T02:05:09.132105+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:05:12.253077+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T02:05:13.392250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T02:05:16.506378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T02:05:16.506718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T02:05:16.506327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T02:05:17.357383+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd5208"},"request_uri":"http://localhost:8087/_wdt/bd5208","method":"GET"} [] [2020-04-26T02:06:25.471769+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:06:28.620008+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T02:07:30.407371+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:07:33.501694+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T02:08:20.716754+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:08:23.862062+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:177)"} [] [2020-04-26T02:09:01.050561+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T02:09:04.158822+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:177)"} [] [2020-04-26T13:41:58.838143+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:42:02.205763+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:42:02.549790+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: address" at /app/src/Controller/DefaultController.php line 219 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: address at /app/src/Controller/DefaultController.php:219)"} [] [2020-04-26T13:42:02.881008+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T13:42:05.458321+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a82d44"},"request_uri":"http://localhost:8087/_wdt/a82d44","method":"GET"} [] [2020-04-26T13:43:01.008397+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:43:04.195947+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:43:51.571126+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:43:55.378297+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:44:27.516973+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:44:30.675248+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:56:52.766826+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:56:55.945673+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:56:56.795099+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "v" for array with keys "cnumber" does not exist." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"v\" for array with keys \"cnumber\" does not exist. at /app/templates/default/livre.html.twig:41)"} [] [2020-04-26T13:56:57.064747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T13:56:59.543802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8fc7ea"},"request_uri":"http://localhost:8087/_wdt/8fc7ea","method":"GET"} [] [2020-04-26T13:58:26.915132+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:58:30.138983+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:58:30.715969+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "cnumber" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19" does not exist." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"cnumber\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19\" does not exist. at /app/templates/default/livre.html.twig:41)"} [] [2020-04-26T13:58:31.037028+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T13:58:33.679683+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36119f"},"request_uri":"http://localhost:8087/_wdt/36119f","method":"GET"} [] [2020-04-26T13:59:30.638006+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T13:59:33.838950+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T13:59:34.699192+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:41)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:155)"} [] [2020-04-26T13:59:35.317081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T13:59:38.720956+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c9324"},"request_uri":"http://localhost:8087/_wdt/3c9324","method":"GET"} [] [2020-04-26T14:00:21.294780+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:00:24.495109+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:00:25.350277+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "cnumber" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19" does not exist." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"cnumber\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19\" does not exist. at /app/templates/default/livre.html.twig:41)"} [] [2020-04-26T14:00:25.702652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:00:28.598666+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3986cd"},"request_uri":"http://localhost:8087/_wdt/3986cd","method":"GET"} [] [2020-04-26T14:01:30.795961+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:01:33.933384+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:01:34.878712+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("v") on a string variable ("1")." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"v\") on a string variable (\"1\"). at /app/templates/default/livre.html.twig:43)"} [] [2020-04-26T14:01:35.363662+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:01:37.892246+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1eb420"},"request_uri":"http://localhost:8087/_wdt/1eb420","method":"GET"} [] [2020-04-26T14:02:05.334492+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:02:08.495577+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:02:09.413440+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:02:13.125228+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a8fd9"},"request_uri":"http://localhost:8087/_wdt/7a8fd9","method":"GET"} [] [2020-04-26T14:02:13.608398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:02:13.608139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:02:14.423753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:02:59.574054+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:03:02.775113+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:03:03.702734+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 41 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:41)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:155)"} [] [2020-04-26T14:03:04.378045+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:03:07.714700+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb96c8"},"request_uri":"http://localhost:8087/_wdt/cb96c8","method":"GET"} [] [2020-04-26T14:04:25.100955+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:04:28.241995+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:06:29.554851+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:06:32.718931+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:06:57.900071+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:07:01.050000+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:07:01.977794+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:07:05.280009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a1eee"},"request_uri":"http://localhost:8087/_wdt/3a1eee","method":"GET"} [] [2020-04-26T14:07:05.994462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:07:06.065400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:07:06.248531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:09:54.168179+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:09:57.351512+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:09:58.319761+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:10:01.416792+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04cb21"},"request_uri":"http://localhost:8087/_wdt/04cb21","method":"GET"} [] [2020-04-26T14:10:01.906388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:10:01.906607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:10:01.907627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:10:53.446975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:11:57.672566+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:12:01.012145+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:12:02.197610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:12:05.603277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:12:05.603692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:12:05.667916+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3d6e4"},"request_uri":"http://localhost:8087/_wdt/a3d6e4","method":"GET"} [] [2020-04-26T14:12:05.831232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:13:31.799720+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T14:13:34.887545+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T14:13:35.553089+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T14:13:38.853181+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b52565"},"request_uri":"http://localhost:8087/_wdt/b52565","method":"GET"} [] [2020-04-26T14:13:39.439718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:13:39.439074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T14:13:39.641931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T17:30:50.637077+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T17:30:53.781302+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T17:31:27.483835+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T17:31:30.573819+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T17:31:31.354177+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T17:31:35.052496+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2abe"},"request_uri":"http://localhost:8087/_wdt/1e2abe","method":"GET"} [] [2020-04-26T17:31:35.480214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T17:31:35.480346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T17:31:35.480235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:47:08.869864+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:47:12.554459+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:47:13.658945+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:47:17.746084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:47:17.747248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:47:17.901399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:47:18.074583+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e8729"},"request_uri":"http://localhost:8087/_wdt/1e8729","method":"GET"} [] [2020-04-26T22:47:51.715499+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:47:54.960482+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:47:55.910533+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "val" does not exist." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"val\" does not exist. at /app/templates/default/livre.html.twig:42)"} [] [2020-04-26T22:47:56.324425+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:47:59.454373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1682da"},"request_uri":"http://localhost:8087/_wdt/1682da","method":"GET"} [] [2020-04-26T22:48:17.707138+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:48:21.127497+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:48:22.069521+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:48:26.244827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:48:26.281997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:48:26.360787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:48:26.968208+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fa00a"},"request_uri":"http://localhost:8087/_wdt/1fa00a","method":"GET"} [] [2020-04-26T22:49:17.001531+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:49:20.654555+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:49:21.641448+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:49:25.885286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:49:25.885702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:49:26.548985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T22:49:26.572954+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0991dd"},"request_uri":"http://localhost:8087/_wdt/0991dd","method":"GET"} [] [2020-04-26T22:54:11.575797+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:54:14.859194+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:54:15.491720+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A block must start with a tag name." at /app/templates/default/livre.html.twig line 44 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A block must start with a tag name. at /app/templates/default/livre.html.twig:44)"} [] [2020-04-26T22:54:16.004029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:54:19.158914+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bda6f9"},"request_uri":"http://localhost:8087/_wdt/bda6f9","method":"GET"} [] [2020-04-26T22:55:42.070492+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:55:45.476050+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:55:46.190220+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Only variables can be assigned to. Unexpected token "punctuation" of value "{" ("name" expected)." at /app/templates/default/livre.html.twig line 44 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Only variables can be assigned to. Unexpected token \"punctuation\" of value \"{\" (\"name\" expected). at /app/templates/default/livre.html.twig:44)"} [] [2020-04-26T22:55:46.769670+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:55:49.394819+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cb548"},"request_uri":"http://localhost:8087/_wdt/8cb548","method":"GET"} [] [2020-04-26T22:56:22.419282+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:56:25.716559+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:56:26.302897+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "operator" of value "+" ("end of statement block" expected)." at /app/templates/default/livre.html.twig line 44 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"operator\" of value \"+\" (\"end of statement block\" expected). at /app/templates/default/livre.html.twig:44)"} [] [2020-04-26T22:56:26.859946+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:56:28.930420+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"333eba"},"request_uri":"http://localhost:8087/_wdt/333eba","method":"GET"} [] [2020-04-26T22:58:58.054121+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:59:01.307773+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:59:02.217179+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "key" does not exist." at /app/templates/default/livre.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"key\" does not exist. at /app/templates/default/livre.html.twig:40)"} [] [2020-04-26T22:59:02.600961+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:59:05.262880+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"772e30"},"request_uri":"http://localhost:8087/_wdt/772e30","method":"GET"} [] [2020-04-26T22:59:28.828970+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:59:32.187977+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:59:33.297146+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:42)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:157)"} [] [2020-04-26T22:59:34.050784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:59:37.462790+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2dede"},"request_uri":"http://localhost:8087/_wdt/c2dede","method":"GET"} [] [2020-04-26T22:59:51.781560+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T22:59:55.018579+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T22:59:55.680465+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:42)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:157)"} [] [2020-04-26T22:59:56.318285+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T22:59:59.983108+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecbcf2"},"request_uri":"http://localhost:8087/_wdt/ecbcf2","method":"GET"} [] [2020-04-26T23:00:25.009115+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:00:28.232332+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:00:29.364579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:00:33.934810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89f785"},"request_uri":"http://localhost:8087/_wdt/89f785","method":"GET"} [] [2020-04-26T23:00:34.522864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:00:34.523171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:00:34.523080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:10.168688+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:02:13.448150+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:02:14.458771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:02:18.851032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:18.851405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:18.846065+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bb6cc"},"request_uri":"http://localhost:8087/_wdt/4bb6cc","method":"GET"} [] [2020-04-26T23:02:18.851539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:30.110310+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:02:33.373949+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:02:34.156099+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:02:37.161027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:37.713115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:37.993963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:02:38.265561+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9dce4"},"request_uri":"http://localhost:8087/_wdt/d9dce4","method":"GET"} [] [2020-04-26T23:03:55.394502+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:03:58.644156+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:03:59.577057+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:42)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:157)"} [] [2020-04-26T23:04:00.227253+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:04:04.102979+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43edbd"},"request_uri":"http://localhost:8087/_wdt/43edbd","method":"GET"} [] [2020-04-26T23:06:13.066023+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:06:16.330266+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:06:17.339021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:06:22.162034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:06:22.161729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:06:22.235830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:06:22.241868+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"547b08"},"request_uri":"http://localhost:8087/_wdt/547b08","method":"GET"} [] [2020-04-26T23:07:54.001062+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:07:57.357225+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:09:43.196429+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:09:46.361273+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:12:14.845228+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:12:18.035024+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:13:07.804909+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:13:10.984746+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:21:59.079655+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:22:02.237596+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:22:02.511813+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: start_one" at /app/src/Controller/DefaultController.php line 240 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: start_one at /app/src/Controller/DefaultController.php:240)"} [] [2020-04-26T23:22:02.780241+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:22:05.079825+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e3a34"},"request_uri":"http://localhost:8087/_wdt/2e3a34","method":"GET"} [] [2020-04-26T23:22:37.849620+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:22:41.038238+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:25:23.339700+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:25:26.504415+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:25:26.778335+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: A non-numeric value encountered" at /app/src/Controller/DefaultController.php line 228 {"exception":"[object] (ErrorException(code: 0): Warning: A non-numeric value encountered at /app/src/Controller/DefaultController.php:228)"} [] [2020-04-26T23:25:27.042723+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:25:29.202940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b39e0c"},"request_uri":"http://localhost:8087/_wdt/b39e0c","method":"GET"} [] [2020-04-26T23:52:55.554662+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:52:58.965800+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:56:04.301524+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:56:07.455519+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:56:08.446656+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:56:13.305456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:56:13.306341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:56:13.306214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:56:14.002406+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"981612"},"request_uri":"http://localhost:8087/_wdt/981612","method":"GET"} [] [2020-04-26T23:57:08.751077+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:57:12.075348+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:57:13.374463+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:57:18.859659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:57:18.860361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:57:18.901808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"818629"},"request_uri":"http://localhost:8087/_wdt/818629","method":"GET"} [] [2020-04-26T23:57:19.400311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:57:51.141064+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:57:54.273122+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:57:55.165505+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:57:58.782713+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe0860"},"request_uri":"http://localhost:8087/_wdt/fe0860","method":"GET"} [] [2020-04-26T23:57:59.041777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:57:59.041979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:57:59.199110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:59:20.319422+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-26T23:59:23.645257+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-26T23:59:25.091629+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-26T23:59:28.699674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:59:28.700082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:59:28.961324+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b31675"},"request_uri":"http://localhost:8087/_wdt/b31675","method":"GET"} [] [2020-04-26T23:59:29.084001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-26T23:59:59.899183+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:00:03.151276+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:00:04.055572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:00:08.199042+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0018ad"},"request_uri":"http://localhost:8087/_wdt/0018ad","method":"GET"} [] [2020-04-27T00:00:08.227403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:00:08.225763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:00:08.515183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:02:45.149360+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:02:48.604366+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:02:49.978359+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:02:53.218406+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94bd31"},"request_uri":"http://localhost:8087/_wdt/94bd31","method":"GET"} [] [2020-04-27T00:02:53.738574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:02:53.738393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:02:54.200112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:09:50.926237+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:09:54.245929+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:09:55.039956+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:09:58.725684+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53f0e2"},"request_uri":"http://localhost:8087/_wdt/53f0e2","method":"GET"} [] [2020-04-27T00:09:58.956151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:09:58.956202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:09:58.955943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:11:01.047337+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:11:04.273089+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:11:31.406740+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:11:34.583359+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:11:35.252392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:11:39.173340+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b63b1"},"request_uri":"http://localhost:8087/_wdt/2b63b1","method":"GET"} [] [2020-04-27T00:11:39.573229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:11:39.573748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:11:39.574290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:12:47.642795+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:12:50.901461+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:12:51.650821+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:12:54.939811+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9daec3"},"request_uri":"http://localhost:8087/_wdt/9daec3","method":"GET"} [] [2020-04-27T00:12:55.577341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:12:55.577694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:12:55.929472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:13:35.645120+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:13:38.767271+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:13:54.819368+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:13:57.969681+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:14:12.875037+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:14:16.041774+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:14:28.405249+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:14:31.687923+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:14:32.590824+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:14:36.579665+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f3676"},"request_uri":"http://localhost:8087/_wdt/4f3676","method":"GET"} [] [2020-04-27T00:14:37.084082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:14:37.084280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:14:37.148292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:20:39.568005+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:20:42.845735+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:20:43.813877+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:20:47.516480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:20:47.516975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:20:47.517406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:20:47.633299+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b418de"},"request_uri":"http://localhost:8087/_wdt/b418de","method":"GET"} [] [2020-04-27T00:21:11.283358+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:21:14.718585+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:21:16.212156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:21:19.906512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:21:19.911979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:21:20.275883+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"952f1e"},"request_uri":"http://localhost:8087/_wdt/952f1e","method":"GET"} [] [2020-04-27T00:21:20.779036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:21:31.150423+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:21:34.266773+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:21:34.889579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:21:37.597529+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9738d"},"request_uri":"http://localhost:8087/_wdt/b9738d","method":"GET"} [] [2020-04-27T00:21:37.971222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:21:38.240282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:21:38.669308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:03.987389+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:23:07.363884+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:23:08.383247+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:23:11.790553+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4db561"},"request_uri":"http://localhost:8087/_wdt/4db561","method":"GET"} [] [2020-04-27T00:23:11.946992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:11.946839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:12.222194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:31.356793+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:23:34.422829+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:23:35.023726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:23:38.764066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:38.763902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:38.902496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:23:38.933661+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f36a70"},"request_uri":"http://localhost:8087/_wdt/f36a70","method":"GET"} [] [2020-04-27T00:30:42.833120+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:30:46.092048+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:30:47.165705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:30:51.077915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:30:51.078652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:30:51.179255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:30:51.534697+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f58da"},"request_uri":"http://localhost:8087/_wdt/1f58da","method":"GET"} [] [2020-04-27T00:32:24.153210+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:32:27.343156+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:32:28.277469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:32:31.361801+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ac993"},"request_uri":"http://localhost:8087/_wdt/6ac993","method":"GET"} [] [2020-04-27T00:32:31.770571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:32:32.459580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:32:32.884151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:32:43.258072+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:32:46.482413+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:32:47.175124+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:32:50.224985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:32:50.225359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:32:50.879351+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"516af6"},"request_uri":"http://localhost:8087/_wdt/516af6","method":"GET"} [] [2020-04-27T00:32:59.890330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:33:39.030388+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-04-27T00:33:42.254549+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:33:43.268039+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:33:46.051979+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"776e16"},"request_uri":"http://localhost:8087/_wdt/776e16","method":"GET"} [] [2020-04-27T00:33:46.560669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:33:46.557594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:33:47.433756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:33:56.743642+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:34:00.003239+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:34:00.740622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:34:03.518219+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"583733"},"request_uri":"http://localhost:8087/_wdt/583733","method":"GET"} [] [2020-04-27T00:34:04.024555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:34:04.581155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:34:04.580606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:40:12.414117+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:40:15.683707+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:40:16.670869+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "key" does not exist." at /app/templates/default/livre.html.twig line 55 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"key\" does not exist. at /app/templates/default/livre.html.twig:55)"} [] [2020-04-27T00:40:17.077467+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:40:20.021106+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2b41e"},"request_uri":"http://localhost:8087/_wdt/a2b41e","method":"GET"} [] [2020-04-27T00:40:43.911072+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:40:47.109185+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:40:48.016179+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "ke" does not exist." at /app/templates/default/livre.html.twig line 55 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"ke\" does not exist. at /app/templates/default/livre.html.twig:55)"} [] [2020-04-27T00:40:48.422005+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:40:50.809796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"150832"},"request_uri":"http://localhost:8087/_wdt/150832","method":"GET"} [] [2020-04-27T00:41:02.730648+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:41:05.878030+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:41:06.749857+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:41:10.091814+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e1e86"},"request_uri":"http://localhost:8087/_wdt/2e1e86","method":"GET"} [] [2020-04-27T00:41:10.561204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:41:10.561053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:41:10.561031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:41:39.287529+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:41:42.563734+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:41:43.332516+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:41:47.137114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:41:47.136948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:41:47.136714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:41:47.614423+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af6dfd"},"request_uri":"http://localhost:8087/_wdt/af6dfd","method":"GET"} [] [2020-04-27T00:45:35.322787+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:45:38.640418+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:45:39.741496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:45:42.810432+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed9472"},"request_uri":"http://localhost:8087/_wdt/ed9472","method":"GET"} [] [2020-04-27T00:45:43.322994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:45:43.323863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:45:43.463978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:48:05.898834+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:48:09.169695+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:48:10.289383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:48:13.978235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:48:13.977829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:48:14.555927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:49:10.605875+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:49:13.729736+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:49:14.354885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:49:18.567107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:49:18.567536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:49:18.793001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:49:48.804239+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:49:52.079402+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:49:53.138875+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:49:56.471854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:49:56.472471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:49:56.472391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:51:19.344104+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:51:22.544165+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:51:23.480508+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:51:26.620335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:51:26.620729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:51:27.693813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:52:04.864715+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:52:08.084323+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:52:09.080173+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:52:12.945661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:52:12.946021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:52:12.945841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:52:12.944685+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65cb64"},"request_uri":"http://localhost:8087/_wdt/65cb64","method":"GET"} [] [2020-04-27T00:52:22.598532+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:52:25.926262+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:52:26.690280+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:52:29.447775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"179ba3"},"request_uri":"http://localhost:8087/_wdt/179ba3","method":"GET"} [] [2020-04-27T00:52:29.884103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:52:30.056552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:52:30.057348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:53:55.571254+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:53:58.910804+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:54:00.060540+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:54:03.017121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f03ae"},"request_uri":"http://localhost:8087/_wdt/3f03ae","method":"GET"} [] [2020-04-27T00:54:03.484627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:54:03.816336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:54:04.898592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:54:26.730671+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:54:30.053015+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:54:31.088328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:54:34.073179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:54:34.073226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:54:34.213404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:54:34.673186+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2deea"},"request_uri":"http://localhost:8087/_wdt/f2deea","method":"GET"} [] [2020-04-27T00:56:07.576743+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:56:10.806606+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:56:11.727154+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:56:14.640694+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e7177"},"request_uri":"http://localhost:8087/_wdt/2e7177","method":"GET"} [] [2020-04-27T00:56:15.248458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:56:15.736732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:56:15.736600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:58:46.614606+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:58:50.050810+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:58:51.005398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:58:54.988174+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d91e6d"},"request_uri":"http://localhost:8087/_wdt/d91e6d","method":"GET"} [] [2020-04-27T00:58:55.611835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:58:55.612089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:58:55.611331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:59:29.640476+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T00:59:32.865354+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T00:59:33.782864+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T00:59:37.328519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:59:37.328711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:59:37.495586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T00:59:37.891458+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7a277"},"request_uri":"http://localhost:8087/_wdt/c7a277","method":"GET"} [] [2020-04-27T01:10:17.972843+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:10:18.127842+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(../build/assets/bible/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 149 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(../build/assets/bible/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:149)"} [] [2020-04-27T01:10:18.374744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:10:19.864597+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc0d46"},"request_uri":"http://localhost:8087/_wdt/cc0d46","method":"GET"} [] [2020-04-27T01:10:49.285097+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:10:49.771935+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_get_contents(build/assets/bible/sg_french.xml): failed to open stream: No such file or directory" at /app/src/Controller/DefaultController.php line 149 {"exception":"[object] (ErrorException(code: 0): Warning: file_get_contents(build/assets/bible/sg_french.xml): failed to open stream: No such file or directory at /app/src/Controller/DefaultController.php:149)"} [] [2020-04-27T01:10:50.024957+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:10:51.918751+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"300786"},"request_uri":"http://localhost:8087/_wdt/300786","method":"GET"} [] [2020-04-27T01:12:10.802037+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:12:14.489699+02:00] php.INFO: Deprecated: The each() function is deprecated. This message will be suppressed on further calls {"exception":"[object] (ErrorException(code: 0): Deprecated: The each() function is deprecated. This message will be suppressed on further calls at /app/src/Controller/DefaultController.php:180)"} [] [2020-04-27T01:12:15.831527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:12:20.380624+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6b166"},"request_uri":"http://localhost:8087/_wdt/e6b166","method":"GET"} [] [2020-04-27T01:12:20.827329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:12:20.887674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:12:21.224391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:30:02.884398+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:30:04.119490+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: te3" at /app/src/Controller/DefaultController.php line 175 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: te3 at /app/src/Controller/DefaultController.php:175)"} [] [2020-04-27T01:30:04.426853+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:30:06.726380+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0be8a4"},"request_uri":"http://localhost:8087/_wdt/0be8a4","method":"GET"} [] [2020-04-27T01:30:39.857769+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:30:44.076065+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:30:47.867819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:30:47.870821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:30:47.868505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:30:48.589768+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77c3b0"},"request_uri":"http://localhost:8087/_wdt/77c3b0","method":"GET"} [] [2020-04-27T01:33:03.028588+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:33:07.333800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:33:10.824743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:33:10.825185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:33:10.825518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:33:11.669358+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"264d1a"},"request_uri":"http://localhost:8087/_wdt/264d1a","method":"GET"} [] [2020-04-27T01:33:48.204293+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:33:52.455705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:33:55.639564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:33:55.639206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:33:55.907548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:33:56.022592+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e187e"},"request_uri":"http://localhost:8087/_wdt/4e187e","method":"GET"} [] [2020-04-27T01:35:30.682222+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:35:34.748398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:35:37.978314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:35:37.978332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:35:38.504534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:35:38.515382+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c56468"},"request_uri":"http://localhost:8087/_wdt/c56468","method":"GET"} [] [2020-04-27T01:35:52.823453+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:35:56.944855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:36:00.740253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:36:00.740653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:36:00.803285+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"661c05"},"request_uri":"http://localhost:8087/_wdt/661c05","method":"GET"} [] [2020-04-27T01:36:01.151511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:36:58.155049+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:37:02.910778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:37:07.664881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:37:07.706319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:37:07.715196+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee102a"},"request_uri":"http://localhost:8087/_wdt/ee102a","method":"GET"} [] [2020-04-27T01:37:08.182042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:40:52.975284+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:40:57.371871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:41:01.719325+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6796de"},"request_uri":"http://localhost:8087/_wdt/6796de","method":"GET"} [] [2020-04-27T01:41:02.166351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:41:02.167396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:41:02.166799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:45:07.375319+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:45:12.043547+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:45:17.907761+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"261d22"},"request_uri":"http://localhost:8087/_wdt/261d22","method":"GET"} [] [2020-04-27T01:45:18.781695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:45:18.782059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:45:19.616927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:46:04.336436+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:46:08.495331+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:46:12.408142+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ab6d8"},"request_uri":"http://localhost:8087/_wdt/9ab6d8","method":"GET"} [] [2020-04-27T01:46:13.018250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:46:13.017833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:46:13.482420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:47:35.824892+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:47:40.023081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:47:43.474727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:47:43.474465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:47:43.914853+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea0641"},"request_uri":"http://localhost:8087/_wdt/ea0641","method":"GET"} [] [2020-04-27T01:47:44.332971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:47:59.092799+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:48:03.241275+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:48:06.963389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:48:06.963474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:48:07.051665+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76dfe3"},"request_uri":"http://localhost:8087/_wdt/76dfe3","method":"GET"} [] [2020-04-27T01:48:07.092891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:49:31.170911+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:49:35.231196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:49:39.095551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:49:39.096036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:49:39.150101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:49:40.012593+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"962048"},"request_uri":"http://localhost:8087/_wdt/962048","method":"GET"} [] [2020-04-27T01:50:52.406543+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:50:57.083645+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:51:00.763059+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3e223"},"request_uri":"http://localhost:8087/_wdt/f3e223","method":"GET"} [] [2020-04-27T01:51:01.317694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:51:01.318213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:51:01.381912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:59:41.732931+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T01:59:46.712511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T01:59:51.291982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:59:51.291929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/livre/images/placeholder.svg" (from "http://localhost:8087/fr/livre/66")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/livre/images/placeholder.svg\" (from \"http://localhost:8087/fr/livre/66\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/livre/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:59:51.291845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:59:51.292334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T01:59:51.760177+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5db4d7"},"request_uri":"http://localhost:8087/_wdt/5db4d7","method":"GET"} [] [2020-04-27T02:01:10.818411+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:01:15.193573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:01:19.621785+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e323d7"},"request_uri":"http://localhost:8087/_wdt/e323d7","method":"GET"} [] [2020-04-27T02:01:20.553067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/livre/images/placeholder.svg" (from "http://localhost:8087/fr/livre/66")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/livre/images/placeholder.svg\" (from \"http://localhost:8087/fr/livre/66\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/livre/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:01:20.555352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:01:21.195631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:01:22.703120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:03:49.153052+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:03:53.491464+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:03:58.315984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/livre/images/placeholder.svg" (from "http://localhost:8087/fr/livre/66")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/livre/images/placeholder.svg\" (from \"http://localhost:8087/fr/livre/66\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/livre/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:03:58.313671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:03:58.315467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:03:59.412344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:03:59.859189+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c28a18"},"request_uri":"http://localhost:8087/_wdt/c28a18","method":"GET"} [] [2020-04-27T02:04:09.517868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:05:38.428320+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:05:42.919887+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:05:46.486513+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4cef6b"},"request_uri":"http://localhost:8087/_wdt/4cef6b","method":"GET"} [] [2020-04-27T02:05:47.004417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:05:47.004262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:05:47.309823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:05:53.909883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:06:21.883063+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:06:26.154514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:06:29.624010+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"081aa8"},"request_uri":"http://localhost:8087/_wdt/081aa8","method":"GET"} [] [2020-04-27T02:06:30.208485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:06:30.208268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:06:30.386791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:07:28.778247+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:07:32.836863+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:07:36.133358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:07:36.133722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:07:36.713716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:07:37.350102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4d313"},"request_uri":"http://localhost:8087/_wdt/b4d313","method":"GET"} [] [2020-04-27T02:12:58.327803+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:13:02.598615+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:13:06.340938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:13:06.340706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:13:06.341366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:13:06.446476+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"916638"},"request_uri":"http://localhost:8087/_wdt/916638","method":"GET"} [] [2020-04-27T02:13:14.086270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:14:56.386976+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:15:01.108091+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:15:04.534577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:15:04.534144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:15:04.586560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:15:05.018124+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"228926"},"request_uri":"http://localhost:8087/_wdt/228926","method":"GET"} [] [2020-04-27T02:18:31.893832+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:18:36.759627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:18:40.560804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:18:40.560364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:18:40.560816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:18:41.185687+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1a227"},"request_uri":"http://localhost:8087/_wdt/e1a227","method":"GET"} [] [2020-04-27T02:21:52.450990+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:21:56.753605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:21:59.893473+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76d950"},"request_uri":"http://localhost:8087/_wdt/76d950","method":"GET"} [] [2020-04-27T02:22:00.362280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:22:00.362280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:22:00.743625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:23:22.225666+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:23:26.814226+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:23:30.660515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:23:30.661910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:23:30.660996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:23:30.663884+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbfb06"},"request_uri":"http://localhost:8087/_wdt/dbfb06","method":"GET"} [] [2020-04-27T02:31:19.261093+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:31:23.774540+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:31:27.809555+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"267603"},"request_uri":"http://localhost:8087/_wdt/267603","method":"GET"} [] [2020-04-27T02:31:28.101825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:31:28.101557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:31:28.101968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:32:36.060983+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:32:40.557426+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:32:45.267743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:32:45.268991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:32:45.269864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:32:46.518738+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bdc43"},"request_uri":"http://localhost:8087/_wdt/7bdc43","method":"GET"} [] [2020-04-27T02:33:51.941025+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:33:56.839958+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:34:00.371123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:34:00.371522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:34:00.505118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:34:01.551414+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae279b"},"request_uri":"http://localhost:8087/_wdt/ae279b","method":"GET"} [] [2020-04-27T02:35:16.252157+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:35:20.478169+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:35:23.361896+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74c214"},"request_uri":"http://localhost:8087/_wdt/74c214","method":"GET"} [] [2020-04-27T02:35:23.851471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:35:24.087605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:35:24.292428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:37:12.353548+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:37:17.249319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:37:20.751083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:37:20.752162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:37:20.948220+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88b78b"},"request_uri":"http://localhost:8087/_wdt/88b78b","method":"GET"} [] [2020-04-27T02:37:21.156475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:38:43.123910+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:38:47.410301+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:38:50.686308+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23f8a0"},"request_uri":"http://localhost:8087/_wdt/23f8a0","method":"GET"} [] [2020-04-27T02:38:51.084772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:38:51.084090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:38:51.970539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:40:04.847094+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:40:09.284710+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: cr1")." at /app/templates/default/livre.html.twig line 58 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: cr1\"). at /app/templates/default/livre.html.twig:58)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: cr1 at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:194)"} [] [2020-04-27T02:40:10.115498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:40:17.375396+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"581398"},"request_uri":"http://localhost:8087/_wdt/581398","method":"GET"} [] [2020-04-27T02:40:45.952605+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:40:50.402182+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 59 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:59)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:200)"} [] [2020-04-27T02:40:51.231772+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:41:02.000390+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60d559"},"request_uri":"http://localhost:8087/_wdt/60d559","method":"GET"} [] [2020-04-27T02:41:25.488679+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:41:29.819484+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 59 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:59)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:200)"} [] [2020-04-27T02:41:30.601013+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:41:41.735512+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"472c04"},"request_uri":"http://localhost:8087/_wdt/472c04","method":"GET"} [] [2020-04-27T02:42:41.194321+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:42:45.438993+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 78 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:78)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:269)"} [] [2020-04-27T02:42:46.204688+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:42:54.668594+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ad60d"},"request_uri":"http://localhost:8087/_wdt/4ad60d","method":"GET"} [] [2020-04-27T02:42:59.109041+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:43:03.366634+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:43:07.621528+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e4ce9"},"request_uri":"http://localhost:8087/_wdt/9e4ce9","method":"GET"} [] [2020-04-27T02:43:07.652461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:43:07.696792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:43:07.884002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:56:43.573375+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:56:48.093668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:56:52.181593+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23d79b"},"request_uri":"http://localhost:8087/_wdt/23d79b","method":"GET"} [] [2020-04-27T02:56:52.407630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:56:52.408407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:56:52.407978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:58:08.221373+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:58:12.653843+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:58:16.611564+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cf2ff"},"request_uri":"http://localhost:8087/_wdt/9cf2ff","method":"GET"} [] [2020-04-27T02:58:16.682725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:58:16.682570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:58:16.683507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:59:04.396464+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T02:59:08.533955+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T02:59:11.317253+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4ddd4"},"request_uri":"http://localhost:8087/_wdt/e4ddd4","method":"GET"} [] [2020-04-27T02:59:11.681583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:59:11.681536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T02:59:12.622429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:01:18.795649+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:01:23.122031+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:01:26.536642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f4c2d"},"request_uri":"http://localhost:8087/_wdt/8f4c2d","method":"GET"} [] [2020-04-27T03:01:26.968937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:01:26.972494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:01:27.247308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:03.636410+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:03:08.225531+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:03:11.474730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:11.474323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:11.629476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:12.200728+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f0fdf"},"request_uri":"http://localhost:8087/_wdt/4f0fdf","method":"GET"} [] [2020-04-27T03:03:22.538354+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:03:26.566488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:03:30.390177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:30.394202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:30.394874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:30.743548+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a1c61"},"request_uri":"http://localhost:8087/_wdt/2a1c61","method":"GET"} [] [2020-04-27T03:03:37.339048+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:03:41.444723+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:03:44.517014+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae1038"},"request_uri":"http://localhost:8087/_wdt/ae1038","method":"GET"} [] [2020-04-27T03:03:44.954278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:44.954499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:03:46.015081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:04:44.714688+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:04:49.437112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:04:52.775677+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05c7c"},"request_uri":"http://localhost:8087/_wdt/a05c7c","method":"GET"} [] [2020-04-27T03:04:53.185118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:04:53.210610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:04:53.541495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:06:52.499382+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:06:56.965489+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:06:59.805160+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"469aec"},"request_uri":"http://localhost:8087/_wdt/469aec","method":"GET"} [] [2020-04-27T03:07:00.294935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:07:00.343022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:07:01.281295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:10:28.373413+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:10:32.442610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:10:35.512823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:10:35.513250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:10:35.513059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:10:35.927093+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f72538"},"request_uri":"http://localhost:8087/_wdt/f72538","method":"GET"} [] [2020-04-27T03:12:50.548792+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:12:54.918636+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:12:58.813698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:12:58.923298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:12:58.920696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:12:58.974639+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cb5cf"},"request_uri":"http://localhost:8087/_wdt/7cb5cf","method":"GET"} [] [2020-04-27T03:14:46.398219+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-04-27T03:14:51.494374+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:14:54.518781+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4aed6"},"request_uri":"http://localhost:8087/_wdt/a4aed6","method":"GET"} [] [2020-04-27T03:14:54.742988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:14:54.742808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:14:55.032387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:15:45.955200+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:15:49.965734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:15:53.411897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:15:53.412216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:15:53.412486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:15:53.845183+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07ff19"},"request_uri":"http://localhost:8087/_wdt/07ff19","method":"GET"} [] [2020-04-27T03:17:45.300958+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:20:35.225905+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:20:36.382899+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected selector, but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected selector, but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-27T03:20:36.814295+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:20:38.700931+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a52573"},"request_uri":"http://localhost:8087/_wdt/a52573","method":"GET"} [] [2020-04-27T03:21:07.804894+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:21:08.960169+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected selector, but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected selector, but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-27T03:21:09.322929+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:21:11.309916+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c04921"},"request_uri":"http://localhost:8087/_wdt/c04921","method":"GET"} [] [2020-04-27T03:21:30.823310+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:21:31.939671+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier or "*", but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier or \"*\", but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-27T03:21:32.376245+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:21:34.323945+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc20ab"},"request_uri":"http://localhost:8087/_wdt/cc20ab","method":"GET"} [] [2020-04-27T03:22:18.255360+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:22:19.333090+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\CssSelector\Exception\SyntaxErrorException: "Expected identifier or "*", but found." at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php line 31 {"exception":"[object] (Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException(code: 0): Expected identifier or \"*\", but found. at /app/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:31)"} [] [2020-04-27T03:22:19.731561+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:22:21.647335+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f071e9"},"request_uri":"http://localhost:8087/_wdt/f071e9","method":"GET"} [] [2020-04-27T03:23:07.832713+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:24:02.162485+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:33:01.736552+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:33:48.610381+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:44:49.555310+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-27T03:44:50.461690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:44:54.749187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:44:54.749426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:44:55.017469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:44:55.043642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"922e45"},"request_uri":"http://localhost:8087/_wdt/922e45","method":"GET"} [] [2020-04-27T03:45:01.461609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:45:01.539325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:45:01.597301+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"922e45"},"request_uri":"http://localhost:8087/_wdt/922e45","method":"GET"} [] [2020-04-27T03:45:02.051707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:46:56.433060+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:47:00.309834+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 242 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:242)"} [] [2020-04-27T03:47:00.691707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:47:03.190728+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cd0a0"},"request_uri":"http://localhost:8087/_wdt/2cd0a0","method":"GET"} [] [2020-04-27T03:47:35.534099+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:47:39.162367+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 242 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:242)"} [] [2020-04-27T03:47:39.462511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:47:40.660817+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"325409"},"request_uri":"http://localhost:8087/_wdt/325409","method":"GET"} [] [2020-04-27T03:49:09.105143+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:49:33.646229+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:49:37.304920+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 242 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:242)"} [] [2020-04-27T03:49:37.589612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:49:39.716089+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fb4b9"},"request_uri":"http://localhost:8087/_wdt/5fb4b9","method":"GET"} [] [2020-04-27T03:51:22.053243+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:51:25.636596+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 243 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:243)"} [] [2020-04-27T03:51:25.926836+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:51:27.633757+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4ba3b"},"request_uri":"http://localhost:8087/_wdt/a4ba3b","method":"GET"} [] [2020-04-27T03:53:01.209142+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T03:53:05.371439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T03:53:09.373485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:53:09.631149+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b97cc5"},"request_uri":"http://localhost:8087/_wdt/b97cc5","method":"GET"} [] [2020-04-27T03:53:09.680351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T03:53:09.682931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:19:13.734969+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-04-27T18:19:18.597590+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:19:22.471759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:19:23.217291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a13e5"},"request_uri":"http://localhost:8087/_wdt/9a13e5","method":"GET"} [] [2020-04-27T18:19:23.246500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:19:23.614447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:26:30.369525+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:26:31.125165+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:26:34.395104+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a79a78"},"request_uri":"http://localhost:8087/_wdt/a79a78","method":"GET"} [] [2020-04-27T18:26:35.034368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:26:35.034740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:26:35.034845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:28:49.122062+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:28:49.322655+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\User' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\User' not found at /app/src/Controller/DefaultController.php:278)"} [] [2020-04-27T18:28:59.449646+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "User" from namespace "App\Controller". Did you forget a "use" statement for e.g. "Symfony\Component\Security\Core\User\User" or "App\Entity\User"?" at /app/src/Controller/DefaultController.php line 278 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"User\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Component\\Security\\Core\\User\\User\" or \"App\\Entity\\User\"? at /app/src/Controller/DefaultController.php:278)"} [] [2020-04-27T18:28:59.706694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:29:01.566234+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b13d12"},"request_uri":"http://localhost:8087/_wdt/b13d12","method":"GET"} [] [2020-04-27T18:29:30.867757+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:29:31.319102+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: videoRepository" at /app/src/Controller/DefaultController.php line 281 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: videoRepository at /app/src/Controller/DefaultController.php:281)"} [] [2020-04-27T18:29:31.557713+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:29:32.966416+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"617ad6"},"request_uri":"http://localhost:8087/_wdt/617ad6","method":"GET"} [] [2020-04-27T18:30:21.362869+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:30:21.828367+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: UserRepository" at /app/src/Controller/DefaultController.php line 281 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: UserRepository at /app/src/Controller/DefaultController.php:281)"} [] [2020-04-27T18:30:22.107369+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:30:23.577494+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab8875"},"request_uri":"http://localhost:8087/_wdt/ab8875","method":"GET"} [] [2020-04-27T18:33:15.475810+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:33:16.040108+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T18:33:16.507583+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:33:19.579219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:33:19.579067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:33:19.626622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01764e"},"request_uri":"http://localhost:8087/_wdt/01764e","method":"GET"} [] [2020-04-27T18:33:19.631426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:38:59.955095+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:39:00.616972+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T18:39:01.285065+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:39:04.747966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-042-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-042-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-042-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:04.747861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-1230-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-1230-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-1230-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:04.891222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-04110-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-04110-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-04110-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:05.232417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2381-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2381-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2381-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:06.962325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-557-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-557-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-557-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:10.826435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-4321-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-4321-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-4321-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:10.826770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-4321-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-4321-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-4321-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:10.828147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:11.478488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:12.675915+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3785e"},"request_uri":"http://localhost:8087/_wdt/c3785e","method":"GET"} [] [2020-04-27T18:39:17.238217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2381-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2381-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2381-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:17.238598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2183-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2183-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2183-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:17.554039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-557-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-557-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-557-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:39:17.980028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:51:14.609723+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-27T18:51:15.385632+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-27T18:51:15.529085+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-27T18:51:15.575644+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-27T18:51:16.149755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:51:19.671641+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"262d96"},"request_uri":"http://localhost:8087/_wdt/262d96","method":"GET"} [] [2020-04-27T18:51:20.141920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:51:20.143486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:51:20.985730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:55:49.256802+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"POST"} [] [2020-04-27T18:55:49.463176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:55:49.971454+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T18:55:54.331615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-557-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-557-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-557-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:55:54.331848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-042-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-042-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-042-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:55:54.667948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-1230-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-1230-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-1230-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:55:54.970437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-04110-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-04110-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-04110-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:55:56.181964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2381-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2381-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2381-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:00.706028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:00.705593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-4321-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-4321-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-4321-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:00.743091+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf650a"},"request_uri":"http://localhost:8087/_wdt/cf650a","method":"GET"} [] [2020-04-27T18:56:00.800572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:02.276381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-4321-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-4321-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-4321-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:05.485894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-557-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-557-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-557-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:05.486521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2183-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2183-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2183-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:05.486012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2381-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2381-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2381-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:56:05.874984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:58:49.241404+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T18:58:49.929868+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T18:58:50.578875+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T18:58:54.499948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-1230-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-1230-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-1230-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:58:54.500374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2381-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2381-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2381-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:58:54.500193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-042-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-042-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-042-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:58:55.314945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-04110-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-04110-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-04110-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:58:56.462041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-4321-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-4321-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-4321-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:01.069191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:01.068088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:01.068033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-557-300x300.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-557-300x300.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-557-300x300.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:01.667540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-4321-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-4321-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-4321-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:02.564854+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33f720"},"request_uri":"http://localhost:8087/_wdt/33f720","method":"GET"} [] [2020-04-27T18:59:06.520152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2381-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2381-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2381-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:06.519826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-2183-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-2183-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-2183-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:06.789029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:07.760855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/shop-item-557-180x180.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/shop-item-557-180x180.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/shop-item-557-180x180.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T18:59:11.110581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:02:29.198135+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:02:29.875700+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:02:30.520869+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "users" does not exist." at /app/templates/user/list_user.html.twig line 14 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"users\" does not exist. at /app/templates/user/list_user.html.twig:14)"} [] [2020-04-27T19:02:30.811429+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:02:32.904735+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07c2fc"},"request_uri":"http://localhost:8087/_wdt/07c2fc","method":"GET"} [] [2020-04-27T19:03:46.960016+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:03:47.798066+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:03:48.685453+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: users")." at /app/templates/user/list_user.html.twig line 14 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: users\"). at /app/templates/user/list_user.html.twig:14)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: users at /app/var/cache/dev/twig/19/19fb7ebde200df0f6d56f1749b366bcefd0795142665f2a1a7f7f1ac72efc97e.php:99)"} [] [2020-04-27T19:03:49.445474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:03:51.258535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9838be"},"request_uri":"http://localhost:8087/_wdt/9838be","method":"GET"} [] [2020-04-27T19:04:11.506554+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:04:11.968139+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:04:12.620728+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: users")." at /app/templates/user/list_user.html.twig line 14 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: users\"). at /app/templates/user/list_user.html.twig:14)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: users at /app/var/cache/dev/twig/19/19fb7ebde200df0f6d56f1749b366bcefd0795142665f2a1a7f7f1ac72efc97e.php:99)"} [] [2020-04-27T19:04:13.097398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:04:14.763259+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb2384"},"request_uri":"http://localhost:8087/_wdt/cb2384","method":"GET"} [] [2020-04-27T19:05:46.664086+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:05:47.063626+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:06:25.852576+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:06:26.422272+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:06:27.154245+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "users" does not exist." at /app/templates/user/list_user.html.twig line 14 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"users\" does not exist. at /app/templates/user/list_user.html.twig:14)"} [] [2020-04-27T19:06:27.424805+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:06:28.946889+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05bbb2"},"request_uri":"http://localhost:8087/_wdt/05bbb2","method":"GET"} [] [2020-04-27T19:07:32.310056+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:07:32.706227+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:07:33.131465+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "users" does not exist." at /app/templates/user/list_user.html.twig line 14 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"users\" does not exist. at /app/templates/user/list_user.html.twig:14)"} [] [2020-04-27T19:07:33.428028+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:07:34.751242+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"240cb0"},"request_uri":"http://localhost:8087/_wdt/240cb0","method":"GET"} [] [2020-04-27T19:09:08.475659+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:09:09.157948+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:09:09.896128+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "users" does not exist." at /app/templates/user/list_user.html.twig line 6 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"users\" does not exist. at /app/templates/user/list_user.html.twig:6)"} [] [2020-04-27T19:09:10.214333+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:09:12.494192+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58a11f"},"request_uri":"http://localhost:8087/_wdt/58a11f","method":"GET"} [] [2020-04-27T19:09:29.845726+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:09:30.359543+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:09:30.917005+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "users" does not exist." at /app/templates/user/list_user.html.twig line 6 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"users\" does not exist. at /app/templates/user/list_user.html.twig:6)"} [] [2020-04-27T19:09:31.193411+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:09:32.710878+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e8d91"},"request_uri":"http://localhost:8087/_wdt/4e8d91","method":"GET"} [] [2020-04-27T19:10:21.370859+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:10:21.960957+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:10:22.613456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:10:25.828660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:10:25.828552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:10:26.266170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:10:26.732199+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5232c"},"request_uri":"http://localhost:8087/_wdt/a5232c","method":"GET"} [] [2020-04-27T19:10:47.071385+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:10:47.733187+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:10:48.490663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:10:52.023621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:10:52.028533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:10:52.148284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:10:52.417334+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fc078"},"request_uri":"http://localhost:8087/_wdt/3fc078","method":"GET"} [] [2020-04-27T19:15:58.417912+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:15:59.081477+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:15:59.749935+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "videos" does not exist." at /app/templates/user/list_user.html.twig line 34 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"videos\" does not exist. at /app/templates/user/list_user.html.twig:34)"} [] [2020-04-27T19:16:00.040844+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:16:01.650235+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b43d35"},"request_uri":"http://localhost:8087/_wdt/b43d35","method":"GET"} [] [2020-04-27T19:16:16.972852+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:16:17.626294+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:16:18.430373+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:16:22.575291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:16:22.576273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:16:22.650067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:16:22.719051+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"751ab7"},"request_uri":"http://localhost:8087/_wdt/751ab7","method":"GET"} [] [2020-04-27T19:17:59.967158+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:18:00.958522+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:18:01.960523+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:18:05.467455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:18:05.467854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:18:05.468230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:18:05.579499+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c7c67"},"request_uri":"http://localhost:8087/_wdt/9c7c67","method":"GET"} [] [2020-04-27T19:19:25.260964+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:19:25.923680+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:19:26.628671+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:19:29.974291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:19:29.973842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:19:30.133318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:19:30.974726+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec35f8"},"request_uri":"http://localhost:8087/_wdt/ec35f8","method":"GET"} [] [2020-04-27T19:21:29.902421+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:21:30.581589+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:21:31.292180+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:21:35.089437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:21:35.089017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:21:35.089965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:21:35.576853+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e3845"},"request_uri":"http://localhost:8087/_wdt/7e3845","method":"GET"} [] [2020-04-27T19:21:50.861956+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:21:51.483692+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:21:52.198286+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:21:55.966283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:21:55.965772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:21:55.965971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:21:56.083412+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c9ada"},"request_uri":"http://localhost:8087/_wdt/6c9ada","method":"GET"} [] [2020-04-27T19:22:29.560693+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:22:30.224604+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:22:30.913247+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:22:33.952011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:22:33.951835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:22:34.009107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:22:34.584293+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a2daa9"},"request_uri":"http://localhost:8087/_wdt/a2daa9","method":"GET"} [] [2020-04-27T19:23:59.366718+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-04-27T19:24:00.135404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-04-27T19:24:00.958119+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:24:03.981810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc5843"},"request_uri":"http://localhost:8087/_wdt/dc5843","method":"GET"} [] [2020-04-27T19:24:04.271895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:24:04.272065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:24:04.465850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:31:14.912360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frdetail/1"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frdetail/1\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frdetail/1/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:31:21.673463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frdetail/3"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frdetail/3\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frdetail/3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:31:24.531029+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"873093"},"request_uri":"http://localhost:8087/_wdt/873093","method":"GET"} [] [2020-04-27T19:31:37.237103+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:31:37.868767+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T19:31:37.964338+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: user" at /app/src/Controller/DefaultController.php line 301 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: user at /app/src/Controller/DefaultController.php:301)"} [] [2020-04-27T19:31:38.153856+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:31:40.424263+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4cd78"},"request_uri":"http://localhost:8087/_wdt/e4cd78","method":"GET"} [] [2020-04-27T19:32:08.410658+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:32:09.330654+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T19:32:09.502504+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 304 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:304)"} [] [2020-04-27T19:32:09.833719+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:32:11.362286+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"797f57"},"request_uri":"http://localhost:8087/_wdt/797f57","method":"GET"} [] [2020-04-27T19:32:59.676120+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:33:00.295297+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T19:33:00.416600+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /app/src/Controller/DefaultController.php line 304 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException(code: 0): The controller must return a \"Symfony\\Component\\HttpFoundation\\Response\" object but it returned null. Did you forget to add a return statement somewhere in your controller? at /app/src/Controller/DefaultController.php:304)"} [] [2020-04-27T19:33:00.658287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:33:02.284282+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cce44"},"request_uri":"http://localhost:8087/_wdt/2cce44","method":"GET"} [] [2020-04-27T19:34:39.442988+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:34:40.170412+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T19:34:40.932622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:34:44.544739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:34:44.543821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:34:44.543803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:34:44.697704+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4a4b5"},"request_uri":"http://localhost:8087/_wdt/f4a4b5","method":"GET"} [] [2020-04-27T19:45:49.010042+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:45:49.565719+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:45:51.597788+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:45:51.661207+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes)" at /app/src/Controller/DefaultController.php line 305 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:45:51.822603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:45:53.235105+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"851955"},"request_uri":"http://localhost:8087/_wdt/851955","method":"GET"} [] [2020-04-27T19:48:42.857902+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:48:43.558528+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:48:44.665330+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:48:44.771045+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes)" at /app/src/Controller/DefaultController.php line 305 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 402632704 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:48:44.964017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:48:47.090271+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce7596"},"request_uri":"http://localhost:8087/_wdt/ce7596","method":"GET"} [] [2020-04-27T19:51:02.763106+02:00] console.ERROR: Error thrown while running command "'d:c:c'". Message: "Command "d:c:c" is ambiguous. Did you mean one of these? doctrine:cache:clear-metadata Clears all metadata cache for an entity manager doctrine:cache:clear-query Clears all query cache for an entity manager doctrine:cache:clear-result Clears result cache for an entity manager doctrine:cache:clear-collection-region Clear a second-level cache collection region doctrine:cache:clear-entity-region Clear a second-level cache entity region doctrine:cache:clear-query-region Clear a second-level cache query region." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"d:c:c\" is ambiguous.\nDid you mean one of these?\n doctrine:cache:clear-metadata Clears all metadata cache for an entity manager\n doctrine:cache:clear-query Clears all query cache for an entity manager\n doctrine:cache:clear-result Clears result cache for an entity manager\n doctrine:cache:clear-collection-region Clear a second-level cache collection region\n doctrine:cache:clear-entity-region Clear a second-level cache entity region\n doctrine:cache:clear-query-region Clear a second-level cache query region. at /app/vendor/symfony/console/Application.php:685)","command":"'d:c:c'","message":"Command \"d:c:c\" is ambiguous.\nDid you mean one of these?\n doctrine:cache:clear-metadata Clears all metadata cache for an entity manager\n doctrine:cache:clear-query Clears all query cache for an entity manager\n doctrine:cache:clear-result Clears result cache for an entity manager\n doctrine:cache:clear-collection-region Clear a second-level cache collection region\n doctrine:cache:clear-entity-region Clear a second-level cache entity region\n doctrine:cache:clear-query-region Clear a second-level cache query region."} [] [2020-04-27T19:51:29.589965+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:51:30.087015+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:51:30.813408+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268423168 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268423168 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:51:30.895899+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268423168 bytes)" at /app/src/Controller/DefaultController.php line 305 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268423168 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:51:31.034727+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:51:32.279662+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42ae5b"},"request_uri":"http://localhost:8087/_wdt/42ae5b","method":"GET"} [] [2020-04-27T19:51:43.704671+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-27T19:51:44.337341+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-27T19:51:44.409861+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-27T19:51:44.444496+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-27T19:51:44.852499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:51:48.715422+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c9d0f"},"request_uri":"http://localhost:8087/_wdt/8c9d0f","method":"GET"} [] [2020-04-27T19:51:48.759757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:51:48.760116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:51:48.797339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:51:51.491387+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:51:52.463357+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:51:53.532529+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 400560128 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 400560128 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:51:53.635259+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 400560128 bytes)" at /app/src/Controller/DefaultController.php line 305 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 400560128 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:51:53.852523+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:51:55.155490+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2bbb6"},"request_uri":"http://localhost:8087/_wdt/d2bbb6","method":"GET"} [] [2020-04-27T19:52:17.099094+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:52:17.673590+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:52:24.610121+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268414976 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268414976 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:52:24.704437+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268414976 bytes)" at /app/src/Controller/DefaultController.php line 305 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268414976 bytes) at /app/src/Controller/DefaultController.php:305)"} [] [2020-04-27T19:52:24.873563+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:52:26.008648+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b720d"},"request_uri":"http://localhost:8087/_wdt/2b720d","method":"GET"} [] [2020-04-27T19:52:40.611506+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:52:41.331865+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:52:41.923795+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:52:45.489116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:52:45.489000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:52:45.545036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:52:45.667221+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4462ad"},"request_uri":"http://localhost:8087/_wdt/4462ad","method":"GET"} [] [2020-04-27T19:53:30.117282+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:53:30.884029+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:53:31.421141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:53:34.999854+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e61240"},"request_uri":"http://localhost:8087/_wdt/e61240","method":"GET"} [] [2020-04-27T19:53:35.175732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:53:35.176004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:53:35.430818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:54:25.005408+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:54:25.706861+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:55:30.970050+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T19:55:31.644318+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T19:55:32.191223+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T19:55:35.768276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:55:35.767948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:55:36.209224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T19:55:36.360692+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f7dc8"},"request_uri":"http://localhost:8087/_wdt/6f7dc8","method":"GET"} [] [2020-04-27T19:56:35.898455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:00:37.315128+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:00:38.060901+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T20:00:38.805491+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:00:41.920718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:00:41.921192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:00:41.921376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:00:42.901384+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d6877"},"request_uri":"http://localhost:8087/_wdt/4d6877","method":"GET"} [] [2020-04-27T20:01:22.755273+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:01:23.520633+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T20:01:24.315610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:01:27.373023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:01:27.372368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:01:27.429402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:01:27.527754+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33b88b"},"request_uri":"http://localhost:8087/_wdt/33b88b","method":"GET"} [] [2020-04-27T20:03:04.584404+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:03:05.254303+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:03:05.769949+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:03:09.001502+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca007f"},"request_uri":"http://localhost:8087/_wdt/ca007f","method":"GET"} [] [2020-04-27T20:03:09.052809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:03:09.060848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:03:09.514122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:03:26.958970+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:03:27.672268+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:03:28.416667+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "users" does not exist." at /app/templates/user/detail_user.html.twig line 7 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"users\" does not exist. at /app/templates/user/detail_user.html.twig:7)"} [] [2020-04-27T20:03:28.737226+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:03:29.902084+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"828b41"},"request_uri":"http://localhost:8087/_wdt/828b41","method":"GET"} [] [2020-04-27T20:04:06.785426+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:04:07.489581+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:04:08.217801+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:04:10.942709+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"965190"},"request_uri":"http://localhost:8087/_wdt/965190","method":"GET"} [] [2020-04-27T20:04:11.365465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:04:11.365682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:04:11.365462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:24:27.276439+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:24:28.186634+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:24:29.083369+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:24:32.477922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:24:32.478432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:24:32.478236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:24:33.280235+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59dd6e"},"request_uri":"http://localhost:8087/_wdt/59dd6e","method":"GET"} [] [2020-04-27T20:25:11.501078+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:25:12.310290+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:25:13.108144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:25:15.973116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:25:15.972496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:25:16.301046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:25:16.560306+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"905b4b"},"request_uri":"http://localhost:8087/_wdt/905b4b","method":"GET"} [] [2020-04-27T20:26:07.726904+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:26:08.620202+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:26:09.529970+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:26:13.275085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:26:13.275569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:26:13.275139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:26:13.602685+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4c76c"},"request_uri":"http://localhost:8087/_wdt/e4c76c","method":"GET"} [] [2020-04-27T20:30:56.669978+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:30:57.459865+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T20:30:58.204238+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: post")." at /app/templates/user/detail_user.html.twig line 10 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: post\"). at /app/templates/user/detail_user.html.twig:10)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: post at /app/var/cache/dev/twig/90/903f8b981b6801510ca3e1cfcb0fb3e6eeef145ebcecff2cd7b7b77c4cbb6475.php:100)"} [] [2020-04-27T20:30:58.788507+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:31:00.152332+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4594f8"},"request_uri":"http://localhost:8087/_wdt/4594f8","method":"GET"} [] [2020-04-27T20:31:25.165889+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:31:25.956993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T20:31:26.439399+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-27T20:31:26.549572+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "author" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29" does not exist." at /app/templates/user/detail_user.html.twig line 10 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"author\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\" does not exist. at /app/templates/user/detail_user.html.twig:10)"} [] [2020-04-27T20:31:26.874561+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:31:28.753895+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e69907"},"request_uri":"http://localhost:8087/_wdt/e69907","method":"GET"} [] [2020-04-27T20:33:06.006118+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:33:06.744832+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T20:33:07.368910+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-27T20:33:07.494644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:33:11.851281+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"862e34"},"request_uri":"http://localhost:8087/_wdt/862e34","method":"GET"} [] [2020-04-27T20:33:12.090727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:33:12.174880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:33:12.684189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T20:33:45.703666+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T20:33:46.489667+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-27T20:33:47.140766+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-27T20:33:47.250674+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "author" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29" does not exist." at /app/templates/user/detail_user.html.twig line 10 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"author\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\" does not exist. at /app/templates/user/detail_user.html.twig:10)"} [] [2020-04-27T20:33:47.579643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T20:33:49.689391+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a28c37"},"request_uri":"http://localhost:8087/_wdt/a28c37","method":"GET"} [] [2020-04-27T21:08:47.972089+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/blog/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"blog_index","page":"1","_format":"html","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog","method":"GET"} [] [2020-04-27T21:08:48.617921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:08:50.616471+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-27T21:08:51.708012+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-27T21:08:51+02:00"] [] [2020-04-27T21:08:51.783849+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-27T21:08:51+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-27T21:08:51.815393+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-27T21:08:51+02:00"] [] [2020-04-27T21:08:52.543414+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266342400 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266342400 bytes) at /app/src/Controller/BlogController.php:56)"} [] [2020-04-27T21:08:52.643744+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266342400 bytes)" at /app/src/Controller/BlogController.php line 56 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 266342400 bytes) at /app/src/Controller/BlogController.php:56)"} [] [2020-04-27T21:08:52.835442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:08:55.126718+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"482fea"},"request_uri":"http://localhost:8087/_wdt/482fea","method":"GET"} [] [2020-04-27T21:10:48.701152+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-27T21:10:49.713722+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-27T21:10:49+02:00"] [] [2020-04-27T21:10:49.777635+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-27T21:10:49+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-27T21:10:49.806313+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-27T21:10:49+02:00"] [] [2020-04-27T21:10:51.188189+02:00] php.CRITICAL: Fatal Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 534777856 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 534777856 bytes) at /app/src/Controller/BlogController.php:57)"} [] [2020-04-27T21:10:51.255555+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 534777856 bytes)" at /app/src/Controller/BlogController.php line 57 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError(code: 0): Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 534777856 bytes) at /app/src/Controller/BlogController.php:57)"} [] [2020-04-27T21:10:51.379387+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:10:53.706853+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b13a69"},"request_uri":"http://localhost:8087/_wdt/b13a69","method":"GET"} [] [2020-04-27T21:11:12.157897+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-27T21:11:12.902527+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-27T21:11:12+02:00"] [] [2020-04-27T21:11:12.980143+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-27T21:11:12+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-27T21:11:13.008035+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-27T21:11:12+02:00"] [] [2020-04-27T21:33:39.990162+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T21:33:40.765875+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 79 near 'c ': Error: Class App\Entity\User has no association named author" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 79 near 'c\n ': Error: Class App\\Entity\\User has no association named author at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p, c\n FROM App\\Entity\\User p\n INNER JOIN p.author c\n WHERE p.id = :id at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-04-27T21:33:41.769147+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:33:44.561056+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a133dc"},"request_uri":"http://localhost:8087/_wdt/a133dc","method":"GET"} [] [2020-04-27T21:34:04.139343+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T21:34:04.986563+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s0_.author_id AS author_id_13 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id WHERE s0_.id = ? ["3"] [] [2020-04-27T21:35:09.988031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /frdetail/26"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /frdetail/26\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frdetail/26/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T21:35:11.975515+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ad79c"},"request_uri":"http://localhost:8087/_wdt/8ad79c","method":"GET"} [] [2020-04-27T21:35:18.921217+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"26"},"request_uri":"http://localhost:8087/fr/detail/26","method":"GET"} [] [2020-04-27T21:35:19.603826+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s0_.author_id AS author_id_13 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id WHERE s0_.id = ? ["26"] [] [2020-04-27T21:53:45.430320+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"26"},"request_uri":"http://localhost:8087/fr/detail/26","method":"GET"} [] [2020-04-27T21:53:46.376092+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 10 near 'c ': Error: 'c' is not defined." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 10 near 'c\n ': Error: 'c' is not defined. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p, c\n FROM App\\Entity\\Post p\n WHERE p.author= :id at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-04-27T21:53:47.028231+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:53:49.065730+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bedb5d"},"request_uri":"http://localhost:8087/_wdt/bedb5d","method":"GET"} [] [2020-04-27T21:54:03.031727+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"23"},"request_uri":"http://localhost:8087/fr/detail/23","method":"GET"} [] [2020-04-27T21:54:03.933914+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 10 near 'c ': Error: 'c' is not defined." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 10 near 'c\n ': Error: 'c' is not defined. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p, c\n FROM App\\Entity\\Post p\n WHERE p.author= :id at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-04-27T21:54:04.608666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:54:06.421215+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"898325"},"request_uri":"http://localhost:8087/_wdt/898325","method":"GET"} [] [2020-04-27T21:54:08.919097+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T21:54:09.716617+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 10 near 'c ': Error: 'c' is not defined." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 10 near 'c\n ': Error: 'c' is not defined. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p, c\n FROM App\\Entity\\Post p\n WHERE p.author= :id at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-04-27T21:54:10.401456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:54:13.123430+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cf"},"request_uri":"http://localhost:8087/_wdt/6417cf","method":"GET"} [] [2020-04-27T21:54:27.769425+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T21:54:28.522104+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-04-27T21:54:28.741644+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\NonUniqueResultException: "More than one result was found for query although one row or none was expected." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php line 804 {"exception":"[object] (Doctrine\\ORM\\NonUniqueResultException(code: 0): More than one result was found for query although one row or none was expected. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:804)"} [] [2020-04-27T21:54:29.004177+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:54:31.381910+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b65ab"},"request_uri":"http://localhost:8087/_wdt/8b65ab","method":"GET"} [] [2020-04-27T21:55:44.811935+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T21:55:45.737992+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-04-27T21:55:58.641045+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T21:55:59.357828+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T21:56:13.445857+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/detail/5","method":"GET"} [] [2020-04-27T21:56:13.900641+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["5"] [] [2020-04-27T21:57:55.699447+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/detail/5","method":"GET"} [] [2020-04-27T21:57:56.701659+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["5"] [] [2020-04-27T21:57:57.559923+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "fullName" does not exist as the array is empty." at /app/templates/user/detail_user.html.twig line 8 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"fullName\" does not exist as the array is empty. at /app/templates/user/detail_user.html.twig:8)"} [] [2020-04-27T21:57:57.992610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:57:58.946386+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T21:57:59.959069+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-04-27T21:58:00.562442+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "fullName" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21" does not exist." at /app/templates/user/detail_user.html.twig line 8 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"fullName\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21\" does not exist. at /app/templates/user/detail_user.html.twig:8)"} [] [2020-04-27T21:58:00.905518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:58:02.116779+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0aa671"},"request_uri":"http://localhost:8087/_wdt/0aa671","method":"GET"} [] [2020-04-27T21:58:16.576370+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T21:58:17.267176+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-04-27T21:58:18.018601+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T21:58:22.454764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T21:58:22.454913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T21:58:22.455435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T21:58:23.443673+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"833544"},"request_uri":"http://localhost:8087/_wdt/833544","method":"GET"} [] [2020-04-27T22:00:06.361349+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T22:00:07.099636+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-04-27T22:00:07.208023+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-04-27T22:00:07.994593+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "content" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21" does not exist." at /app/templates/user/detail_user.html.twig line 12 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"content\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21\" does not exist. at /app/templates/user/detail_user.html.twig:12)"} [] [2020-04-27T22:00:08.342991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:00:10.183445+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7504a"},"request_uri":"http://localhost:8087/_wdt/f7504a","method":"GET"} [] [2020-04-27T22:00:22.905801+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-04-27T22:00:23.764364+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-04-27T22:00:23.880275+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-04-27T22:00:24.715793+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:00:28.179188+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a1cf4"},"request_uri":"http://localhost:8087/_wdt/5a1cf4","method":"GET"} [] [2020-04-27T22:00:28.655328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:00:28.927856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:00:28.928279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:00:33.847547+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:00:34.350352+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:00:34.476301+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:00:35.024430+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:00:38.062074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:00:38.062330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:00:38.227661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:00:38.914183+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7dd417"},"request_uri":"http://localhost:8087/_wdt/7dd417","method":"GET"} [] [2020-04-27T22:09:55.197750+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:09:55.987445+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:09:56.108663+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:09:56.887825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:10:01.364515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_006.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:01.363919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_004.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:01.365966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:01.501801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_005.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:03.767865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:07.028661+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56f62d"},"request_uri":"http://localhost:8087/_wdt/56f62d","method":"GET"} [] [2020-04-27T22:10:08.294747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:08.294258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:10:08.294014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/uploads/audio-sermons.mp3" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/uploads/audio-sermons.mp3\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/uploads/audio-sermons.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:42.749229+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:22:43.269439+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:22:43.350936+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:22:43.898991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:22:48.782554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/build/images/https://www.youtube.com/watch" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/build/images/https://www.youtube.com/watch\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/build/images/https://www.youtube.com/watch/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:49.035525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/build/images/https://www.youtube.com/watch" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/build/images/https://www.youtube.com/watch\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/build/images/https://www.youtube.com/watch/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:49.269548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/build/images/https://www.youtube.com/watch" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/build/images/https://www.youtube.com/watch\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/build/images/https://www.youtube.com/watch/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:49.915518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/sunt-accentores-vitare-salvus-flavum-parses" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/sunt-accentores-vitare-salvus-flavum-parses\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/sunt-accentores-vitare-salvus-flavum-parses/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:50.643941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:53.791089+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9619c8"},"request_uri":"http://localhost:8087/_wdt/9619c8","method":"GET"} [] [2020-04-27T22:22:54.143876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:22:54.143583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:25:43.152503+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-27T22:25:43.939944+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5 FROM video t0 [] [] [2020-04-27T22:25:44.021851+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-27T22:25:44.069586+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-27T22:25:44.556925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:25:49.125621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:25:49.125768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:25:49.259859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:25:49.316100+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50e1d7"},"request_uri":"http://localhost:8087/_wdt/50e1d7","method":"GET"} [] [2020-04-27T22:26:57.125082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/build/images/https://www.youtube.com/watch" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/build/images/https://www.youtube.com/watch\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/build/images/https://www.youtube.com/watch/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:26:57.126264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/build/images/https://www.youtube.com/watch" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/build/images/https://www.youtube.com/watch\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/build/images/https://www.youtube.com/watch/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:26:57.126461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/build/images/https://www.youtube.com/watch" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/build/images/https://www.youtube.com/watch\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/build/images/https://www.youtube.com/watch/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:26:58.334191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/sunt-accentores-vitare-salvus-flavum-parses" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/sunt-accentores-vitare-salvus-flavum-parses\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/sunt-accentores-vitare-salvus-flavum-parses/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:26:59.801328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:27:01.866591+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:27:02.294870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:27:03.368141+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:27:03.587705+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:27:05.261896+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:27:08.887306+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc8d87"},"request_uri":"http://localhost:8087/_wdt/cc8d87","method":"GET"} [] [2020-04-27T22:27:09.412956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:27:09.527034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:27:10.476002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:29:00.527699+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:29:01.544972+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:29:01.685375+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:29:02.610337+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:29:06.202558+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65fb38"},"request_uri":"http://localhost:8087/_wdt/65fb38","method":"GET"} [] [2020-04-27T22:29:06.711777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:29:06.712228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:29:06.712358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:36.598738+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:31:37.394210+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:31:37.514787+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:31:38.297330+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:31:42.452049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:42.451977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_006.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:42.520730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_003.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_003.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:43.547050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_004.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_004.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:45.113598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:47.558948+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed70d5"},"request_uri":"http://localhost:8087/_wdt/ed70d5","method":"GET"} [] [2020-04-27T22:31:48.061229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:31:48.061683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:34:13.118474+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:34:14.169165+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:34:14.392898+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:34:15.463926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:34:19.262811+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c53525"},"request_uri":"http://localhost:8087/_wdt/c53525","method":"GET"} [] [2020-04-27T22:34:19.824905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_003.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_003.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:34:19.825423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:34:20.947266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:34:23.739335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:35:35.322661+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:35:36.076485+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:35:36.196610+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:35:36.985551+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:35:40.422730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:35:40.423217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:35:40.422429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:35:40.847981+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77e4aa"},"request_uri":"http://localhost:8087/_wdt/77e4aa","method":"GET"} [] [2020-04-27T22:36:10.983390+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:36:11.820797+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:36:11.944573+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:36:12.818755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:36:16.944980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:36:16.945426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:36:17.180975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:36:17.795584+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"620dda"},"request_uri":"http://localhost:8087/_wdt/620dda","method":"GET"} [] [2020-04-27T22:37:35.504528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:41:02.428799+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:41:03.225238+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:41:03.340517+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:41:03.879868+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:41:07.917552+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4012a"},"request_uri":"http://localhost:8087/_wdt/b4012a","method":"GET"} [] [2020-04-27T22:41:08.620635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:41:08.620987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:41:08.621186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:56:37.359296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:21.616243+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:57:22.322804+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:57:22.427862+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:57:23.197923+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:57:26.667898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:26.725509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:26.926808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:27.167079+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8bacf1"},"request_uri":"http://localhost:8087/_wdt/8bacf1","method":"GET"} [] [2020-04-27T22:57:40.598151+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T22:57:41.287531+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T22:57:41.385884+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T22:57:42.125759+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T22:57:45.489583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:45.489410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:45.490599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T22:57:46.241448+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"386ad8"},"request_uri":"http://localhost:8087/_wdt/386ad8","method":"GET"} [] [2020-04-27T23:36:03.473718+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-27T23:36:04.342470+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-27T23:36:04.472797+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-27T23:36:05.326271+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-27T23:36:09.304563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T23:36:09.300081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T23:36:09.305078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-27T23:36:09.407019+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8c29c"},"request_uri":"http://localhost:8087/_wdt/b8c29c","method":"GET"} [] [2020-04-28T00:14:52.723921+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-04-28T00:14:53.485216+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-04-28T00:14:53.606698+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.author_id AS author_id_6 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-04-28T00:14:54.371380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T00:14:58.625764+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e465d"},"request_uri":"http://localhost:8087/_wdt/6e465d","method":"GET"} [] [2020-04-28T00:14:59.085228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T00:14:59.085353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T00:14:59.084976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T00:15:07.642237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T22:59:58.904843+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/test/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"test","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-28T22:59:59.127155+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:00:06.483006+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/test/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"test","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test","method":"GET"} [] [2020-04-28T23:00:06.626667+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:00:08.809430+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:00:09.398338+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "user/index_test.html.twig" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form)." at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"user/index_test.html.twig\" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form). at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php:227)"} [] [2020-04-28T23:00:09.860321+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:00:12.254258+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da8b5d"},"request_uri":"http://localhost:8087/_wdt/da8b5d","method":"GET"} [] [2020-04-28T23:00:45.998649+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:00:46.857368+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:00:52.337799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:00:52.337768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:00:52.402838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:00:52.677025+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c6f67"},"request_uri":"http://localhost:8087/_wdt/3c6f67","method":"GET"} [] [2020-04-28T23:01:55.449601+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:01:56.690729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:02:00.113245+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b4a30"},"request_uri":"http://localhost:8087/_wdt/1b4a30","method":"GET"} [] [2020-04-28T23:02:00.508546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:02:00.508197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:02:09.385069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:05:14.110884+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:05:14.846319+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/index_test.html.twig line 4 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/index_test.html.twig:4)"} [] [2020-04-28T23:05:15.205977+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:05:16.640130+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2efac2"},"request_uri":"http://localhost:8087/_wdt/2efac2","method":"GET"} [] [2020-04-28T23:06:55.435518+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:06:56.504334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:06:59.602404+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d58ab"},"request_uri":"http://localhost:8087/_wdt/8d58ab","method":"GET"} [] [2020-04-28T23:07:00.193475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:07:00.193683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:07:00.471884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:07:25.566956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:06.987922+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:08:08.055293+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:08:11.244255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:11.244095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:11.244386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:11.511641+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc3004"},"request_uri":"http://localhost:8087/_wdt/cc3004","method":"GET"} [] [2020-04-28T23:08:38.738747+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:08:40.318089+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:08:43.474450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:43.475240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:43.474450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:08:43.841876+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26c77d"},"request_uri":"http://localhost:8087/_wdt/26c77d","method":"GET"} [] [2020-04-28T23:08:50.443318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:10:27.923153+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:10:29.158492+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:10:32.594775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f493b1"},"request_uri":"http://localhost:8087/_wdt/f493b1","method":"GET"} [] [2020-04-28T23:10:33.124822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:10:33.200661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:10:33.997624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:10:41.673421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:37.017153+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:12:38.422468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:12:41.894718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:41.894563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:42.088592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:42.138369+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b880c"},"request_uri":"http://localhost:8087/_wdt/4b880c","method":"GET"} [] [2020-04-28T23:12:47.924906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:48.378512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:48.676472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:48.692152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:49.695445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:12:52.137190+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b880c"},"request_uri":"http://localhost:8087/_wdt/4b880c","method":"GET"} [] [2020-04-28T23:12:52.417789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:13:10.167907+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:13:11.403860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:13:14.728485+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7295b2"},"request_uri":"http://localhost:8087/_wdt/7295b2","method":"GET"} [] [2020-04-28T23:13:14.852034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:13:14.852526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:13:14.852142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:14:11.501194+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:14:12.390848+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:14:15.462658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:14:15.462881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:14:15.785008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:14:17.343197+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1c412"},"request_uri":"http://localhost:8087/_wdt/c1c412","method":"GET"} [] [2020-04-28T23:16:19.663434+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:16:21.152605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:16:24.526015+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"720b04"},"request_uri":"http://localhost:8087/_wdt/720b04","method":"GET"} [] [2020-04-28T23:16:25.078506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:16:25.078678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:16:25.446284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:26:45.702158+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:26:46.600736+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:26:50.118678+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41942d"},"request_uri":"http://localhost:8087/_wdt/41942d","method":"GET"} [] [2020-04-28T23:26:50.730190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:26:50.729910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:26:50.730178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:27:08.738362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:28:29.274432+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:28:30.125629+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:28:31.403104+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:28:31.589453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:28:34.901668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:28:35.337227+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1860c4"},"request_uri":"http://localhost:8087/_wdt/1860c4","method":"GET"} [] [2020-04-28T23:28:35.380354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:28:35.380086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:28:40.691904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:29:45.742643+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:29:47.270635+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:29:50.021887+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a6141"},"request_uri":"http://localhost:8087/_wdt/7a6141","method":"GET"} [] [2020-04-28T23:29:50.361708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:29:50.361947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:33:15.646712+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:33:16.945018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:33:20.284841+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e4ea4"},"request_uri":"http://localhost:8087/_wdt/6e4ea4","method":"GET"} [] [2020-04-28T23:33:20.767504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:33:20.768440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:33:20.767694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:33:59.813225+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:34:00.962302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:34:03.901456+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da4ff3"},"request_uri":"http://localhost:8087/_wdt/da4ff3","method":"GET"} [] [2020-04-28T23:34:04.320691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:34:04.320890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:36:20.345928+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:36:21.654532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:36:24.518058+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb95d2"},"request_uri":"http://localhost:8087/_wdt/bb95d2","method":"GET"} [] [2020-04-28T23:36:24.934550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:36:24.934858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:36:24.934718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:37:22.822669+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:37:23.566678+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:37:27.046294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:37:27.043552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:37:27.540850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:37:28.077961+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4bfcf"},"request_uri":"http://localhost:8087/_wdt/b4bfcf","method":"GET"} [] [2020-04-28T23:38:35.291446+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:38:36.864076+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:38:41.768578+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ade50"},"request_uri":"http://localhost:8087/_wdt/9ade50","method":"GET"} [] [2020-04-28T23:38:41.836705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:38:41.837445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:38:42.337334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:38:46.459136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:39:15.549680+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:39:16.826424+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:39:19.865915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:39:19.879271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:39:20.009197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:39:20.071423+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fd4d0"},"request_uri":"http://localhost:8087/_wdt/4fd4d0","method":"GET"} [] [2020-04-28T23:44:38.042817+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:44:39.332799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:44:43.366668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/test/images/placeholder.svg" (from "http://localhost:8087/fr/test/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/test/images/placeholder.svg\" (from \"http://localhost:8087/fr/test/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/test/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:44:43.366384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:44:43.370283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:44:45.185402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:44:45.526299+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5afb7"},"request_uri":"http://localhost:8087/_wdt/d5afb7","method":"GET"} [] [2020-04-28T23:46:09.300496+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:46:10.471262+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:46:14.217312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/test/images/placeholder.svg" (from "http://localhost:8087/fr/test/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/test/images/placeholder.svg\" (from \"http://localhost:8087/fr/test/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/test/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:14.377370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:14.997461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:16.125867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:23.821658+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf0234"},"request_uri":"http://localhost:8087/_wdt/bf0234","method":"GET"} [] [2020-04-28T23:46:29.648424+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:46:30.914576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:46:34.728807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/test/images/placeholder.svg" (from "http://localhost:8087/fr/test/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/test/images/placeholder.svg\" (from \"http://localhost:8087/fr/test/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/test/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:34.745358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:34.890830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:34.964109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:46:35.434160+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02362b"},"request_uri":"http://localhost:8087/_wdt/02362b","method":"GET"} [] [2020-04-28T23:47:27.602842+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:47:28.902572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:47:31.951440+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"407b88"},"request_uri":"http://localhost:8087/_wdt/407b88","method":"GET"} [] [2020-04-28T23:47:32.485578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/test/images/placeholder.svg" (from "http://localhost:8087/fr/test/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/test/images/placeholder.svg\" (from \"http://localhost:8087/fr/test/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/test/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:47:33.485401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:47:33.593639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:47:34.404030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:48:05.872073+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:48:07.119410+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:48:11.151491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/test/images/placeholder.svg" (from "http://localhost:8087/fr/test/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/test/images/placeholder.svg\" (from \"http://localhost:8087/fr/test/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/test/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:48:11.151811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:48:11.151760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:48:11.369467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:48:12.178536+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8ae53"},"request_uri":"http://localhost:8087/_wdt/c8ae53","method":"GET"} [] [2020-04-28T23:49:20.005942+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-28T23:49:20.901774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-28T23:49:24.389304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:49:24.389633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:49:24.389475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-28T23:49:24.506474+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fb04b"},"request_uri":"http://localhost:8087/_wdt/1fb04b","method":"GET"} [] [2020-04-29T21:17:44.718614+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:17:45.967918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:17:49.987090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:17:49.986898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:17:50.316332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:17:50.552957+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c1faa"},"request_uri":"http://localhost:8087/_wdt/5c1faa","method":"GET"} [] [2020-04-29T21:18:41.418823+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:18:42.602652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:18:46.265766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:18:46.265973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:18:46.265503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:18:46.372546+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92633c"},"request_uri":"http://localhost:8087/_wdt/92633c","method":"GET"} [] [2020-04-29T21:19:17.756446+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:19:18.901055+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:19:22.020922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:19:22.021397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:19:22.032255+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc1bdf"},"request_uri":"http://localhost:8087/_wdt/cc1bdf","method":"GET"} [] [2020-04-29T21:19:22.164483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:23:28.950149+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:23:29.674984+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:23:30.287129+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:23:32.937630+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d3dd6"},"request_uri":"http://localhost:8087/_wdt/0d3dd6","method":"GET"} [] [2020-04-29T21:23:33.387799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:23:33.388772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:23:34.237191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:24:11.491132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:25:44.282565+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:25:44.986192+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:25:45.662407+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: posts")." at /app/templates/video/index_test.html.twig line 296 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: posts\"). at /app/templates/video/index_test.html.twig:296)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: posts at /app/var/cache/dev/twig/eb/eb160c97bd2485c292c9bbaeb3b78c7a4ad4cb275de4c4c23fe891550ad64f6f.php:381)"} [] [2020-04-29T21:25:46.124789+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:25:47.721563+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d305db"},"request_uri":"http://localhost:8087/_wdt/d305db","method":"GET"} [] [2020-04-29T21:26:39.171538+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:26:39.831180+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:26:40.501622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:26:43.174746+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e8dfc"},"request_uri":"http://localhost:8087/_wdt/1e8dfc","method":"GET"} [] [2020-04-29T21:26:43.742400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:26:43.917740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:26:44.684704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:31:43.142299+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:31:44.241141+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:31:45.329072+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:31:49.694632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:31:49.694167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:31:49.694447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:31:49.707232+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25353d"},"request_uri":"http://localhost:8087/_wdt/25353d","method":"GET"} [] [2020-04-29T21:32:34.927867+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:32:35.959831+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:32:36.433802+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "}"." at /app/templates/video/index_test.html.twig line 303 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"}\". at /app/templates/video/index_test.html.twig:303)"} [] [2020-04-29T21:32:36.862369+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:32:38.366117+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adf689"},"request_uri":"http://localhost:8087/_wdt/adf689","method":"GET"} [] [2020-04-29T21:32:57.906481+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:32:58.727063+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:32:59.513572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:33:02.103088+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bc1fe"},"request_uri":"http://localhost:8087/_wdt/0bc1fe","method":"GET"} [] [2020-04-29T21:33:02.517319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:33:02.945242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:33:03.625102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:34:47.514308+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:34:48.270916+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:34:48.977975+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-29T21:34:48.987269+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-29T21:34:49.154878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:34:52.069864+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e9530"},"request_uri":"http://localhost:8087/_wdt/8e9530","method":"GET"} [] [2020-04-29T21:34:52.245587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:34:52.246807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:34:52.325993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:44:56.143734+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:44:57.199753+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:44:57.770128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-29T21:44:57.777198+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-29T21:44:57.886431+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:45:02.858443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:45:02.855227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:45:02.916722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:45:03.085681+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"209772"},"request_uri":"http://localhost:8087/_wdt/209772","method":"GET"} [] [2020-04-29T21:45:38.331115+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:45:39.532816+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:45:40.531131+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-29T21:45:40.545672+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-29T21:45:40.730863+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:45:44.183505+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6d1b5"},"request_uri":"http://localhost:8087/_wdt/f6d1b5","method":"GET"} [] [2020-04-29T21:45:44.929550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:45:45.247814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:45:45.249880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:46:43.042540+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T21:46:44.302276+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:46:45.348881+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-29T21:46:45.359163+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-29T21:46:45.572528+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:46:49.632705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:46:49.631871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:46:49.632471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:46:50.068655+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e9746"},"request_uri":"http://localhost:8087/_wdt/0e9746","method":"GET"} [] [2020-04-29T21:57:04.246598+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-29T21:57:04.834830+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:57:05.198788+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-29T21:57:05.219380+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-29T21:57:05.902789+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "url" nor one of the methods "url()", "geturl()"/"isurl()"/"hasurl()" or "__call()" exist and have public access in class "App\Entity\Post"." at /app/templates/video/index.html.twig line 121 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"url\" nor one of the methods \"url()\", \"geturl()\"/\"isurl()\"/\"hasurl()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Post\". at /app/templates/video/index.html.twig:121)"} [] [2020-04-29T21:57:06.315500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:57:08.423747+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e87276"},"request_uri":"http://localhost:8087/_wdt/e87276","method":"GET"} [] [2020-04-29T21:57:23.338920+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-29T21:57:23.788598+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 [] [] [2020-04-29T21:57:23.866055+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-29T21:57:23.878046+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-29T21:57:24.333984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T21:57:28.573186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:57:28.573746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:57:28.910057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:57:28.924254+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0142b1"},"request_uri":"http://localhost:8087/_wdt/0142b1","method":"GET"} [] [2020-04-29T21:57:37.913754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:57:37.913196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T21:57:38.239809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:12:08.845647+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-29T22:12:08.891881+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.906999+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.914261+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.915351+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-29T22:12:08.917261+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.919260+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.920236+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.921144+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-29T22:12:08.921864+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.922927+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.924799+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.925885+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-29T22:12:08.926573+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.927435+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.929287+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.930019+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-29T22:12:08.930687+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.932028+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.933530+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.934348+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-29T22:12:08.935262+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.936880+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.939116+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.939910+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-29T22:12:08.959353+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-29T22:12:08.973355+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.974675+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.975673+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.976515+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-29T22:12:08.977224+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.978697+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.979519+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.980312+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-29T22:12:08.981018+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.982010+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.983293+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.984845+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-29T22:12:08.985932+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.987497+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.988559+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.989363+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-29T22:12:08.990095+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.991057+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.991825+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.993016+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-29T22:12:08.994324+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:12:08.995579+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:12:08.996642+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:12:08.997427+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-29T22:12:08.998744+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_post ADD ecrivain_id INT DEFAULT NULL [] [] [2020-04-29T22:12:09.122378+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_post ADD CONSTRAINT FK_58A92E65FBEED4E6 FOREIGN KEY (ecrivain_id) REFERENCES symfony_demo_user (id) [] [] [2020-04-29T22:12:09.223484+02:00] doctrine.DEBUG: CREATE INDEX IDX_58A92E65FBEED4E6 ON symfony_demo_post (ecrivain_id) [] [] [2020-04-29T22:14:05.708699+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-29T22:14:05.740751+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.753987+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.756607+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.757446+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-29T22:14:05.758132+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.759370+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.761018+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.761751+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-29T22:14:05.762445+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.763411+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.765171+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.765876+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-29T22:14:05.766461+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.767286+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.767977+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.768647+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-29T22:14:05.769295+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.770206+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.772217+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.772862+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-29T22:14:05.773459+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.774268+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.775830+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.776634+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-29T22:14:05.793681+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-29T22:14:05.810256+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.811681+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.812428+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.813078+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-29T22:14:05.813753+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.814627+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.815384+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.816067+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-29T22:14:05.816700+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.817479+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.818211+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.818929+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-29T22:14:05.819566+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.820350+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.821101+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.821697+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-29T22:14:05.822325+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.823242+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.823956+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.824661+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-29T22:14:05.825305+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:14:05.826154+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:14:05.826871+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:14:05.829402+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-29T22:14:05.831551+02:00] doctrine.DEBUG: ALTER TABLE video ADD author_id INT DEFAULT NULL [] [] [2020-04-29T22:14:05.920241+02:00] doctrine.DEBUG: ALTER TABLE video ADD CONSTRAINT FK_7CC7DA2CF675F31B FOREIGN KEY (author_id) REFERENCES symfony_demo_user (id) [] [] [2020-04-29T22:14:05.983320+02:00] doctrine.DEBUG: CREATE INDEX IDX_7CC7DA2CF675F31B ON video (author_id) [] [] [2020-04-29T22:32:27.802252+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-29T22:32:27.831973+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.845006+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.847115+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.847903+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-29T22:32:27.848515+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.849383+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.851477+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.852241+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-29T22:32:27.852919+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.853936+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.855510+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.856145+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-29T22:32:27.856680+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.857380+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.858905+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.859529+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-29T22:32:27.860096+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.860887+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.861506+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.862113+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-29T22:32:27.862635+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.863464+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.864999+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.865663+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-29T22:32:27.880901+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-04-29T22:32:27.891274+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.892446+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.893188+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.893807+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-04-29T22:32:27.894351+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.895170+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.896028+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.896714+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-04-29T22:32:27.897362+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.898230+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.899021+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.899865+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-04-29T22:32:27.900540+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.901326+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.902055+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.902677+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-04-29T22:32:27.903231+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.904121+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.904752+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.905369+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-04-29T22:32:27.905896+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-04-29T22:32:27.906654+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-04-29T22:32:27.907286+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-04-29T22:32:27.907911+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-04-29T22:32:27.909038+02:00] doctrine.DEBUG: ALTER TABLE video ADD theme VARCHAR(255) NOT NULL [] [] [2020-04-29T22:38:06.200243+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-04-29T22:38:07.052292+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-29T22:38:07.230645+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-04-29T22:38:07.252943+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-04-29T22:38:08.718120+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:38:13.121545+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e639d6"},"request_uri":"http://localhost:8087/_wdt/e639d6","method":"GET"} [] [2020-04-29T22:38:13.589646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:38:13.589717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:38:13.589978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:40:58.673702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:40:58.672805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:40:58.673030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:41:04.866670+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T22:41:06.003347+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: videoRepository" at /app/src/Controller/VideoController.php line 91 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: videoRepository at /app/src/Controller/VideoController.php:91)"} [] [2020-04-29T22:41:06.331931+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:41:08.003557+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ed93a"},"request_uri":"http://localhost:8087/_wdt/8ed93a","method":"GET"} [] [2020-04-29T22:41:35.797559+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T22:41:36.285426+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-29T22:41:37.021086+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: post")." at /app/templates/video/index_test.html.twig line 394 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: post\"). at /app/templates/video/index_test.html.twig:394)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: post at /app/var/cache/dev/twig/eb/eb160c97bd2485c292c9bbaeb3b78c7a4ad4cb275de4c4c23fe891550ad64f6f.php:479)"} [] [2020-04-29T22:41:37.456119+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:41:39.563775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b0291"},"request_uri":"http://localhost:8087/_wdt/2b0291","method":"GET"} [] [2020-04-29T22:41:55.642613+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T22:41:56.113375+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-29T22:41:56.625864+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "authoid" nor one of the methods "authoid()", "getauthoid()"/"isauthoid()"/"hasauthoid()" or "__call()" exist and have public access in class "App\Entity\Video"." at /app/templates/video/index_test.html.twig line 397 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"authoid\" nor one of the methods \"authoid()\", \"getauthoid()\"/\"isauthoid()\"/\"hasauthoid()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Video\". at /app/templates/video/index_test.html.twig:397)"} [] [2020-04-29T22:41:56.920703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:41:58.733502+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b79e45"},"request_uri":"http://localhost:8087/_wdt/b79e45","method":"GET"} [] [2020-04-29T22:42:44.881786+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T22:42:45.592312+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-29T22:42:46.454110+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-29T22:42:46.636040+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "title" nor one of the methods "title()", "gettitle()"/"istitle()"/"hastitle()" or "__call()" exist and have public access in class "App\Entity\Video"." at /app/templates/video/index_test.html.twig line 401 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"title\" nor one of the methods \"title()\", \"gettitle()\"/\"istitle()\"/\"hastitle()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Video\". at /app/templates/video/index_test.html.twig:401)"} [] [2020-04-29T22:42:46.972444+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:42:48.884107+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fdccfa"},"request_uri":"http://localhost:8087/_wdt/fdccfa","method":"GET"} [] [2020-04-29T22:43:08.872368+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-04-29T22:43:09.584152+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-29T22:43:10.270237+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-29T22:43:10.320037+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-29T22:43:10.427385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:43:15.065538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:43:15.073767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:43:15.065792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:43:16.186997+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86c55e"},"request_uri":"http://localhost:8087/_wdt/86c55e","method":"GET"} [] [2020-04-29T22:51:02.998786+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/AllPodcast/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast","method":"GET"} [] [2020-04-29T22:51:03.316029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:51:06.396011+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T22:51:08.186554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T22:51:09.993221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T22:51:12.984854+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26c43e"},"request_uri":"http://localhost:8087/_wdt/26c43e","method":"GET"} [] [2020-04-29T22:51:13.445584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:51:13.445202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T22:51:13.445187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:00:42.190382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:02:30.206533+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:02:31.020000+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:02:31.791214+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:02:34.961041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:02:34.962067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:02:34.988582+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59f706"},"request_uri":"http://localhost:8087/_wdt/59f706","method":"GET"} [] [2020-04-29T23:02:35.059118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:04:59.484614+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:05:00.273444+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:05:01.013724+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "id" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29" does not exist." at /app/templates/default/podcast.html.twig line 40 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"id\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\" does not exist. at /app/templates/default/podcast.html.twig:40)"} [] [2020-04-29T23:05:01.323799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:05:02.871318+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0497f"},"request_uri":"http://localhost:8087/_wdt/f0497f","method":"GET"} [] [2020-04-29T23:05:25.549794+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:05:26.064663+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:05:26.747765+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "theme" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29" does not exist." at /app/templates/default/podcast.html.twig line 43 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"theme\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\" does not exist. at /app/templates/default/podcast.html.twig:43)"} [] [2020-04-29T23:05:27.060934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:05:28.915197+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b81511"},"request_uri":"http://localhost:8087/_wdt/b81511","method":"GET"} [] [2020-04-29T23:05:40.718895+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:05:41.485189+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:05:42.218953+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:05:45.180723+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"033fbe"},"request_uri":"http://localhost:8087/_wdt/033fbe","method":"GET"} [] [2020-04-29T23:05:45.224723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:05:45.224758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:05:45.304903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:06:37.681116+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:06:38.392773+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:06:39.127918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:06:42.909926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:06:42.909574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:06:42.918762+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"354d66"},"request_uri":"http://localhost:8087/_wdt/354d66","method":"GET"} [] [2020-04-29T23:06:43.087954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:07:04.941177+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:07:05.720892+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:07:06.523620+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:07:09.572423+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7421aa"},"request_uri":"http://localhost:8087/_wdt/7421aa","method":"GET"} [] [2020-04-29T23:07:09.743153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:07:09.748013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:07:10.158545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:07:35.787320+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:07:36.648713+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:07:37.427967+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:07:40.648902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:07:40.648586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:07:40.782082+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"415aca"},"request_uri":"http://localhost:8087/_wdt/415aca","method":"GET"} [] [2020-04-29T23:07:41.398103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:03.292329+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:08:04.072635+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:08:04.807715+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:08:07.640153+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2a312"},"request_uri":"http://localhost:8087/_wdt/c2a312","method":"GET"} [] [2020-04-29T23:08:08.129463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:08.129616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:08.336609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:20.780033+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:08:21.520156+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:08:22.269825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:08:25.224374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:25.224369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:25.224888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:25.830356+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9025e9"},"request_uri":"http://localhost:8087/_wdt/9025e9","method":"GET"} [] [2020-04-29T23:08:53.047626+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:08:53.919816+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:08:54.628168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:08:57.539261+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"337dfa"},"request_uri":"http://localhost:8087/_wdt/337dfa","method":"GET"} [] [2020-04-29T23:08:57.588006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:57.587851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:08:57.687558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:09:25.708847+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:09:26.538997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:09:27.231997+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:09:30.391617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:09:30.392282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:09:30.446010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:09:30.849992+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"088cde"},"request_uri":"http://localhost:8087/_wdt/088cde","method":"GET"} [] [2020-04-29T23:09:41.490329+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:09:42.284725+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:09:43.017894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:09:45.630844+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"183278"},"request_uri":"http://localhost:8087/_wdt/183278","method":"GET"} [] [2020-04-29T23:09:46.003986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:09:46.005087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:09:46.174295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:27:51.390523+02:00] request.INFO: Matched route "AllPodcast". {"route":"AllPodcast","route_parameters":{"_route":"AllPodcast","_controller":"App\\Controller\\VideoController::AllPodcast","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:27:52.366436+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 [] [] [2020-04-29T23:27:53.153172+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:27:57.106161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:27:57.106472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:27:57.105750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:27:57.340838+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46369c"},"request_uri":"http://localhost:8087/_wdt/46369c","method":"GET"} [] [2020-04-29T23:32:31.885589+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-29T23:32:33.151361+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:32:32+02:00"] [] [2020-04-29T23:32:33.245435+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:32:32+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:32:33.285478+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:32:32+02:00"] [] [2020-04-29T23:32:33.984462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:32:37.401532+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cdceb"},"request_uri":"http://localhost:8087/_wdt/3cdceb","method":"GET"} [] [2020-04-29T23:32:37.932090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:32:37.931923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:32:37.932052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:34:05.041205+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-29T23:34:06.371611+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:34:06+02:00"] [] [2020-04-29T23:34:06.469926+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:34:06+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:34:06.510421+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:34:06+02:00"] [] [2020-04-29T23:36:30.777166+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-29T23:36:31.563998+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:36:31+02:00"] [] [2020-04-29T23:36:31.616939+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:36:31+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:36:31.642513+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:36:31+02:00"] [] [2020-04-29T23:36:32.390714+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "blog_post" must match "[^/]++" ("https://www.youtube.com/watch?v=xkEDk8b4Xd4" given) to generate a corresponding URL.")." at /app/templates/default/podcast.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Parameter \"slug\" for route \"blog_post\" must match \"[^/]++\" (\"https://www.youtube.com/watch?v=xkEDk8b4Xd4\" given) to generate a corresponding URL.\"). at /app/templates/default/podcast.html.twig:9)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\InvalidParameterException(code: 0): Parameter \"slug\" for route \"blog_post\" must match \"[^/]++\" (\"https://www.youtube.com/watch?v=xkEDk8b4Xd4\" given) to generate a corresponding URL. at /app/vendor/symfony/routing/Generator/UrlGenerator.php:193)"} [] [2020-04-29T23:36:32.957929+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:36:34.583621+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaace3"},"request_uri":"http://localhost:8087/_wdt/aaace3","method":"GET"} [] [2020-04-29T23:37:16.743165+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-29T23:37:17.639512+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:37:17+02:00"] [] [2020-04-29T23:37:17.708246+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:37:17+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:37:17.736390+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:37:17+02:00"] [] [2020-04-29T23:37:18.490885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:37:21.648817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:37:21.649062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:37:21.706980+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"889b8f"},"request_uri":"http://localhost:8087/_wdt/889b8f","method":"GET"} [] [2020-04-29T23:37:21.900184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:37:48.753225+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/?tag=consectetur","method":"GET"} [] [2020-04-29T23:37:49.198106+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 WHERE t0.name = ? LIMIT 1 ["consectetur"] [] [2020-04-29T23:37:49.322680+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ INNER JOIN symfony_demo_tag s5_ ON s4_.tag_id = s5_.id WHERE s4_.post_id = s0_.id AND s5_.id IN (?)) ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:37:49+02:00",3] [] [2020-04-29T23:37:49.340589+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ INNER JOIN symfony_demo_tag s5_ ON s4_.tag_id = s5_.id WHERE s4_.post_id = s0_.id AND s5_.id IN (?)) AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:37:49+02:00",3,[2,3,5,6,8,9,10,11,13,22]] [] [2020-04-29T23:37:49.358907+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ INNER JOIN symfony_demo_tag s5_ ON s4_.tag_id = s5_.id WHERE s4_.post_id = s0_.id AND s5_.id IN (?)) ["2020-04-29T23:37:49+02:00",3] [] [2020-04-29T23:37:49.655284+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:37:52.478567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:37:52.480977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:37:52.726201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:37:53.334075+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"591ede"},"request_uri":"http://localhost:8087/_wdt/591ede","method":"GET"} [] [2020-04-29T23:37:57.314288+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/?tag=pariatur","method":"GET"} [] [2020-04-29T23:37:58.054763+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 WHERE t0.name = ? LIMIT 1 ["pariatur"] [] [2020-04-29T23:37:58.228389+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ INNER JOIN symfony_demo_tag s5_ ON s4_.tag_id = s5_.id WHERE s4_.post_id = s0_.id AND s5_.id IN (?)) ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:37:58+02:00",9] [] [2020-04-29T23:37:58.251650+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ INNER JOIN symfony_demo_tag s5_ ON s4_.tag_id = s5_.id WHERE s4_.post_id = s0_.id AND s5_.id IN (?)) AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:37:58+02:00",9,[3,8,12,13,16,24,27,30,31]] [] [2020-04-29T23:37:58.277623+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ INNER JOIN symfony_demo_tag s5_ ON s4_.tag_id = s5_.id WHERE s4_.post_id = s0_.id AND s5_.id IN (?)) ["2020-04-29T23:37:58+02:00",9] [] [2020-04-29T23:37:58.692991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:38:01.799690+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ffea5"},"request_uri":"http://localhost:8087/_wdt/1ffea5","method":"GET"} [] [2020-04-29T23:38:02.271487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:02.272907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:02.273295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:08.546500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:08.545136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:08.806885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:08.899290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:09.411645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:12.026989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:43.715100+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:38:44.419725+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:38:44+02:00"] [] [2020-04-29T23:38:44.467615+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:38:44+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:38:44.490097+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:38:44+02:00"] [] [2020-04-29T23:38:44.871114+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:38:48.762311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b1e77"},"request_uri":"http://localhost:8087/_wdt/9b1e77","method":"GET"} [] [2020-04-29T23:38:49.115826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:49.116291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:38:49.116176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:39:16.529164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:40:59.631272+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:41:00.514988+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:41:00+02:00"] [] [2020-04-29T23:41:00.567434+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:41:00+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:41:00.594220+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:41:00+02:00"] [] [2020-04-29T23:41:01.266220+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("slug") to generate a URL for route "blog_post".")." at /app/templates/default/podcast.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"slug\") to generate a URL for route \"blog_post\".\"). at /app/templates/default/podcast.html.twig:9)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"slug\") to generate a URL for route \"blog_post\". at /app/vendor/symfony/routing/Generator/UrlGenerator.php:177)"} [] [2020-04-29T23:41:01.801769+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:41:04.618254+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53cf18"},"request_uri":"http://localhost:8087/_wdt/53cf18","method":"GET"} [] [2020-04-29T23:45:03.920997+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:45:04.760629+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:45:04+02:00"] [] [2020-04-29T23:45:04.822199+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:45:04+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:45:04.850732+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:45:04+02:00"] [] [2020-04-29T23:45:05.288725+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("slug") to generate a URL for route "blog_post".")." at /app/templates/default/podcast.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"slug\") to generate a URL for route \"blog_post\".\"). at /app/templates/default/podcast.html.twig:9)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"slug\") to generate a URL for route \"blog_post\". at /app/vendor/symfony/routing/Generator/UrlGenerator.php:177)"} [] [2020-04-29T23:45:05.812966+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:45:07.607416+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b2054"},"request_uri":"http://localhost:8087/_wdt/1b2054","method":"GET"} [] [2020-04-29T23:45:25.792757+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:45:26.990398+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:45:26+02:00"] [] [2020-04-29T23:45:27.065704+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:45:26+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:45:27.100006+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:45:26+02:00"] [] [2020-04-29T23:45:28.273637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:45:31.751926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:45:31.752659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:45:31.992085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:45:32.225216+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"578106"},"request_uri":"http://localhost:8087/_wdt/578106","method":"GET"} [] [2020-04-29T23:51:02.142709+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:51:03.368995+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:51:03+02:00"] [] [2020-04-29T23:51:03.445077+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:51:03+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:51:03.480456+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:51:03+02:00"] [] [2020-04-29T23:51:04.661300+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:51:08.148792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:51:08.148561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:51:08.150049+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7abc13"},"request_uri":"http://localhost:8087/_wdt/7abc13","method":"GET"} [] [2020-04-29T23:51:08.400227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:52:49.552012+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:52:50.348500+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:52:50+02:00"] [] [2020-04-29T23:52:50.426995+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:52:50+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:52:50.455665+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:52:50+02:00"] [] [2020-04-29T23:52:50.813546+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "else" tag (expecting closing tag for the "block" tag defined near line 6)." at /app/templates/default/podcast.html.twig line 45 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"else\" tag (expecting closing tag for the \"block\" tag defined near line 6). at /app/templates/default/podcast.html.twig:45)"} [] [2020-04-29T23:52:51.156720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:52:52.991535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0194b1"},"request_uri":"http://localhost:8087/_wdt/0194b1","method":"GET"} [] [2020-04-29T23:53:17.379717+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:53:18.691981+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:53:18+02:00"] [] [2020-04-29T23:53:18.773662+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:53:18+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:53:18.810013+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:53:18+02:00"] [] [2020-04-29T23:53:19.359098+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "block" tag defined near line 6)." at /app/templates/default/podcast.html.twig line 46 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"block\" tag defined near line 6). at /app/templates/default/podcast.html.twig:46)"} [] [2020-04-29T23:53:19.796110+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:53:21.305585+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27aff3"},"request_uri":"http://localhost:8087/_wdt/27aff3","method":"GET"} [] [2020-04-29T23:53:30.583820+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-29T23:53:31.484209+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:53:31+02:00"] [] [2020-04-29T23:53:31.541096+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:53:31+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:53:31.566907+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:53:31+02:00"] [] [2020-04-29T23:53:31.904656+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "endfor" tag (expecting closing tag for the "block" tag defined near line 6)." at /app/templates/default/podcast.html.twig line 46 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"endfor\" tag (expecting closing tag for the \"block\" tag defined near line 6). at /app/templates/default/podcast.html.twig:46)"} [] [2020-04-29T23:53:32.227679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:53:34.750277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f884df"},"request_uri":"http://localhost:8087/_wdt/f884df","method":"GET"} [] [2020-04-29T23:53:48.552848+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/blog/","method":"GET"} [] [2020-04-29T23:53:49.270027+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:53:49+02:00"] [] [2020-04-29T23:53:49.315255+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:53:49+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:53:49.340242+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:53:49+02:00"] [] [2020-04-29T23:53:50.075348+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:53:53.409303+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93edcd"},"request_uri":"http://localhost:8087/_wdt/93edcd","method":"GET"} [] [2020-04-29T23:53:55.062187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:53:55.063498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:53:55.063972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:53:57.962710+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/blog/page/2","method":"GET"} [] [2020-04-29T23:53:58.745157+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:53:58+02:00"] [] [2020-04-29T23:53:58.795608+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:53:58+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:53:58.822493+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:53:58+02:00"] [] [2020-04-29T23:53:59.276122+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:54:02.579289+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d88172"},"request_uri":"http://localhost:8087/_wdt/d88172","method":"GET"} [] [2020-04-29T23:54:02.952657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:02.953181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:02.952818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:05.913059+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"3"},"request_uri":"http://localhost:8087/fr/blog/page/3","method":"GET"} [] [2020-04-29T23:54:06.731045+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 20 ["2020-04-29T23:54:06+02:00"] [] [2020-04-29T23:54:06.782989+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:54:06+02:00",[22,23,24,25,26,27,28,29,30,31]] [] [2020-04-29T23:54:06.808293+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:54:06+02:00"] [] [2020-04-29T23:54:07.241496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:54:10.184937+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64926f"},"request_uri":"http://localhost:8087/_wdt/64926f","method":"GET"} [] [2020-04-29T23:54:10.780591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:10.782024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:10.781127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:14.372524+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/blog/page/1","method":"GET"} [] [2020-04-29T23:54:15.182450+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:54:15+02:00"] [] [2020-04-29T23:54:15.230168+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:54:15+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:54:15.254178+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:54:15+02:00"] [] [2020-04-29T23:54:15.717908+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:54:18.524259+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d6ea2f"},"request_uri":"http://localhost:8087/_wdt/d6ea2f","method":"GET"} [] [2020-04-29T23:54:19.000204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:18.997630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:54:18.998380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:04.044794+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-04-29T23:57:04.898236+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-04-29T23:57:04+02:00"] [] [2020-04-29T23:57:04.951445+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:57:04+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-04-29T23:57:05.102119+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:57:04+02:00"] [] [2020-04-29T23:57:05.578847+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:57:08.504970+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf75b2"},"request_uri":"http://localhost:8087/_wdt/bf75b2","method":"GET"} [] [2020-04-29T23:57:09.010482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:09.010208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:09.010777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:13.543601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:14.103381+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-04-29T23:57:15.061297+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-04-29T23:57:14+02:00"] [] [2020-04-29T23:57:15.115935+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-04-29T23:57:14+02:00",[12,13,14,15,16,17,18,19,20,21]] [] [2020-04-29T23:57:15.141634+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-04-29T23:57:14+02:00"] [] [2020-04-29T23:57:15.563295+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-29T23:57:19.098073+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9efad4"},"request_uri":"http://localhost:8087/_wdt/9efad4","method":"GET"} [] [2020-04-29T23:57:19.337082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:19.337773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-29T23:57:19.336770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:31:11.766101+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:31:12.826501+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:31:16.770501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:31:16.770779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:31:16.770468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:31:17.178070+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ed94d"},"request_uri":"http://localhost:8087/_wdt/5ed94d","method":"GET"} [] [2020-04-30T17:38:46.918714+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:38:47.566699+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:38:48.158156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:38:52.489382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:38:52.529442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:38:52.561368+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bd1d4"},"request_uri":"http://localhost:8087/_wdt/4bd1d4","method":"GET"} [] [2020-04-30T17:38:52.820650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:39:09.412711+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:39:09.937899+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:39:10.724958+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:39:10.801823+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:39:10.937622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:39:16.401617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:39:16.401301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:39:17.194122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:39:17.260688+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a007cc"},"request_uri":"http://localhost:8087/_wdt/a007cc","method":"GET"} [] [2020-04-30T17:40:49.944817+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:40:50.978093+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:40:52.268155+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:40:52.378109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:40:52.632319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:40:57.231585+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9e490"},"request_uri":"http://localhost:8087/_wdt/d9e490","method":"GET"} [] [2020-04-30T17:40:58.038790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:40:58.038624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:40:58.869018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:41:20.134740+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:41:21.465947+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:41:22.546442+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:41:22.664904+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:41:22.940061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:41:27.266477+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e89d9b"},"request_uri":"http://localhost:8087/_wdt/e89d9b","method":"GET"} [] [2020-04-30T17:41:28.300732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:41:28.301854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:41:30.454359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:41:44.067836+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:41:45.356713+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:41:46.750401+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:41:46.868672+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:41:47.150612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:41:51.407996+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2c128"},"request_uri":"http://localhost:8087/_wdt/f2c128","method":"GET"} [] [2020-04-30T17:41:52.116142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:41:52.406985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:41:53.494982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:42:33.058154+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:42:34.526045+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:42:35.690563+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:42:35.797786+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:42:36.012719+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:42:40.863580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:42:40.861923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:42:41.285146+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c2700"},"request_uri":"http://localhost:8087/_wdt/4c2700","method":"GET"} [] [2020-04-30T17:42:41.396732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:43:30.805197+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:43:32.170854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:43:33.543534+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:43:33.634165+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:43:33.967137+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:43:37.988540+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccf789"},"request_uri":"http://localhost:8087/_wdt/ccf789","method":"GET"} [] [2020-04-30T17:43:38.746576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:43:39.544859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:43:40.168360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:52:35.244633+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T17:52:36.338336+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T17:52:37.432631+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T17:52:37.519758+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T17:52:37.719276+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T17:52:42.956593+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fba05d"},"request_uri":"http://localhost:8087/_wdt/fba05d","method":"GET"} [] [2020-04-30T17:52:43.823567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:52:44.093749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:52:44.842133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T17:52:54.613677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:12:34.948245+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:12:36.588309+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:12:37.737211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:12:37.836271+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:12:38.058134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:12:42.881532+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"911396"},"request_uri":"http://localhost:8087/_wdt/911396","method":"GET"} [] [2020-04-30T18:12:43.461719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:12:43.461028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:12:43.518121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:12:55.147789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:13:15.184536+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:13:16.406405+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:13:17.519513+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/audio.html.twig line 355 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/audio.html.twig:355)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/57/57eee01c0ff8897fa3e8a3a890779316faa84d6da30177406fe785c0083d1c63.php:440)"} [] [2020-04-30T18:13:18.284796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:13:20.360570+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e9456"},"request_uri":"http://localhost:8087/_wdt/7e9456","method":"GET"} [] [2020-04-30T18:14:17.553333+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:14:18.371106+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:14:19.150232+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:14:19.231879+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:14:19.375822+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:14:23.368251+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d102df"},"request_uri":"http://localhost:8087/_wdt/d102df","method":"GET"} [] [2020-04-30T18:14:24.141644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:14:24.141582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:14:24.141168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:16:00.283412+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:16:01.245131+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:16:01.850163+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:16:01.937414+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:16:02.102328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:16:05.749340+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a379f9"},"request_uri":"http://localhost:8087/_wdt/a379f9","method":"GET"} [] [2020-04-30T18:16:06.484272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:16:06.903293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:16:07.858523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:16:25.652158+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:16:27.352682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:16:28.767871+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:16:28.900178+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:16:29.184580+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:16:33.484497+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba80f9"},"request_uri":"http://localhost:8087/_wdt/ba80f9","method":"GET"} [] [2020-04-30T18:16:34.326400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:16:34.520669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:16:35.416757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:17:51.048940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:18:24.529720+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:18:25.792899+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:18:27.130162+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:18:27.244827+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:18:27.495860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:18:31.366484+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4289e"},"request_uri":"http://localhost:8087/_wdt/f4289e","method":"GET"} [] [2020-04-30T18:18:32.281582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:18:32.754832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:18:34.437338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:19:04.621246+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:19:05.761266+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:19:06.874752+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:19:06.966218+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:19:07.157385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:19:11.783874+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e12af0"},"request_uri":"http://localhost:8087/_wdt/e12af0","method":"GET"} [] [2020-04-30T18:19:12.728910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:19:13.067731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:19:14.032902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:19:51.913142+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:19:53.554019+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:19:55.183038+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:19:55.295697+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:19:55.574750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:20:00.771464+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db38b9"},"request_uri":"http://localhost:8087/_wdt/db38b9","method":"GET"} [] [2020-04-30T18:20:01.668866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:20:01.822841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:20:03.095498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:20:24.639371+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:20:26.282821+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:20:27.558484+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:20:27.699380+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:20:27.969446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:20:31.604021+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"11be6e"},"request_uri":"http://localhost:8087/_wdt/11be6e","method":"GET"} [] [2020-04-30T18:20:32.453015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:20:33.030150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:20:33.031362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:22:57.514232+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:22:58.878197+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:23:00.068521+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:23:00.178762+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:23:00.386243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:23:05.684187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:23:05.685149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:23:05.684401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:23:06.020443+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69d3c4"},"request_uri":"http://localhost:8087/_wdt/69d3c4","method":"GET"} [] [2020-04-30T18:23:29.395704+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:23:30.915404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:23:32.310753+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:23:32.403323+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:23:32.655545+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:23:38.062444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:23:38.062271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:23:38.400761+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fcf17"},"request_uri":"http://localhost:8087/_wdt/0fcf17","method":"GET"} [] [2020-04-30T18:23:38.640347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:23:59.299435+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:24:00.637064+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:24:01.829727+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:24:02.100685+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:24:02.444123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:24:08.161995+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d40d2"},"request_uri":"http://localhost:8087/_wdt/1d40d2","method":"GET"} [] [2020-04-30T18:24:09.489093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:24:09.648430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:24:10.382835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:25:12.887724+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:25:15.747356+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:25:16.925883+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:25:17.003579+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:25:17.186972+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:25:22.691796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4048c1"},"request_uri":"http://localhost:8087/_wdt/4048c1","method":"GET"} [] [2020-04-30T18:25:23.565631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:25:23.775149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:25:24.009850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:25:36.093541+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:25:37.723107+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:25:39.168469+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:25:39.308951+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:25:39.668666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:25:44.288070+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f9552"},"request_uri":"http://localhost:8087/_wdt/9f9552","method":"GET"} [] [2020-04-30T18:25:45.351035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:25:45.348587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:25:46.940060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:26:39.945978+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:26:41.008624+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:26:42.009869+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:26:42.092494+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:26:42.275441+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:26:48.105339+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee8613"},"request_uri":"http://localhost:8087/_wdt/ee8613","method":"GET"} [] [2020-04-30T18:26:48.905144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:26:48.905442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:26:49.287299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:27:15.780473+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:27:16.837062+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:27:18.029938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:27:18.128223+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:27:18.354049+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:27:22.614520+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d6cee"},"request_uri":"http://localhost:8087/_wdt/8d6cee","method":"GET"} [] [2020-04-30T18:27:23.430794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:27:23.917474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:27:24.081375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:07.249304+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:28:08.784712+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:28:10.234504+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:28:10.366066+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:28:10.650210+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:28:15.056870+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0dfd57"},"request_uri":"http://localhost:8087/_wdt/0dfd57","method":"GET"} [] [2020-04-30T18:28:15.780096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:15.780242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:16.036745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:26.618447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:26.618499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:26.873085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:30.779650+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:28:31.957981+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:28:32.739612+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:28:32.803452+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:28:33.010385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:28:38.036434+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f81fd2"},"request_uri":"http://localhost:8087/_wdt/f81fd2","method":"GET"} [] [2020-04-30T18:28:38.093909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:38.175404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:39.799377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:45.234472+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f81fd2"},"request_uri":"http://localhost:8087/_wdt/f81fd2","method":"GET"} [] [2020-04-30T18:28:45.575632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:45.636511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:45.636233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:28:53.909726+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:28:54.920233+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:28:55.968229+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:28:56.083484+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:28:56.334085+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:29:00.542943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:00.644404+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef77fc"},"request_uri":"http://localhost:8087/_wdt/ef77fc","method":"GET"} [] [2020-04-30T18:29:00.861360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:01.022400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:06.716797+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef77fc"},"request_uri":"http://localhost:8087/_wdt/ef77fc","method":"GET"} [] [2020-04-30T18:29:07.253458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:07.253233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:09.713014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:45.633258+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:29:46.696572+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:29:48.348682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:29:48.521312+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:29:48.811895+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:29:53.683053+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24bede"},"request_uri":"http://localhost:8087/_wdt/24bede","method":"GET"} [] [2020-04-30T18:29:54.563040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:54.689998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:29:55.888362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:08.501491+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:40:09.532244+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:40:10.496051+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:40:10.591302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:40:10.757991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:40:14.034449+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50ef6d"},"request_uri":"http://localhost:8087/_wdt/50ef6d","method":"GET"} [] [2020-04-30T18:40:14.606041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:14.606414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:15.309392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:27.561638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:27.561830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:31.963418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:40:31.960366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:41:35.615416+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:41:36.842818+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:41:38.223804+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:41:38.335210+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:41:38.551650+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:41:42.682458+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ae3f7"},"request_uri":"http://localhost:8087/_wdt/5ae3f7","method":"GET"} [] [2020-04-30T18:41:43.576725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:41:44.496380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:41:44.681709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:06.558955+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:43:07.959163+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:43:08.762063+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:43:08.829777+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:43:08.986419+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:43:13.237552+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf4ee7"},"request_uri":"http://localhost:8087/_wdt/bf4ee7","method":"GET"} [] [2020-04-30T18:43:13.871111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:13.864701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:14.506241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:21.319751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:21.574166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:21.753723+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf4ee7"},"request_uri":"http://localhost:8087/_wdt/bf4ee7","method":"GET"} [] [2020-04-30T18:43:22.515591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:28.386125+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf4ee7"},"request_uri":"http://localhost:8087/_wdt/bf4ee7","method":"GET"} [] [2020-04-30T18:43:28.459572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:28.459877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:43:28.629632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:44:27.951324+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:44:29.059864+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:44:29.945290+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:44:30.014351+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:44:30.178984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:44:33.693110+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb8a97"},"request_uri":"http://localhost:8087/_wdt/cb8a97","method":"GET"} [] [2020-04-30T18:44:33.883074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:44:33.883243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:44:33.906597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:46:27.807110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:46:27.814259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:46:28.240257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:46:29.596245+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:46:30.826471+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:46:31.562663+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:46:31.654840+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:46:31.853561+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:47:20.127462+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:47:20.892683+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:47:22.112655+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:47:22.226833+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:47:22.484197+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:47:25.098638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:47:25.142541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:47:26.036781+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:47:26.071696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:47:27.055682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:47:27.715872+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:47:27.791706+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:47:27.911421+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:49:01.471467+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:49:02.790017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:03.214831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:04.267450+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:49:04.894053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:05.073825+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:49:05.313997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:49:05.515888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:49:14.242960+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:49:15.225786+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:49:15.615980+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:49:15.670735+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:49:15.794272+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:49:19.640545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:19.639638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:19.638861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:19.964206+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f96ccd"},"request_uri":"http://localhost:8087/_wdt/f96ccd","method":"GET"} [] [2020-04-30T18:49:29.435846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:38.512183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:49:48.781406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:05.235306+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:50:06.736781+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:50:08.329941+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:50:08.445986+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:50:08.726960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:50:13.912638+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f22ee"},"request_uri":"http://localhost:8087/_wdt/2f22ee","method":"GET"} [] [2020-04-30T18:50:14.350035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:14.961402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:14.996882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:20.044154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:21.206484+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f22ee"},"request_uri":"http://localhost:8087/_wdt/2f22ee","method":"GET"} [] [2020-04-30T18:50:21.645905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:22.080507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:27.930813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:27.930640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:28.147788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:28.394190+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f22ee"},"request_uri":"http://localhost:8087/_wdt/2f22ee","method":"GET"} [] [2020-04-30T18:50:33.241761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:33.241727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:33.290850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:33.335562+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f22ee"},"request_uri":"http://localhost:8087/_wdt/2f22ee","method":"GET"} [] [2020-04-30T18:50:47.568028+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:50:48.462636+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:50:49.329810+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:50:49.405750+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:50:49.571409+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:50:52.927368+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"889375"},"request_uri":"http://localhost:8087/_wdt/889375","method":"GET"} [] [2020-04-30T18:50:53.620417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:53.992347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:50:55.457202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:01.208676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:01.363230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:01.979178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:23.723185+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:51:25.078231+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:51:26.428160+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:51:26.524963+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:51:26.764647+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:51:30.454445+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f8457"},"request_uri":"http://localhost:8087/_wdt/6f8457","method":"GET"} [] [2020-04-30T18:51:31.113637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:31.273744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:32.917965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:36.395374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:36.447200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:51:36.879374+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f8457"},"request_uri":"http://localhost:8087/_wdt/6f8457","method":"GET"} [] [2020-04-30T18:51:37.201328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:01.327191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:02.451339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:02.565572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:03.056706+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f8457"},"request_uri":"http://localhost:8087/_wdt/6f8457","method":"GET"} [] [2020-04-30T18:52:05.274286+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:52:07.075013+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:52:07.141816+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:52:07.795825+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:52:08.917790+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:52:09.000499+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:52:09.270699+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:52:09.589609+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:52:09.590821+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:52:09.897658+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:52:09.989659+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:52:10.205374+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:52:10.242951+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:52:10.326103+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:52:10.474826+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:52:14.316874+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39714"},"request_uri":"http://localhost:8087/_wdt/e39714","method":"GET"} [] [2020-04-30T18:52:14.989617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:15.529794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:16.142284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:52:59.595408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:55:58.924682+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:56:00.116077+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:56:01.118254+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:56:01.196175+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:56:01.406095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:56:05.593880+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0452ed"},"request_uri":"http://localhost:8087/_wdt/0452ed","method":"GET"} [] [2020-04-30T18:56:05.758849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:05.759005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:05.759262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:40.452483+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:56:41.366189+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:56:42.525467+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:56:42.627026+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:56:42.846012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:56:49.231709+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"384f80"},"request_uri":"http://localhost:8087/_wdt/384f80","method":"GET"} [] [2020-04-30T18:56:49.347748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:49.347389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:49.348172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:54.001404+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"384f80"},"request_uri":"http://localhost:8087/_wdt/384f80","method":"GET"} [] [2020-04-30T18:56:54.558828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:54.662100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:56:55.302275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:57:46.045653+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T18:57:47.336264+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T18:57:48.486960+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T18:57:48.595362+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T18:57:48.801926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T18:57:53.024838+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"208318"},"request_uri":"http://localhost:8087/_wdt/208318","method":"GET"} [] [2020-04-30T18:57:53.281879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:57:53.282312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T18:57:53.536634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:29:51.110882+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T19:29:52.547196+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T19:29:53.344164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T19:29:53.456560+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T19:29:53.618527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T19:29:59.289671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:29:59.290118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:29:59.287868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:29:59.403362+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65db1e"},"request_uri":"http://localhost:8087/_wdt/65db1e","method":"GET"} [] [2020-04-30T19:30:18.173820+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T19:30:19.349071+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T19:30:19.961958+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T19:30:20.053050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T19:30:20.242714+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T19:30:24.263044+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3df868"},"request_uri":"http://localhost:8087/_wdt/3df868","method":"GET"} [] [2020-04-30T19:30:25.045264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:30:25.045770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:30:25.525521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:43:13.643619+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T19:43:15.317997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T19:43:16.828670+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T19:43:16.917930+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T19:43:17.176952+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T19:43:22.621641+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31efaa"},"request_uri":"http://localhost:8087/_wdt/31efaa","method":"GET"} [] [2020-04-30T19:43:22.914179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:43:22.917116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:43:22.922978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:44:32.861395+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T19:44:34.573022+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T19:44:36.169050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T19:44:36.286267+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T19:44:36.575741+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T19:44:41.995628+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"071c41"},"request_uri":"http://localhost:8087/_wdt/071c41","method":"GET"} [] [2020-04-30T19:44:42.674775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:44:42.675356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:44:42.796216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:15.315973+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T19:45:16.880869+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T19:45:18.370238+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T19:45:18.488969+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T19:45:18.754587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T19:45:24.666078+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e2dcd"},"request_uri":"http://localhost:8087/_wdt/3e2dcd","method":"GET"} [] [2020-04-30T19:45:25.156146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:25.156957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:25.157023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:29.964093+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e2dcd"},"request_uri":"http://localhost:8087/_wdt/3e2dcd","method":"GET"} [] [2020-04-30T19:45:30.509036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:30.508588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:30.658002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:33.142969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:35.024024+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e2dcd"},"request_uri":"http://localhost:8087/_wdt/3e2dcd","method":"GET"} [] [2020-04-30T19:45:35.166577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:45:35.458991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:46:12.703250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:46:12.702810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:46:12.703010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:47:15.684933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:47:15.685005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T19:47:15.692157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:37:07.097490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:37:07.098230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:37:27.483348+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:37:29.122384+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T23:37:30.792375+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T23:37:30.937334+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T23:37:31.241579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:37:35.440023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:37:35.440612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:37:35.440331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:37:36.188923+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"543aa0"},"request_uri":"http://localhost:8087/_wdt/543aa0","method":"GET"} [] [2020-04-30T23:38:38.689124+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:38:39.918422+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T23:38:40.993698+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T23:38:41.102739+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T23:38:41.330783+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:38:45.797756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:38:45.797386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:38:46.120753+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c36cb"},"request_uri":"http://localhost:8087/_wdt/2c36cb","method":"GET"} [] [2020-04-30T23:38:46.520390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:02.636715+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:39:03.502497+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T23:39:04.005430+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T23:39:04.084407+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T23:39:04.283826+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:39:09.413563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:09.410135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:09.712162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"457216"},"request_uri":"http://localhost:8087/_wdt/457216","method":"GET"} [] [2020-04-30T23:39:10.032632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:20.619557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:20.619426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:45.470840+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:39:46.400189+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T23:39:47.248327+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T23:39:47.322124+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T23:39:47.484012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:39:50.659298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:50.658931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:51.003831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:39:51.086216+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"452f31"},"request_uri":"http://localhost:8087/_wdt/452f31","method":"GET"} [] [2020-04-30T23:40:07.524788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:40:19.542468+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:40:20.325120+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T23:40:21.071104+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T23:40:21.131191+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T23:40:21.264876+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:40:24.145634+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4b4bc"},"request_uri":"http://localhost:8087/_wdt/b4b4bc","method":"GET"} [] [2020-04-30T23:40:24.619348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:40:24.619033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:40:25.828166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-04-30T23:52:53.586151+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:52:54.078994+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $d of "App\Controller\DefaultController::audioAction()": Cannot autowire service "App\Pagination\Paginator": argument "$queryBuilder" of method "__construct()" references class "Doctrine\ORM\QueryBuilder" but no such service exists." at /app/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $d of \"App\\Controller\\DefaultController::audioAction()\": Cannot autowire service \"App\\Pagination\\Paginator\": argument \"$queryBuilder\" of method \"__construct()\" references class \"Doctrine\\ORM\\QueryBuilder\" but no such service exists. at /app/vendor/symfony/dependency-injection/Container.php:435)"} [] [2020-04-30T23:52:54.387907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:52:56.521309+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"221557"},"request_uri":"http://localhost:8087/_wdt/221557","method":"GET"} [] [2020-04-30T23:56:03.352796+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:56:04.029281+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-04-30T23:56:04.460755+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-04-30T23:56:04.625876+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-04-30T23:56:04.634768+02:00] php.CRITICAL: Uncaught Error: Return value of App\Controller\DefaultController::audioAction() must be an instance of App\Pagination\Paginator, instance of Symfony\Component\HttpFoundation\Response returned {"exception":"[object] (TypeError(code: 0): Return value of App\\Controller\\DefaultController::audioAction() must be an instance of App\\Pagination\\Paginator, instance of Symfony\\Component\\HttpFoundation\\Response returned at /app/src/Controller/DefaultController.php:284)"} [] [2020-04-30T23:56:04.713270+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Return value of App\Controller\DefaultController::audioAction() must be an instance of App\Pagination\Paginator, instance of Symfony\Component\HttpFoundation\Response returned" at /app/src/Controller/DefaultController.php line 284 {"exception":"[object] (TypeError(code: 0): Return value of App\\Controller\\DefaultController::audioAction() must be an instance of App\\Pagination\\Paginator, instance of Symfony\\Component\\HttpFoundation\\Response returned at /app/src/Controller/DefaultController.php:284)"} [] [2020-04-30T23:56:04.867899+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:56:07.136313+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d01b9c"},"request_uri":"http://localhost:8087/_wdt/d01b9c","method":"GET"} [] [2020-04-30T23:58:52.265736+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-04-30T23:58:52.753193+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $paginator of "App\Controller\DefaultController::audioAction()": Cannot autowire service "App\Pagination\Paginator": argument "$queryBuilder" of method "__construct()" references class "Doctrine\ORM\QueryBuilder" but no such service exists." at /app/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $paginator of \"App\\Controller\\DefaultController::audioAction()\": Cannot autowire service \"App\\Pagination\\Paginator\": argument \"$queryBuilder\" of method \"__construct()\" references class \"Doctrine\\ORM\\QueryBuilder\" but no such service exists. at /app/vendor/symfony/dependency-injection/Container.php:435)"} [] [2020-04-30T23:58:53.076885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-04-30T23:58:55.610303+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"615933"},"request_uri":"http://localhost:8087/_wdt/615933","method":"GET"} [] [2020-05-01T00:01:37.642951+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:01:38.030564+02:00] php.CRITICAL: Uncaught Error: Too few arguments to function App\Pagination\Paginator::__construct(), 0 passed in /app/src/Controller/DefaultController.php on line 266 and at least 1 expected {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function App\\Pagination\\Paginator::__construct(), 0 passed in /app/src/Controller/DefaultController.php on line 266 and at least 1 expected at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-01T00:01:38.110994+02:00] request.CRITICAL: Uncaught PHP Exception ArgumentCountError: "Too few arguments to function App\Pagination\Paginator::__construct(), 0 passed in /app/src/Controller/DefaultController.php on line 266 and at least 1 expected" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function App\\Pagination\\Paginator::__construct(), 0 passed in /app/src/Controller/DefaultController.php on line 266 and at least 1 expected at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-01T00:01:38.377660+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:01:40.693974+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b4c38"},"request_uri":"http://localhost:8087/_wdt/7b4c38","method":"GET"} [] [2020-05-01T00:02:06.993862+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:02:07.798239+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:02:08.324459+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:02:08.396686+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:02:08.536203+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:02:13.740122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:02:13.735013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:02:13.942598+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e33601"},"request_uri":"http://localhost:8087/_wdt/e33601","method":"GET"} [] [2020-05-01T00:02:14.137806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:06:26.737647+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:06:28.080580+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:06:29.251859+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:06:29.348397+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:06:29.561492+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:06:34.630132+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53d26a"},"request_uri":"http://localhost:8087/_wdt/53d26a","method":"GET"} [] [2020-05-01T00:06:35.206010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:06:35.206759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:06:35.212030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:06:41.699343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:06:41.699013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:06:41.828791+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53d26a"},"request_uri":"http://localhost:8087/_wdt/53d26a","method":"GET"} [] [2020-05-01T00:06:41.914330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:25.939534+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:08:26.919709+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:08:27.757257+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:08:27.826198+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:08:27.982872+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:08:31.643251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:31.643362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:31.643070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:32.185564+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a4567"},"request_uri":"http://localhost:8087/_wdt/6a4567","method":"GET"} [] [2020-05-01T00:08:46.507286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:46.507046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:46.507610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:54.848689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:54.848848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:08:54.849742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:05.870978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:05.870923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:05.875064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:16.706534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:17.013203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:52.824487+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:09:53.795842+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:09:54.836256+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:09:54.909818+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:09:55.164500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:09:58.557175+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0549db"},"request_uri":"http://localhost:8087/_wdt/0549db","method":"GET"} [] [2020-05-01T00:09:59.299741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:09:59.677894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:10:00.759357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:12:21.116860+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:12:22.110425+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:12:22.981744+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:12:23.057339+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:12:23.236033+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:12:26.676626+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe3f22"},"request_uri":"http://localhost:8087/_wdt/fe3f22","method":"GET"} [] [2020-05-01T00:12:27.209186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:12:27.209033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:12:27.405459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:20:49.950227+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:20:51.273954+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:20:52.468840+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:20:52.565510+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:20:52.786746+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:20:59.780323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:20:59.780549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:20:59.780982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:20:59.878729+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"137840"},"request_uri":"http://localhost:8087/_wdt/137840","method":"GET"} [] [2020-05-01T00:21:10.308176+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"137840"},"request_uri":"http://localhost:8087/_wdt/137840","method":"GET"} [] [2020-05-01T00:21:10.328286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:21:10.945902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:21:10.946315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:23:07.699494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:26:51.168396+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:26:52.159651+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:26:53.001170+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:26:53.077701+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:26:53.241799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:26:58.099734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:26:58.099038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:26:58.100153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:26:58.346924+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ead28e"},"request_uri":"http://localhost:8087/_wdt/ead28e","method":"GET"} [] [2020-05-01T00:27:20.879674+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:27:22.341288+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:27:23.480296+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:27:23.574979+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:27:23.791353+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:27:27.631195+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4371df"},"request_uri":"http://localhost:8087/_wdt/4371df","method":"GET"} [] [2020-05-01T00:27:28.575768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:27:28.790665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:27:29.270982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:27:58.494226+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:27:59.251360+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:27:59.771660+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:27:59.808596+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:27:59.916580+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:28:02.600563+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76df9a"},"request_uri":"http://localhost:8087/_wdt/76df9a","method":"GET"} [] [2020-05-01T00:28:03.072533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:28:03.072545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:28:04.021867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:30:27.961378+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:30:29.332546+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:30:30.112333+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:30:30.173586+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:30:30.331473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:30:34.202259+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9eb55d"},"request_uri":"http://localhost:8087/_wdt/9eb55d","method":"GET"} [] [2020-05-01T00:30:34.826713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:30:35.018450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:30:35.336433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:17.113059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:17.113474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:21.759186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:21.759049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:34.519477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:34.968194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:31:42.401043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:35:56.611655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:36:28.784468+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:36:29.752759+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:36:30.889374+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:36:30.977616+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:36:31.168512+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:36:36.663252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:36:36.663122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:36:36.854516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"888059"},"request_uri":"http://localhost:8087/_wdt/888059","method":"GET"} [] [2020-05-01T00:36:36.911101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:36:57.615865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:36:57.615686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:36:57.615964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:20.693489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:20.693640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:20.846038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:36.481253+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:37:37.409196+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:37:38.262976+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:37:38.333713+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:37:38.488835+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:37:42.010058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:42.009784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:42.468868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:37:42.497691+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b233b2"},"request_uri":"http://localhost:8087/_wdt/b233b2","method":"GET"} [] [2020-05-01T00:39:03.131773+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:39:04.249397+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:39:05.267782+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:39:05.357058+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:39:05.549834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:39:10.101645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:39:10.099602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:39:10.200722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:39:10.758152+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bccb48"},"request_uri":"http://localhost:8087/_wdt/bccb48","method":"GET"} [] [2020-05-01T00:39:33.655212+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:39:35.170019+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:39:36.545188+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:39:36.661405+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:39:36.931041+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:39:41.883927+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6a6a7"},"request_uri":"http://localhost:8087/_wdt/f6a6a7","method":"GET"} [] [2020-05-01T00:39:42.837105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:39:42.943092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:39:42.943405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:41:58.289381+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:41:59.656108+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:42:00.945134+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:42:01.030276+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:42:01.292068+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:42:05.729806+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92479a"},"request_uri":"http://localhost:8087/_wdt/92479a","method":"GET"} [] [2020-05-01T00:42:06.611403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:42:06.611921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:42:06.973218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:42:48.339419+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:42:49.744269+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:42:50.910108+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:42:50.984932+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:42:51.156646+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:42:55.616718+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bd870"},"request_uri":"http://localhost:8087/_wdt/4bd870","method":"GET"} [] [2020-05-01T00:42:56.095179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:42:56.095200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:42:56.095360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:44:07.801963+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-01T00:44:08.724927+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:44:09.967054+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:44:10.046379+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:44:10.204674+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:44:13.950231+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"094339"},"request_uri":"http://localhost:8087/_wdt/094339","method":"GET"} [] [2020-05-01T00:44:14.675102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:44:15.541183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:44:15.996161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:46:07.396037+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:46:08.389211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 WHERE t0.id = ? ["5"] [] [2020-05-01T00:46:09.270622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:46:13.939265+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75dafb"},"request_uri":"http://localhost:8087/_wdt/75dafb","method":"GET"} [] [2020-05-01T00:46:14.566976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:46:14.569943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:46:14.758588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:47:19.511889+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-01T00:47:20.288055+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:47:20.793446+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:47:20.872079+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:47:21.061391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:47:26.951081+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"471049"},"request_uri":"http://localhost:8087/_wdt/471049","method":"GET"} [] [2020-05-01T00:47:27.302267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:47:27.303178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:47:27.701543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:51:04.485694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:51:04.485897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:51:05.814846+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:51:06.335969+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: videoRepository" at /app/src/Controller/VideoController.php line 68 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: videoRepository at /app/src/Controller/VideoController.php:68)"} [] [2020-05-01T00:51:06.578314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:51:08.921797+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bdc45"},"request_uri":"http://localhost:8087/_wdt/1bdc45","method":"GET"} [] [2020-05-01T00:51:35.875089+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:51:36.132121+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: videoRepository" at /app/src/Controller/VideoController.php line 68 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: videoRepository at /app/src/Controller/VideoController.php:68)"} [] [2020-05-01T00:51:36.298694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:51:45.642482+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d55a8"},"request_uri":"http://localhost:8087/_wdt/0d55a8","method":"GET"} [] [2020-05-01T00:52:30.928334+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:52:31.739858+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:52:32.270878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:52:36.980554+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b82efe"},"request_uri":"http://localhost:8087/_wdt/b82efe","method":"GET"} [] [2020-05-01T00:52:37.193507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:52:37.193664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:52:37.193798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:52:42.019084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:52:50.465574+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:52:51.254177+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:52:52.050061+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:52:52.117987+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:52:52.264355+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:52:56.271335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:52:56.622627+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6545f"},"request_uri":"http://localhost:8087/_wdt/f6545f","method":"GET"} [] [2020-05-01T00:52:56.750354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:52:57.436681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:53:42.775339+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:53:43.487044+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:53:44.155779+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:53:44.215205+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:53:44.346417+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:53:47.533650+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92567f"},"request_uri":"http://localhost:8087/_wdt/92567f","method":"GET"} [] [2020-05-01T00:53:48.019855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:53:48.452108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:53:48.897024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:56:38.176121+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:56:39.250271+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:56:40.245360+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:56:40.340968+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:56:40.543087+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:56:48.327630+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3180a"},"request_uri":"http://localhost:8087/_wdt/f3180a","method":"GET"} [] [2020-05-01T00:56:49.308208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:56:49.390492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:56:50.036528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:57:17.734593+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:57:19.021386+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:57:20.085727+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:57:20.176042+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:57:20.421996+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:57:26.459151+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b1593"},"request_uri":"http://localhost:8087/_wdt/7b1593","method":"GET"} [] [2020-05-01T00:57:26.559927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:57:26.560027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:57:26.823062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:57:37.807962+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:57:38.605790+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:57:39.417450+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:57:39.475180+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:57:39.606067+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:57:45.484663+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adddca"},"request_uri":"http://localhost:8087/_wdt/adddca","method":"GET"} [] [2020-05-01T00:57:46.139544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:57:46.139544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:57:46.268959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:58:05.278014+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:58:06.170320+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:58:06.951073+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:58:07.019731+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:58:07.176189+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:58:11.476100+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6075d5"},"request_uri":"http://localhost:8087/_wdt/6075d5","method":"GET"} [] [2020-05-01T00:58:12.014793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:58:12.633215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:58:13.356123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:59:04.893959+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/video/5","method":"GET"} [] [2020-05-01T00:59:05.731608+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T00:59:06.429809+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T00:59:06.493081+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T00:59:06.628131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T00:59:10.904972+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd4379"},"request_uri":"http://localhost:8087/_wdt/bd4379","method":"GET"} [] [2020-05-01T00:59:11.602210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:59:11.597404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T00:59:11.976145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:05:05.257110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:08:35.960102+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:08:37.609491+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:08:42.330909+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c8054"},"request_uri":"http://localhost:8087/_wdt/2c8054","method":"GET"} [] [2020-05-01T01:08:43.081397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:08:43.075891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:08:44.244929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:10:34.336634+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:10:35.072232+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "livre" does not exist." at /app/templates/default/index.html.twig line 22 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"livre\" does not exist. at /app/templates/default/index.html.twig:22)"} [] [2020-05-01T01:10:35.376635+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:10:37.641597+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e9d20"},"request_uri":"http://localhost:8087/_wdt/9e9d20","method":"GET"} [] [2020-05-01T01:11:18.346330+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:11:19.561515+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:11:22.832548+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad72ab"},"request_uri":"http://localhost:8087/_wdt/ad72ab","method":"GET"} [] [2020-05-01T01:11:23.344699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:23.345371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:23.344533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:33.666810+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-05-01T01:11:37.994273+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:11:41.122184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:41.122399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:41.123295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:41.528632+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e82899"},"request_uri":"http://localhost:8087/_wdt/e82899","method":"GET"} [] [2020-05-01T01:11:45.446312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:45.446608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:11:45.446156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:12:31.184474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:12:31.380818+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:12:32.420760+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:12:35.747948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:12:35.747315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:12:35.747866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:12:36.039824+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21a6df"},"request_uri":"http://localhost:8087/_wdt/21a6df","method":"GET"} [] [2020-05-01T01:18:36.188377+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:18:38.110785+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:18:44.090985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:18:44.090599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:18:44.163397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:18:44.459840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:18:44.661083+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"397102"},"request_uri":"http://localhost:8087/_wdt/397102","method":"GET"} [] [2020-05-01T01:19:14.139613+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:19:15.584244+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:19:19.698934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:19:19.731625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:19:20.056981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:19:21.505260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:19:21.762076+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb9144"},"request_uri":"http://localhost:8087/_wdt/cb9144","method":"GET"} [] [2020-05-01T01:20:25.258590+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:20:26.477554+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:20:30.342478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:20:30.343154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:20:30.535983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:20:30.859886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:20:31.238243+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05a555"},"request_uri":"http://localhost:8087/_wdt/05a555","method":"GET"} [] [2020-05-01T01:21:49.876782+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T01:21:50.894109+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T01:21:55.289441+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"539df7"},"request_uri":"http://localhost:8087/_wdt/539df7","method":"GET"} [] [2020-05-01T01:21:56.155235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:21:56.192308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T01:21:58.395484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:23.171072+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T22:14:24.502703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:14:28.419616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:28.419452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:28.488774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:28.523435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:29.242639+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2239d9"},"request_uri":"http://localhost:8087/_wdt/2239d9","method":"GET"} [] [2020-05-01T22:14:36.431865+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T22:14:37.522398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:14:40.529101+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa62c4"},"request_uri":"http://localhost:8087/_wdt/aa62c4","method":"GET"} [] [2020-05-01T22:14:41.041411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:41.041567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:42.043163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:14:43.310629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:15:50.471598+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-01T22:15:51.664603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:15:54.771254+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d77ec"},"request_uri":"http://localhost:8087/_wdt/3d77ec","method":"GET"} [] [2020-05-01T22:15:55.511312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:15:56.286330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:15:57.307491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:15:59.307550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:06.425627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:06.425263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:06.430890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:11.436852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:11.821191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:12.011982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:13.950423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:14.743712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:17.125689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:17.126688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:17.598388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:18.747931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:18.793060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:21.319354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:21.319129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:16:21.788898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:18:48.706830+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-05-01T22:18:49.375406+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_post_tag [] [] [2020-05-01T22:18:49.404717+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_comment [] [] [2020-05-01T22:18:49.430471+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_post [] [] [2020-05-01T22:18:49.442312+02:00] doctrine.DEBUG: DELETE FROM video [] [] [2020-05-01T22:18:49.443312+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_user [] [] [2020-05-01T22:18:49.453537+02:00] doctrine.DEBUG: DELETE FROM symfony_demo_tag [] [] [2020-05-01T22:18:50.422557+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?) {"1":"Jane Doe","2":"jane_admin","3":"jane_admin@symfony.com","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_ADMIN"],"6":null} [] [2020-05-01T22:18:50.469679+02:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-05-01T22:18:50.485150+02:00] console.ERROR: Error thrown while running command "doctrine:fixtures:load". Message: "An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params ["Jane Doe", "jane_admin", "jane_admin@symfony.com", "$argon2i$v=19$m=65536,t=4,p=1$enM1TERsWnFYc0ZSMDQyVA$PPq2koVSYvhTtAF9oWrogthYOJ\/mDZQt9Aoc5If4lCg", "[\"ROLE_ADMIN\"]", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null" {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params [\"Jane Doe\", \"jane_admin\", \"jane_admin@symfony.com\", \"$argon2i$v=19$m=65536,t=4,p=1$enM1TERsWnFYc0ZSMDQyVA$PPq2koVSYvhTtAF9oWrogthYOJ\\/mDZQt9Aoc5If4lCg\", \"[\\\"ROLE_ADMIN\\\"]\", null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:123)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:121)","command":"doctrine:fixtures:load","message":"An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params [\"Jane Doe\", \"jane_admin\", \"jane_admin@symfony.com\", \"$argon2i$v=19$m=65536,t=4,p=1$enM1TERsWnFYc0ZSMDQyVA$PPq2koVSYvhTtAF9oWrogthYOJ\\/mDZQt9Aoc5If4lCg\", \"[\\\"ROLE_ADMIN\\\"]\", null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null"} [] [2020-05-01T22:18:50.488858+02:00] console.DEBUG: Command "doctrine:fixtures:load" exited with code "1" {"command":"doctrine:fixtures:load","code":1} [] [2020-05-01T22:23:42.781417+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T22:23:43.938546+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-01T22:23:43+02:00"] [] [2020-05-01T22:23:44.004510+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s1_.picture AS picture_12, s2_.id AS id_13, s2_.name AS name_14, s0_.author_id AS author_id_15, s0_.ecrivain_id AS ecrivain_id_16 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-01T22:23:43+02:00",[2,3,4,5,6,7,8,9,10,11]] [] [2020-05-01T22:23:44.163928+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? ["2020-05-01T22:23:43+02:00"] [] [2020-05-01T22:23:44.969401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:23:49.000674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:23:49.000519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:23:49.000582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:23:49.170752+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58a692"},"request_uri":"http://localhost:8087/_wdt/58a692","method":"GET"} [] [2020-05-01T22:25:04.104639+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","title":"habitasse platea dictumst. Era brevis ratione est. Sunt torquises imitari velox mirabilis medicinaes. Eposs sunt solems de superbus fortis"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/habitasse%20platea%20dictumst.%20Era%20brevis%20ratione%20est.%20Sunt%20torquises%20imitari%20velox%20mirabilis%20medicinaes.%20Eposs%20sunt%20solems%20de%20superbus%20fortis","method":"GET"} [] [2020-05-01T22:25:05.024550+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.title = ? LIMIT 1 ["habitasse platea dictumst. [...]"] [] [2020-05-01T22:25:05.191305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-01T22:25:05.528682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:25:08.219368+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b034f8"},"request_uri":"http://localhost:8087/_wdt/b034f8","method":"GET"} [] [2020-05-01T22:26:41.659229+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","title":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:26:42.396493+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.title = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:26:42.528596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-01T22:26:42.818556+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:26:45.383935+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5c848"},"request_uri":"http://localhost:8087/_wdt/a5c848","method":"GET"} [] [2020-05-01T22:27:29.215791+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","title":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:27:30.005728+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.title = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:27:30.141694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-01T22:27:30.454351+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:27:32.120616+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a17e41"},"request_uri":"http://localhost:8087/_wdt/a17e41","method":"GET"} [] [2020-05-01T22:29:20.202826+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:29:21.144231+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:29:21.789196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:29:25.379379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:29:25.378928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:29:25.378770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:29:25.600915+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e95e3"},"request_uri":"http://localhost:8087/_wdt/4e95e3","method":"GET"} [] [2020-05-01T22:30:32.046732+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:30:32.808289+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:30:33.291189+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "end of template" ("end of statement block" expected)." at /app/templates/blog/post_show.html.twig line 76 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"end of template\" (\"end of statement block\" expected). at /app/templates/blog/post_show.html.twig:76)"} [] [2020-05-01T22:30:33.640668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:30:35.200342+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de9b18"},"request_uri":"http://localhost:8087/_wdt/de9b18","method":"GET"} [] [2020-05-01T22:31:09.442999+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:31:10.116097+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:31:10.832157+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:31:11.208304+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:31:11.218077+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:31:11.261338+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:31:11.288860+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:31:11.293534+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:31:11.295191+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:31:11.295899+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:31:11.296646+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:31:11.297194+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:31:11.297599+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:31:11.298002+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:31:15.377576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:31:15.413338+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ffcbb"},"request_uri":"http://localhost:8087/_wdt/6ffcbb","method":"GET"} [] [2020-05-01T22:31:15.492056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:31:15.798264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:43:06.647804+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-01T22:43:07.398128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-01T22:43:07.808951+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:43:07.875331+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-01T22:43:07.996652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:43:12.100058+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fc7ed"},"request_uri":"http://localhost:8087/_wdt/2fc7ed","method":"GET"} [] [2020-05-01T22:43:12.748106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:43:12.747816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:43:12.748313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:43:27.066584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:49:25.019626+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:49:25.842894+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:49:26.589875+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:49:26.936900+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:49:26.946482+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:49:26.991306+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:49:27.022251+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:49:27.023766+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:49:27.025074+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:49:27.025746+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:49:27.026302+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:49:27.026771+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:49:27.027361+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:49:27.028781+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:49:30.413697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:49:30.413114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:49:30.413278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:49:30.513614+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"825b48"},"request_uri":"http://localhost:8087/_wdt/825b48","method":"GET"} [] [2020-05-01T22:49:39.590499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:50:36.180600+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:50:36.954885+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:50:37.759524+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:50:38.113556+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:50:38.121095+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:50:38.163739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:50:38.192390+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:50:38.193924+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:50:38.195181+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:50:38.195826+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:50:38.196521+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:50:38.197097+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:50:38.197649+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:50:38.198164+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:50:41.863692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:50:41.864315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/images/placeholder.svg" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/images/placeholder.svg\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:50:42.014744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:50:42.664371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:50:43.181653+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa76a0"},"request_uri":"http://localhost:8087/_wdt/fa76a0","method":"GET"} [] [2020-05-01T22:51:32.557482+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:51:33.389946+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:51:34.210291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:51:34.576762+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:51:34.587353+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:51:34.627533+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:51:34.661944+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:51:34.664545+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:51:34.666448+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:51:34.667321+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:51:34.667888+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:51:34.668414+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:51:34.668907+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:51:34.669454+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:51:38.599574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/images/placeholder.svg" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/images/placeholder.svg\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:51:38.599270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:51:38.868934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:51:39.207729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:51:40.097465+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44b0b5"},"request_uri":"http://localhost:8087/_wdt/44b0b5","method":"GET"} [] [2020-05-01T22:52:16.254191+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:52:16.985930+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:52:17.713458+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:52:18.051830+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:52:18.059749+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:52:18.099418+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:52:18.124320+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:52:18.127457+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:52:18.128687+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:52:18.129314+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:52:18.129851+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:52:18.130332+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:52:18.130835+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:52:18.131291+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:52:21.387308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:52:21.387308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:52:21.387460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:52:21.984225+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"516728"},"request_uri":"http://localhost:8087/_wdt/516728","method":"GET"} [] [2020-05-01T22:55:05.086222+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:55:05.702643+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:55:06.444952+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:55:06.784733+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:55:06.794532+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:55:06.849474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:55:06.879319+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:55:06.883129+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:55:06.884877+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:55:06.885931+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:55:06.886651+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:55:06.887459+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:55:06.888023+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:55:06.888567+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:55:10.109915+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e42a69"},"request_uri":"http://localhost:8087/_wdt/e42a69","method":"GET"} [] [2020-05-01T22:55:10.529479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:55:10.530313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:55:10.531846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:55:59.533455+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:56:00.592331+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:56:01.764112+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:56:02.207977+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:56:02.216732+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC [2] [] [2020-05-01T22:56:02.271658+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:56:02.308554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:56:02.310122+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:56:02.311638+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:56:02.312370+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:56:02.312903+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:56:02.313566+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:56:02.314114+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:56:02.314775+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:56:06.730531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:56:06.730381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:56:07.089414+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"975cfd"},"request_uri":"http://localhost:8087/_wdt/975cfd","method":"GET"} [] [2020-05-01T22:56:07.228934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:58:23.930091+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:58:24.445761+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:58:24.916838+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:58:25.134483+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:58:25.156422+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:58:25.175023+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:58:25.181044+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:58:25.182201+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:58:25.182689+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:58:25.183293+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:58:25.183882+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:58:25.184486+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:58:25.185306+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:58:29.005600+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f74d3"},"request_uri":"http://localhost:8087/_wdt/1f74d3","method":"GET"} [] [2020-05-01T22:58:29.451768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:58:29.452469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:58:29.450078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:13.191654+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:59:13.998294+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:59:14.726078+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:59:15.061948+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:59:15.095852+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:59:15.123827+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:59:15.135714+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:59:15.137425+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:59:15.138119+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:59:15.138621+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:59:15.139125+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:59:15.139679+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:59:15.140203+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:59:19.028707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:19.030503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:19.057743+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db8f11"},"request_uri":"http://localhost:8087/_wdt/db8f11","method":"GET"} [] [2020-05-01T22:59:19.248076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:37.728205+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T22:59:38.581290+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T22:59:39.385899+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T22:59:39.765314+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T22:59:39.803112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T22:59:39.832193+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T22:59:39.843803+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T22:59:39.845573+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T22:59:39.846196+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T22:59:39.846684+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T22:59:39.847149+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T22:59:39.847845+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T22:59:39.848385+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T22:59:43.161522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:43.161605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:43.514381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T22:59:44.115417+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea4fa0"},"request_uri":"http://localhost:8087/_wdt/ea4fa0","method":"GET"} [] [2020-05-01T23:11:07.357650+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T23:11:08.170938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T23:11:08.630961+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T23:11:08.958601+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T23:11:08.991771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:11:09.019768+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T23:11:09.027128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T23:11:09.029146+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T23:11:09.029770+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T23:11:09.030263+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T23:11:09.030713+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T23:11:09.031204+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T23:11:09.031673+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T23:11:12.187138+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00fb19"},"request_uri":"http://localhost:8087/_wdt/00fb19","method":"GET"} [] [2020-05-01T23:11:12.845032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:11:12.845423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:11:23.585096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:13:07.752950+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-01T23:13:08.711647+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7, t0.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-01T23:13:09.476154+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-01T23:13:09.876333+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-01T23:13:09.909139+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:13:09.938661+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-01T23:13:09.947734+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-01T23:13:09.949034+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-01T23:13:09.949575+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-01T23:13:09.949997+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-01T23:13:09.950468+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-01T23:13:09.950851+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-01T23:13:09.951229+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-01T23:13:13.238170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:13:13.237956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:13:13.237765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:13:13.875204+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd7bc1"},"request_uri":"http://localhost:8087/_wdt/fd7bc1","method":"GET"} [] [2020-05-01T23:15:48.781167+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-05-01T23:15:48.807748+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.819696+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.822027+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.822922+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-05-01T23:15:48.823707+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.825002+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.826789+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.827622+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-05-01T23:15:48.828363+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.829266+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.831265+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.832273+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-05-01T23:15:48.833061+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.834024+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.836467+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.837321+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-05-01T23:15:48.838135+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.839226+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.840080+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.841530+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-05-01T23:15:48.842450+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.843898+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.844883+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.845724+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-05-01T23:15:48.863123+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-05-01T23:15:48.877012+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.878604+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.879541+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.880447+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-05-01T23:15:48.881322+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.882505+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.883543+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.884466+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-05-01T23:15:48.885251+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.886228+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.887145+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.888010+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-05-01T23:15:48.888781+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.889797+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.890726+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.891583+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-05-01T23:15:48.892448+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.894004+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.894959+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.895874+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-05-01T23:15:48.897452+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-01T23:15:48.898974+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-01T23:15:48.900197+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-01T23:15:48.901189+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-05-01T23:15:48.902575+02:00] doctrine.DEBUG: ALTER TABLE symfony_demo_post ADD type VARCHAR(255) NOT NULL [] [] [2020-05-01T23:21:11.406497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:21:11.406273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:21:11.405780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:27:19.789258+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:27:21.043289+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Doctrine\ORM\QueryBuilder::and() {"exception":"[object] (Error(code: 0): Call to undefined method Doctrine\\ORM\\QueryBuilder::and() at /app/src/Repository/PostRepository.php:45)"} [] [2020-05-01T23:27:21.162690+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "and" of class "Doctrine\ORM\QueryBuilder". Did you mean to call e.g. "add", "andHaving" or "andWhere"?" at /app/src/Repository/PostRepository.php line 45 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"and\" of class \"Doctrine\\ORM\\QueryBuilder\".\nDid you mean to call e.g. \"add\", \"andHaving\" or \"andWhere\"? at /app/src/Repository/PostRepository.php:45)"} [] [2020-05-01T23:27:21.401893+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:27:23.494047+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63993c"},"request_uri":"http://localhost:8087/_wdt/63993c","method":"GET"} [] [2020-05-01T23:30:45.597231+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:30:46.130557+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Doctrine\ORM\QueryBuilder::and() {"exception":"[object] (Error(code: 0): Call to undefined method Doctrine\\ORM\\QueryBuilder::and() at /app/src/Repository/PostRepository.php:45)"} [] [2020-05-01T23:30:46.215103+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "and" of class "Doctrine\ORM\QueryBuilder". Did you mean to call e.g. "add", "andHaving" or "andWhere"?" at /app/src/Repository/PostRepository.php line 45 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"and\" of class \"Doctrine\\ORM\\QueryBuilder\".\nDid you mean to call e.g. \"add\", \"andHaving\" or \"andWhere\"? at /app/src/Repository/PostRepository.php:45)"} [] [2020-05-01T23:30:46.386413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:30:48.138791+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77d66e"},"request_uri":"http://localhost:8087/_wdt/77d66e","method":"GET"} [] [2020-05-01T23:30:52.107351+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:30:52.794543+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Doctrine\ORM\QueryBuilder::and() {"exception":"[object] (Error(code: 0): Call to undefined method Doctrine\\ORM\\QueryBuilder::and() at /app/src/Repository/PostRepository.php:45)"} [] [2020-05-01T23:30:52.899639+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "and" of class "Doctrine\ORM\QueryBuilder". Did you mean to call e.g. "add", "andHaving" or "andWhere"?" at /app/src/Repository/PostRepository.php line 45 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"and\" of class \"Doctrine\\ORM\\QueryBuilder\".\nDid you mean to call e.g. \"add\", \"andHaving\" or \"andWhere\"? at /app/src/Repository/PostRepository.php:45)"} [] [2020-05-01T23:30:53.112578+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:30:55.381138+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fdc15"},"request_uri":"http://localhost:8087/_wdt/2fdc15","method":"GET"} [] [2020-05-01T23:31:13.427787+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:31:14.416871+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 120 near 'Audio ORDER BY': Error: 'Audio' is not defined." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 120 near 'Audio ORDER BY': Error: 'Audio' is not defined. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p, a, t FROM App\\Entity\\Post p INNER JOIN p.author a LEFT JOIN p.tags t WHERE p.publishedAt <= :now AND p.type = Audio ORDER BY p.publishedAt DESC at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-05-01T23:31:15.066191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:31:17.027372+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f8a2e"},"request_uri":"http://localhost:8087/_wdt/3f8a2e","method":"GET"} [] [2020-05-01T23:31:54.805182+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:31:55.562059+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Syntax Error] line 0, col 120: Error: Expected Literal, got '"'" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 54 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Syntax Error] line 0, col 120: Error: Expected Literal, got '\"' at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:54)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p, a, t FROM App\\Entity\\Post p INNER JOIN p.author a LEFT JOIN p.tags t WHERE p.publishedAt <= :now AND p.type = \"Audio\" ORDER BY p.publishedAt DESC at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-05-01T23:31:56.849365+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:31:58.657689+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37d38b"},"request_uri":"http://localhost:8087/_wdt/37d38b","method":"GET"} [] [2020-05-01T23:34:30.053589+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:34:30.726570+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "Too few parameters: the query defines 2 parameters but you only bound 1" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 116 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): Too few parameters: the query defines 2 parameters but you only bound 1 at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:116)"} [] [2020-05-01T23:34:30.986668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:34:33.127786+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d5289"},"request_uri":"http://localhost:8087/_wdt/2d5289","method":"GET"} [] [2020-05-01T23:34:36.615465+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:34:37.488579+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "Too few parameters: the query defines 2 parameters but you only bound 1" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 116 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): Too few parameters: the query defines 2 parameters but you only bound 1 at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:116)"} [] [2020-05-01T23:34:37.801166+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:34:40.247891+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f8d11"},"request_uri":"http://localhost:8087/_wdt/4f8d11","method":"GET"} [] [2020-05-01T23:38:14.478157+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-01T23:38:15.490939+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-01T23:38:15+02:00","Audio"] [] [2020-05-01T23:38:15.548655+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-01T23:38:15+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-01T23:38:15.580354+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-01T23:38:15+02:00","Audio"] [] [2020-05-01T23:38:16.127461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:38:20.582810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:38:20.583391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:38:20.721328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:38:21.158056+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18c53c"},"request_uri":"http://localhost:8087/_wdt/18c53c","method":"GET"} [] [2020-05-01T23:38:24.263706+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-05-01T23:38:25.392892+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-05-01T23:38:25+02:00","Audio"] [] [2020-05-01T23:38:25.437383+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-01T23:38:25+02:00","Audio",[25,26]] [] [2020-05-01T23:38:25.462208+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-01T23:38:25+02:00","Audio"] [] [2020-05-01T23:38:25.911383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:38:29.558884+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1c31a"},"request_uri":"http://localhost:8087/_wdt/c1c31a","method":"GET"} [] [2020-05-01T23:38:29.761029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:38:29.760658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:38:29.761224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:33.342824+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/1","method":"GET"} [] [2020-05-01T23:39:34.041634+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-01T23:39:33+02:00","Audio"] [] [2020-05-01T23:39:34.080617+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-01T23:39:33+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-01T23:39:34.106463+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-01T23:39:33+02:00","Audio"] [] [2020-05-01T23:39:34.560619+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:39:37.802174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:37.802352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:38.124799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:38.333337+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b76529"},"request_uri":"http://localhost:8087/_wdt/b76529","method":"GET"} [] [2020-05-01T23:39:54.354515+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/1","method":"GET"} [] [2020-05-01T23:39:55.156933+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-01T23:39:55+02:00","Audion"] [] [2020-05-01T23:39:55.178731+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-01T23:39:55+02:00","Audion"] [] [2020-05-01T23:39:55.643236+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:39:58.983669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:58.983415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:59.347141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:39:59.551921+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d13357"},"request_uri":"http://localhost:8087/_wdt/d13357","method":"GET"} [] [2020-05-01T23:40:09.403753+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/1","method":"GET"} [] [2020-05-01T23:40:10.419833+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-01T23:40:10+02:00","Audio"] [] [2020-05-01T23:40:10.476485+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-01T23:40:10+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-01T23:40:10.506023+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-01T23:40:10+02:00","Audio"] [] [2020-05-01T23:40:11.081421+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-01T23:40:14.171185+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37deef"},"request_uri":"http://localhost:8087/_wdt/37deef","method":"GET"} [] [2020-05-01T23:40:14.320586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:40:14.320977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-01T23:40:14.763403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T19:21:09.052887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:01:58.511198+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/1","method":"GET"} [] [2020-05-02T21:01:59.812430+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:01:59+02:00","Audio"] [] [2020-05-02T21:01:59.874641+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:01:59+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-02T21:02:00.053385+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:01:59+02:00","Audio"] [] [2020-05-02T21:02:00.841649+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:02:05.874392+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41437f"},"request_uri":"http://localhost:8087/_wdt/41437f","method":"GET"} [] [2020-05-02T21:02:06.780935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:02:06.780628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:02:06.780467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:15:53.905356+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/video/2","method":"GET"} [] [2020-05-02T21:15:54.503703+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-02T21:15:54.551802+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 WHERE t0.id = ? ["2"] [] [2020-05-02T21:15:54.666227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id 2" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id 2 at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-02T21:15:54.913888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:15:57.673308+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c72e25"},"request_uri":"http://localhost:8087/_wdt/c72e25","method":"GET"} [] [2020-05-02T21:16:30.598981+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:16:31.501736+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-02T21:16:31.553856+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 WHERE t0.id = ? ["4"] [] [2020-05-02T21:16:31.714339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id 4" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id 4 at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-02T21:16:31.992422+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:16:34.513277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"959987"},"request_uri":"http://localhost:8087/_wdt/959987","method":"GET"} [] [2020-05-02T21:19:21.210373+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:19:21.830237+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 [] [] [2020-05-02T21:19:22.651993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T21:19:22.873933+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "url" nor one of the methods "url()", "geturl()"/"isurl()"/"hasurl()" or "__call()" exist and have public access in class "App\Entity\Post"." at /app/templates/video/index_detail.html.twig line 324 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"url\" nor one of the methods \"url()\", \"geturl()\"/\"isurl()\"/\"hasurl()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Post\". at /app/templates/video/index_detail.html.twig:324)"} [] [2020-05-02T21:19:23.299773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:19:25.713462+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75ddd3"},"request_uri":"http://localhost:8087/_wdt/75ddd3","method":"GET"} [] [2020-05-02T21:20:23.446922+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:20:24.261379+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 [] [] [2020-05-02T21:20:25.012192+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T21:20:25.139381+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "theme" nor one of the methods "theme()", "gettheme()"/"istheme()"/"hastheme()" or "__call()" exist and have public access in class "App\Entity\Post"." at /app/templates/video/index_detail.html.twig line 326 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"theme\" nor one of the methods \"theme()\", \"gettheme()\"/\"istheme()\"/\"hastheme()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Post\". at /app/templates/video/index_detail.html.twig:326)"} [] [2020-05-02T21:20:25.516271+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:20:27.401033+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fbf71"},"request_uri":"http://localhost:8087/_wdt/5fbf71","method":"GET"} [] [2020-05-02T21:20:38.976551+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:20:39.432113+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 [] [] [2020-05-02T21:20:39.862396+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T21:20:39.869596+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T21:20:39.948837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:20:45.010897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:20:45.011274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:20:45.256276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:20:45.316373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0176cb"},"request_uri":"http://localhost:8087/_wdt/0176cb","method":"GET"} [] [2020-05-02T21:25:38.416468+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:25:39.184781+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 56 near 'P.type = Video': Error: 'P' is not defined." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 56 near 'P.type = Video': Error: 'P' is not defined. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p.summary FROM App:post p \n WHERE P.type = Video at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-05-02T21:25:39.951814+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:25:42.352586+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efea61"},"request_uri":"http://localhost:8087/_wdt/efea61","method":"GET"} [] [2020-05-02T21:26:30.447457+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:26:31.475636+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "[Semantical Error] line 0, col 65 near 'Video ': Error: 'Video' is not defined." at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 65 {"exception":"[object] (Doctrine\\ORM\\Query\\QueryException(code: 0): [Semantical Error] line 0, col 65 near 'Video ': Error: 'Video' is not defined. at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:65)\n[previous exception] [object] (Doctrine\\ORM\\Query\\QueryException(code: 0): SELECT p.summary FROM App:post p \n WHERE p.type = Video at /app/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:43)"} [] [2020-05-02T21:26:32.115894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:26:34.613116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c27c4"},"request_uri":"http://localhost:8087/_wdt/0c27c4","method":"GET"} [] [2020-05-02T21:28:09.378216+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/video/4","method":"GET"} [] [2020-05-02T21:28:10.458141+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:28:10.570305+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["4"] [] [2020-05-02T21:28:11.047810+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T21:28:11.051720+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T21:28:11.215461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:28:16.228771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a36724"},"request_uri":"http://localhost:8087/_wdt/a36724","method":"GET"} [] [2020-05-02T21:28:16.503490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:28:16.504220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:28:16.615869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:30:48.860882+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-02T21:30:49.690023+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:30:49.784693+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-02T21:30:49.811321+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-02T21:30:50.643713+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class Proxies\__CG__\App\Entity\User could not be converted to string")." at /app/templates/video/index.html.twig line 131 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class Proxies\\__CG__\\App\\Entity\\User could not be converted to string\"). at /app/templates/video/index.html.twig:131)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class Proxies\\__CG__\\App\\Entity\\User could not be converted to string at /app/var/cache/dev/twig/6a/6a627ac3e77b428c882df87244e519e50e1a427e41d9eb62d3849116af3304dc.php:239)"} [] [2020-05-02T21:30:51.210488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:30:53.875481+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1b87f"},"request_uri":"http://localhost:8087/_wdt/f1b87f","method":"GET"} [] [2020-05-02T21:31:32.630676+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-02T21:31:33.386613+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:31:33.463965+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-02T21:31:33.476641+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-02T21:31:34.216747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:31:40.476443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:31:40.476289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:31:40.573712+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ffdd7"},"request_uri":"http://localhost:8087/_wdt/5ffdd7","method":"GET"} [] [2020-05-02T21:31:40.802076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:37:39.092002+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-02T21:37:39.632110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/All"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/All\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/All/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:37:40.388915+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:37:40+02:00","Audio"] [] [2020-05-02T21:37:40.461526+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:37:40+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-02T21:37:40.988150+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:37:40+02:00","Audio"] [] [2020-05-02T21:37:41.910258+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:37:43.594533+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3bd38"},"request_uri":"http://localhost:8087/_wdt/c3bd38","method":"GET"} [] [2020-05-02T21:37:50.227468+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-02T21:37:51.531844+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:37:51+02:00","Audio"] [] [2020-05-02T21:37:51.604194+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:37:51+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-02T21:37:51.656885+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:37:51+02:00","Audio"] [] [2020-05-02T21:37:52.272453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:37:56.396836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:37:56.397223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:37:57.741047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:37:57.839769+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"319584"},"request_uri":"http://localhost:8087/_wdt/319584","method":"GET"} [] [2020-05-02T21:37:58.848869+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-02T21:38:00.690240+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:38:00+02:00","Audio"] [] [2020-05-02T21:38:00.757496+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:38:00+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-02T21:38:00.799341+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:38:00+02:00","Audio"] [] [2020-05-02T21:38:01.618453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:38:03.064332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/all"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/all\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/all/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:38:05.626114+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c607cc"},"request_uri":"http://localhost:8087/_wdt/c607cc","method":"GET"} [] [2020-05-02T21:38:25.800800+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-02T21:38:26.744310+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:38:27.918057+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "results" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12" does not exist." at /app/templates/default/allvideo.html.twig line 15 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"results\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\" does not exist. at /app/templates/default/allvideo.html.twig:15)"} [] [2020-05-02T21:38:28.347720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:38:30.146210+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"699a85"},"request_uri":"http://localhost:8087/_wdt/699a85","method":"GET"} [] [2020-05-02T21:41:24.179544+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-02T21:41:25.362906+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:42:02.239175+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-02T21:42:03.337109+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:42:03.596810+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "default/allvideo.twig" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form)." at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"default/allvideo.twig\" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form). at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php:227)"} [] [2020-05-02T21:42:03.999376+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:42:06.292441+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55f6a5"},"request_uri":"http://localhost:8087/_wdt/55f6a5","method":"GET"} [] [2020-05-02T21:42:52.406739+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-02T21:42:53.006777+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T21:42:53.412261+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "results" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12" does not exist." at /app/templates/default/allvideo.html.twig line 15 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"results\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\" does not exist. at /app/templates/default/allvideo.html.twig:15)"} [] [2020-05-02T21:42:53.724173+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:42:55.026207+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a9e13"},"request_uri":"http://localhost:8087/_wdt/9a9e13","method":"GET"} [] [2020-05-02T21:53:58.026097+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-02T21:53:59.146357+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:53:58+02:00","Audio"] [] [2020-05-02T21:53:59.209964+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:53:58+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-02T21:53:59.257963+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:53:58+02:00","Audio"] [] [2020-05-02T21:53:59.816267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:54:03.258937+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c35b7"},"request_uri":"http://localhost:8087/_wdt/1c35b7","method":"GET"} [] [2020-05-02T21:54:03.775554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:54:03.775102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:54:03.775351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:54:44.356477+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-02T21:54:45.396892+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:54:45+02:00","Video"] [] [2020-05-02T21:54:45.454171+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:54:45+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-02T21:54:45.491759+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:54:45+02:00","Video"] [] [2020-05-02T21:54:46.128044+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:54:50.057101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:54:50.055620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:54:51.045722+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18bb5e"},"request_uri":"http://localhost:8087/_wdt/18bb5e","method":"GET"} [] [2020-05-02T21:54:51.070306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:54:55.856148+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-05-02T21:54:57.149359+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-05-02T21:54:56+02:00","Audio"] [] [2020-05-02T21:54:57.228066+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:54:56+02:00","Audio",[25,26]] [] [2020-05-02T21:54:57.263827+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:54:56+02:00","Audio"] [] [2020-05-02T21:54:57.986928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:55:01.700619+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bcc78"},"request_uri":"http://localhost:8087/_wdt/7bcc78","method":"GET"} [] [2020-05-02T21:55:01.791385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:55:01.791182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:55:01.791213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:55:04.720083+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/1","method":"GET"} [] [2020-05-02T21:55:05.218736+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-02T21:55:05+02:00","Audio"] [] [2020-05-02T21:55:05.244255+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-02T21:55:05+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-02T21:55:05.263770+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-02T21:55:05+02:00","Audio"] [] [2020-05-02T21:55:05.551940+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T21:55:08.433230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1fdbe2"},"request_uri":"http://localhost:8087/_wdt/1fdbe2","method":"GET"} [] [2020-05-02T21:55:08.864981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:55:08.865712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T21:55:08.865263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:02:32.625946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/posts/Mauris"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/posts/Mauris\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/posts/Mauris/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:02:34.473557+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d051ec"},"request_uri":"http://localhost:8087/_wdt/d051ec","method":"GET"} [] [2020-05-02T22:03:31.604355+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:03:32.473752+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:03:32.994823+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:03:33.359634+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-02T22:03:33.396073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:03:33.424705+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-02T22:03:33.434031+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T22:03:33.435353+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-02T22:03:33.435957+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-02T22:03:33.436492+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-02T22:03:33.436967+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-02T22:03:33.437432+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T22:03:37.204623+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea8344"},"request_uri":"http://localhost:8087/_wdt/ea8344","method":"GET"} [] [2020-05-02T22:03:37.785597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:03:37.786095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:03:38.657571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:04:35.262919+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login?redirect_to=%2Ffr%2FAllPodcast%2Fposts%2FMorbi","method":"GET"} [] [2020-05-02T22:04:35.685466+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:04:39.288134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:04:39.289437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:04:39.288535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:04:39.421417+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"156da9"},"request_uri":"http://localhost:8087/_wdt/156da9","method":"GET"} [] [2020-05-02T22:04:49.055314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:05:02.555744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:05:02.555979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:05:02.904497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:14:21.183257+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:14:21.955803+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:14:22.150152+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: postRepository" at /app/src/Controller/BlogController.php line 104 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: postRepository at /app/src/Controller/BlogController.php:104)"} [] [2020-05-02T22:14:22.381482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:14:24.518705+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f403b"},"request_uri":"http://localhost:8087/_wdt/9f403b","method":"GET"} [] [2020-05-02T22:14:57.217029+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:14:57.837360+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:14:58.085033+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T22:14:58.460881+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:14:58.806099+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-02T22:14:58.817239+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:14:58.823368+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-02T22:14:58.825293+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T22:14:58.826665+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-02T22:14:58.827228+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-02T22:14:58.827652+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-02T22:14:58.828073+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-02T22:14:58.828618+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T22:15:02.869579+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df0516"},"request_uri":"http://localhost:8087/_wdt/df0516","method":"GET"} [] [2020-05-02T22:15:03.373563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:15:03.373793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:15:03.373380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:15:54.174355+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:15:55.428869+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:15:55.602032+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T22:15:56.299978+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:15:56.644577+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-02T22:15:56.683076+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:15:56.718327+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-02T22:15:56.720379+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T22:15:56.722963+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-02T22:15:56.723731+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-02T22:15:56.724340+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-02T22:15:56.724848+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-02T22:15:56.725313+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T22:15:56.864632+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class App\Entity\Post could not be converted to string")." at /app/templates/blog/post_show.html.twig line 80 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class App\\Entity\\Post could not be converted to string\"). at /app/templates/blog/post_show.html.twig:80)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class App\\Entity\\Post could not be converted to string at /app/vendor/twig/twig/src/Extension/CoreExtension.php:646)"} [] [2020-05-02T22:15:59.060749+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"48c502"},"request_uri":"http://localhost:8087/_wdt/48c502","method":"GET"} [] [2020-05-02T22:16:33.573789+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:16:34.444807+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:16:34.654801+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T22:16:35.380699+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:16:35.745037+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisic...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisic..."} [] [2020-05-02T22:16:35.783733+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:16:35.821053+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-02T22:16:35.825054+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T22:16:35.826896+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-02T22:16:35.827828+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-02T22:16:35.828491+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-02T22:16:35.829057+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-02T22:16:35.829581+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T22:16:35.830372+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T22:16:40.479953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:16:40.480908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:16:40.480703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:16:40.499837+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9557e6"},"request_uri":"http://localhost:8087/_wdt/9557e6","method":"GET"} [] [2020-05-02T22:18:18.243453+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:18:19.133777+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:18:19.334038+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T22:18:20.073199+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:18:20.120732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:18:20.147878+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-02T22:18:20.149534+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T22:18:20.521059+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-02T22:18:20.521712+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-02T22:18:20.522414+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-02T22:18:20.522946+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-02T22:18:20.523519+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T22:18:20.524388+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T22:18:24.312826+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef8451"},"request_uri":"http://localhost:8087/_wdt/ef8451","method":"GET"} [] [2020-05-02T22:18:24.794363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:18:24.859362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:18:25.680551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:19:03.232287+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:19:03.961919+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:19:04.124022+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T22:19:04.846034+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:19:04.985977+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "summary" for array with keys "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12" does not exist." at /app/templates/blog/post_show.html.twig line 30 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"summary\" for array with keys \"0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\" does not exist. at /app/templates/blog/post_show.html.twig:30)"} [] [2020-05-02T22:19:05.417278+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:19:08.285763+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"942453"},"request_uri":"http://localhost:8087/_wdt/942453","method":"GET"} [] [2020-05-02T22:19:20.164245+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-02T22:19:20.670880+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-02T22:19:20.842707+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-02T22:19:21.619946+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T22:19:21.660722+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T22:19:21.692362+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-02T22:19:21.695561+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T22:19:22.036258+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-02T22:19:22.036909+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-02T22:19:22.037485+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-02T22:19:22.038024+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-02T22:19:22.038552+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T22:19:22.039123+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T22:19:27.466354+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca9366"},"request_uri":"http://localhost:8087/_wdt/ca9366","method":"GET"} [] [2020-05-02T22:19:27.538156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:19:27.677695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T22:19:27.868193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:31:05.579067+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-02T23:31:06.648836+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-02T23:31:07.075548+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:31:07.133810+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:31:07.271791+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:31:12.552096+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54e505"},"request_uri":"http://localhost:8087/_wdt/54e505","method":"GET"} [] [2020-05-02T23:31:12.671869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:31:12.671609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:31:12.672402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:37:24.743973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:44:21.787729+02:00] php.DEBUG: Warning: chmod(): No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":197,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"function":"chmod","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-02T23:44:22.083965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:44:22.671204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:44:22.630647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:45:16.068290+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:45:17.519656+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:45:17.867966+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:45:18.778228+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:45:18.927087+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:45:18.960782+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-02T23:45:18.962486+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T23:45:19.396781+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T23:45:19.397550+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-02T23:45:19.398361+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-02T23:45:19.398893+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-02T23:45:19.399426+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-02T23:45:19.399952+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:45:27.189319+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e46c12"},"request_uri":"http://localhost:8087/_wdt/e46c12","method":"GET"} [] [2020-05-02T23:45:27.829249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:45:27.830060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:45:27.829530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:46:09.905378+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:46:11.123184+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:46:11.386706+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:46:12.377463+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:46:12.433693+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:46:12.475049+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-02T23:46:12.476507+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T23:46:12.939338+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T23:46:12.940031+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-02T23:46:12.940558+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-02T23:46:12.941060+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-02T23:46:12.941792+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-02T23:46:12.942379+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:46:18.072867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:46:18.078211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:46:18.506930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:46:18.877529+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ae488"},"request_uri":"http://localhost:8087/_wdt/1ae488","method":"GET"} [] [2020-05-02T23:47:48.035837+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:47:49.271142+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:47:49.520388+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:47:50.387947+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:47:50.429815+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:47:50.455558+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-02T23:47:50.457103+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T23:47:50.754161+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T23:47:50.754913+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-02T23:47:50.755409+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-02T23:47:50.755949+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-02T23:47:50.756398+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-02T23:47:50.756886+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:47:55.897338+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c0e0f"},"request_uri":"http://localhost:8087/_wdt/7c0e0f","method":"GET"} [] [2020-05-02T23:47:55.930204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:47:55.930561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:47:56.326590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:49:47.681961+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:49:48.812791+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:49:49.190574+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:49:50.583814+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:49:50.646045+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:49:50.695029+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-02T23:49:50.697107+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T23:49:51.354391+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T23:49:51.356154+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-02T23:49:51.357344+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-02T23:49:51.358222+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-02T23:49:51.359037+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-02T23:49:51.359784+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:49:57.292737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:49:57.375861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:49:57.499434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:49:58.141798+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dbade"},"request_uri":"http://localhost:8087/_wdt/1dbade","method":"GET"} [] [2020-05-02T23:51:51.915276+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:51:53.165209+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:51:53.414232+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:51:53.825513+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected "}"." at /app/templates/blog/post_show_podcast.html.twig line 307 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected \"}\". at /app/templates/blog/post_show_podcast.html.twig:307)"} [] [2020-05-02T23:51:54.264422+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:51:56.289195+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e147a"},"request_uri":"http://localhost:8087/_wdt/3e147a","method":"GET"} [] [2020-05-02T23:52:05.797908+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:52:06.406088+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:52:06.563126+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:52:07.274751+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:52:07.308492+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:52:07.331253+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-02T23:52:07.334135+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T23:52:07.620649+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T23:52:07.621283+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-02T23:52:07.621791+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-02T23:52:07.622306+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-02T23:52:07.622750+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-02T23:52:07.623158+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:52:14.412585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:52:14.632562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:52:14.848227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:52:15.466315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/podcast/build/audio/1/1.mp3" (from "http://localhost:8087/fr/AllPodcast/podcast/Eros")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/podcast/build/audio/1/1.mp3\" (from \"http://localhost:8087/fr/AllPodcast/podcast/Eros\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/podcast/build/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:52:15.474382+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e694e"},"request_uri":"http://localhost:8087/_wdt/9e694e","method":"GET"} [] [2020-05-02T23:54:58.632891+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:55:00.229173+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:55:00.512733+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:55:01.131270+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "punctuation" of value "{"." at /app/templates/blog/post_show_podcast.html.twig line 307 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token \"punctuation\" of value \"{\". at /app/templates/blog/post_show_podcast.html.twig:307)"} [] [2020-05-02T23:55:01.960932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:55:03.769583+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3e8cc"},"request_uri":"http://localhost:8087/_wdt/e3e8cc","method":"GET"} [] [2020-05-02T23:55:47.985861+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-02T23:55:48.786542+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-02T23:55:48.974722+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-02T23:55:49.685805+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-02T23:55:49.730392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-02T23:55:49.762450+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-02T23:55:49.765510+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-02T23:55:50.116237+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-02T23:55:50.116881+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-02T23:55:50.117342+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-02T23:55:50.117841+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-02T23:55:50.118294+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-02T23:55:50.118734+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-02T23:55:57.345862+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01e64c"},"request_uri":"http://localhost:8087/_wdt/01e64c","method":"GET"} [] [2020-05-02T23:55:57.876633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:55:57.876872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-02T23:55:57.902633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T00:06:05.465586+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-03T00:06:06.970073+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-03T00:06:07.374142+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-03T00:06:08.582201+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T00:06:08.658502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T00:06:08.702790+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-03T00:06:08.711873+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-03T00:06:09.490327+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-03T00:06:09.491352+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-03T00:06:09.492521+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-03T00:06:09.494716+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-03T00:06:09.496142+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-03T00:06:09.499241+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T00:06:16.531103+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"175a65"},"request_uri":"http://localhost:8087/_wdt/175a65","method":"GET"} [] [2020-05-03T00:06:16.954422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T00:06:16.954072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T00:06:16.954422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T00:45:54.359131+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eros"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eros","method":"GET"} [] [2020-05-03T00:45:55.876805+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eros"] [] [2020-05-03T00:45:56.370225+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-03T00:45:57.253467+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T00:45:57.417975+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T00:45:57.435248+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [5] [] [2020-05-03T00:45:57.437226+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-03T00:45:58.033875+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-03T00:45:58.034834+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut eleifend mauris et risus ultrices egestas. N...". {"output":"

Ut eleifend mauris et risus ultrices egestas. N..."} [] [2020-05-03T00:45:58.035750+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Ma...". {"output":"

Pellentesque et sapien pulvinar consectetur. Ma..."} [] [2020-05-03T00:45:58.036610+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Ubi e...". {"output":"

Diatrias tolerare tanquam noster caesium. Ubi e..."} [] [2020-05-03T00:45:58.037709+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sed varius a risus eget aliquam. Pellentesque v...". {"output":"

Sed varius a risus eget aliquam. Pellentesque v..."} [] [2020-05-03T00:45:58.038577+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T00:46:04.054139+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5e168"},"request_uri":"http://localhost:8087/_wdt/c5e168","method":"GET"} [] [2020-05-03T00:46:04.946554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T00:46:04.946370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T00:46:05.048805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T01:53:10.348945+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T01:53:11.424814+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T01:53:16.619680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T01:53:16.619809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T01:53:16.620129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T01:53:16.621307+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67fa2a"},"request_uri":"http://localhost:8087/_wdt/67fa2a","method":"GET"} [] [2020-05-03T01:54:15.468247+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T01:54:15.921066+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T01:54:20.505551+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6373f2"},"request_uri":"http://localhost:8087/_wdt/6373f2","method":"GET"} [] [2020-05-03T01:54:20.705588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T01:54:20.705385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T01:54:20.705196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:18.508728+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:03:19.115423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:03:24.143381+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0afa72"},"request_uri":"http://localhost:8087/_wdt/0afa72","method":"GET"} [] [2020-05-03T02:03:24.828513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:24.828371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:24.828636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:35.261880+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"POST"} [] [2020-05-03T02:03:35.967454+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? LIMIT 1 ["jane_admin"] [] [2020-05-03T02:03:36.453256+02:00] security.INFO: User has been authenticated successfully. {"username":"jane_admin"} [] [2020-05-03T02:03:36.570271+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T02:03:38.352233+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T02:03:38.559272+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T02:03:39.036653+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T02:03:39.119670+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T02:03:39.208536+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T02:03:39.651137+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T02:03:43.336309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:43.335289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:43.336215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:03:43.483680+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0cc40"},"request_uri":"http://localhost:8087/_wdt/e0cc40","method":"GET"} [] [2020-05-03T02:04:03.909475+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-03T02:04:05.158526+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-03T02:04:04+02:00","Audio"] [] [2020-05-03T02:04:05.248785+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-03T02:04:04+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-03T02:04:05.285857+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-03T02:04:04+02:00","Audio"] [] [2020-05-03T02:04:05.901930+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T02:04:05.922626+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T02:04:10.144743+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4e67a"},"request_uri":"http://localhost:8087/_wdt/c4e67a","method":"GET"} [] [2020-05-03T02:04:10.725069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:04:10.725228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:04:10.724884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:04:17.876044+02:00] request.INFO: Matched route "security_logout". {"route":"security_logout","route_parameters":{"_route":"security_logout","_controller":"App\\Controller\\SecurityController::logout","_locale":"fr"},"request_uri":"http://localhost:8087/fr/logout","method":"GET"} [] [2020-05-03T02:04:18.143492+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T02:04:18.676900+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T02:04:18.757619+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T02:04:20.366350+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"video","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-05-03T02:04:20.847803+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:04:23.212111+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T02:04:24.336044+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T02:04:24.456806+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T02:04:24.474664+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T02:04:25.227320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:04:30.089835+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"38f855"},"request_uri":"http://localhost:8087/_wdt/38f855","method":"GET"} [] [2020-05-03T02:04:30.155674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:04:30.155717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:04:31.160037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:17:41.524320+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:17:42.098036+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:17:47.410131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:17:47.408641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:17:47.500953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:17:47.896769+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb1dd6"},"request_uri":"http://localhost:8087/_wdt/fb1dd6","method":"GET"} [] [2020-05-03T02:18:41.063975+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:18:41.784930+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:18:46.792586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:18:46.792988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:18:47.798131+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b86828"},"request_uri":"http://localhost:8087/_wdt/b86828","method":"GET"} [] [2020-05-03T02:18:47.857265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:19:21.075187+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:19:21.634504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:19:27.025443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:19:27.025003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:19:27.220130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:19:27.312230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb2f41"},"request_uri":"http://localhost:8087/_wdt/fb2f41","method":"GET"} [] [2020-05-03T02:20:05.129023+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:20:05.658382+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:20:10.182176+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd1f2a"},"request_uri":"http://localhost:8087/_wdt/bd1f2a","method":"GET"} [] [2020-05-03T02:20:10.751747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:20:10.752638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:20:10.752766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:20:24.442351+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:20:24.997132+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:20:29.774715+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52a5e6"},"request_uri":"http://localhost:8087/_wdt/52a5e6","method":"GET"} [] [2020-05-03T02:20:29.800403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:20:29.919707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:20:30.344522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:21:06.317210+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:21:06.954785+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:21:11.766142+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68e6ef"},"request_uri":"http://localhost:8087/_wdt/68e6ef","method":"GET"} [] [2020-05-03T02:21:12.481178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:21:12.481260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:21:12.568382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:22:58.022991+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:22:58.526056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:23:03.045232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:23:03.045468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:23:03.548192+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"839613"},"request_uri":"http://localhost:8087/_wdt/839613","method":"GET"} [] [2020-05-03T02:23:03.691218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:23:27.560587+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:23:28.057917+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:23:33.504971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:23:33.506800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:23:33.568874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:23:33.680224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53e951"},"request_uri":"http://localhost:8087/_wdt/53e951","method":"GET"} [] [2020-05-03T02:24:32.645475+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:24:33.390015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:24:38.099780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:24:38.100297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:24:38.540784+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83c35b"},"request_uri":"http://localhost:8087/_wdt/83c35b","method":"GET"} [] [2020-05-03T02:24:38.742819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:25:13.845717+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T02:25:14.476133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T02:25:19.129851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:25:19.129833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:25:19.452409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T02:25:19.702123+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e04cd1"},"request_uri":"http://localhost:8087/_wdt/e04cd1","method":"GET"} [] [2020-05-03T14:45:28.372921+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T14:45:29.003423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:45:29.293211+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T14:45:34.526688+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db4864"},"request_uri":"http://localhost:8087/_wdt/db4864","method":"GET"} [] [2020-05-03T14:45:34.983520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:45:34.984952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:45:35.387332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:46:49.724990+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-03T14:54:15.336472+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-03T14:54:15.918384+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T14:54:16.035279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T14:54:16.154960+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/validator/Resources/translations/validators.fr.xlf [] [] [2020-05-03T14:54:19.473499+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9801a1"},"request_uri":"http://localhost:8087/_wdt/9801a1","method":"GET"} [] [2020-05-03T14:54:19.970785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:54:19.972413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:54:19.972071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:57:56.296989+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T14:57:56.375484+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T14:57:59.882666+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4f896"},"request_uri":"http://localhost:8087/_wdt/b4f896","method":"GET"} [] [2020-05-03T14:58:00.367340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:58:00.367209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T14:58:00.367209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T15:03:22.560108+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T15:03:22.640777+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T15:03:26.128964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d485b"},"request_uri":"http://localhost:8087/_wdt/2d485b","method":"GET"} [] [2020-05-03T15:03:26.595459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T15:03:26.595215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T15:03:26.595706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T20:51:55.868871+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/vendor/symfony/validator/Resources/translations/validators.fr.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-03T20:51:56.234750+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml [] [] [2020-05-03T20:51:56.400154+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml [] [] [2020-05-03T21:16:32.554137+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-03T21:16:33.360736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:19:47.003647+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T21:19:47.591197+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T21:19:48.166655+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/validator/Resources/translations/validators.fr.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-03T21:19:53.414370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:19:53.415606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:19:53.452448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:19:53.976603+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79f30c"},"request_uri":"http://localhost:8087/_wdt/79f30c","method":"GET"} [] [2020-05-03T21:20:36.278638+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-03T21:20:36.766510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T21:20:41.275173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:20:41.275033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:20:41.275303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:20:41.313705+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb739b"},"request_uri":"http://localhost:8087/_wdt/fb739b","method":"GET"} [] [2020-05-03T21:20:43.652991+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"POST"} [] [2020-05-03T21:20:44.935851+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? LIMIT 1 ["jane_admin"] [] [2020-05-03T21:20:45.869615+02:00] security.INFO: User has been authenticated successfully. {"username":"jane_admin"} [] [2020-05-03T21:20:46.021828+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:20:48.327783+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:20:48.621084+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:20:49.221219+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:20:49.293908+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:20:49.395671+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:20:49.944470+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:20:52.997618+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d877cd"},"request_uri":"http://localhost:8087/_wdt/d877cd","method":"GET"} [] [2020-05-03T21:20:53.395194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:20:53.395736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:20:53.394980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:21:02.303755+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:21:02.459605+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:21:02.820510+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:21:02.874294+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:21:02.942727+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:21:03.332387+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:21:06.185113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:21:06.184808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:21:06.185409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:21:06.805887+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"707c91"},"request_uri":"http://localhost:8087/_wdt/707c91","method":"GET"} [] [2020-05-03T21:22:39.243709+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:22:39.496594+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:22:40.055883+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:22:40.137534+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:22:40.238553+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:22:41.056842+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:22:44.998584+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9b3b9"},"request_uri":"http://localhost:8087/_wdt/c9b3b9","method":"GET"} [] [2020-05-03T21:22:45.209762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:22:45.210210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:22:45.865180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:24:50.906197+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:24:51.072641+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:24:51.508479+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:24:51.614101+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:24:51.716846+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:24:52.585129+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:24:56.504872+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5647ce"},"request_uri":"http://localhost:8087/_wdt/5647ce","method":"GET"} [] [2020-05-03T21:24:56.546842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:24:56.547204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:24:56.547395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:25:21.125391+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:25:21.392592+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:25:22.018071+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:25:22.100297+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:25:22.212856+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:25:23.143526+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:25:26.731647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:25:26.784469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:25:26.925081+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69abc4"},"request_uri":"http://localhost:8087/_wdt/69abc4","method":"GET"} [] [2020-05-03T21:25:27.136616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:02.888160+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:27:03.131568+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:27:03.726925+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:27:03.811731+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:27:03.878920+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:27:04.722693+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:27:08.520061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:08.520176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:08.722185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:08.776991+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64580b"},"request_uri":"http://localhost:8087/_wdt/64580b","method":"GET"} [] [2020-05-03T21:27:39.473306+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:27:39.682224+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:27:40.212089+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:27:40.289761+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:27:40.372671+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:27:41.100139+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:27:45.897655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:46.117075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:46.186587+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"025a91"},"request_uri":"http://localhost:8087/_wdt/025a91","method":"GET"} [] [2020-05-03T21:27:46.668792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:49.547004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/admin/post/about-us.html" (from "http://localhost:8087/fr/admin/post/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/admin/post/about-us.html\" (from \"http://localhost:8087/fr/admin/post/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/admin/post/about-us.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:27:52.654843+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97b630"},"request_uri":"http://localhost:8087/_wdt/97b630","method":"GET"} [] [2020-05-03T21:28:49.461154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:28:49.461024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:28:49.461067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:28:51.445511+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:28:51.615359+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:28:52.051470+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:28:52.119665+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:28:52.193452+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:28:52.853798+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:28:56.665220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:28:56.665649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:28:56.666136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:28:57.522724+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1c727"},"request_uri":"http://localhost:8087/_wdt/f1c727","method":"GET"} [] [2020-05-03T21:29:20.726071+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:29:20.990102+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:29:21.577162+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:29:21.662123+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:29:21.765717+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:29:22.559960+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:29:26.194095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:29:26.193690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:29:26.590775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afac27"},"request_uri":"http://localhost:8087/_wdt/afac27","method":"GET"} [] [2020-05-03T21:29:26.697469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:31:35.382266+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:31:35.618865+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:31:36.191904+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:31:36.274933+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:31:36.378958+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:31:37.261604+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:31:41.345121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78d08b"},"request_uri":"http://localhost:8087/_wdt/78d08b","method":"GET"} [] [2020-05-03T21:31:41.903717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:31:41.905202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:31:41.925536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:32:57.883640+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:32:58.040096+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:32:58.403291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:32:58.453488+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:32:58.513525+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:32:59.178677+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:33:03.380134+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bc2a4"},"request_uri":"http://localhost:8087/_wdt/0bc2a4","method":"GET"} [] [2020-05-03T21:33:03.432913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:33:03.434168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:33:03.508279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:33:38.525570+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:33:38.776154+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:33:39.422496+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:33:39.514592+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:33:39.624775+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:33:40.570365+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:33:43.965573+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1649b8"},"request_uri":"http://localhost:8087/_wdt/1649b8","method":"GET"} [] [2020-05-03T21:33:44.531890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:33:44.531560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:33:44.532655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:36:34.246471+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:36:34.453335+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:36:35.005555+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:36:35.087665+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:36:35.183172+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:36:35.967721+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:36:39.786605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:36:39.787899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:36:39.787184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:36:39.857329+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9d791"},"request_uri":"http://localhost:8087/_wdt/d9d791","method":"GET"} [] [2020-05-03T21:38:24.127529+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:38:24.372242+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:38:24.950185+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:38:25.041219+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:38:25.142243+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:38:25.950491+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:38:30.440388+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"587f86"},"request_uri":"http://localhost:8087/_wdt/587f86","method":"GET"} [] [2020-05-03T21:38:30.622496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:38:30.622605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:38:30.895255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:40:06.441044+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:40:06.761140+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:40:07.557473+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:40:07.664630+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:40:07.802258+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:40:08.655468+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:40:12.361102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:40:12.361243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:40:12.577468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:40:12.599571+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e771b4"},"request_uri":"http://localhost:8087/_wdt/e771b4","method":"GET"} [] [2020-05-03T21:42:37.298099+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:42:37.516339+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:42:38.039488+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:42:38.115884+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:42:38.212754+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:42:38.952377+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:42:42.744905+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d76d62"},"request_uri":"http://localhost:8087/_wdt/d76d62","method":"GET"} [] [2020-05-03T21:42:43.095017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:42:43.188627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:42:43.188183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:45:11.204734+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/admin/post/","method":"GET"} [] [2020-05-03T21:45:11.451054+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:45:12.079483+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:45:12.165427+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:45:12.271319+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.author_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-03T21:45:13.057761+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-03T21:45:17.485813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:45:17.485327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:45:17.883232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:45:17.943481+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a822a"},"request_uri":"http://localhost:8087/_wdt/9a822a","method":"GET"} [] [2020-05-03T21:45:31.491586+02:00] request.INFO: Matched route "security_logout". {"route":"security_logout","route_parameters":{"_route":"security_logout","_controller":"App\\Controller\\SecurityController::logout","_locale":"fr"},"request_uri":"http://localhost:8087/fr/logout","method":"GET"} [] [2020-05-03T21:45:31.775676+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-03T21:45:32.311831+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T21:45:32.391684+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-03T21:45:34.321930+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T21:45:35.455442+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T21:45:35.547916+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T21:45:35.565022+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T21:45:36.035924+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T21:45:40.867172+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"547e0a"},"request_uri":"http://localhost:8087/_wdt/547e0a","method":"GET"} [] [2020-05-03T21:45:41.464811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:45:41.463556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:45:41.464610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:46:18.216551+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T21:46:19.122650+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T21:46:19.207742+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T21:46:19.224265+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T21:46:19.938852+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T21:46:24.681974+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"841779"},"request_uri":"http://localhost:8087/_wdt/841779","method":"GET"} [] [2020-05-03T21:46:24.811666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:46:24.811838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:46:24.811323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:53:55.598995+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T21:53:58.843028+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T21:53:58.941723+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T21:53:58.961569+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T21:53:59.814821+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T21:54:04.959846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:54:04.960057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:54:04.960545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T21:54:05.473652+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"060b2b"},"request_uri":"http://localhost:8087/_wdt/060b2b","method":"GET"} [] [2020-05-03T22:05:32.962565+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-03T22:05:33.752926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:05:38.812968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:05:38.812496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:05:38.813101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:05:38.863668+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30a410"},"request_uri":"http://localhost:8087/_wdt/30a410","method":"GET"} [] [2020-05-03T22:05:39.122497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:08:31.743619+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-03T22:08:32.870517+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-03T22:08:32+02:00","Audio"] [] [2020-05-03T22:08:32.940730+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-03T22:08:32+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-03T22:08:32.977185+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-03T22:08:32+02:00","Audio"] [] [2020-05-03T22:08:33.737161+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:08:37.480488+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4201e4"},"request_uri":"http://localhost:8087/_wdt/4201e4","method":"GET"} [] [2020-05-03T22:08:37.657435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:08:37.657299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:08:37.657149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:09:26.725180+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-03T22:09:28.195491+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-03T22:09:28.341741+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-03T22:09:28+02:00","Audio"] [] [2020-05-03T22:09:28.425814+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-03T22:09:28+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-03T22:09:28.475358+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-03T22:09:28+02:00","Audio"] [] [2020-05-03T22:09:29.427978+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-03T22:09:29+02:00","Audio"] [] [2020-05-03T22:09:29.504534+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-03T22:09:29+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-03T22:09:29.545007+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-03T22:09:29+02:00","Audio"] [] [2020-05-03T22:09:29.560031+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route " video" as such route does not exist.")." at /app/templates/base.html.twig line 76 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \" video\" as such route does not exist.\"). at /app/templates/base.html.twig:76)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \" video\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-05-03T22:09:30.295805+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route " video" as such route does not exist.")." at /app/templates/base.html.twig line 76 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \" video\" as such route does not exist.\"). at /app/templates/base.html.twig:76)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \" video\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-05-03T22:09:30.352891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:09:30.924885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:09:33.901396+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b38006"},"request_uri":"http://localhost:8087/_wdt/b38006","method":"GET"} [] [2020-05-03T22:09:42.547052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:09:42.547393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:09:42.547341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:09:43.584833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:09:45.358019+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-03T22:09:46.789351+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-03T22:09:46+02:00","Audio"] [] [2020-05-03T22:09:46.865578+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-03T22:09:46+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-03T22:09:46.915763+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-03T22:09:46+02:00","Audio"] [] [2020-05-03T22:09:47.600287+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route " video" as such route does not exist.")." at /app/templates/base.html.twig line 76 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \" video\" as such route does not exist.\"). at /app/templates/base.html.twig:76)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \" video\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-05-03T22:09:47.674395+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-03T22:09:48.342444+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:09:48.826322+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-03T22:09:48+02:00","Audio"] [] [2020-05-03T22:09:48.882037+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-03T22:09:48+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-03T22:09:48.911630+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-03T22:09:48+02:00","Audio"] [] [2020-05-03T22:09:49.410867+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route " video" as such route does not exist.")." at /app/templates/base.html.twig line 76 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \" video\" as such route does not exist.\"). at /app/templates/base.html.twig:76)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \" video\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-05-03T22:09:50.043726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:09:52.289943+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"356b41"},"request_uri":"http://localhost:8087/_wdt/356b41","method":"GET"} [] [2020-05-03T22:10:07.642888+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T22:10:08.384076+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T22:10:08.471480+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T22:10:08.486953+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T22:10:09.190415+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:10:13.972937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:10:13.996710+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"21fc0e"},"request_uri":"http://localhost:8087/_wdt/21fc0e","method":"GET"} [] [2020-05-03T22:10:14.258506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:10:14.257162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:10:16.711836+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T22:10:17.695293+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T22:10:17.783637+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T22:10:17.800649+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T22:10:18.242709+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:10:24.050946+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e0461"},"request_uri":"http://localhost:8087/_wdt/8e0461","method":"GET"} [] [2020-05-03T22:10:24.337901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:10:24.338324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:10:24.338575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:12:40.051632+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-03T22:12:40.782268+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T22:12:40.888874+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-03T22:12:40.908689+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-03T22:12:41.685068+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:12:45.969933+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"953b57"},"request_uri":"http://localhost:8087/_wdt/953b57","method":"GET"} [] [2020-05-03T22:12:46.630766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:12:46.631031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:12:46.634196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:13:10.406636+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-03T22:13:11.179640+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:13:15.609615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:13:16.449361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:13:16.807834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:13:17.654661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:13:18.231353+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b2d44"},"request_uri":"http://localhost:8087/_wdt/1b2d44","method":"GET"} [] [2020-05-03T22:51:31.146405+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-03T22:51:32.001999+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:51:36.521819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:51:36.522267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:51:36.521686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:51:36.707586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:51:37.268491+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"374827"},"request_uri":"http://localhost:8087/_wdt/374827","method":"GET"} [] [2020-05-03T22:59:00.371382+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contact","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-03T22:59:01.081774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T22:59:07.909140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/bg_page.jpg" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/bg_page.jpg\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/bg_page.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:59:07.910436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:59:07.909756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/bg_page-02.jpg" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/bg_page-02.jpg\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/bg_page-02.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:59:07.909594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/bg_page-01.jpg" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/bg_page-01.jpg\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/bg_page-01.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:59:09.716772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T22:59:12.977522+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"faaa3e"},"request_uri":"http://localhost:8087/_wdt/faaa3e","method":"GET"} [] [2020-05-03T22:59:13.472782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:00:09.792787+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contact","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-03T23:00:10.702998+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:00:16.280193+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f71929"},"request_uri":"http://localhost:8087/_wdt/f71929","method":"GET"} [] [2020-05-03T23:00:16.755338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:00:16.755733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:00:16.961903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:00:55.059028+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contact","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-03T23:00:56.640776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:01:01.845935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:01.846678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:03.652757+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f94046"},"request_uri":"http://localhost:8087/_wdt/f94046","method":"GET"} [] [2020-05-03T23:01:03.830337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:28.845756+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contact","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-03T23:01:29.892901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:01:33.642140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:33.776804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:34.222679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:34.466501+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16d0e5"},"request_uri":"http://localhost:8087/_wdt/16d0e5","method":"GET"} [] [2020-05-03T23:01:45.224806+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contact","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-03T23:01:46.076790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:01:51.358910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:51.358968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:51.358729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:01:51.506091+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1db463"},"request_uri":"http://localhost:8087/_wdt/1db463","method":"GET"} [] [2020-05-03T23:06:30.998855+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/gallery","method":"GET"} [] [2020-05-03T23:06:31.785712+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:06:38.006937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:38.039246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:38.249134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:39.051022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:40.033704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:45.487926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:45.487182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:45.487182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:45.671796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f578bb"},"request_uri":"http://localhost:8087/_wdt/f578bb","method":"GET"} [] [2020-05-03T23:06:47.690859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:50.526341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:06:50.526486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:07:59.844115+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/gallery","method":"GET"} [] [2020-05-03T23:08:00.834469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:08:05.246156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:05.247640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:05.888320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:06.556513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:07.229001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:13.024527+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"151fd9"},"request_uri":"http://localhost:8087/_wdt/151fd9","method":"GET"} [] [2020-05-03T23:08:13.063005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:13.063498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:13.108802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:14.522770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:18.111414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:08:18.111478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:09:02.230175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:10:01.823008+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:10:02.906017+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-03T23:10:03.475684+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:10:03.503523+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:10:03.716065+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T23:10:08.631042+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08eee3"},"request_uri":"http://localhost:8087/_wdt/08eee3","method":"GET"} [] [2020-05-03T23:10:08.949967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:10:08.950537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:10:08.950721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:11:46.065871+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:11:47.353468+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:11:48.332290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:11:48.365870+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:11:48.621857+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "url" nor one of the methods "url()", "geturl()"/"isurl()"/"hasurl()" or "__call()" exist and have public access in class "App\Entity\Post"." at /app/templates/video/index_test.html.twig line 399 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"url\" nor one of the methods \"url()\", \"geturl()\"/\"isurl()\"/\"hasurl()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Post\". at /app/templates/video/index_test.html.twig:399)"} [] [2020-05-03T23:11:52.019203+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be1506"},"request_uri":"http://localhost:8087/_wdt/be1506","method":"GET"} [] [2020-05-03T23:12:45.147862+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:12:46.021660+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:12:46.879412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:12:46.922948+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:12:47.053644+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "theme" nor one of the methods "theme()", "gettheme()"/"istheme()"/"hastheme()" or "__call()" exist and have public access in class "App\Entity\Post"." at /app/templates/video/index_test.html.twig line 401 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"theme\" nor one of the methods \"theme()\", \"gettheme()\"/\"istheme()\"/\"hastheme()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Post\". at /app/templates/video/index_test.html.twig:401)"} [] [2020-05-03T23:12:49.505009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ecb91"},"request_uri":"http://localhost:8087/_wdt/0ecb91","method":"GET"} [] [2020-05-03T23:13:03.961596+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:13:04.923397+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:13:05.758326+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:13:05.800181+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:13:05.808499+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T23:13:10.615239+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8785a9"},"request_uri":"http://localhost:8087/_wdt/8785a9","method":"GET"} [] [2020-05-03T23:13:11.544245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:13:12.620381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:13:13.229149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:18:52.824052+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:18:54.654695+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:18:57.366978+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:18:57.461203+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:18:57.478015+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T23:19:02.539756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:19:02.540547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:19:02.652940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"562e05"},"request_uri":"http://localhost:8087/_wdt/562e05","method":"GET"} [] [2020-05-03T23:19:04.174167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:19:32.789590+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:19:34.796919+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:19:36.032866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:19:36.094631+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:19:36.106264+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T23:19:40.465825+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"190e27"},"request_uri":"http://localhost:8087/_wdt/190e27","method":"GET"} [] [2020-05-03T23:19:41.220993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:19:41.221222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:19:42.399376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:21:12.267820+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:21:13.634388+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:21:14.621793+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:21:14.672652+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:21:14.680723+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-03T23:21:19.229190+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb8776"},"request_uri":"http://localhost:8087/_wdt/eb8776","method":"GET"} [] [2020-05-03T23:21:19.596870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:21:19.601478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:21:19.856336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:06.641998+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:22:07.678501+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:22:09.146687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:22:09.201860+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:22:14.362552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:14.361276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:14.362197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:15.294412+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3acc5e"},"request_uri":"http://localhost:8087/_wdt/3acc5e","method":"GET"} [] [2020-05-03T23:22:41.986240+02:00] request.INFO: Matched route "test". {"route":"test","route_parameters":{"_route":"test","_controller":"App\\Controller\\VideoController::testVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/test/","method":"GET"} [] [2020-05-03T23:22:43.487593+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:22:44.847799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:22:44.915899+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:22:49.416389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:49.414030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:49.490187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:22:50.177846+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28921d"},"request_uri":"http://localhost:8087/_wdt/28921d","method":"GET"} [] [2020-05-03T23:25:22.892366+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/direct/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"direct","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct","method":"GET"} [] [2020-05-03T23:25:23.184509+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:25:26.664922+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-03T23:25:28.061829+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-03T23:25:29.152934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:25:29.198065+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-03T23:25:34.069697+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f5601"},"request_uri":"http://localhost:8087/_wdt/0f5601","method":"GET"} [] [2020-05-03T23:25:35.376017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:25:35.376320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:25:35.553233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:27:45.796695+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:27:46.769770+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:27:47.639029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:27:53.804194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:27:53.803479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:27:53.912078+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3a118"},"request_uri":"http://localhost:8087/_wdt/c3a118","method":"GET"} [] [2020-05-03T23:27:54.047031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:28:47.785251+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:28:48.721299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:28:49.641007+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:28:54.574798+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"465c78"},"request_uri":"http://localhost:8087/_wdt/465c78","method":"GET"} [] [2020-05-03T23:28:55.199512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:28:55.199730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:28:55.435392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:33:43.855142+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:33:45.094018+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:33:46.214348+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:33:51.357089+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4482f4"},"request_uri":"http://localhost:8087/_wdt/4482f4","method":"GET"} [] [2020-05-03T23:33:52.215845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:33:52.211523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:33:52.214155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:36:58.448069+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:36:59.441756+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:37:00.226112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:37:03.963465+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"486e3f"},"request_uri":"http://localhost:8087/_wdt/486e3f","method":"GET"} [] [2020-05-03T23:37:04.427359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:37:04.427376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:37:04.427641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:44:45.390542+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:44:46.138045+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:44:46.889123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:44:50.654143+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b9430"},"request_uri":"http://localhost:8087/_wdt/7b9430","method":"GET"} [] [2020-05-03T23:44:51.057211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:44:51.057004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:44:51.060859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:47:14.802529+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:47:15.918359+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:47:17.074494+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:47:21.344311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84a693"},"request_uri":"http://localhost:8087/_wdt/84a693","method":"GET"} [] [2020-05-03T23:47:21.982515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:47:21.982739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:47:21.982483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:57:22.552976+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:57:23.614780+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:57:24.527074+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:57:28.784898+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"082c08"},"request_uri":"http://localhost:8087/_wdt/082c08","method":"GET"} [] [2020-05-03T23:57:29.199139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:57:29.199355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:57:29.199699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:08.046523+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:58:08.956957+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:58:09.823709+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:58:13.277905+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39299d"},"request_uri":"http://localhost:8087/_wdt/39299d","method":"GET"} [] [2020-05-03T23:58:13.699902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:13.986218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:14.228983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:26.138924+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:58:26.829353+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:58:27.277587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:58:31.037342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:31.037620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:31.039613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:58:31.741914+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1bd4e"},"request_uri":"http://localhost:8087/_wdt/c1bd4e","method":"GET"} [] [2020-05-03T23:59:34.495321+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-03T23:59:35.413219+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-03T23:59:36.225845+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-03T23:59:39.111818+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6bdefd"},"request_uri":"http://localhost:8087/_wdt/6bdefd","method":"GET"} [] [2020-05-03T23:59:39.578655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:59:39.783314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-03T23:59:39.889858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:02:38.427475+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:02:39.311659+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:02:40.145153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:02:43.956753+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f86a7c"},"request_uri":"http://localhost:8087/_wdt/f86a7c","method":"GET"} [] [2020-05-04T00:02:44.541321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:02:44.541228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:02:44.540997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:04:34.876776+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:04:35.529759+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:04:36.192112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:04:39.656752+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aeb411"},"request_uri":"http://localhost:8087/_wdt/aeb411","method":"GET"} [] [2020-05-04T00:04:39.926291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:04:39.926291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:04:40.148685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:07:21.629504+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:07:22.302377+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:07:22.940227+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:07:26.419938+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70734c"},"request_uri":"http://localhost:8087/_wdt/70734c","method":"GET"} [] [2020-05-04T00:07:26.778547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:07:26.780654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:07:26.778975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:10:41.579529+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:10:42.487777+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:10:43.325539+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:10:46.427973+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d659f7"},"request_uri":"http://localhost:8087/_wdt/d659f7","method":"GET"} [] [2020-05-04T00:10:46.849163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:10:46.850111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:10:47.122763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:34:06.425310+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:34:07.223185+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:34:07.975481+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:34:11.589292+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"129656"},"request_uri":"http://localhost:8087/_wdt/129656","method":"GET"} [] [2020-05-04T00:34:11.692491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:34:11.693005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:34:11.692891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:38:03.309152+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T00:38:03.971979+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T00:38:04.098562+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-05-04T00:38:04.480307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:38:08.373367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:38:08.519696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:38:09.156303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:38:09.473929+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00629f"},"request_uri":"http://localhost:8087/_wdt/00629f","method":"GET"} [] [2020-05-04T00:38:13.728509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:39:51.359109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:39:51.359554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:39:51.358805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:40:31.730019+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:40:32.279862+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:40:33.008406+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:40:36.279612+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18abff"},"request_uri":"http://localhost:8087/_wdt/18abff","method":"GET"} [] [2020-05-04T00:40:36.806498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:40:37.008990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:40:37.356127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:41:00.489066+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:41:01.545122+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:41:02.599243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:41:06.145061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:41:06.144763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:41:06.615514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:41:06.741810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16a459"},"request_uri":"http://localhost:8087/_wdt/16a459","method":"GET"} [] [2020-05-04T00:41:35.676447+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:41:36.190569+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:41:36.927140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:41:39.848476+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"520bc7"},"request_uri":"http://localhost:8087/_wdt/520bc7","method":"GET"} [] [2020-05-04T00:41:40.288893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:41:40.749740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:41:40.929267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:42:48.948996+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T00:42:49.716086+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T00:42:50.439862+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:42:53.716782+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3369db"},"request_uri":"http://localhost:8087/_wdt/3369db","method":"GET"} [] [2020-05-04T00:42:54.233533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:42:54.724412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:42:55.630156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:04.427189+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/detail/4","method":"GET"} [] [2020-05-04T00:43:05.132779+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["4"] [] [2020-05-04T00:43:05.245933+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["4"] [] [2020-05-04T00:43:05.609564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:43:09.868042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:09.869424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:09.869165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:10.189210+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f55c3"},"request_uri":"http://localhost:8087/_wdt/8f55c3","method":"GET"} [] [2020-05-04T00:43:21.048665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:21.048482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:21.048870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:23.364002+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T00:43:24.336622+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T00:43:24.549820+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-05-04T00:43:25.197808+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:43:26.290855+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T00:43:27.021429+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T00:43:27.129123+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["2"] [] [2020-05-04T00:43:27.487954+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:43:30.986707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:31.114599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:31.114731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:31.117024+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73c8fe"},"request_uri":"http://localhost:8087/_wdt/73c8fe","method":"GET"} [] [2020-05-04T00:43:56.107700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:43:56.107533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:46:14.403993+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T00:46:15.201270+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T00:46:15.331963+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T00:46:15.754240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T00:46:18.675529+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fda38"},"request_uri":"http://localhost:8087/_wdt/5fda38","method":"GET"} [] [2020-05-04T00:46:19.094212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:46:19.096311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T00:46:19.096997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:03:48.019890+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:03:48.648572+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:03:48.768770+02:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 116 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 116 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:03:48.857572+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 116" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 116 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:03:49.161946+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:03:51.755430+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a7834"},"request_uri":"http://localhost:8087/_wdt/1a7834","method":"GET"} [] [2020-05-04T01:07:37.221444+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:07:37.894896+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:07:38.107924+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T01:07:38.636290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:07:42.227319+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a9b78"},"request_uri":"http://localhost:8087/_wdt/2a9b78","method":"GET"} [] [2020-05-04T01:07:42.806006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:07:42.805875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:07:42.806224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:09:19.955893+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:09:20.861294+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:09:21.004862+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T01:09:21.529371+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:09:25.697776+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f7536"},"request_uri":"http://localhost:8087/_wdt/3f7536","method":"GET"} [] [2020-05-04T01:09:26.013563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:09:26.013960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:09:26.202576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T01:16:49.446183+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:16:50.095986+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:16:50.289633+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T01:16:50.386168+02:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, array given, called in /app/src/Controller/DefaultController.php on line 244 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, array given, called in /app/src/Controller/DefaultController.php on line 244 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:16:50.471817+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, array given, called in /app/src/Controller/DefaultController.php on line 244" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, array given, called in /app/src/Controller/DefaultController.php on line 244 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:16:50.743912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:16:53.012163+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b37286"},"request_uri":"http://localhost:8087/_wdt/b37286","method":"GET"} [] [2020-05-04T01:20:10.106099+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:20:10.865524+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:20:10.993098+02:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:20:11.083945+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:20:11.368310+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:20:13.948170+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b4b9d"},"request_uri":"http://localhost:8087/_wdt/6b4b9d","method":"GET"} [] [2020-05-04T01:20:48.334000+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:20:49.134207+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:20:49.277080+02:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:20:49.373186+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:20:49.710185+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:20:51.954482+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba3b17"},"request_uri":"http://localhost:8087/_wdt/ba3b17","method":"GET"} [] [2020-05-04T01:21:22.587249+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:21:23.191686+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:21:23.300530+02:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:21:23.377943+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:21:23.651618+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:21:26.136030+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"762fbb"},"request_uri":"http://localhost:8087/_wdt/762fbb","method":"GET"} [] [2020-05-04T01:21:59.278304+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:21:59.882724+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T01:21:59.994228+02:00] php.CRITICAL: Uncaught Error: Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:22:00.078540+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to App\Pagination\Paginator::__construct() must be an instance of Doctrine\ORM\QueryBuilder, instance of Doctrine\ORM\Query given, called in /app/src/Repository/PostRepository.php on line 111" at /app/src/Pagination/Paginator.php line 30 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to App\\Pagination\\Paginator::__construct() must be an instance of Doctrine\\ORM\\QueryBuilder, instance of Doctrine\\ORM\\Query given, called in /app/src/Repository/PostRepository.php on line 111 at /app/src/Pagination/Paginator.php:30)"} [] [2020-05-04T01:22:00.345862+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:22:02.527749+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1c233"},"request_uri":"http://localhost:8087/_wdt/c1c233","method":"GET"} [] [2020-05-04T01:25:38.709378+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:25:39.278052+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:25:39.546564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:25:41.623415+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e9ae8"},"request_uri":"http://localhost:8087/_wdt/4e9ae8","method":"GET"} [] [2020-05-04T01:28:17.937262+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "[Semantical Error] The annotation "@Cache" in method App\Controller\DefaultController::detailUser() was never imported. Did you maybe forget to add a "use" statement for this annotation? in /app/config/routes/../../src/Controller/ (which is being imported from "/app/config/routes/annotations.yaml"). Make sure annotations are installed and enabled." at /app/vendor/symfony/config/Loader/FileLoader.php line 173 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] The annotation \"@Cache\" in method App\\Controller\\DefaultController::detailUser() was never imported. Did you maybe forget to add a \"use\" statement for this annotation? in /app/config/routes/../../src/Controller/ (which is being imported from \"/app/config/routes/annotations.yaml\"). Make sure annotations are installed and enabled. at /app/vendor/symfony/config/Loader/FileLoader.php:173)\n[previous exception] [object] (Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] The annotation \"@Cache\" in method App\\Controller\\DefaultController::detailUser() was never imported. Did you maybe forget to add a \"use\" statement for this annotation? at /app/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php:54)"} [] [2020-05-04T01:30:04.623195+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:30:05.667054+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:30:05.945056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:30:08.055258+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"174265"},"request_uri":"http://localhost:8087/_wdt/174265","method":"GET"} [] [2020-05-04T01:32:20.021205+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:32:20.622955+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:32:20.884056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:32:23.236782+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"762f10"},"request_uri":"http://localhost:8087/_wdt/762f10","method":"GET"} [] [2020-05-04T01:33:18.142065+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:33:18.732089+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:33:18.997608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:33:21.461209+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd972c"},"request_uri":"http://localhost:8087/_wdt/dd972c","method":"GET"} [] [2020-05-04T01:38:56.232148+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:38:56.875746+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:38:57.159173+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:38:59.303445+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ca4d0"},"request_uri":"http://localhost:8087/_wdt/5ca4d0","method":"GET"} [] [2020-05-04T01:39:50.590946+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:39:51.450544+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:39:51.734140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:39:53.843456+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64d4b1"},"request_uri":"http://localhost:8087/_wdt/64d4b1","method":"GET"} [] [2020-05-04T01:40:03.126444+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:40:03.906862+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:40:04.156118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:40:06.366925+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c42e6e"},"request_uri":"http://localhost:8087/_wdt/c42e6e","method":"GET"} [] [2020-05-04T01:40:59.986241+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:41:00.480285+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:41:00.703198+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:41:02.781328+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"406d5d"},"request_uri":"http://localhost:8087/_wdt/406d5d","method":"GET"} [] [2020-05-04T01:44:02.406112+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:44:02.942291+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:44:03.200146+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:44:05.421687+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61266c"},"request_uri":"http://localhost:8087/_wdt/61266c","method":"GET"} [] [2020-05-04T01:46:17.748213+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:46:18.288978+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:46:18.554366+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:46:20.904921+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"654495"},"request_uri":"http://localhost:8087/_wdt/654495","method":"GET"} [] [2020-05-04T01:59:12.485010+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T01:59:13.471498+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T01:59:13.788784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T01:59:15.711535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1733d6"},"request_uri":"http://localhost:8087/_wdt/1733d6","method":"GET"} [] [2020-05-04T02:00:35.110221+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:00:35.661150+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:00:35.938004+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:00:38.145224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b2e99"},"request_uri":"http://localhost:8087/_wdt/5b2e99","method":"GET"} [] [2020-05-04T02:02:36.795033+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:02:37.382417+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:02:37.639343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:02:39.734527+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b83ba"},"request_uri":"http://localhost:8087/_wdt/0b83ba","method":"GET"} [] [2020-05-04T02:03:17.705526+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:03:18.322183+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:03:18.610225+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:03:20.190501+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e02834"},"request_uri":"http://localhost:8087/_wdt/e02834","method":"GET"} [] [2020-05-04T02:07:16.208249+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:07:16.748306+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:07:16.996317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:07:19.243785+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86609c"},"request_uri":"http://localhost:8087/_wdt/86609c","method":"GET"} [] [2020-05-04T02:09:15.799281+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:09:16.334461+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$page" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$page\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:09:16.606120+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:09:18.845689+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7edd2"},"request_uri":"http://localhost:8087/_wdt/a7edd2","method":"GET"} [] [2020-05-04T02:20:19.570474+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:20:20.121355+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$_format" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$_format\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:20:20.386918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:20:22.756090+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d14ee"},"request_uri":"http://localhost:8087/_wdt/1d14ee","method":"GET"} [] [2020-05-04T02:20:49.835808+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:20:50.410450+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$_format" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$_format\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:20:50.666899+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:20:53.195964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8097ac"},"request_uri":"http://localhost:8087/_wdt/8097ac","method":"GET"} [] [2020-05-04T02:21:26.443818+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:21:27.302767+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$_format" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$_format\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2020-05-04T02:21:27.575914+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:21:29.458926+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ef8e8"},"request_uri":"http://localhost:8087/_wdt/3ef8e8","method":"GET"} [] [2020-05-04T02:23:36.286694+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:23:36.905299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:23:37.135957+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: Id" at /app/src/Repository/PostRepository.php line 107 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: Id at /app/src/Repository/PostRepository.php:107)"} [] [2020-05-04T02:23:37.416676+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:23:39.677793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ea3c8"},"request_uri":"http://localhost:8087/_wdt/9ea3c8","method":"GET"} [] [2020-05-04T02:24:03.639393+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:24:04.434693+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:24:04.605744+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: Id" at /app/src/Repository/PostRepository.php line 107 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: Id at /app/src/Repository/PostRepository.php:107)"} [] [2020-05-04T02:24:04.895469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:24:07.086500+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbb7b5"},"request_uri":"http://localhost:8087/_wdt/dbb7b5","method":"GET"} [] [2020-05-04T02:24:56.009725+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:24:56.663860+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:24:56.810977+02:00] php.CRITICAL: Uncaught Error: Call to undefined method Doctrine\ORM\QueryBuilder::getResult() {"exception":"[object] (Error(code: 0): Call to undefined method Doctrine\\ORM\\QueryBuilder::getResult() at /app/src/Repository/PostRepository.php:108)"} [] [2020-05-04T02:24:56.901661+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMethodError: "Attempted to call an undefined method named "getResult" of class "Doctrine\ORM\QueryBuilder"." at /app/src/Repository/PostRepository.php line 108 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError(code: 0): Attempted to call an undefined method named \"getResult\" of class \"Doctrine\\ORM\\QueryBuilder\". at /app/src/Repository/PostRepository.php:108)"} [] [2020-05-04T02:24:57.189665+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:24:58.755723+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1a7a7"},"request_uri":"http://localhost:8087/_wdt/a1a7a7","method":"GET"} [] [2020-05-04T02:26:35.801568+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:26:36.742955+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:26:36.911730+02:00] php.CRITICAL: Uncaught Error: Too few arguments to function App\Repository\PostRepository::findOneByIdJoinedToCategory(), 1 passed in /app/src/Controller/DefaultController.php on line 249 and exactly 2 expected {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function App\\Repository\\PostRepository::findOneByIdJoinedToCategory(), 1 passed in /app/src/Controller/DefaultController.php on line 249 and exactly 2 expected at /app/src/Repository/PostRepository.php:101)"} [] [2020-05-04T02:26:37.053544+02:00] request.CRITICAL: Uncaught PHP Exception ArgumentCountError: "Too few arguments to function App\Repository\PostRepository::findOneByIdJoinedToCategory(), 1 passed in /app/src/Controller/DefaultController.php on line 249 and exactly 2 expected" at /app/src/Repository/PostRepository.php line 101 {"exception":"[object] (ArgumentCountError(code: 0): Too few arguments to function App\\Repository\\PostRepository::findOneByIdJoinedToCategory(), 1 passed in /app/src/Controller/DefaultController.php on line 249 and exactly 2 expected at /app/src/Repository/PostRepository.php:101)"} [] [2020-05-04T02:26:37.325139+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:26:39.645323+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"918ded"},"request_uri":"http://localhost:8087/_wdt/918ded","method":"GET"} [] [2020-05-04T02:27:15.730074+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:27:16.392318+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:27:16.628747+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? LIMIT 10 ["3"] [] [2020-05-04T02:27:16.663402+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.id IN (?) ["3",[4,10,11,15,25,29,30,31]] [] [2020-05-04T02:27:16.768559+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T02:27:16.847943+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "user/detail_user.twig" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form)." at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"user/detail_user.twig\" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form). at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php:227)"} [] [2020-05-04T02:27:17.174825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:27:19.048445+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c57cfd"},"request_uri":"http://localhost:8087/_wdt/c57cfd","method":"GET"} [] [2020-05-04T02:32:09.719159+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:32:10.375554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:32:10.607699+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? LIMIT 10 ["3"] [] [2020-05-04T02:32:10.637076+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.id IN (?) ["3",[4,10,11,15,25,29,30,31]] [] [2020-05-04T02:32:10.729847+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T02:32:10.812250+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "user/detail_user.htmltwig" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form)." at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"user/detail_user.htmltwig\" (looked into: /app/templates, /app/vendor/symfony/twig-bridge/Resources/views/Form). at /app/vendor/twig/twig/src/Loader/FilesystemLoader.php:227)"} [] [2020-05-04T02:32:11.141683+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:32:13.142853+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89a1ab"},"request_uri":"http://localhost:8087/_wdt/89a1ab","method":"GET"} [] [2020-05-04T02:34:51.804163+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T02:34:52.495854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T02:34:52.660577+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? LIMIT 10 ["3"] [] [2020-05-04T02:34:52.686544+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.id IN (?) ["3",[4,10,11,15,25,29,30,31]] [] [2020-05-04T02:34:52.701143+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T02:34:53.431796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T02:34:57.723805+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22dcc3"},"request_uri":"http://localhost:8087/_wdt/22dcc3","method":"GET"} [] [2020-05-04T02:34:58.017857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T02:34:58.070582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T02:34:58.077190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T09:47:25.405007+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T09:47:26.419166+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T09:47:26.686274+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? LIMIT 10 ["3"] [] [2020-05-04T09:47:26.736800+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.id IN (?) ["3",[4,10,11,15,25,29,30,31]] [] [2020-05-04T09:47:26.759078+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T09:47:27.660208+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T09:47:27.791275+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "result" nor one of the methods "result()", "getresult()"/"isresult()"/"hasresult()" or "__call()" exist and have public access in class "App\Pagination\Paginator"." at /app/templates/user/detail_user.html.twig line 17 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"result\" nor one of the methods \"result()\", \"getresult()\"/\"isresult()\"/\"hasresult()\" or \"__call()\" exist and have public access in class \"App\\Pagination\\Paginator\". at /app/templates/user/detail_user.html.twig:17)"} [] [2020-05-04T09:47:30.802983+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"148873"},"request_uri":"http://localhost:8087/_wdt/148873","method":"GET"} [] [2020-05-04T09:48:26.768525+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T09:48:27.589268+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T09:48:27.744635+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? LIMIT 10 ["3"] [] [2020-05-04T09:48:27.778209+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.id IN (?) ["3",[4,10,11,15,25,29,30,31]] [] [2020-05-04T09:48:27.790149+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? ["3"] [] [2020-05-04T09:48:28.439454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T09:48:32.703303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T09:48:32.701078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T09:48:32.702808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T09:48:32.997313+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63bc05"},"request_uri":"http://localhost:8087/_wdt/63bc05","method":"GET"} [] [2020-05-04T17:29:41.603193+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:29:42.609541+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:29:42.842951+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:29:42.867604+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:29:42.885599+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:29:43.381297+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:29:48.441517+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4eee3"},"request_uri":"http://localhost:8087/_wdt/c4eee3","method":"GET"} [] [2020-05-04T17:29:48.576852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:29:48.578760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:29:48.799944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:39:54.046408+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:39:54.848926+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:39:55.152557+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:39:55.183093+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:39:55.312749+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:39:56.145058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:40:02.144268+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d779bd"},"request_uri":"http://localhost:8087/_wdt/d779bd","method":"GET"} [] [2020-05-04T17:40:02.585120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:40:02.586688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:40:02.587670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:41:50.268922+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:41:51.397373+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:41:51.643875+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:41:51.674029+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:41:51.689931+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:41:52.539408+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:41:57.190424+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d248e0"},"request_uri":"http://localhost:8087/_wdt/d248e0","method":"GET"} [] [2020-05-04T17:41:57.733790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:41:57.734096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:41:57.915684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:42:48.062187+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:42:49.426812+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:42:49.712314+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:42:49.743868+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:42:49.765801+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:42:50.853320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:42:55.062210+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9fe7e1"},"request_uri":"http://localhost:8087/_wdt/9fe7e1","method":"GET"} [] [2020-05-04T17:42:55.379245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:42:55.382187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:42:55.383102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:43:42.659201+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:43:43.578417+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:43:43.771965+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:43:43.796779+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:43:43.815607+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:43:44.604632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:43:48.684524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:43:48.684820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:43:48.752848+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f2590"},"request_uri":"http://localhost:8087/_wdt/3f2590","method":"GET"} [] [2020-05-04T17:43:49.343449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:44:49.784083+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:44:50.896326+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:44:51.132971+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:44:51.160661+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:44:51.176762+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:44:51.962999+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:44:56.065299+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf0da0"},"request_uri":"http://localhost:8087/_wdt/cf0da0","method":"GET"} [] [2020-05-04T17:44:56.733860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:44:56.733860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:44:56.734406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:45:22.791189+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:45:24.072300+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:45:24.196297+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:45:24.209675+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:45:24.218609+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:45:24.675242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:45:29.837501+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a34a8"},"request_uri":"http://localhost:8087/_wdt/2a34a8","method":"GET"} [] [2020-05-04T17:45:30.170582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:45:30.172661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:45:30.443529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:45:51.067365+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:45:51.973605+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:45:52.151384+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:45:52.169798+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:45:52.182824+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:45:52.896997+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:45:56.747441+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41d06f"},"request_uri":"http://localhost:8087/_wdt/41d06f","method":"GET"} [] [2020-05-04T17:45:57.303981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:45:57.383163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:45:57.553231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:55:41.637372+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T17:55:42.719405+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T17:55:42.936840+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T17:55:42.967083+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T17:55:42.989766+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T17:55:43.790061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T17:55:47.710546+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9457dd"},"request_uri":"http://localhost:8087/_wdt/9457dd","method":"GET"} [] [2020-05-04T17:55:48.159664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:55:48.160129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T17:55:48.159664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:00:52.580492+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:00:53.328987+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:00:53.538236+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:00:53.562717+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:00:53.576233+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:00:54.289578+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:00:59.198398+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"beadfa"},"request_uri":"http://localhost:8087/_wdt/beadfa","method":"GET"} [] [2020-05-04T18:00:59.771902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:00:59.772100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:00:59.773047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:01:40.667207+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:01:41.751721+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:01:41.976797+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:01:42.000929+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:01:42.021610+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:01:42.878178+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:01:47.247457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:01:47.247959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:01:47.471320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:01:47.711002+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e6701"},"request_uri":"http://localhost:8087/_wdt/7e6701","method":"GET"} [] [2020-05-04T18:02:29.990242+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:02:30.822425+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:02:31.095198+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:02:31.130838+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:02:31.154882+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:02:32.181662+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:02:35.900205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:02:35.900383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:02:36.330432+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74768e"},"request_uri":"http://localhost:8087/_wdt/74768e","method":"GET"} [] [2020-05-04T18:02:36.426917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:25:37.167858+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:25:38.034866+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:25:38.200691+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:25:38.221040+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:25:38.237652+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:25:38.917363+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:25:42.266051+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56be5a"},"request_uri":"http://localhost:8087/_wdt/56be5a","method":"GET"} [] [2020-05-04T18:25:42.804172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:25:42.804760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:25:43.678726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:26:24.427278+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:26:25.120725+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:26:25.275489+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:26:25.294314+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:26:25.307185+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:26:25.897700+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:26:29.100634+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66cefb"},"request_uri":"http://localhost:8087/_wdt/66cefb","method":"GET"} [] [2020-05-04T18:26:29.592337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:26:29.592399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:26:29.965806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:27:38.137038+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:27:39.078256+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:27:39.343524+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:27:39.389355+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:27:39.411036+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:27:40.509927+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:27:40.637699+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "slug" nor one of the methods "slug()", "getslug()"/"isslug()"/"hasslug()" or "__call()" exist and have public access in class "App\Pagination\Paginator"." at /app/templates/user/detail_user.html.twig line 49 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"slug\" nor one of the methods \"slug()\", \"getslug()\"/\"isslug()\"/\"hasslug()\" or \"__call()\" exist and have public access in class \"App\\Pagination\\Paginator\". at /app/templates/user/detail_user.html.twig:49)"} [] [2020-05-04T18:27:42.931655+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bd357"},"request_uri":"http://localhost:8087/_wdt/2bd357","method":"GET"} [] [2020-05-04T18:28:00.919828+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:28:01.384056+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:28:01.488765+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:28:01.501779+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:28:01.510396+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:28:01.911982+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:28:05.764478+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fbc22"},"request_uri":"http://localhost:8087/_wdt/7fbc22","method":"GET"} [] [2020-05-04T18:28:06.110043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:28:06.110133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:28:06.450601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:32:06.934894+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:32:07.920157+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:32:08.169817+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:32:08.196642+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:32:08.210492+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:32:08.212741+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:32:08.214291+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:32:08.215906+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:32:09.065243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:32:09.230052+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: postaudio")." at /app/templates/user/detail_user.html.twig line 46 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: postaudio\"). at /app/templates/user/detail_user.html.twig:46)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: postaudio at /app/var/cache/dev/twig/90/903f8b981b6801510ca3e1cfcb0fb3e6eeef145ebcecff2cd7b7b77c4cbb6475.php:156)"} [] [2020-05-04T18:32:12.551227+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:32:12.551689+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3c08d"},"request_uri":"http://localhost:8087/_wdt/b3c08d","method":"GET"} [] [2020-05-04T18:32:13.609820+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:32:13.832869+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:32:13.855264+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:32:13.871038+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:32:13.872528+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:32:13.873680+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:32:13.875102+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:32:14.415063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:32:14.559292+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Undefined index: postaudio")." at /app/templates/user/detail_user.html.twig line 46 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Undefined index: postaudio\"). at /app/templates/user/detail_user.html.twig:46)\n[previous exception] [object] (ErrorException(code: 0): Notice: Undefined index: postaudio at /app/var/cache/dev/twig/90/903f8b981b6801510ca3e1cfcb0fb3e6eeef145ebcecff2cd7b7b77c4cbb6475.php:156)"} [] [2020-05-04T18:32:18.244065+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59726a"},"request_uri":"http://localhost:8087/_wdt/59726a","method":"GET"} [] [2020-05-04T18:32:39.011618+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:32:39.800028+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:32:39.974717+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:32:39.999527+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:32:40.013386+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:32:40.014760+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:32:40.016314+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:32:40.018150+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:32:40.723994+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:32:44.610136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:32:44.610347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:32:44.610136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:32:45.091095+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b6805"},"request_uri":"http://localhost:8087/_wdt/9b6805","method":"GET"} [] [2020-05-04T18:35:40.647308+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:35:41.432855+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:35:41.597031+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:35:41.616788+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:35:41.631622+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:35:41.633156+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:35:41.634442+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:35:41.635982+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:35:42.282308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:35:46.244408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:35:46.243874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:35:46.244026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:35:46.324173+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94ab3d"},"request_uri":"http://localhost:8087/_wdt/94ab3d","method":"GET"} [] [2020-05-04T18:37:08.829564+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:37:09.575638+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:37:09.729384+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:37:09.751664+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:37:09.762774+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:37:09.764088+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:37:09.765255+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:37:09.767560+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:37:10.154677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:37:14.482928+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a56807"},"request_uri":"http://localhost:8087/_wdt/a56807","method":"GET"} [] [2020-05-04T18:37:14.515594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:37:14.515989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:37:14.515828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:39:46.030960+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:39:47.083868+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:39:47.266614+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:39:47.289058+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:39:47.305517+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:39:47.307641+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:39:47.309157+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:39:47.311131+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:39:48.287266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:39:52.808489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:39:52.808762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:39:52.808892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:39:53.479679+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3afda5"},"request_uri":"http://localhost:8087/_wdt/3afda5","method":"GET"} [] [2020-05-04T18:40:53.329065+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T18:40:54.209380+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T18:40:54.398672+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T18:40:54.421560+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T18:40:54.434653+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T18:40:54.437273+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T18:40:54.438779+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T18:40:54.440478+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T18:40:55.094301+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T18:40:58.201258+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f10fbd"},"request_uri":"http://localhost:8087/_wdt/f10fbd","method":"GET"} [] [2020-05-04T18:40:58.677916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:40:58.854075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T18:40:58.853329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:01.129181+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:23:02.078962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:23:02.295147+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:23:02.320422+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:23:02.338986+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:23:02.340807+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:23:02.342761+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:23:02.344676+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:23:03.139324+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:23:08.243700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:08.301423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:08.458115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:09.794150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_004.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:11.362429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_002.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:15.322530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:15.322530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_003.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:15.344623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:15.938690+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba1161"},"request_uri":"http://localhost:8087/_wdt/ba1161","method":"GET"} [] [2020-05-04T19:23:18.370070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_005.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:20.787629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_006.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:23:20.787521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:36.120365+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:31:37.319883+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:31:37.554523+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:31:37.586666+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:31:37.622696+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:31:37.625137+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:31:37.627480+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:31:37.629820+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:31:38.397446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:31:44.362775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_002.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_002.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:44.364761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_004.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_004.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_004.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:44.363082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:44.372418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_002.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_002.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_002.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:45.830601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_pastors_005.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_pastors_005.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_pastors_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:51.853609+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97d099"},"request_uri":"http://localhost:8087/_wdt/97d099","method":"GET"} [] [2020-05-04T19:31:52.918177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:52.918860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_003.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_003.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_003.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:52.918177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:31:54.612442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_005.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_005.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_005.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:32:00.374582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_006.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_006.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_006.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:32:00.899688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:32:19.144561+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:32:20.076351+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:32:20.305703+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:32:20.331321+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:32:20.347016+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:32:20.348770+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:32:20.350024+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:32:20.351632+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:32:21.158193+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:32:25.450245+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02f93f"},"request_uri":"http://localhost:8087/_wdt/02f93f","method":"GET"} [] [2020-05-04T19:32:26.225801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:32:26.761950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:32:27.343005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:32:27.437298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:12.619270+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:33:13.395463+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:33:13.576940+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:33:13.605027+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:33:13.622872+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:33:13.624357+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:33:13.625592+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:33:13.627243+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:33:14.297581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:33:18.900576+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"283387"},"request_uri":"http://localhost:8087/_wdt/283387","method":"GET"} [] [2020-05-04T19:33:19.711614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:19.719448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:20.727864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:21.746803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:40.350673+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:33:41.116142+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:33:41.294671+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:33:41.317373+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:33:41.329888+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:33:41.331636+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:33:41.333610+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:33:41.336147+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:33:41.999035+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:33:46.164656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:46.166465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:46.551859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:47.663726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:33:48.231658+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1528b8"},"request_uri":"http://localhost:8087/_wdt/1528b8","method":"GET"} [] [2020-05-04T19:35:27.230738+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:35:27.905456+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:35:28.130095+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:35:28.152586+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:35:28.167293+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:35:28.168768+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:35:28.170109+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:35:28.172500+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:35:28.952990+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:35:33.147598+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c816c7"},"request_uri":"http://localhost:8087/_wdt/c816c7","method":"GET"} [] [2020-05-04T19:35:33.903781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/detail/images/img_testim_001.jpg" (from "http://localhost:8087/fr/detail/3")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/detail/images/img_testim_001.jpg\" (from \"http://localhost:8087/fr/detail/3\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/detail/images/img_testim_001.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:35:33.904179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:35:34.434670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:35:35.371219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:44:36.830345+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:44:37.812962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:44:38.031896+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:44:38.057547+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:44:38.072604+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:44:38.073985+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:44:38.075388+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:44:38.077086+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:44:38.835931+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:44:42.350343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:44:42.350765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:44:42.351278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:44:42.951201+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c45fe"},"request_uri":"http://localhost:8087/_wdt/2c45fe","method":"GET"} [] [2020-05-04T19:45:27.409741+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:45:28.676558+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:45:28.965266+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:45:28.984611+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:45:28.996437+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:45:28.998215+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:45:28.999444+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:45:29.000739+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:45:29.456231+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:45:32.812867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:45:32.813807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:45:32.814001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:45:33.592909+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d9163"},"request_uri":"http://localhost:8087/_wdt/7d9163","method":"GET"} [] [2020-05-04T19:46:03.509235+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:46:04.390434+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:46:04.611487+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:46:04.638933+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:46:04.653099+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:46:04.655274+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:46:04.657123+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:46:04.659048+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:46:05.407755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:46:08.682654+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98a68d"},"request_uri":"http://localhost:8087/_wdt/98a68d","method":"GET"} [] [2020-05-04T19:46:09.055337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:46:09.055171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:46:09.122067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:06.658696+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:47:07.197670+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:47:07.373598+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:47:07.394583+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:47:07.408649+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:47:07.410502+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:47:07.411874+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:47:07.413475+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:47:08.068324+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:47:11.351241+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df051e"},"request_uri":"http://localhost:8087/_wdt/df051e","method":"GET"} [] [2020-05-04T19:47:11.667668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:11.667781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:11.669076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:47.425154+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/detail/3","method":"GET"} [] [2020-05-04T19:47:48.285699+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["3"] [] [2020-05-04T19:47:48.464588+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Video"] [] [2020-05-04T19:47:48.489148+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Video",[10,11,15]] [] [2020-05-04T19:47:48.503800+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Video"] [] [2020-05-04T19:47:48.505381+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["3","Audio"] [] [2020-05-04T19:47:48.506933+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["3","Audio",[4,25]] [] [2020-05-04T19:47:48.508654+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["3","Audio"] [] [2020-05-04T19:47:49.206960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:47:53.523609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:53.523373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:53.524300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:47:54.145846+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"984411"},"request_uri":"http://localhost:8087/_wdt/984411","method":"GET"} [] [2020-05-04T19:48:04.146386+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/detail/1","method":"GET"} [] [2020-05-04T19:48:04.950361+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["1"] [] [2020-05-04T19:48:05.113945+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["1","Video"] [] [2020-05-04T19:48:05.126137+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["1","Video"] [] [2020-05-04T19:48:05.127669+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["1","Audio"] [] [2020-05-04T19:48:05.129149+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["1","Audio"] [] [2020-05-04T19:48:05.548740+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:48:05.679301+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("picture") on a null variable." at /app/templates/user/detail_user.html.twig line 17 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"picture\") on a null variable. at /app/templates/user/detail_user.html.twig:17)"} [] [2020-05-04T19:48:07.664689+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ca124"},"request_uri":"http://localhost:8087/_wdt/7ca124","method":"GET"} [] [2020-05-04T19:48:29.196141+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T19:48:29.996147+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T19:48:30.168833+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T19:48:30.199425+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T19:48:30.213060+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T19:48:30.214818+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T19:48:30.216188+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T19:48:30.218301+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T19:48:30.635162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:48:33.951857+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcbc1a"},"request_uri":"http://localhost:8087/_wdt/dcbc1a","method":"GET"} [] [2020-05-04T19:48:34.831750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:48:35.045013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:48:35.518997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:56:13.151715+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T19:56:14.251302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T19:56:14.476127+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T19:56:14.505296+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T19:56:14.523197+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T19:56:14.526089+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T19:56:14.528261+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T19:56:14.530966+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T19:56:15.409944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:56:19.145701+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25afe2"},"request_uri":"http://localhost:8087/_wdt/25afe2","method":"GET"} [] [2020-05-04T19:56:19.931815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/sound.jpeg" (from "http://localhost:8087/fr/detail/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/sound.jpeg\" (from \"http://localhost:8087/fr/detail/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/sound.jpeg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:56:19.931671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:56:20.848037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:56:21.936392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:57:53.280768+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T19:57:54.014117+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T19:57:54.179113+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T19:57:54.205601+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T19:57:54.221003+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T19:57:54.223000+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T19:57:54.224351+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T19:57:54.226711+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T19:57:54.860208+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T19:57:58.641469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:57:58.641592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:57:58.641201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T19:57:59.065535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8731c"},"request_uri":"http://localhost:8087/_wdt/f8731c","method":"GET"} [] [2020-05-04T20:00:27.655241+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:00:28.408684+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:00:28.581586+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:00:28.599368+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:00:28.611919+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:00:28.613281+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:00:28.614464+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:00:28.616626+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:00:29.279267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:00:33.397224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"668fe7"},"request_uri":"http://localhost:8087/_wdt/668fe7","method":"GET"} [] [2020-05-04T20:00:34.219021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:00:34.242790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:00:35.235898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:03:57.670479+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:03:58.511731+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:03:58.691543+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:03:58.714041+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:03:58.729815+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:03:58.731393+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:03:58.732996+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:03:58.735183+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:03:59.506254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:04:03.042498+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"012df0"},"request_uri":"http://localhost:8087/_wdt/012df0","method":"GET"} [] [2020-05-04T20:04:03.573900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:04:03.624974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:04:04.460784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:12:37.736989+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:12:38.588695+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:12:38.768379+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:12:38.791866+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:12:38.807578+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:12:38.808915+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:12:38.810304+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:12:38.812577+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:12:39.510391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:12:44.383090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:12:44.382954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:12:44.382954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:12:44.397742+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5b3a9"},"request_uri":"http://localhost:8087/_wdt/e5b3a9","method":"GET"} [] [2020-05-04T20:15:16.315139+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:15:17.472715+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:15:17.736197+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:15:17.766799+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:15:17.784970+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:15:17.786911+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:15:17.788525+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:15:17.790608+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:15:18.719928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:15:21.917528+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"956690"},"request_uri":"http://localhost:8087/_wdt/956690","method":"GET"} [] [2020-05-04T20:15:22.484170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:22.599795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:22.923127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:31.198178+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"suscipit"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/suscipit","method":"GET"} [] [2020-05-04T20:15:32.101983+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["suscipit"] [] [2020-05-04T20:15:32.330500+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-04T20:15:32.773504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:15:32.844964+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-04T20:15:32.849768+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [8] [] [2020-05-04T20:15:32.867362+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-04T20:15:33.353410+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sunt seculaes transferre talis camerarius fluct...". {"output":"

Sunt seculaes transferre talis camerarius fluct..."} [] [2020-05-04T20:15:33.354077+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Aliquam sodales odio id eleifend tristique. Pot...". {"output":"

Aliquam sodales odio id eleifend tristique. Pot..."} [] [2020-05-04T20:15:33.354569+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mauris dapibus risus quis suscipit vulputate. U...". {"output":"

Mauris dapibus risus quis suscipit vulputate. U..."} [] [2020-05-04T20:15:33.355835+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut suscipit posuere justo at vulputate. Diatria...". {"output":"

Ut suscipit posuere justo at vulputate. Diatria..."} [] [2020-05-04T20:15:33.356658+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-04T20:15:33.357405+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-04T20:15:38.729026+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"222be4"},"request_uri":"http://localhost:8087/_wdt/222be4","method":"GET"} [] [2020-05-04T20:15:39.445490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:39.445311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:39.619958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:45.330263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:15:45.330622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:16:29.064099+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:16:29.633302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:16:29.813155+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:16:29.834670+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:16:29.848501+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:16:29.849910+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:16:29.851212+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:16:29.853210+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:16:30.587544+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:16:30.729758+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "blog_podcast" as such route does not exist.")." at /app/templates/user/detail_user.html.twig line 76 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"blog_podcast\" as such route does not exist.\"). at /app/templates/user/detail_user.html.twig:76)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"blog_podcast\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-05-04T20:16:32.742347+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b790ca"},"request_uri":"http://localhost:8087/_wdt/b790ca","method":"GET"} [] [2020-05-04T20:16:53.807938+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:16:54.475424+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:16:54.751014+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:16:54.771506+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:16:54.873512+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:16:54.875154+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:16:54.876435+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:16:54.879032+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:16:55.269731+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:16:58.997631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:16:58.997497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:16:59.095204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:16:59.609486+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a06de"},"request_uri":"http://localhost:8087/_wdt/2a06de","method":"GET"} [] [2020-05-04T20:17:18.835964+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"suscipit"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/suscipit","method":"GET"} [] [2020-05-04T20:17:19.628717+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["suscipit"] [] [2020-05-04T20:17:19.804639+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-04T20:17:20.245108+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:17:20.274012+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-04T20:17:20.278524+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [8] [] [2020-05-04T20:17:20.281559+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-04T20:17:20.636353+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sunt seculaes transferre talis camerarius fluct...". {"output":"

Sunt seculaes transferre talis camerarius fluct..."} [] [2020-05-04T20:17:20.637153+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Aliquam sodales odio id eleifend tristique. Pot...". {"output":"

Aliquam sodales odio id eleifend tristique. Pot..."} [] [2020-05-04T20:17:20.637832+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mauris dapibus risus quis suscipit vulputate. U...". {"output":"

Mauris dapibus risus quis suscipit vulputate. U..."} [] [2020-05-04T20:17:20.638906+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut suscipit posuere justo at vulputate. Diatria...". {"output":"

Ut suscipit posuere justo at vulputate. Diatria..."} [] [2020-05-04T20:17:20.639579+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-04T20:17:20.640144+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-04T20:17:27.286850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:27.288187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:27.330053+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c636fc"},"request_uri":"http://localhost:8087/_wdt/c636fc","method":"GET"} [] [2020-05-04T20:17:27.977184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:33.615791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:33.615420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:33.615944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:42.928580+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eposs","method":"GET"} [] [2020-05-04T20:17:43.633742+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-04T20:17:43.790687+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-04T20:17:44.168495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:17:44.192563+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-04T20:17:44.195786+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-04T20:17:44.198821+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-04T20:17:44.487775+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-04T20:17:44.488328+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-04T20:17:44.488783+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-04T20:17:44.489244+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-04T20:17:44.490004+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-04T20:17:44.490550+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-04T20:17:44.490952+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-04T20:17:50.638105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:50.638756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:50.638919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:17:51.187215+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1b443"},"request_uri":"http://localhost:8087/_wdt/c1b443","method":"GET"} [] [2020-05-04T20:18:05.317614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:18:05.316735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:19:56.442094+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:19:57.400338+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:19:57.634594+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:19:57.659777+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:19:57.675933+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:19:57.677749+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:19:57.679150+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:19:57.681944+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:19:58.477146+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:20:02.819625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:20:02.820192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:20:02.829425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:20:03.642121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f28ba7"},"request_uri":"http://localhost:8087/_wdt/f28ba7","method":"GET"} [] [2020-05-04T20:20:15.591932+02:00] request.INFO: Matched route "detailUser". {"route":"detailUser","route_parameters":{"_route":"detailUser","page":"1","_format":"html","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"fr","id":"2"},"request_uri":"http://localhost:8087/fr/detail/2","method":"GET"} [] [2020-05-04T20:20:16.456831+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? ["2"] [] [2020-05-04T20:20:16.638584+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Video"] [] [2020-05-04T20:20:16.660359+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Video",[8,9,13,14,16,17,18,19,20,21]] [] [2020-05-04T20:20:16.676087+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Video"] [] [2020-05-04T20:20:16.677571+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? LIMIT 10 ["2","Audio"] [] [2020-05-04T20:20:16.679237+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? AND s0_.id IN (?) ["2","Audio",[2,3,5,6,7,12,22,23,24,26]] [] [2020-05-04T20:20:16.681543+02:00] doctrine.DEBUG: SELECT count(s0_.id) AS sclr_0 FROM symfony_demo_post s0_ WHERE s0_.author_id = ? AND s0_.type = ? ["2","Audio"] [] [2020-05-04T20:20:17.522114+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:20:21.110187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:20:21.127590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:20:21.307204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:20:21.808993+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bbf40"},"request_uri":"http://localhost:8087/_wdt/5bbf40","method":"GET"} [] [2020-05-04T20:21:32.456426+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Diatrias"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Diatrias","method":"GET"} [] [2020-05-04T20:21:33.235269+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Diatrias"] [] [2020-05-04T20:21:33.418899+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-04T20:21:33.823069+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:21:33.850863+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-04T20:21:33.854138+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [22] [] [2020-05-04T20:21:33.858710+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-04T20:21:34.157764+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Nulla porta lobortis ligula vel egestas. Aliqua...". {"output":"

Nulla porta lobortis ligula vel egestas. Aliqua..."} [] [2020-05-04T20:21:34.158441+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut suscipit posuere justo at vulputate. Diatria...". {"output":"

Ut suscipit posuere justo at vulputate. Diatria..."} [] [2020-05-04T20:21:34.158972+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Urna nisl sollicitudin id...". {"output":"

Ubi est barbatus nix. Urna nisl sollicitudin id..."} [] [2020-05-04T20:21:34.159421+02:00] html-sanitizer.DEBUG: Sanitized given input to "

In hac habitasse platea dictumst. Potus sensim ...". {"output":"

In hac habitasse platea dictumst. Potus sensim ..."} [] [2020-05-04T20:21:34.159873+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-04T20:21:34.160398+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-04T20:21:39.946893+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acf3e1"},"request_uri":"http://localhost:8087/_wdt/acf3e1","method":"GET"} [] [2020-05-04T20:21:39.983611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:21:39.984030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:21:41.603918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:21:45.170645+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login?redirect_to=%2Ffr%2FAllPodcast%2Fpodcast%2FDiatrias","method":"GET"} [] [2020-05-04T20:21:46.378295+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:21:51.263670+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95e2c3"},"request_uri":"http://localhost:8087/_wdt/95e2c3","method":"GET"} [] [2020-05-04T20:21:51.585823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:21:51.585823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:21:51.586250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:21:54.283060+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"POST"} [] [2020-05-04T20:21:55.161913+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? LIMIT 1 ["jane_admin"] [] [2020-05-04T20:21:55.704074+02:00] security.INFO: User has been authenticated successfully. {"username":"jane_admin"} [] [2020-05-04T20:21:55.816324+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-04T20:21:57.913292+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Diatrias"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Diatrias","method":"GET"} [] [2020-05-04T20:21:58.737335+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Diatrias"] [] [2020-05-04T20:21:58.945365+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-04T20:21:59.378095+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-04T20:21:59.390292+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-04T20:21:59.394241+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-04T20:21:59.917604+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [22] [] [2020-05-04T20:21:59.920372+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-04T20:22:00.275290+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Nulla porta lobortis ligula vel egestas. Aliqua...". {"output":"

Nulla porta lobortis ligula vel egestas. Aliqua..."} [] [2020-05-04T20:22:00.276258+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut suscipit posuere justo at vulputate. Diatria...". {"output":"

Ut suscipit posuere justo at vulputate. Diatria..."} [] [2020-05-04T20:22:00.276877+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Urna nisl sollicitudin id...". {"output":"

Ubi est barbatus nix. Urna nisl sollicitudin id..."} [] [2020-05-04T20:22:00.277425+02:00] html-sanitizer.DEBUG: Sanitized given input to "

In hac habitasse platea dictumst. Potus sensim ...". {"output":"

In hac habitasse platea dictumst. Potus sensim ..."} [] [2020-05-04T20:22:00.277956+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-04T20:22:00.278471+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-04T20:22:00.286114+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-05-04T20:22:05.958784+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"275cf7"},"request_uri":"http://localhost:8087/_wdt/275cf7","method":"GET"} [] [2020-05-04T20:22:06.094324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:22:06.094152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:22:06.093297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:22:39.264849+02:00] request.INFO: Matched route "security_logout". {"route":"security_logout","route_parameters":{"_route":"security_logout","_controller":"App\\Controller\\SecurityController::logout","_locale":"fr"},"request_uri":"http://localhost:8087/fr/logout","method":"GET"} [] [2020-05-04T20:22:40.066302+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken"} [] [2020-05-04T20:22:41.302489+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-04T20:22:41.458990+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jane_admin"} [] [2020-05-04T20:22:45.356651+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-04T20:22:47.321824+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-04T20:22:47.522649+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-04T20:22:47.564213+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-04T20:22:48.563609+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:22:54.893920+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75de15"},"request_uri":"http://localhost:8087/_wdt/75de15","method":"GET"} [] [2020-05-04T20:22:54.909646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:22:54.912627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:22:55.317549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:28:53.917639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:55:01.193648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/all"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/all\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/all/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:55:03.916560+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3f651"},"request_uri":"http://localhost:8087/_wdt/a3f651","method":"GET"} [] [2020-05-04T20:55:44.153367+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-04T20:55:45.620629+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-04T20:55:45+02:00","Video"] [] [2020-05-04T20:55:45.698291+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-04T20:55:45+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-04T20:55:45.736445+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-04T20:55:45+02:00","Video"] [] [2020-05-04T20:55:46.347280+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:55:51.111279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:55:51.113359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:55:51.111265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:55:51.314829+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d078c"},"request_uri":"http://localhost:8087/_wdt/6d078c","method":"GET"} [] [2020-05-04T20:56:33.616770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:58:36.055188+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T20:58:36.870554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T20:58:37.379538+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T20:58:41.781953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:58:41.784202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:58:41.783339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T20:58:42.102808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b70c5"},"request_uri":"http://localhost:8087/_wdt/8b70c5","method":"GET"} [] [2020-05-04T21:01:32.223077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:32.223375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:34.048819+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-04T21:01:35.002943+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-04T21:01:35.122381+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-04T21:01:35.144978+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-04T21:01:36.358523+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T21:01:41.963572+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a46534"},"request_uri":"http://localhost:8087/_wdt/a46534","method":"GET"} [] [2020-05-04T21:01:42.391133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:42.620275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:42.619877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:52.295129+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-04T21:01:53.042401+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-04T21:01:53.505361+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T21:01:57.726138+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b30893"},"request_uri":"http://localhost:8087/_wdt/b30893","method":"GET"} [] [2020-05-04T21:01:57.771592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:57.772003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:01:57.932581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:02:05.472181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:02:05.471872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:02:05.683140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:03:53.953306+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-04T21:03:54.880601+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-04T21:03:54.969385+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-04T21:03:54.987035+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-04T21:03:55.732030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T21:04:00.945875+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"beeb26"},"request_uri":"http://localhost:8087/_wdt/beeb26","method":"GET"} [] [2020-05-04T21:04:01.187167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:01.492114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:02.260069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:05.086615+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-04T21:04:06.183926+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-04T21:04:06+02:00","Video"] [] [2020-05-04T21:04:06.242103+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-04T21:04:06+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-04T21:04:06.292229+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-04T21:04:06+02:00","Video"] [] [2020-05-04T21:04:06.682829+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T21:04:11.156952+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cdb8d"},"request_uri":"http://localhost:8087/_wdt/7cdb8d","method":"GET"} [] [2020-05-04T21:04:11.225675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:11.225980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:11.239509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:25.083137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:25.083317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:04:25.083619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:07:24.198907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:13:06.251405+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T21:13:06.985893+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T21:13:11.127895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:13:11.405274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:13:11.405233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:13:12.963681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:13:13.632821+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3dd56"},"request_uri":"http://localhost:8087/_wdt/d3dd56","method":"GET"} [] [2020-05-04T21:21:13.499483+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T21:21:14.137094+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T21:21:17.687591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:21:18.141648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:21:18.142491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:21:20.012810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T21:21:20.113465+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab5fd4"},"request_uri":"http://localhost:8087/_wdt/ab5fd4","method":"GET"} [] [2020-05-04T22:53:17.149325+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T22:53:18.236871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T22:53:22.807890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:53:22.808218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:53:22.808590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:53:24.346773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:53:24.501398+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6bce0"},"request_uri":"http://localhost:8087/_wdt/e6bce0","method":"GET"} [] [2020-05-04T22:55:17.934471+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T22:55:19.079595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T22:55:24.149516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:55:24.150293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:55:24.557243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:55:25.188672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:55:25.322413+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59fee8"},"request_uri":"http://localhost:8087/_wdt/59fee8","method":"GET"} [] [2020-05-04T22:57:55.546557+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T22:57:56.454902+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T22:58:00.010311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e198a9"},"request_uri":"http://localhost:8087/_wdt/e198a9","method":"GET"} [] [2020-05-04T22:58:00.527114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:00.694847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:01.707278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:02.628503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:24.473819+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T22:58:25.356920+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T22:58:29.070648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:29.070490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:29.336592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:30.731322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T22:58:31.134054+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74e6c3"},"request_uri":"http://localhost:8087/_wdt/74e6c3","method":"GET"} [] [2020-05-04T23:00:09.318899+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:00:10.433021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:00:14.851991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:00:14.976033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:00:15.225505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:00:16.776092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:00:17.309810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"764088"},"request_uri":"http://localhost:8087/_wdt/764088","method":"GET"} [] [2020-05-04T23:00:54.719503+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:00:55.813777+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:01:00.688777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:01:00.732079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:01:01.012122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:01:01.855914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:01:01.989123+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e63036"},"request_uri":"http://localhost:8087/_wdt/e63036","method":"GET"} [] [2020-05-04T23:01:23.908737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:02:34.888843+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:02:35.891991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:02:40.935169+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d330f"},"request_uri":"http://localhost:8087/_wdt/3d330f","method":"GET"} [] [2020-05-04T23:02:41.762454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:02:41.879488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:02:42.248210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:02:43.481632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:03:48.587054+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:03:49.213027+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:03:52.594105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:03:52.990407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:03:53.620965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:03:55.008316+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e698f"},"request_uri":"http://localhost:8087/_wdt/6e698f","method":"GET"} [] [2020-05-04T23:03:55.193366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:04:31.117770+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:04:32.098696+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:04:35.849197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:04:35.849797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:04:36.121419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:04:37.155104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:04:37.887839+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83f046"},"request_uri":"http://localhost:8087/_wdt/83f046","method":"GET"} [] [2020-05-04T23:05:31.495084+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:05:32.764182+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:05:37.594758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:05:37.709201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:05:37.747733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:05:38.118023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:05:38.690326+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"793462"},"request_uri":"http://localhost:8087/_wdt/793462","method":"GET"} [] [2020-05-04T23:06:34.091984+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:06:34.988546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:06:39.970541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:06:39.971939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:06:40.029133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:06:40.271151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:06:40.319020+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41a5f7"},"request_uri":"http://localhost:8087/_wdt/41a5f7","method":"GET"} [] [2020-05-04T23:08:10.381662+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:08:11.006558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:08:14.778612+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2092d"},"request_uri":"http://localhost:8087/_wdt/c2092d","method":"GET"} [] [2020-05-04T23:08:15.196795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:08:15.611525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:08:16.520125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:08:18.332548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:09:18.029862+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:09:19.038037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:09:23.310572+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98c208"},"request_uri":"http://localhost:8087/_wdt/98c208","method":"GET"} [] [2020-05-04T23:09:24.099191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:09:24.143350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:09:25.244478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:09:26.179930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:10:46.635668+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:10:50.910576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:10:51.198377+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:11:21.256458+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-05-04T23:11:27.636486+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"66"},"request_uri":"http://localhost:8087/fr/livre/66","method":"GET"} [] [2020-05-04T23:11:30.445141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:11:35.499750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:11:39.168697+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8767c"},"request_uri":"http://localhost:8087/_wdt/d8767c","method":"GET"} [] [2020-05-04T23:11:39.436350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:11:39.435190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:11:39.436049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:11:54.411408+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"67"},"request_uri":"http://localhost:8087/fr/livre/67","method":"GET"} [] [2020-05-04T23:11:58.178452+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /app/src/Controller/DefaultController.php line 154 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /app/src/Controller/DefaultController.php:154)"} [] [2020-05-04T23:11:58.625051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:12:00.071954+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"30"},"request_uri":"http://localhost:8087/fr/livre/30","method":"GET"} [] [2020-05-04T23:12:04.004483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:12:07.958608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:08.213404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:08.213262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:08.914594+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"255269"},"request_uri":"http://localhost:8087/_wdt/255269","method":"GET"} [] [2020-05-04T23:12:12.720119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:12.962064+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:12:13.427251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:13.426313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:14.104439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:17.784891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:17.786201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:17.855459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:18.598717+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"42"},"request_uri":"http://localhost:8087/fr/livre/42","method":"GET"} [] [2020-05-04T23:12:21.554782+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:12:21.981317+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:12:22.844298+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-05-04T23:12:24.775193+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:12:27.079722+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:12:30.474063+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baeed5"},"request_uri":"http://localhost:8087/_wdt/baeed5","method":"GET"} [] [2020-05-04T23:12:31.372029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:31.372177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:31.372300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:37.703880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:37.704294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:37.704417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:37.980579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:12:40.134219+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:12:44.506473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:12:44.785339+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:13:19.931905+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8053a"},"request_uri":"http://localhost:8087/_wdt/a8053a","method":"GET"} [] [2020-05-04T23:13:21.418873+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"4"},"request_uri":"http://localhost:8087/fr/livre/4","method":"GET"} [] [2020-05-04T23:13:25.411123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:13:28.692896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:13:29.487895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:13:29.843171+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e9ed7"},"request_uri":"http://localhost:8087/_wdt/5e9ed7","method":"GET"} [] [2020-05-04T23:13:29.910615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:13:35.490139+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"19"},"request_uri":"http://localhost:8087/fr/livre/19","method":"GET"} [] [2020-05-04T23:13:39.576915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:13:43.479169+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"366c9b"},"request_uri":"http://localhost:8087/_wdt/366c9b","method":"GET"} [] [2020-05-04T23:13:43.560596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:13:43.560486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:13:44.587390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:13:58.924026+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"35"},"request_uri":"http://localhost:8087/fr/livre/35","method":"GET"} [] [2020-05-04T23:14:03.057926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:14:06.657782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:14:06.657885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:14:06.657911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:14:07.377809+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c1ed7"},"request_uri":"http://localhost:8087/_wdt/3c1ed7","method":"GET"} [] [2020-05-04T23:14:15.841079+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"57"},"request_uri":"http://localhost:8087/fr/livre/57","method":"GET"} [] [2020-05-04T23:14:19.891599+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:14:23.182195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:14:23.183559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:14:23.284445+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dbe131"},"request_uri":"http://localhost:8087/_wdt/dbe131","method":"GET"} [] [2020-05-04T23:14:23.423905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:14:54.161864+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-05-04T23:14:58.040942+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:15:01.806912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:01.807189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:01.806601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:02.107232+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a71b6"},"request_uri":"http://localhost:8087/_wdt/8a71b6","method":"GET"} [] [2020-05-04T23:15:06.301267+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-05-04T23:15:10.258901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:15:13.684939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:13.685186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:13.855384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:14.418284+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6af29c"},"request_uri":"http://localhost:8087/_wdt/6af29c","method":"GET"} [] [2020-05-04T23:15:17.115664+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"50"},"request_uri":"http://localhost:8087/fr/livre/50","method":"GET"} [] [2020-05-04T23:15:21.014731+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:15:23.845144+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8006bd"},"request_uri":"http://localhost:8087/_wdt/8006bd","method":"GET"} [] [2020-05-04T23:15:24.263073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:24.263308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:24.262785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:32.159661+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"51"},"request_uri":"http://localhost:8087/fr/livre/51","method":"GET"} [] [2020-05-04T23:15:36.432315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:15:40.047123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:40.046819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:40.226102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e294fa"},"request_uri":"http://localhost:8087/_wdt/e294fa","method":"GET"} [] [2020-05-04T23:15:40.774029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:15:57.648796+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:15:58.615986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:16:03.653671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:03.653438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:03.655069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:04.023469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:04.386645+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"682a9a"},"request_uri":"http://localhost:8087/_wdt/682a9a","method":"GET"} [] [2020-05-04T23:16:48.220233+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"5"},"request_uri":"http://localhost:8087/fr/livre/5","method":"GET"} [] [2020-05-04T23:16:52.128884+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:16:56.448836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:56.449289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:56.449629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:16:57.217902+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93a2f2"},"request_uri":"http://localhost:8087/_wdt/93a2f2","method":"GET"} [] [2020-05-04T23:16:58.642135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:00.975527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:01.016154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:01.018536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:01.823563+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-05-04T23:17:04.540740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:06.344380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:06.344558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:06.639864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:08.944242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:09.893442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:10.484187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:11.171269+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"46"},"request_uri":"http://localhost:8087/fr/livre/46","method":"GET"} [] [2020-05-04T23:17:12.139256+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"46"},"request_uri":"http://localhost:8087/fr/livre/46","method":"GET"} [] [2020-05-04T23:17:12.725032+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:17:16.215214+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:17:16.689530+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:17:20.102922+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0243b"},"request_uri":"http://localhost:8087/_wdt/e0243b","method":"GET"} [] [2020-05-04T23:17:20.363900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:20.364219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:20.525630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:27.780711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:27.781278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:27.781156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:28.162662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:29.985014+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"8"},"request_uri":"http://localhost:8087/fr/livre/8","method":"GET"} [] [2020-05-04T23:17:34.146533+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:17:35.194188+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"8"},"request_uri":"http://localhost:8087/fr/livre/8","method":"GET"} [] [2020-05-04T23:17:38.915048+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:17:42.048995+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa9382"},"request_uri":"http://localhost:8087/_wdt/fa9382","method":"GET"} [] [2020-05-04T23:17:42.316733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:42.318912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:42.317813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:49.397256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:49.397256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:49.398025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:49.397725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:17:51.688360+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"56"},"request_uri":"http://localhost:8087/fr/livre/56","method":"GET"} [] [2020-05-04T23:17:55.696535+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:17:59.099170+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac73f7"},"request_uri":"http://localhost:8087/_wdt/ac73f7","method":"GET"} [] [2020-05-04T23:18:00.643580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:00.642940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:00.710196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:03.752901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:04.416464+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"57"},"request_uri":"http://localhost:8087/fr/livre/57","method":"GET"} [] [2020-05-04T23:18:04.908475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:05.034279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:05.118687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:09.633690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:18:12.708359+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"baa385"},"request_uri":"http://localhost:8087/_wdt/baa385","method":"GET"} [] [2020-05-04T23:18:13.184542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:13.183302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:18:13.183346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:21:42.367653+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:21:46.383083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:21:46.588505+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:22:29.605795+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed7774"},"request_uri":"http://localhost:8087/_wdt/ed7774","method":"GET"} [] [2020-05-04T23:23:08.097317+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:23:29.679981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:29.680310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:29.811489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:44.247124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:44.247624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:44.250373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:45.661816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:23:46.223279+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"14"},"request_uri":"http://localhost:8087/fr/livre/14","method":"GET"} [] [2020-05-04T23:23:48.126122+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"14"},"request_uri":"http://localhost:8087/fr/livre/14","method":"GET"} [] [2020-05-04T23:24:06.225573+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"14"},"request_uri":"http://localhost:8087/fr/livre/14","method":"GET"} [] [2020-05-04T23:24:10.182178+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:24:14.108841+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54a45c"},"request_uri":"http://localhost:8087/_wdt/54a45c","method":"GET"} [] [2020-05-04T23:24:14.426881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:14.491104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:15.122653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:39.411400+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"15"},"request_uri":"http://localhost:8087/fr/livre/15","method":"GET"} [] [2020-05-04T23:24:43.471077+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:24:46.989496+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb8dea"},"request_uri":"http://localhost:8087/_wdt/bb8dea","method":"GET"} [] [2020-05-04T23:24:47.044512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:47.044310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:47.044310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:51.164529+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"16"},"request_uri":"http://localhost:8087/fr/livre/16","method":"GET"} [] [2020-05-04T23:24:55.105393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:24:57.986950+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a4501"},"request_uri":"http://localhost:8087/_wdt/3a4501","method":"GET"} [] [2020-05-04T23:24:58.395944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:58.395788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:24:58.396387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:05.778194+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"17"},"request_uri":"http://localhost:8087/fr/livre/17","method":"GET"} [] [2020-05-04T23:25:09.776804+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:25:13.342431+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b0efa"},"request_uri":"http://localhost:8087/_wdt/0b0efa","method":"GET"} [] [2020-05-04T23:25:13.679617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:13.680170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:13.679878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:20.160256+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"18"},"request_uri":"http://localhost:8087/fr/livre/18","method":"GET"} [] [2020-05-04T23:25:24.231493+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:25:27.777938+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"710232"},"request_uri":"http://localhost:8087/_wdt/710232","method":"GET"} [] [2020-05-04T23:25:28.259253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:28.258830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:28.755412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:30.795040+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"19"},"request_uri":"http://localhost:8087/fr/livre/19","method":"GET"} [] [2020-05-04T23:25:34.720150+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:25:38.042493+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"426102"},"request_uri":"http://localhost:8087/_wdt/426102","method":"GET"} [] [2020-05-04T23:25:38.361882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:38.361498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:38.878428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:44.033933+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"12"},"request_uri":"http://localhost:8087/fr/livre/12","method":"GET"} [] [2020-05-04T23:25:48.008507+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:25:51.729964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:51.730311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:52.029934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:25:52.628870+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a0550"},"request_uri":"http://localhost:8087/_wdt/4a0550","method":"GET"} [] [2020-05-04T23:25:55.109846+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-04T23:25:58.962548+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:26:01.943364+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"447403"},"request_uri":"http://localhost:8087/_wdt/447403","method":"GET"} [] [2020-05-04T23:26:02.369144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:02.369340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:02.369091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:10.968898+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"20"},"request_uri":"http://localhost:8087/fr/livre/20","method":"GET"} [] [2020-05-04T23:26:14.771438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:26:18.057819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:18.057601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:18.057601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:19.155872+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba188f"},"request_uri":"http://localhost:8087/_wdt/ba188f","method":"GET"} [] [2020-05-04T23:26:21.825198+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"21"},"request_uri":"http://localhost:8087/fr/livre/21","method":"GET"} [] [2020-05-04T23:26:25.874734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:26:29.171134+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a79589"},"request_uri":"http://localhost:8087/_wdt/a79589","method":"GET"} [] [2020-05-04T23:26:29.353007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:29.352784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:29.353021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:32.232177+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"22"},"request_uri":"http://localhost:8087/fr/livre/22","method":"GET"} [] [2020-05-04T23:26:35.953510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:26:39.380284+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8c441"},"request_uri":"http://localhost:8087/_wdt/e8c441","method":"GET"} [] [2020-05-04T23:26:39.741172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:39.741333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:39.743019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:47.199895+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"23"},"request_uri":"http://localhost:8087/fr/livre/23","method":"GET"} [] [2020-05-04T23:26:51.066227+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:26:54.920265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:54.920694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:55.304678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:26:55.879988+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe5b29"},"request_uri":"http://localhost:8087/_wdt/fe5b29","method":"GET"} [] [2020-05-04T23:26:58.483483+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"24"},"request_uri":"http://localhost:8087/fr/livre/24","method":"GET"} [] [2020-05-04T23:27:02.587519+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:27:06.125432+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d8a37"},"request_uri":"http://localhost:8087/_wdt/1d8a37","method":"GET"} [] [2020-05-04T23:27:06.384204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:06.384467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:06.616933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:09.318464+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"25"},"request_uri":"http://localhost:8087/fr/livre/25","method":"GET"} [] [2020-05-04T23:27:13.379646+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:27:16.928498+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a5164"},"request_uri":"http://localhost:8087/_wdt/7a5164","method":"GET"} [] [2020-05-04T23:27:17.461255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:17.461107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:17.461107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:20.608463+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"26"},"request_uri":"http://localhost:8087/fr/livre/26","method":"GET"} [] [2020-05-04T23:27:24.854573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:27:28.599945+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6aad25"},"request_uri":"http://localhost:8087/_wdt/6aad25","method":"GET"} [] [2020-05-04T23:27:28.906058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:28.905424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:29.095098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:37.715842+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"27"},"request_uri":"http://localhost:8087/fr/livre/27","method":"GET"} [] [2020-05-04T23:27:41.683781+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:27:45.570350+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3308e"},"request_uri":"http://localhost:8087/_wdt/c3308e","method":"GET"} [] [2020-05-04T23:27:45.956151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:45.956534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:45.956663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:49.895703+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"28"},"request_uri":"http://localhost:8087/fr/livre/28","method":"GET"} [] [2020-05-04T23:27:53.895838+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:27:57.250654+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f94468"},"request_uri":"http://localhost:8087/_wdt/f94468","method":"GET"} [] [2020-05-04T23:27:57.780239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:57.780290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:27:57.780438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:02.198224+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"29"},"request_uri":"http://localhost:8087/fr/livre/29","method":"GET"} [] [2020-05-04T23:28:06.193400+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:28:09.896683+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b7b70"},"request_uri":"http://localhost:8087/_wdt/6b7b70","method":"GET"} [] [2020-05-04T23:28:10.420802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:10.421916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:10.421149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:15.465185+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"30"},"request_uri":"http://localhost:8087/fr/livre/30","method":"GET"} [] [2020-05-04T23:28:19.495100+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:28:23.671801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:23.671595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:23.672015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:23.927362+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a29bd"},"request_uri":"http://localhost:8087/_wdt/4a29bd","method":"GET"} [] [2020-05-04T23:28:27.723375+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"31"},"request_uri":"http://localhost:8087/fr/livre/31","method":"GET"} [] [2020-05-04T23:28:31.735102+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:28:34.658058+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9735ce"},"request_uri":"http://localhost:8087/_wdt/9735ce","method":"GET"} [] [2020-05-04T23:28:35.106940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:35.107964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:28:35.106147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:25.831956+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"32"},"request_uri":"http://localhost:8087/fr/livre/32","method":"GET"} [] [2020-05-04T23:29:29.759656+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:29:32.822490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:32.822193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:32.821894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:32.900721+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73b20b"},"request_uri":"http://localhost:8087/_wdt/73b20b","method":"GET"} [] [2020-05-04T23:29:37.552898+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"33"},"request_uri":"http://localhost:8087/fr/livre/33","method":"GET"} [] [2020-05-04T23:29:41.497602+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:29:44.795943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:44.796968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:44.796238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:29:45.275903+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12de40"},"request_uri":"http://localhost:8087/_wdt/12de40","method":"GET"} [] [2020-05-04T23:29:54.013384+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"34"},"request_uri":"http://localhost:8087/fr/livre/34","method":"GET"} [] [2020-05-04T23:29:58.010157+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:30:01.269632+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d0772"},"request_uri":"http://localhost:8087/_wdt/3d0772","method":"GET"} [] [2020-05-04T23:30:01.697295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:01.697949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:01.697424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:04.976537+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"35"},"request_uri":"http://localhost:8087/fr/livre/35","method":"GET"} [] [2020-05-04T23:30:08.995814+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:30:11.826943+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f0c96"},"request_uri":"http://localhost:8087/_wdt/2f0c96","method":"GET"} [] [2020-05-04T23:30:12.259962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:12.260281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:12.260670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:16.466711+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"36"},"request_uri":"http://localhost:8087/fr/livre/36","method":"GET"} [] [2020-05-04T23:30:19.992266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:30:23.059923+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1a0ce"},"request_uri":"http://localhost:8087/_wdt/b1a0ce","method":"GET"} [] [2020-05-04T23:30:23.192115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:23.192276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:23.192602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:25.656431+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"37"},"request_uri":"http://localhost:8087/fr/livre/37","method":"GET"} [] [2020-05-04T23:30:29.398632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:30:32.965722+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fd5ef"},"request_uri":"http://localhost:8087/_wdt/3fd5ef","method":"GET"} [] [2020-05-04T23:30:33.512081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:33.512408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:33.668580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:30:54.029522+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"38"},"request_uri":"http://localhost:8087/fr/livre/38","method":"GET"} [] [2020-05-04T23:30:58.028012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:31:01.676892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:01.676950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:01.677105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:01.799797+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"712391"},"request_uri":"http://localhost:8087/_wdt/712391","method":"GET"} [] [2020-05-04T23:31:06.931365+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"39"},"request_uri":"http://localhost:8087/fr/livre/39","method":"GET"} [] [2020-05-04T23:31:10.943344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:31:14.198483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:14.198681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:14.530641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:14.689482+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc6e42"},"request_uri":"http://localhost:8087/_wdt/bc6e42","method":"GET"} [] [2020-05-04T23:31:19.574295+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-04T23:31:23.436825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:31:26.264047+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b84ef"},"request_uri":"http://localhost:8087/_wdt/2b84ef","method":"GET"} [] [2020-05-04T23:31:26.630419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:26.631409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:26.674361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:31:31.237795+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:31:35.118016+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:31:35.288290+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:31:59.756230+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:32:04.090764+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:32:04.310864+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:32:27.568754+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c88bbc"},"request_uri":"http://localhost:8087/_wdt/c88bbc","method":"GET"} [] [2020-05-04T23:32:40.695765+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:32:44.540439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:32:44.764056+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:33:21.494055+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-05-04T23:33:26.052956+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:33:30.124540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:30.124615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:30.314437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:30.528473+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c60095"},"request_uri":"http://localhost:8087/_wdt/c60095","method":"GET"} [] [2020-05-04T23:33:33.673849+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"46"},"request_uri":"http://localhost:8087/fr/livre/46","method":"GET"} [] [2020-05-04T23:33:37.747206+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:33:40.948820+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e26c9e"},"request_uri":"http://localhost:8087/_wdt/e26c9e","method":"GET"} [] [2020-05-04T23:33:41.425250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:41.425475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:41.663775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:45.931228+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"47"},"request_uri":"http://localhost:8087/fr/livre/47","method":"GET"} [] [2020-05-04T23:33:49.854591+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:33:53.186428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:53.185506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:53.345485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:33:53.703770+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aee1eb"},"request_uri":"http://localhost:8087/_wdt/aee1eb","method":"GET"} [] [2020-05-04T23:33:59.557031+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"48"},"request_uri":"http://localhost:8087/fr/livre/48","method":"GET"} [] [2020-05-04T23:34:03.736522+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:34:06.899229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:06.901364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:06.902201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:07.866984+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4fbf72"},"request_uri":"http://localhost:8087/_wdt/4fbf72","method":"GET"} [] [2020-05-04T23:34:10.108392+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"49"},"request_uri":"http://localhost:8087/fr/livre/49","method":"GET"} [] [2020-05-04T23:34:14.133798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:34:17.810103+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"163038"},"request_uri":"http://localhost:8087/_wdt/163038","method":"GET"} [] [2020-05-04T23:34:18.087290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:18.087702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:18.088014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:27.546832+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"50"},"request_uri":"http://localhost:8087/fr/livre/50","method":"GET"} [] [2020-05-04T23:34:31.503115+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:34:34.622795+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df148a"},"request_uri":"http://localhost:8087/_wdt/df148a","method":"GET"} [] [2020-05-04T23:34:35.078974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:35.258434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:35.540912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:37.886626+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"51"},"request_uri":"http://localhost:8087/fr/livre/51","method":"GET"} [] [2020-05-04T23:34:41.809081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:34:44.788224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67f0fc"},"request_uri":"http://localhost:8087/_wdt/67f0fc","method":"GET"} [] [2020-05-04T23:34:44.918198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:44.918231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:44.918834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:51.881888+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"52"},"request_uri":"http://localhost:8087/fr/livre/52","method":"GET"} [] [2020-05-04T23:34:55.774558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:34:59.023038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:59.022753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:59.023301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:34:59.252710+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"595541"},"request_uri":"http://localhost:8087/_wdt/595541","method":"GET"} [] [2020-05-04T23:35:02.043335+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"53"},"request_uri":"http://localhost:8087/fr/livre/53","method":"GET"} [] [2020-05-04T23:35:06.127836+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:35:09.274562+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88ca09"},"request_uri":"http://localhost:8087/_wdt/88ca09","method":"GET"} [] [2020-05-04T23:35:09.752000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:09.752167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:09.752680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:17.009999+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"54"},"request_uri":"http://localhost:8087/fr/livre/54","method":"GET"} [] [2020-05-04T23:35:20.896254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:35:24.691108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:24.690940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:24.692467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:26.223939+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"500e6d"},"request_uri":"http://localhost:8087/_wdt/500e6d","method":"GET"} [] [2020-05-04T23:35:30.934599+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"55"},"request_uri":"http://localhost:8087/fr/livre/55","method":"GET"} [] [2020-05-04T23:35:35.450668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:35:39.069812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:39.068900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:39.069454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:39.569143+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f8d40"},"request_uri":"http://localhost:8087/_wdt/1f8d40","method":"GET"} [] [2020-05-04T23:35:47.359922+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"56"},"request_uri":"http://localhost:8087/fr/livre/56","method":"GET"} [] [2020-05-04T23:35:51.454271+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:35:54.609736+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc2bff"},"request_uri":"http://localhost:8087/_wdt/bc2bff","method":"GET"} [] [2020-05-04T23:35:55.058927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:55.058765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:55.565126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:35:57.898539+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"57"},"request_uri":"http://localhost:8087/fr/livre/57","method":"GET"} [] [2020-05-04T23:36:01.793887+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:36:05.037229+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"802b31"},"request_uri":"http://localhost:8087/_wdt/802b31","method":"GET"} [] [2020-05-04T23:36:05.526752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:05.526903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:05.658739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:08.330007+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"58"},"request_uri":"http://localhost:8087/fr/livre/58","method":"GET"} [] [2020-05-04T23:36:12.135343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:36:15.410681+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51bd7d"},"request_uri":"http://localhost:8087/_wdt/51bd7d","method":"GET"} [] [2020-05-04T23:36:15.740684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:15.740507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:15.740317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:26.050452+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"57"},"request_uri":"http://localhost:8087/fr/livre/57","method":"GET"} [] [2020-05-04T23:36:30.335500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:36:34.042821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:34.042821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:34.043332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:34.339361+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"526e72"},"request_uri":"http://localhost:8087/_wdt/526e72","method":"GET"} [] [2020-05-04T23:36:42.090031+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"59"},"request_uri":"http://localhost:8087/fr/livre/59","method":"GET"} [] [2020-05-04T23:36:46.403536+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:36:49.303398+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"628702"},"request_uri":"http://localhost:8087/_wdt/628702","method":"GET"} [] [2020-05-04T23:36:49.694797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:49.694797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:50.013076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:36:54.570799+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"60"},"request_uri":"http://localhost:8087/fr/livre/60","method":"GET"} [] [2020-05-04T23:36:58.562748+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:37:01.800612+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01a655"},"request_uri":"http://localhost:8087/_wdt/01a655","method":"GET"} [] [2020-05-04T23:37:02.280236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:02.279593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:02.280021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:05.381755+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"61"},"request_uri":"http://localhost:8087/fr/livre/61","method":"GET"} [] [2020-05-04T23:37:09.315613+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:37:12.312912+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61bad9"},"request_uri":"http://localhost:8087/_wdt/61bad9","method":"GET"} [] [2020-05-04T23:37:12.760833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:12.761069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:12.761472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:15.808255+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"62"},"request_uri":"http://localhost:8087/fr/livre/62","method":"GET"} [] [2020-05-04T23:37:19.956392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:37:22.859819+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce991e"},"request_uri":"http://localhost:8087/_wdt/ce991e","method":"GET"} [] [2020-05-04T23:37:23.206827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:23.207021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:23.207416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:28.753999+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"63"},"request_uri":"http://localhost:8087/fr/livre/63","method":"GET"} [] [2020-05-04T23:37:32.631337+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:37:35.690618+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e99a9a"},"request_uri":"http://localhost:8087/_wdt/e99a9a","method":"GET"} [] [2020-05-04T23:37:36.146292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:36.146142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:36.207719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:42.408739+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"64"},"request_uri":"http://localhost:8087/fr/livre/64","method":"GET"} [] [2020-05-04T23:37:46.378220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:37:49.651177+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd2b4c"},"request_uri":"http://localhost:8087/_wdt/fd2b4c","method":"GET"} [] [2020-05-04T23:37:49.694560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:49.694781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:49.694727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:37:52.785618+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"65"},"request_uri":"http://localhost:8087/fr/livre/65","method":"GET"} [] [2020-05-04T23:37:56.653267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:37:59.770257+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65434d"},"request_uri":"http://localhost:8087/_wdt/65434d","method":"GET"} [] [2020-05-04T23:38:00.197491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:38:00.197178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:38:00.197848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:38:47.884362+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"65"},"request_uri":"http://localhost:8087/fr/livre/65","method":"GET"} [] [2020-05-04T23:38:51.750002+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:38:54.904196+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fc55b"},"request_uri":"http://localhost:8087/_wdt/3fc55b","method":"GET"} [] [2020-05-04T23:38:55.282980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:38:55.282705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:38:55.388634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:39:56.729702+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"57"},"request_uri":"http://localhost:8087/fr/livre/57","method":"GET"} [] [2020-05-04T23:40:00.775161+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"57"},"request_uri":"http://localhost:8087/fr/livre/57","method":"GET"} [] [2020-05-04T23:40:01.634240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:40:04.968009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:40:07.995775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:08.604326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:08.766712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:09.310204+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"09fc33"},"request_uri":"http://localhost:8087/_wdt/09fc33","method":"GET"} [] [2020-05-04T23:40:21.670285+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"31"},"request_uri":"http://localhost:8087/fr/livre/31","method":"GET"} [] [2020-05-04T23:40:25.560878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:40:29.072064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:29.072102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:29.072429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:29.144891+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4b627"},"request_uri":"http://localhost:8087/_wdt/f4b627","method":"GET"} [] [2020-05-04T23:40:48.840793+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"31"},"request_uri":"http://localhost:8087/fr/livre/31","method":"GET"} [] [2020-05-04T23:40:52.991345+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:40:56.653146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:56.653558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:56.653427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:40:57.389408+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a82253"},"request_uri":"http://localhost:8087/_wdt/a82253","method":"GET"} [] [2020-05-04T23:43:05.748077+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:43:09.752003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:43:09.934508+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:43:17.268512+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 12222464 of 13264339 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 12222464 of 13264339 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:43:40.686867+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.710044+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 116 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 116 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.770132+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 130 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 130 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.791190+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.846107+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.857253+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 138 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 138 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.911455+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.921138+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:40.984887+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 135 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 135 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:41.063800+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 131 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 131 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:41.077632+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:41.127030+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:41.139556+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 134 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 134 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:43:41.228798+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 13478 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":124,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:43:41.466185+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:43:41.580826+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:43:41.877712+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:43:41.914421+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:43:42.004369+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:43:42.851738+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 409600 of 1138013 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 409600 of 1138013 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:43:43.416528+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:43:43.478192+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:43:43.522613+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:00.687436+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 13478 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":124,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:44:00.984918+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:44:01.144801+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:01.501420+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:01.551591+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:01.662337+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:02.011497+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 262144 of 273283 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 273283 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:44:02.032172+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 262144 of 273283 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 273283 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:44:02.247716+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:02.293557+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:44:02.342157+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:01.107568+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:45:01.265559+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:01.673888+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:01.724602+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:01.839341+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:02.132382+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 262144 of 273278 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 273278 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:45:02.155405+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 262144 of 273278 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 273278 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:45:02.351010+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:02.412063+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:02.464534+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:19.127992+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.161068+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 116 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 116 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.194256+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: touch(): Utime failed: No space left on device {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): touch(): Utime failed: No space left on device at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:101)"} [] [2020-05-04T23:45:19.258346+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 130 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 130 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.392400+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 126 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 126 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.515061+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 138 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 138 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.610101+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.708537+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.805139+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 135 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 135 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.891765+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 131 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 131 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:19.997109+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 134 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 134 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:45:20.028428+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: touch(): Utime failed: No space left on device {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): touch(): Utime failed: No space left on device at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:101)"} [] [2020-05-04T23:45:20.422852+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 13478 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":124,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:45:21.612499+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space [] [] [2020-05-04T23:45:24.634782+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:45:24.952491+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:45:32.739416+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:45:36.972889+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:45:37.171173+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:45:38.580200+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 155648 of 13237822 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 155648 of 13237822 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:45:38.634181+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 155648 of 13237822 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 155648 of 13237822 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:45:44.585952+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc657d"},"request_uri":"http://localhost:8087/_wdt/fc657d","method":"GET"} [] [2020-05-04T23:45:48.958764+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc657d"},"request_uri":"http://localhost:8087/_wdt/fc657d","method":"GET"} [] [2020-05-04T23:45:55.749034+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-05-04T23:45:58.514213+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc657d"},"request_uri":"http://localhost:8087/_wdt/fc657d","method":"GET"} [] [2020-05-04T23:46:01.124153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:46:03.997263+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc657d"},"request_uri":"http://localhost:8087/_wdt/fc657d","method":"GET"} [] [2020-05-04T23:46:05.364871+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3df80c"},"request_uri":"http://localhost:8087/_wdt/3df80c","method":"GET"} [] [2020-05-04T23:46:05.829290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:46:06.917322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:46:07.606499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:47:07.231279+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-05-04T23:47:11.019603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:47:14.259409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:47:14.258939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:47:14.259917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:47:14.338412+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03c01e"},"request_uri":"http://localhost:8087/_wdt/03c01e","method":"GET"} [] [2020-05-04T23:47:18.630911+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:47:22.700514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:47:22.883049+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:47:24.404073+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 598016 of 13237731 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 598016 of 13237731 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:47:24.423071+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 598016 of 13237731 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 598016 of 13237731 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-04T23:47:48.801270+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:48.882583+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:48.959534+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.024436+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.082044+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.142947+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.199312+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.265385+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.317075+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.373467+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:47:49.680405+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:47:50.076481+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:47:52.686028+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca2e27"},"request_uri":"http://localhost:8087/_wdt/ca2e27","method":"GET"} [] [2020-05-04T23:48:15.685718+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:15.767738+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:15.846181+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:15.904591+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:15.965426+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:16.029127+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:16.095336+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:16.164022+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:16.234821+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:16.299355+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:48:16.530039+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:48:16.824463+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:48:19.242933+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbf54b"},"request_uri":"http://localhost:8087/_wdt/bbf54b","method":"GET"} [] [2020-05-04T23:49:46.175211+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"46"},"request_uri":"http://localhost:8087/fr/livre/46","method":"GET"} [] [2020-05-04T23:50:05.642814+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:50:17.879115+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:50:21.391160+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-04T23:50:39.661940+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:39.784705+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:39.902468+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:39.984183+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.064823+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.144785+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.217482+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.297141+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.372695+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.443558+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:50:40.700806+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:50:41.030481+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:50:43.571947+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ea28e"},"request_uri":"http://localhost:8087/_wdt/7ea28e","method":"GET"} [] [2020-05-04T23:51:09.758240+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:09.852258+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:09.942023+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.025009+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.089386+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.164624+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.241031+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.314954+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.381815+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.456737+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:10.768703+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:51:11.014096+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:51:13.119584+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:51:38.991119+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.104297+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.213840+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.304255+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.407049+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.454525+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.548158+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.626653+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.698653+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:39.799380+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-04T23:51:40.063890+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-04T23:51:40.509302+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-04T23:51:43.019444+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"305010"},"request_uri":"http://localhost:8087/_wdt/305010","method":"GET"} [] [2020-05-04T23:52:02.279996+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-05-04T23:52:06.594127+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"45"},"request_uri":"http://localhost:8087/fr/livre/45","method":"GET"} [] [2020-05-04T23:52:06.986778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:52:10.622689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:52:14.646344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:52:14.668604+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"199a0e"},"request_uri":"http://localhost:8087/_wdt/199a0e","method":"GET"} [] [2020-05-04T23:52:14.932810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:52:14.932559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:52:20.741954+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"30"},"request_uri":"http://localhost:8087/fr/livre/30","method":"GET"} [] [2020-05-04T23:52:24.866374+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:52:28.046796+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92771c"},"request_uri":"http://localhost:8087/_wdt/92771c","method":"GET"} [] [2020-05-04T23:52:28.091498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:52:28.091338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:52:28.091177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:52:41.712386+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:52:46.232489+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:52:46.498000+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:52:46.643002+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"40"},"request_uri":"http://localhost:8087/fr/livre/40","method":"GET"} [] [2020-05-04T23:52:50.786569+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:52:51.071771+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-04T23:53:06.195459+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-04T23:53:07.396471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:53:16.473572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:16.832817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:16.895959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:17.418791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:17.744207+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e86a05"},"request_uri":"http://localhost:8087/_wdt/e86a05","method":"GET"} [] [2020-05-04T23:53:21.737917+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"32"},"request_uri":"http://localhost:8087/fr/livre/32","method":"GET"} [] [2020-05-04T23:53:25.843262+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-04T23:53:30.227592+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46ce0e"},"request_uri":"http://localhost:8087/_wdt/46ce0e","method":"GET"} [] [2020-05-04T23:53:30.380098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:30.379543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:30.381653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:35.506392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:35.506102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:35.506656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-04T23:53:36.148658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:05:34.992470+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:05:35.648285+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:05:39.886659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/placeholder.svg" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/placeholder.svg\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/placeholder.svg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:05:39.883724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:05:39.886158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:05:40.397722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:05:41.069022+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f2aab"},"request_uri":"http://localhost:8087/_wdt/7f2aab","method":"GET"} [] [2020-05-05T00:08:30.292706+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:08:31.363990+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:08:36.055938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:08:36.083280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:08:36.364310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:08:36.585291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c0205"},"request_uri":"http://localhost:8087/_wdt/6c0205","method":"GET"} [] [2020-05-05T00:09:39.559948+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:09:40.905254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:09:44.552219+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c543b0"},"request_uri":"http://localhost:8087/_wdt/c543b0","method":"GET"} [] [2020-05-05T00:09:45.063421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:09:45.063237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:09:45.515913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:15:05.996099+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:15:06.964611+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:15:10.848456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:15:10.943246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:15:10.965172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:15:11.485350+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37edb6"},"request_uri":"http://localhost:8087/_wdt/37edb6","method":"GET"} [] [2020-05-05T00:16:22.319872+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:16:23.286643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:16:27.304967+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"780f74"},"request_uri":"http://localhost:8087/_wdt/780f74","method":"GET"} [] [2020-05-05T00:16:28.033731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:16:28.152582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:16:28.152929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:16:48.885071+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:16:50.030798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:16:54.106999+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae740a"},"request_uri":"http://localhost:8087/_wdt/ae740a","method":"GET"} [] [2020-05-05T00:16:54.407267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:16:54.407618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:16:54.657833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:17:25.108207+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:17:25.745396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:17:29.795105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:17:29.794979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:17:29.794835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:17:30.572463+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f63cb6"},"request_uri":"http://localhost:8087/_wdt/f63cb6","method":"GET"} [] [2020-05-05T00:17:38.072493+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:17:38.718771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:17:41.758626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:17:41.759695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:17:42.573147+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7c470"},"request_uri":"http://localhost:8087/_wdt/f7c470","method":"GET"} [] [2020-05-05T00:17:42.774678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:18:06.145077+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:18:06.788487+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:18:10.663216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:18:10.663705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:18:11.144249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:18:11.396032+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43ed0a"},"request_uri":"http://localhost:8087/_wdt/43ed0a","method":"GET"} [] [2020-05-05T00:18:21.744178+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:18:22.104019+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 31163 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/twig/twig/src/Cache/FilesystemCache.php","line":61,"trace":[{"file":"/app/vendor/twig/twig/src/Environment.php","line":349,"function":"write","class":"Twig\\Cache\\FilesystemCache","type":"->"}],"count":1}}} [] [2020-05-05T00:18:22.255432+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Failed to write cache file "/app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php"." at /app/vendor/twig/twig/src/Cache/FilesystemCache.php line 76 {"exception":"[object] (RuntimeException(code: 0): Failed to write cache file \"/app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php\". at /app/vendor/twig/twig/src/Cache/FilesystemCache.php:76)"} [] [2020-05-05T00:18:22.480529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:18:22.853833+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 221184 of 257825 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 221184 of 257825 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:18:22.873179+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 221184 of 257825 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 221184 of 257825 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:18:23.767902+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05ef6"},"request_uri":"http://localhost:8087/_wdt/a05ef6","method":"GET"} [] [2020-05-05T00:18:26.361406+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05ef6"},"request_uri":"http://localhost:8087/_wdt/a05ef6","method":"GET"} [] [2020-05-05T00:18:29.216892+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05ef6"},"request_uri":"http://localhost:8087/_wdt/a05ef6","method":"GET"} [] [2020-05-05T00:18:32.364432+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05ef6"},"request_uri":"http://localhost:8087/_wdt/a05ef6","method":"GET"} [] [2020-05-05T00:18:34.767143+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a05ef6"},"request_uri":"http://localhost:8087/_wdt/a05ef6","method":"GET"} [] [2020-05-05T00:18:41.947672+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 31429 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/twig/twig/src/Cache/FilesystemCache.php","line":61,"trace":[{"file":"/app/vendor/twig/twig/src/Environment.php","line":349,"function":"write","class":"Twig\\Cache\\FilesystemCache","type":"->"}],"count":1}}} [] [2020-05-05T00:18:42.207514+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Failed to write cache file "/app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php"." at /app/vendor/twig/twig/src/Cache/FilesystemCache.php line 76 {"exception":"[object] (RuntimeException(code: 0): Failed to write cache file \"/app/var/cache/dev/twig/9f/9faf9769e713394208737641961995edf9fca260a3891f02a072e254068d55c5.php\". at /app/vendor/twig/twig/src/Cache/FilesystemCache.php:76)"} [] [2020-05-05T00:18:42.549935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:18:42.909956+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 221184 of 258266 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 221184 of 258266 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:18:42.921906+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 221184 of 258266 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 221184 of 258266 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:18:43.835397+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5d92a"},"request_uri":"http://localhost:8087/_wdt/d5d92a","method":"GET"} [] [2020-05-05T00:18:46.615247+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5d92a"},"request_uri":"http://localhost:8087/_wdt/d5d92a","method":"GET"} [] [2020-05-05T00:18:49.434675+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5d92a"},"request_uri":"http://localhost:8087/_wdt/d5d92a","method":"GET"} [] [2020-05-05T00:18:52.570851+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5d92a"},"request_uri":"http://localhost:8087/_wdt/d5d92a","method":"GET"} [] [2020-05-05T00:18:55.813779+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5d92a"},"request_uri":"http://localhost:8087/_wdt/d5d92a","method":"GET"} [] [2020-05-05T00:19:40.103012+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:19:40.970104+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:19:44.943592+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3b892"},"request_uri":"http://localhost:8087/_wdt/d3b892","method":"GET"} [] [2020-05-05T00:19:45.028427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:19:45.029404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:19:45.255438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:19:57.963904+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:19:59.059875+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:20:02.427838+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"228400"},"request_uri":"http://localhost:8087/_wdt/228400","method":"GET"} [] [2020-05-05T00:20:02.540497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:20:02.539894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:20:02.540385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:21:52.787722+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:21:53.870340+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:21:57.995933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:21:57.995719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:21:57.995468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:21:59.295113+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7ffa3"},"request_uri":"http://localhost:8087/_wdt/a7ffa3","method":"GET"} [] [2020-05-05T00:22:07.109604+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"44"},"request_uri":"http://localhost:8087/fr/livre/44","method":"GET"} [] [2020-05-05T00:22:11.054168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:22:11.222378+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /app/templates/default/livre.html.twig line 68 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /app/templates/default/livre.html.twig:68)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:235)"} [] [2020-05-05T00:22:19.682964+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T00:22:20.726985+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:22:24.815767+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71bed8"},"request_uri":"http://localhost:8087/_wdt/71bed8","method":"GET"} [] [2020-05-05T00:22:25.044866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:22:25.045913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:22:25.045620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:29:33.625577+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:33.658958+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 116 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 116 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:33.745674+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 130 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 130 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:33.779785+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:33.871826+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 138 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 138 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:33.954936+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 132 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:33.972373+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:34.056185+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:34.072367+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 135 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 135 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:34.140839+02:00] cache.WARNING: Failed to save key "%5B%5BC%5DApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type integer: file_put_contents(): Only 0 of 131 bytes written, possibly out of free disk space {"key":"%5B%5BC%5DApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 131 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:34.157291+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:34.235891+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:34.367383+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 13478 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":124,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-05T00:29:34.668535+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-05T00:29:34.824237+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:35.175477+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:35.234313+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:35.329857+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:35.877332+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 409600 of 1138074 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 409600 of 1138074 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:29:35.897613+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 409600 of 1138074 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 409600 of 1138074 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:29:36.067040+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:36.111107+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:36.169299+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 15403 bytes written, possibly out of free disk space [] [] [2020-05-05T00:29:53.434998+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 97 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.527960+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23buildTree%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 111 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.615665+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 707 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.688412+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23xmlresponseAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 718 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.777519+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23livreAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.848510+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23audioAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 719 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.925727+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23listuserAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 723 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:53.999597+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23detailUser%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 1976 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:54.075893+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23contactAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:54.147856+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CDefaultController%23galleryAction%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 720 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-05T00:29:54.384466+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-05T00:29:54.720185+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-05T00:29:56.234715+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 368640 of 890265 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 368640 of 890265 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:29:56.262058+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 368640 of 890265 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 368640 of 890265 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-05T00:29:57.672351+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1119b6"},"request_uri":"http://localhost:8087/_wdt/1119b6","method":"GET"} [] [2020-05-05T00:29:58.105970+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: unserialize(): Error at offset 59765 of 59769 bytes" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 126 {"exception":"[object] (ErrorException(code: 0): Notice: unserialize(): Error at offset 59765 of 59769 bytes at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:126)"} [] [2020-05-05T00:32:13.540711+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:33:07.027970+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:34:11.044642+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:34:21.253903+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:34:29.038527+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:34:33.090851+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:34:37.934940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c81ad"},"request_uri":"http://localhost:8087/_wdt/9c81ad","method":"GET"} [] [2020-05-05T00:34:38.066172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:34:38.065808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:34:38.942634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:40:38.550569+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:40:43.011057+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:40:47.582692+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f638c7"},"request_uri":"http://localhost:8087/_wdt/f638c7","method":"GET"} [] [2020-05-05T00:40:47.799569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:40:47.800421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:40:47.799910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:42:02.968853+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:42:07.041404+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:42:11.255701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:42:11.256520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:42:11.257254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:42:11.693848+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"210028"},"request_uri":"http://localhost:8087/_wdt/210028","method":"GET"} [] [2020-05-05T00:43:22.224251+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"41"},"request_uri":"http://localhost:8087/fr/livre/41","method":"GET"} [] [2020-05-05T00:43:26.442117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:43:30.253025+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7f832"},"request_uri":"http://localhost:8087/_wdt/b7f832","method":"GET"} [] [2020-05-05T00:43:30.295017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:43:30.294491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:43:30.296395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:43:59.523446+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"10"},"request_uri":"http://localhost:8087/fr/livre/10","method":"GET"} [] [2020-05-05T00:44:03.484652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:44:07.191268+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdb102"},"request_uri":"http://localhost:8087/_wdt/cdb102","method":"GET"} [] [2020-05-05T00:44:07.655883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:44:07.656340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:44:08.341970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:49:42.986918+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"10"},"request_uri":"http://localhost:8087/fr/livre/10","method":"GET"} [] [2020-05-05T00:49:47.378286+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:49:51.614609+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fe7e5"},"request_uri":"http://localhost:8087/_wdt/0fe7e5","method":"GET"} [] [2020-05-05T00:49:51.824532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:49:51.825165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:49:51.824794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:52:58.941350+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"10"},"request_uri":"http://localhost:8087/fr/livre/10","method":"GET"} [] [2020-05-05T00:53:03.580165+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:53:07.283225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:53:07.283093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:53:07.283071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:53:07.825897+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e50e6"},"request_uri":"http://localhost:8087/_wdt/2e50e6","method":"GET"} [] [2020-05-05T00:54:43.678327+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"10"},"request_uri":"http://localhost:8087/fr/livre/10","method":"GET"} [] [2020-05-05T00:54:47.855701+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:54:50.982572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:54:50.982410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:54:51.507472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:54:51.610812+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"322dca"},"request_uri":"http://localhost:8087/_wdt/322dca","method":"GET"} [] [2020-05-05T00:55:16.685583+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-05-05T00:55:20.649065+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T00:55:24.191101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:55:24.191493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:55:24.411983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T00:55:24.956738+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0569e1"},"request_uri":"http://localhost:8087/_wdt/0569e1","method":"GET"} [] [2020-05-05T01:00:38.379933+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-05-05T01:00:42.568335+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:00:46.593356+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5998c"},"request_uri":"http://localhost:8087/_wdt/f5998c","method":"GET"} [] [2020-05-05T01:00:47.190384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:00:47.190298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:00:47.622532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:04:40.645067+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-05-05T01:05:34.296634+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-05-05T01:07:18.591017+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"3"},"request_uri":"http://localhost:8087/fr/livre/3","method":"GET"} [] [2020-05-05T01:07:22.863751+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:07:26.758453+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0fec06"},"request_uri":"http://localhost:8087/_wdt/0fec06","method":"GET"} [] [2020-05-05T01:07:26.875785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:26.873991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:27.585842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:31.513486+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"6"},"request_uri":"http://localhost:8087/fr/livre/6","method":"GET"} [] [2020-05-05T01:07:35.409334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:07:38.343296+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c11533"},"request_uri":"http://localhost:8087/_wdt/c11533","method":"GET"} [] [2020-05-05T01:07:38.677582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:38.678625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:38.677360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:45.399820+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:07:49.248747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:07:52.223065+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18cb04"},"request_uri":"http://localhost:8087/_wdt/18cb04","method":"GET"} [] [2020-05-05T01:07:52.360181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:52.360227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:07:53.104391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:13:04.201733+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:13:08.476170+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:13:08.663907+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Warning: A non-numeric value encountered")." at /app/templates/default/livre.html.twig line 44 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Warning: A non-numeric value encountered\"). at /app/templates/default/livre.html.twig:44)\n[previous exception] [object] (ErrorException(code: 0): Warning: A non-numeric value encountered at /app/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:162)"} [] [2020-05-05T01:13:43.728010+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d149ff"},"request_uri":"http://localhost:8087/_wdt/d149ff","method":"GET"} [] [2020-05-05T01:16:39.298105+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:16:43.559518+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unexpected token "name" of value "if" ("end of statement block" expected)." at /app/templates/default/livre.html.twig line 43 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unexpected token \"name\" of value \"if\" (\"end of statement block\" expected). at /app/templates/default/livre.html.twig:43)"} [] [2020-05-05T01:16:44.145266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:16:50.943459+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"696ed2"},"request_uri":"http://localhost:8087/_wdt/696ed2","method":"GET"} [] [2020-05-05T01:18:00.053936+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:18:04.685377+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:18:09.669337+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db1a34"},"request_uri":"http://localhost:8087/_wdt/db1a34","method":"GET"} [] [2020-05-05T01:18:10.390690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:18:10.391386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:18:11.466959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:20:33.419088+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:20:37.608700+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:20:42.422073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:20:42.422463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:20:42.422659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:20:42.973895+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98c487"},"request_uri":"http://localhost:8087/_wdt/98c487","method":"GET"} [] [2020-05-05T01:22:12.855140+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:22:17.290269+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:22:21.523619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:22:21.523876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:22:21.663429+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96b363"},"request_uri":"http://localhost:8087/_wdt/96b363","method":"GET"} [] [2020-05-05T01:22:22.103393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:23:00.668968+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:23:05.151044+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:23:09.230072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:23:09.891247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:23:10.846012+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e23e1"},"request_uri":"http://localhost:8087/_wdt/3e23e1","method":"GET"} [] [2020-05-05T01:23:10.974927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:23:48.137985+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:23:52.443562+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:23:56.740103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:23:56.740402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:23:56.737443+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f284e9"},"request_uri":"http://localhost:8087/_wdt/f284e9","method":"GET"} [] [2020-05-05T01:23:58.276085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:24:35.343011+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:24:39.680153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:24:44.808681+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b87877"},"request_uri":"http://localhost:8087/_wdt/b87877","method":"GET"} [] [2020-05-05T01:24:45.152368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:24:45.152545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:24:45.765746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:27:19.043870+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"13"},"request_uri":"http://localhost:8087/fr/livre/13","method":"GET"} [] [2020-05-05T01:27:23.937821+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:27:29.283602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:27:29.283740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:27:29.349498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:27:29.525523+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a343d3"},"request_uri":"http://localhost:8087/_wdt/a343d3","method":"GET"} [] [2020-05-05T01:30:25.346745+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:30:29.316747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:30:33.945764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:30:33.946796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:30:34.253793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17298f"},"request_uri":"http://localhost:8087/_wdt/17298f","method":"GET"} [] [2020-05-05T01:30:34.610257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:34:00.539628+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:34:04.977755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:34:09.651999+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ade8a"},"request_uri":"http://localhost:8087/_wdt/2ade8a","method":"GET"} [] [2020-05-05T01:34:10.146487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:34:10.146252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:34:10.956985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:36:14.063238+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:36:18.238627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:36:23.461315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:36:23.461459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:36:23.494171+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a87715"},"request_uri":"http://localhost:8087/_wdt/a87715","method":"GET"} [] [2020-05-05T01:36:24.010169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:37:11.232671+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:37:15.855385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:37:20.098674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:37:20.098418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:37:20.694208+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb3cd9"},"request_uri":"http://localhost:8087/_wdt/fb3cd9","method":"GET"} [] [2020-05-05T01:37:21.138887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:38:48.461940+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:38:52.819043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:38:56.742090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:38:56.741918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:38:57.413442+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5687f9"},"request_uri":"http://localhost:8087/_wdt/5687f9","method":"GET"} [] [2020-05-05T01:38:57.657715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:39:40.798753+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:39:45.144579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:39:49.316982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:39:49.317611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:39:50.448384+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0742cb"},"request_uri":"http://localhost:8087/_wdt/0742cb","method":"GET"} [] [2020-05-05T01:39:50.676768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:40:57.340100+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:41:02.087871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:41:06.052725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:41:06.052958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:41:06.750252+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32dc45"},"request_uri":"http://localhost:8087/_wdt/32dc45","method":"GET"} [] [2020-05-05T01:41:06.769458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:42:06.721891+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:42:11.142854+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:42:15.389611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:42:15.389913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:42:17.090856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:42:17.428280+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be3ef6"},"request_uri":"http://localhost:8087/_wdt/be3ef6","method":"GET"} [] [2020-05-05T01:44:20.377664+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:44:24.609499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:44:24.764880+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "va" does not exist." at /app/templates/default/livre.html.twig line 49 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"va\" does not exist. at /app/templates/default/livre.html.twig:49)"} [] [2020-05-05T01:45:30.118805+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:45:34.683118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:45:46.444388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:45:46.446366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:45:46.812658+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a307e8"},"request_uri":"http://localhost:8087/_wdt/a307e8","method":"GET"} [] [2020-05-05T01:45:48.717878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:54:32.176577+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T01:54:36.827159+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T01:54:41.272527+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"424db3"},"request_uri":"http://localhost:8087/_wdt/424db3","method":"GET"} [] [2020-05-05T01:54:41.426368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:54:41.426810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T01:54:41.709574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:06:47.646434+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T02:06:51.485523+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: key() expects parameter 1 to be array, string given" at /app/src/Controller/DefaultController.php line 173 {"exception":"[object] (ErrorException(code: 0): Warning: key() expects parameter 1 to be array, string given at /app/src/Controller/DefaultController.php:173)"} [] [2020-05-05T02:06:51.804920+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:06:53.893132+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c123c3"},"request_uri":"http://localhost:8087/_wdt/c123c3","method":"GET"} [] [2020-05-05T02:11:19.887350+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T02:12:13.577669+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-05T02:12:17.861462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:12:23.669763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:12:24.068301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:12:24.708729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:12:24.890968+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"337c00"},"request_uri":"http://localhost:8087/_wdt/337c00","method":"GET"} [] [2020-05-05T02:12:28.139273+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T02:12:29.062449+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T02:12:29.485961+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:12:29.502554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-05T02:12:29.557982+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-05T02:12:35.659667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:12:35.661581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:12:35.660022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:12:36.129606+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44e639"},"request_uri":"http://localhost:8087/_wdt/44e639","method":"GET"} [] [2020-05-05T02:18:47.182857+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T02:18:48.633011+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T02:18:49.295739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:18:49.344413+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-05T02:18:49.481200+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-05T02:18:56.700836+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b18ec9"},"request_uri":"http://localhost:8087/_wdt/b18ec9","method":"GET"} [] [2020-05-05T02:18:57.377512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:18:57.377860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:18:57.377678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:19:51.318707+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T02:19:52.629531+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T02:19:53.966749+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:19:58.813460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:19:58.813899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:19:59.049143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:19:59.879200+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b691a"},"request_uri":"http://localhost:8087/_wdt/0b691a","method":"GET"} [] [2020-05-05T02:21:11.882558+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T02:21:13.607665+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T02:21:15.187752+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:21:19.438213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:21:19.452149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:21:20.169671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:21:20.276560+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"348142"},"request_uri":"http://localhost:8087/_wdt/348142","method":"GET"} [] [2020-05-05T02:22:19.490133+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T02:22:20.817251+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T02:22:22.094061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:22:26.745293+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"600f63"},"request_uri":"http://localhost:8087/_wdt/600f63","method":"GET"} [] [2020-05-05T02:22:27.632539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:22:28.001373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:22:28.613507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:53:03.556822+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-05T02:53:05.401283+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:53:10.376817+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e49044"},"request_uri":"http://localhost:8087/_wdt/e49044","method":"GET"} [] [2020-05-05T02:53:11.558408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:53:11.559083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:53:11.559047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:58:28.535085+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-05T02:58:29.561157+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T02:58:34.214800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:58:34.215019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:58:34.214682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T02:58:34.392515+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d471ad"},"request_uri":"http://localhost:8087/_wdt/d471ad","method":"GET"} [] [2020-05-05T03:00:04.584808+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-05T03:00:06.081242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:00:10.058379+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a07a0b"},"request_uri":"http://localhost:8087/_wdt/a07a0b","method":"GET"} [] [2020-05-05T03:00:10.746081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:10.941905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:11.313766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:28.717531+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-05T03:00:30.004809+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-05T03:00:30.352327+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-05T03:00:30.374792+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-05T03:00:30.835730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:00:36.042346+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daeff2"},"request_uri":"http://localhost:8087/_wdt/daeff2","method":"GET"} [] [2020-05-05T03:00:36.516589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:36.516685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:36.568392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:52.111539+02:00] request.INFO: Matched route "default". {"route":"default","route_parameters":{"_route":"default","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-05T03:00:53.207766+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:00:56.892326+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03874e"},"request_uri":"http://localhost:8087/_wdt/03874e","method":"GET"} [] [2020-05-05T03:00:57.116822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:57.117587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:00:57.117241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:01:21.286531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:01:21.285392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:01:21.285606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:01:53.886494+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-05T03:01:54.957364+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-05T03:01:55.060268+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-05T03:01:55.077006+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-05T03:01:55.873299+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:02:00.552988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:02:00.552988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:02:00.626230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aea338"},"request_uri":"http://localhost:8087/_wdt/aea338","method":"GET"} [] [2020-05-05T03:02:00.900749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:02:23.229636+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-05T03:02:24.140659+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:02:27.455990+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab8aae"},"request_uri":"http://localhost:8087/_wdt/ab8aae","method":"GET"} [] [2020-05-05T03:02:28.084870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:02:28.298667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:02:29.153066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:04:30.479349+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-05T03:04:31.140607+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:04:34.518933+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8910e"},"request_uri":"http://localhost:8087/_wdt/a8910e","method":"GET"} [] [2020-05-05T03:04:35.028656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:04:35.026515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:04:35.027112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:04.389421+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-05T03:05:05.397523+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-05T03:05:05.629193+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-05T03:05:05.642192+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-05T03:05:06.046213+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:05:11.229288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:11.229673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:12.004997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:12.264679+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"632615"},"request_uri":"http://localhost:8087/_wdt/632615","method":"GET"} [] [2020-05-05T03:05:32.382869+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-05T03:05:33.803200+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-05T03:05:33.954253+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-05T03:05:33.976556+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-05T03:05:34.611664+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:05:39.515573+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c37757"},"request_uri":"http://localhost:8087/_wdt/c37757","method":"GET"} [] [2020-05-05T03:05:39.654982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:39.655281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:40.172168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:05:54.984514+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-05T03:05:56.033346+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:06:00.027846+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3837f6"},"request_uri":"http://localhost:8087/_wdt/3837f6","method":"GET"} [] [2020-05-05T03:06:00.662354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:06:00.947222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:06:01.188160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:06:04.141037+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"51"},"request_uri":"http://localhost:8087/fr/audio/51","method":"GET"} [] [2020-05-05T03:06:05.073459+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T03:06:05.274324+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-05T03:06:05.557913+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T03:06:07.770431+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f890ac"},"request_uri":"http://localhost:8087/_wdt/f890ac","method":"GET"} [] [2020-05-05T03:06:19.011965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:06:19.012341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T03:06:19.245832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T11:17:50.145385+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T11:17:51.641301+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T11:17:52.296503+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T11:17:58.926553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T11:17:58.928151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T11:17:58.965682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T11:17:59.103105+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f7762"},"request_uri":"http://localhost:8087/_wdt/5f7762","method":"GET"} [] [2020-05-05T11:34:59.021509+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T11:35:00.417741+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T11:35:01.229892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T11:35:05.456921+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5523a4"},"request_uri":"http://localhost:8087/_wdt/5523a4","method":"GET"} [] [2020-05-05T11:35:06.296673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T11:35:06.305622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T11:35:06.940187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:26:00.645621+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:26:02.056359+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:26:03.562289+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:26:07.083089+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68dd68"},"request_uri":"http://localhost:8087/_wdt/68dd68","method":"GET"} [] [2020-05-05T12:26:07.579319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:26:07.579540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:26:07.579835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:27:48.660382+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:27:49.573164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:27:50.379668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:27:54.444124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:27:54.448739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:27:54.674914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:27:55.651386+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a3a11"},"request_uri":"http://localhost:8087/_wdt/5a3a11","method":"GET"} [] [2020-05-05T12:28:38.429243+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:28:39.351394+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:28:40.207233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:28:44.019681+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4339f"},"request_uri":"http://localhost:8087/_wdt/d4339f","method":"GET"} [] [2020-05-05T12:28:44.488280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:28:44.488280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:28:44.886619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:28:50.037870+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4339f"},"request_uri":"http://localhost:8087/_wdt/d4339f","method":"GET"} [] [2020-05-05T12:28:50.303541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:28:50.303350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:28:50.854730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:29:00.729329+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:29:01.241109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:29:01.718042+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:29:04.893650+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9de5bd"},"request_uri":"http://localhost:8087/_wdt/9de5bd","method":"GET"} [] [2020-05-05T12:29:05.796285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:29:07.157428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:29:08.379311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:29:31.240949+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:29:32.843030+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:29:34.280734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:29:37.692655+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bc3e4"},"request_uri":"http://localhost:8087/_wdt/9bc3e4","method":"GET"} [] [2020-05-05T12:29:38.204909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:29:38.317320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:29:39.338580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:30:51.267063+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:30:52.165627+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:30:53.023259+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:30:55.952968+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ccaf8"},"request_uri":"http://localhost:8087/_wdt/8ccaf8","method":"GET"} [] [2020-05-05T12:30:56.445077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:30:56.688945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:30:57.333158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:42:12.094528+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:42:12.860827+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:42:13.343108+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:42:17.093891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:42:17.095158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:42:17.095396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:42:17.853224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:42:18.821550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:42:21.139095+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea4d07"},"request_uri":"http://localhost:8087/_wdt/ea4d07","method":"GET"} [] [2020-05-05T12:49:54.698503+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:49:55.602507+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:49:56.417519+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:49:59.954873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:49:59.955364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:49:59.984926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:00.726082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets//images/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets//images/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets//images/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:01.960132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:04.372533+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31ea17"},"request_uri":"http://localhost:8087/_wdt/31ea17","method":"GET"} [] [2020-05-05T12:50:04.942483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:25.358331+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:50:26.184862+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:50:26.973513+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:50:30.700512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:30.700793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:31.063797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:31.283903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:32.513291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:50:34.817120+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00a1b1"},"request_uri":"http://localhost:8087/_wdt/00a1b1","method":"GET"} [] [2020-05-05T12:50:35.461710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets//images/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets//images/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets//images/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:52:59.457153+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:53:00.356023+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:53:01.211185+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:53:06.106820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:53:06.105987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:53:06.274949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:53:06.609286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:53:08.027399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:53:12.125927+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd5b1a"},"request_uri":"http://localhost:8087/_wdt/cd5b1a","method":"GET"} [] [2020-05-05T12:54:08.864785+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:54:09.800513+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:54:10.738134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:54:15.630510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:54:15.631270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:54:15.725069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:54:16.184792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:54:17.168002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:54:20.414881+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0acdd"},"request_uri":"http://localhost:8087/_wdt/e0acdd","method":"GET"} [] [2020-05-05T12:54:36.609192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:55:44.454574+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-05T12:55:45.652006+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-05T12:55:46.988355+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-05T12:55:51.371186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:55:51.372214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:55:51.731759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:55:52.869731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:55:53.634257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-05T12:55:55.736635+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91bc59"},"request_uri":"http://localhost:8087/_wdt/91bc59","method":"GET"} [] [2020-05-05T13:09:47.610249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:19:37.095077+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:19:38.777825+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:19:39.026506+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:19:39.049469+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:19:39.482380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:19:45.443715+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddc3a9"},"request_uri":"http://localhost:8087/_wdt/ddc3a9","method":"GET"} [] [2020-05-06T00:19:45.564647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:19:45.566312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:19:46.104682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:22:01.412553+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:22:02.660431+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:22:02.760528+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:22:02.781697+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:22:03.612870+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:22:08.589481+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e4b02"},"request_uri":"http://localhost:8087/_wdt/7e4b02","method":"GET"} [] [2020-05-06T00:22:08.780773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:22:08.781280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:22:08.780409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:22:33.858839+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:22:34.785732+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:22:34.874488+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:22:34.890806+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:22:35.636095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:22:40.693748+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36f940"},"request_uri":"http://localhost:8087/_wdt/36f940","method":"GET"} [] [2020-05-06T00:22:40.747417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:22:40.747202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:22:41.111238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:25:45.364856+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:25:46.413018+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:25:46.521640+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:25:46.537285+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:25:47.314880+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:25:52.551384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:25:52.553729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:25:52.552255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:25:52.972911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:25:54.368691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:25:58.171579+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1d080"},"request_uri":"http://localhost:8087/_wdt/c1d080","method":"GET"} [] [2020-05-06T00:26:05.839703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:36.348543+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:28:37.250786+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:28:37.333582+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:28:37.347584+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:28:38.064687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:28:43.951077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:43.950761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:44.221206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:44.693439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:47.094030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:52.067510+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f2e4e"},"request_uri":"http://localhost:8087/_wdt/1f2e4e","method":"GET"} [] [2020-05-06T00:28:52.723995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:52.724201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:53.732611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:28:54.971051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:17.749253+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:30:18.561684+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:30:18.649752+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:30:18.662531+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:30:19.399480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:30:24.305806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:24.305967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:24.927328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:24.963208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:27.345829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:31.360625+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72d59d"},"request_uri":"http://localhost:8087/_wdt/72d59d","method":"GET"} [] [2020-05-06T00:30:32.039510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:33.517047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:33.939314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:30:34.469913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:10.939669+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:32:12.198894+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:32:12.322578+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:32:12.341673+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:32:13.342728+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:32:18.780756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:18.784017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:18.786326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:19.767027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:21.757616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:27.739929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:27.746608+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"936470"},"request_uri":"http://localhost:8087/_wdt/936470","method":"GET"} [] [2020-05-06T00:32:27.863829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:28.123619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:30.871414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:34.692099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:34.689977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:34.756313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:35.122457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:37.238898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:41.096474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:41.096016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:41.097049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:41.145287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:32:59.267107+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:33:00.378142+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:33:00.477824+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:33:00.494780+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:33:01.319507+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:33:08.267850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:08.267069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:08.532646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:09.388369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0012.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0012.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:10.393230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:15.920424+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e3a26"},"request_uri":"http://localhost:8087/_wdt/9e3a26","method":"GET"} [] [2020-05-06T00:33:15.963395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:15.962792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:15.963330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:17.511211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:24.636591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:24.637338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:25.268463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:25.790507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:27.334680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:32.874672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:32.875072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:32.874997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:33.089061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:44.507979+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:33:45.131261+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:33:45.190991+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:33:45.200609+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:33:45.653530+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:33:50.319337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:50.319695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:50.770096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:52.363226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:53.491550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:57.585956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:57.586153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:58.307007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:33:58.451436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8896e9"},"request_uri":"http://localhost:8087/_wdt/8896e9","method":"GET"} [] [2020-05-06T00:34:00.649113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:04.709863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:04.709558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:04.998312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:05.155054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:07.489216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:09.652388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:09.704405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:22.341571+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-06T00:34:23.243121+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:34:23.768252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:34:23.809852+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T00:34:27.752447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:27.752656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:27.908260+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"287b79"},"request_uri":"http://localhost:8087/_wdt/287b79","method":"GET"} [] [2020-05-06T00:34:27.895749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:30.642522+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:34:31.627461+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:34:31.735535+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:34:31.787133+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:34:32.284624+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:34:38.058908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0022.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0022.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0022.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:38.066018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-003_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-003_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-003_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:38.533605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:39.049827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-001_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-001_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-001_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:39.054595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-002_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-002_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-002_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:45.173148+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24c5b2"},"request_uri":"http://localhost:8087/_wdt/24c5b2","method":"GET"} [] [2020-05-06T00:34:45.388692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-004_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-004_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-004_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:45.388912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:45.618955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-005_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-005_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-005_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:45.619334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:51.164247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-006_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-006_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-006_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:51.383667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-007_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-007_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-007_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:51.428661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-008_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-008_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-008_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:51.655560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:51.656163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/partner-009_01.png" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/partner-009_01.png\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/partner-009_01.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:55.950458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:34:55.950987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:23.536155+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:42:24.723091+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:42:24.826497+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:42:24.842232+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:42:26.053713+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:42:33.702454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:33.703198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:33.703770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:34.804252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:35.479321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:39.519183+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f697ee"},"request_uri":"http://localhost:8087/_wdt/f697ee","method":"GET"} [] [2020-05-06T00:42:40.483409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:46.995617+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:42:48.071918+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:42:48.167869+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:42:48.188213+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:42:48.990830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:42:55.878474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:55.878069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:56.058800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:56.779674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:42:57.144017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:43:01.098203+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66e024"},"request_uri":"http://localhost:8087/_wdt/66e024","method":"GET"} [] [2020-05-06T00:52:18.622770+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:52:20.001545+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:52:20.088267+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:52:20.101596+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:52:20.832500+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:52:29.234103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:52:29.226529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:52:29.229388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:52:29.237720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:52:29.870338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:52:35.335562+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c7b25"},"request_uri":"http://localhost:8087/_wdt/3c7b25","method":"GET"} [] [2020-05-06T00:56:03.096001+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T00:56:04.259977+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T00:56:04.357781+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T00:56:04.372825+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T00:56:05.176659+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T00:56:12.357492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:56:12.349811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:56:12.357516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:56:12.824484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:56:13.411877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T00:56:17.762483+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"940f15"},"request_uri":"http://localhost:8087/_wdt/940f15","method":"GET"} [] [2020-05-06T01:00:25.686937+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:00:27.056302+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:00:27.178616+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:00:27.200132+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:00:27.848608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:00:34.609782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:00:34.611712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:00:34.609968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:00:35.066856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:00:36.258108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:00:40.184903+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9afb71"},"request_uri":"http://localhost:8087/_wdt/9afb71","method":"GET"} [] [2020-05-06T01:02:17.221161+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:02:17.951601+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:02:18.036173+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:02:18.051031+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:02:18.507939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:02:23.450472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:02:23.621557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:02:23.705783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:02:24.973924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:02:25.964859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:02:29.269743+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79232f"},"request_uri":"http://localhost:8087/_wdt/79232f","method":"GET"} [] [2020-05-06T01:04:48.823999+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:04:50.023368+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:04:50.135775+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:04:50.153269+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:04:50.727603+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:04:58.327886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:04:58.326767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:04:58.328165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:04:58.809504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:04:59.109348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:05:03.133857+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d22af0"},"request_uri":"http://localhost:8087/_wdt/d22af0","method":"GET"} [] [2020-05-06T01:09:51.511735+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:09:53.857950+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:09:54.133249+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:09:54.172163+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:09:54.411284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:09:55.017651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:10:02.381469+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"146ecf"},"request_uri":"http://localhost:8087/_wdt/146ecf","method":"GET"} [] [2020-05-06T01:10:03.206468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:10:03.315846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:10:04.317814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:10:04.596450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:10:09.420130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:15:45.270083+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:15:46.252282+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:15:46.348447+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:15:46.362706+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:15:46.898380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:15:54.936387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:15:54.936228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:15:54.935753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:15:54.961684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:15:56.134892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:16:00.638516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10de52"},"request_uri":"http://localhost:8087/_wdt/10de52","method":"GET"} [] [2020-05-06T01:21:04.692983+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:21:05.763866+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:21:05.859763+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:21:05.877654+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:21:06.392313+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:21:13.673915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:21:13.674417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:21:13.701931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:21:13.811789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:21:15.085647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:21:19.615045+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64ae5f"},"request_uri":"http://localhost:8087/_wdt/64ae5f","method":"GET"} [] [2020-05-06T01:23:13.144423+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:23:14.238229+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:23:14.374976+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:23:14.389870+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:23:15.025559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:23:21.824970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-bible-bg.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-bible-bg.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-bible-bg.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:23:21.850275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/slider-twitter-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/slider-twitter-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/slider-twitter-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:23:21.841235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:23:22.307637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/dark-pattern.jpg" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/dark-pattern.jpg\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/dark-pattern.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:23:22.338436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/links-bg.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/links-bg.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/links-bg.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:23:28.132441+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f4c5bf"},"request_uri":"http://localhost:8087/_wdt/f4c5bf","method":"GET"} [] [2020-05-06T01:25:05.374800+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:25:06.478922+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:25:06.578924+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:25:06.600319+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:25:07.115345+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:25:11.652793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b89757"},"request_uri":"http://localhost:8087/_wdt/b89757","method":"GET"} [] [2020-05-06T01:25:12.194454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:27:21.643945+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:27:22.995125+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:27:23.098365+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:27:23.114797+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:27:23.634474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:27:27.751349+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2114a2"},"request_uri":"http://localhost:8087/_wdt/2114a2","method":"GET"} [] [2020-05-06T01:27:28.423890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:30:48.032178+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:30:48.884710+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:30:48.991066+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:30:49.009610+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:30:49.515487+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:30:53.814318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:30:54.153786+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"347df7"},"request_uri":"http://localhost:8087/_wdt/347df7","method":"GET"} [] [2020-05-06T01:52:52.264370+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:52:53.219642+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:52:53.306895+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:52:53.319821+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:52:53.781045+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:53:00.481484+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40de3c"},"request_uri":"http://localhost:8087/_wdt/40de3c","method":"GET"} [] [2020-05-06T01:53:01.407724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:53:01.407871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:53:05.833833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:53:49.942544+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:53:50.964231+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:53:51.060255+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:53:51.080724+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:53:51.937759+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:53:55.609146+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5020bd"},"request_uri":"http://localhost:8087/_wdt/5020bd","method":"GET"} [] [2020-05-06T01:53:56.207079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:53:56.573042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:54:00.745713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:54:49.166562+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:54:49.832679+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:54:49.893048+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:54:49.902868+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:54:50.421329+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:54:54.795972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:54:54.885517+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed43c3"},"request_uri":"http://localhost:8087/_wdt/ed43c3","method":"GET"} [] [2020-05-06T01:54:56.658466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:55:02.193197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:55:44.738009+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:55:45.480431+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:55:45.582485+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:55:45.599074+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:55:46.129800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:55:50.634289+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8df08a"},"request_uri":"http://localhost:8087/_wdt/8df08a","method":"GET"} [] [2020-05-06T01:55:51.047724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:55:51.786357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:55:57.073372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:56:47.309248+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:56:47.960126+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:56:48.027312+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:56:48.036860+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:56:48.549818+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:56:53.014059+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1b9c5"},"request_uri":"http://localhost:8087/_wdt/e1b9c5","method":"GET"} [] [2020-05-06T01:56:53.570325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:56:54.107219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:56:58.847097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:57:12.130977+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:57:13.048367+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:57:13.137488+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:57:13.151114+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:57:14.084764+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:57:17.829699+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6b315"},"request_uri":"http://localhost:8087/_wdt/e6b315","method":"GET"} [] [2020-05-06T01:57:18.228551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:57:18.579179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:57:22.566824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:57:57.367527+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T01:57:58.021839+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T01:57:58.084213+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T01:57:58.093584+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T01:57:58.392859+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T01:58:01.799504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:58:02.794832+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aff16"},"request_uri":"http://localhost:8087/_wdt/8aff16","method":"GET"} [] [2020-05-06T01:58:03.415277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T01:58:07.956033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:13:12.486397+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:13:13.568510+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:13:13.665560+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:13:13.682777+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:13:14.462839+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:13:20.550486+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"678136"},"request_uri":"http://localhost:8087/_wdt/678136","method":"GET"} [] [2020-05-06T02:13:21.236388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:13:21.288749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:13:26.038755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:15:22.765544+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:15:24.097810+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:15:24.217347+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:15:24.238013+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:15:24.871948+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:15:29.154169+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"32332f"},"request_uri":"http://localhost:8087/_wdt/32332f","method":"GET"} [] [2020-05-06T02:15:29.956092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:15:30.087281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:15:35.511081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:16:28.574337+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:16:29.535732+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:16:29.628676+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:16:29.643916+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:16:30.395321+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:16:34.419247+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b84ad"},"request_uri":"http://localhost:8087/_wdt/4b84ad","method":"GET"} [] [2020-05-06T02:16:34.949252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:16:34.949615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:16:38.769874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:16:58.001373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:19:40.557234+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:19:41.810178+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:19:41.941969+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:19:41.959891+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:19:42.579913+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:19:48.396159+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae1fb1"},"request_uri":"http://localhost:8087/_wdt/ae1fb1","method":"GET"} [] [2020-05-06T02:19:48.881919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:19:48.880807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:19:53.473738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:21:53.303060+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:21:54.742231+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:21:54.886029+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:21:54.908469+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:21:55.898797+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:21:59.324836+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f52e50"},"request_uri":"http://localhost:8087/_wdt/f52e50","method":"GET"} [] [2020-05-06T02:21:59.786241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:21:59.786458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:22:03.711256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:22:30.194229+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:22:31.165039+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:22:31.279853+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:22:31.296122+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:22:32.088724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:22:35.097348+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7eac45"},"request_uri":"http://localhost:8087/_wdt/7eac45","method":"GET"} [] [2020-05-06T02:22:35.520459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:22:35.823626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:22:39.332032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:24:47.048438+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:24:47.792915+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:24:47.888767+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:24:47.906238+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:24:48.675781+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:24:51.980240+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78346c"},"request_uri":"http://localhost:8087/_wdt/78346c","method":"GET"} [] [2020-05-06T02:24:52.981407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:24:53.108874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:24:57.174235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:32:44.159908+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:32:45.219846+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:32:45.324248+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:32:45.345403+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:32:46.343996+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:32:49.667226+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8c5b7"},"request_uri":"http://localhost:8087/_wdt/b8c5b7","method":"GET"} [] [2020-05-06T02:32:50.155790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:32:50.221306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:32:54.930603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:35:45.714254+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:35:46.855420+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:35:46.954911+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:35:46.971675+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:35:47.808323+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:35:51.749080+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df0770"},"request_uri":"http://localhost:8087/_wdt/df0770","method":"GET"} [] [2020-05-06T02:35:52.209718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:35:52.209895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:35:58.173641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:37:28.632187+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:37:29.674830+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:37:29.776394+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:37:29.793659+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:37:30.589120+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:37:34.240130+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78746c"},"request_uri":"http://localhost:8087/_wdt/78746c","method":"GET"} [] [2020-05-06T02:37:34.643291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:37:34.887535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:37:38.638395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:38:16.583452+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:38:17.631452+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:38:17.777149+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:38:17.799270+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:38:19.239469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:38:26.014404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:38:26.196953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:38:26.557862+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be84a4"},"request_uri":"http://localhost:8087/_wdt/be84a4","method":"GET"} [] [2020-05-06T02:38:30.026982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:38:40.275329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:38:46.932144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:41:50.336558+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:41:51.363071+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:41:51.462303+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:41:51.478497+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:41:51.961338+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:41:56.430535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f99378"},"request_uri":"http://localhost:8087/_wdt/f99378","method":"GET"} [] [2020-05-06T02:41:56.748291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:41:56.804557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:42:03.599955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:45:15.143192+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:45:16.277969+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:45:16.395533+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:45:16.416539+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:45:16.934797+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:45:21.277253+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e2d51"},"request_uri":"http://localhost:8087/_wdt/8e2d51","method":"GET"} [] [2020-05-06T02:45:21.444461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:45:22.029350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:45:25.654123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:46:22.416844+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:46:23.519001+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:46:23.672819+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:46:23.691440+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:46:24.212154+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:46:28.318856+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"274c11"},"request_uri":"http://localhost:8087/_wdt/274c11","method":"GET"} [] [2020-05-06T02:46:28.801958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:46:29.224979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:46:32.468675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:53:24.151701+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-06T02:53:25.648503+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:53:26.302793+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:53:26.355249+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T02:53:29.947712+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aeaed"},"request_uri":"http://localhost:8087/_wdt/8aeaed","method":"GET"} [] [2020-05-06T02:53:30.570569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:53:31.408049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:53:35.517173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:53:36.439957+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:53:37.388112+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:53:37.485250+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:53:37.523958+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:53:37.925607+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:53:41.375575+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb9588"},"request_uri":"http://localhost:8087/_wdt/fb9588","method":"GET"} [] [2020-05-06T02:53:41.732726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:53:41.733639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:53:45.009809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:55:25.153628+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T02:55:26.214127+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T02:55:26.306360+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T02:55:26.324043+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T02:55:26.787746+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T02:55:31.238803+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c1d2c"},"request_uri":"http://localhost:8087/_wdt/2c1d2c","method":"GET"} [] [2020-05-06T02:55:31.772020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:55:32.019792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T02:55:36.671398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:07:50.416965+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-06T03:07:51.343875+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:07:55.107330+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b0246"},"request_uri":"http://localhost:8087/_wdt/9b0246","method":"GET"} [] [2020-05-06T03:07:55.627947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:07:55.628118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:07:59.987082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:08:42.630819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:08:50.231486+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:08:51.007629+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:08:51.116086+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:08:51.132754+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:08:51.528632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:08:54.759067+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d4c37"},"request_uri":"http://localhost:8087/_wdt/4d4c37","method":"GET"} [] [2020-05-06T03:08:55.527900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:08:55.798406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:09:00.433587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:10:06.277441+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:10:07.151279+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:10:07.237465+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:10:07.250535+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:10:08.026079+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:10:12.055850+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4145b0"},"request_uri":"http://localhost:8087/_wdt/4145b0","method":"GET"} [] [2020-05-06T03:10:12.664195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:10:13.051815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:10:17.016251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:10:58.178972+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:10:59.003644+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:10:59.090244+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:10:59.106205+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:10:59.763912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:11:03.967580+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5829f9"},"request_uri":"http://localhost:8087/_wdt/5829f9","method":"GET"} [] [2020-05-06T03:11:04.482468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:11:04.937140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:11:09.868210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:11:42.030021+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:11:43.149590+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:11:43.250697+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:11:43.268823+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:11:43.737729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:11:47.323328+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b03af"},"request_uri":"http://localhost:8087/_wdt/6b03af","method":"GET"} [] [2020-05-06T03:11:47.768427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:11:48.038703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:11:52.526499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:12:54.906208+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:12:55.592972+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:12:55.655942+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:12:55.668303+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:12:55.957813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:12:59.379936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"de46cb"},"request_uri":"http://localhost:8087/_wdt/de46cb","method":"GET"} [] [2020-05-06T03:12:59.853586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:13:00.215948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:13:04.425454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:13:49.211373+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:13:50.039901+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:13:50.120194+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:13:50.135444+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:13:50.530939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:13:53.676148+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c71d9c"},"request_uri":"http://localhost:8087/_wdt/c71d9c","method":"GET"} [] [2020-05-06T03:13:54.048934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:13:54.640523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:13:58.143613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:14:29.798028+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:14:30.356538+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:14:30.419288+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:14:30.430907+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:14:30.718309+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:14:33.963126+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01d300"},"request_uri":"http://localhost:8087/_wdt/01d300","method":"GET"} [] [2020-05-06T03:14:34.471205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:14:34.522384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:14:38.013453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:15:11.197146+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:15:12.078700+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:15:12.167370+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:15:12.183710+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:15:12.593208+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:15:16.011885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:15:16.316111+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"229cbf"},"request_uri":"http://localhost:8087/_wdt/229cbf","method":"GET"} [] [2020-05-06T03:15:17.280817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:15:20.867085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:16:24.851240+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-05-06T03:16:24.900665+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_comment' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-06T03:16:24.915236+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_comment' */ WHERE k.table_name = 'symfony_demo_comment' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-06T03:16:24.918327+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_comment' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-06T03:16:24.919080+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_comment' [] [] [2020-05-06T03:16:24.921161+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-06T03:16:24.922640+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post' */ WHERE k.table_name = 'symfony_demo_post' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-06T03:16:24.924397+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-06T03:16:24.925105+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post' [] [] [2020-05-06T03:16:24.925649+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_post_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-06T03:16:24.927952+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_post_tag' */ WHERE k.table_name = 'symfony_demo_post_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-06T03:16:24.929570+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_post_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-06T03:16:24.930247+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_post_tag' [] [] [2020-05-06T03:16:24.930822+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_tag' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-06T03:16:24.933569+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_tag' */ WHERE k.table_name = 'symfony_demo_tag' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-06T03:16:24.934978+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_tag' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-06T03:16:24.935580+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_tag' [] [] [2020-05-06T03:16:24.936104+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'symfony_demo_user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-06T03:16:24.936885+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'symfony_demo_user' */ WHERE k.table_name = 'symfony_demo_user' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-06T03:16:24.938525+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'symfony_demo_user' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-06T03:16:24.939151+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'symfony_demo_user' [] [] [2020-05-06T03:16:24.939692+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND TABLE_NAME = 'video' ORDER BY ORDINAL_POSITION ASC [] [] [2020-05-06T03:16:24.940683+02:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'video' */ WHERE k.table_name = 'video' AND k.table_schema = 'mydatabase' /*!50116 AND c.constraint_schema = 'mydatabase' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-05-06T03:16:24.942104+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'video' AND TABLE_SCHEMA = 'mydatabase' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-05-06T03:16:24.943046+02:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'video' [] [] [2020-05-06T03:17:10.040917+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:17:10.944869+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:17:11.029119+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:17:11.041479+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:17:11.430362+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:17:14.820930+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ac6cb"},"request_uri":"http://localhost:8087/_wdt/9ac6cb","method":"GET"} [] [2020-05-06T03:17:15.349532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:17:15.674630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:17:20.295331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:19:38.687943+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:19:39.597987+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:19:39.685228+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:19:39.703770+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:19:40.110407+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:19:43.697674+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b95cb7"},"request_uri":"http://localhost:8087/_wdt/b95cb7","method":"GET"} [] [2020-05-06T03:19:44.233160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:19:44.530583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:19:48.358695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:20:49.247012+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:20:50.148595+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:20:50.235636+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:20:50.251172+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:20:50.677810+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:20:54.036296+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0065cd"},"request_uri":"http://localhost:8087/_wdt/0065cd","method":"GET"} [] [2020-05-06T03:20:54.504682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:20:54.801016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:20:58.618433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:23.341133+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:21:24.333595+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:21:24.465688+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:21:24.491294+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:21:24.987390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:21:28.799552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:29.655882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:29.799524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:30.929005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:32.116293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:33.624366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:34.789542+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af53d3"},"request_uri":"http://localhost:8087/_wdt/af53d3","method":"GET"} [] [2020-05-06T03:21:37.538391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:21:40.547612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:06.294690+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-06T03:22:06.882717+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:22:08.888371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:11.976031+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"807fd0"},"request_uri":"http://localhost:8087/_wdt/807fd0","method":"GET"} [] [2020-05-06T03:22:12.573084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:12.742384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:13.892727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:14.580656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:16.952806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:18.913355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:24.986724+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-06T03:22:25.719536+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:22:26.111820+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:22:26.144960+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T03:22:27.851361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:30.581993+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"08ceac"},"request_uri":"http://localhost:8087/_wdt/08ceac","method":"GET"} [] [2020-05-06T03:22:31.307685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:31.639060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:31.716597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:33.123293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:34.430430+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T03:22:35.005852+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T03:22:35.381147+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:22:36.912796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:40.139222+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e876a1"},"request_uri":"http://localhost:8087/_wdt/e876a1","method":"GET"} [] [2020-05-06T03:22:40.685004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:40.685320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:41.147825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:42.304077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:45.009592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:47.453818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/event.html" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/event.html\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/event.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:22:49.534905+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"318740"},"request_uri":"http://localhost:8087/_wdt/318740","method":"GET"} [] [2020-05-06T03:23:23.041312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/event.html" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/event.html\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/event.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:25.461195+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b86495"},"request_uri":"http://localhost:8087/_wdt/b86495","method":"GET"} [] [2020-05-06T03:23:31.023140+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-06T03:23:31.554095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:23:33.199655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:36.248061+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97d62a"},"request_uri":"http://localhost:8087/_wdt/97d62a","method":"GET"} [] [2020-05-06T03:23:36.745491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:36.748566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:37.725005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:38.555960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:41.457928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:23:43.191569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:21.720101+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-05-06T03:24:22.215053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:24:23.236230+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"video","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-05-06T03:24:23.600720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:24:24.828216+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:24:25.437990+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:24:25.505417+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:24:25.517679+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:24:25.834635+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:24:29.324978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:29.325274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:29.620727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:30.093904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:31.242536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:33.040601+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb2646"},"request_uri":"http://localhost:8087/_wdt/fb2646","method":"GET"} [] [2020-05-06T03:24:33.458648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:35.336543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:36.659392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:47.260281+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T03:24:47.892950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:24:49.857115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:53.157780+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d3cfc"},"request_uri":"http://localhost:8087/_wdt/1d3cfc","method":"GET"} [] [2020-05-06T03:24:53.808759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:54.341527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:54.341988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:56.170941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:24:59.208270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:01.956437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:07.406070+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"43"},"request_uri":"http://localhost:8087/fr/livre/43","method":"GET"} [] [2020-05-06T03:25:11.319175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:25:13.135745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:16.467416+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ba22f"},"request_uri":"http://localhost:8087/_wdt/7ba22f","method":"GET"} [] [2020-05-06T03:25:16.627819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:17.034394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:19.118477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:19.118019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:21.598296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:25.495369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/livre/43")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/livre/43\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:51.773068+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:25:52.827860+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:25:52.923688+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:25:52.940130+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:25:53.457185+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:25:57.328409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:57.328765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:57.876626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:58.301613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:25:59.529210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:26:01.274120+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a36e5"},"request_uri":"http://localhost:8087/_wdt/0a36e5","method":"GET"} [] [2020-05-06T03:26:01.550206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:26:03.926510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:26:05.959839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:10.994365+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-06T03:27:11.826362+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-06T03:27:11+02:00","Video"] [] [2020-05-06T03:27:11.880110+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-06T03:27:11+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-06T03:27:11.907298+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-06T03:27:11+02:00","Video"] [] [2020-05-06T03:27:12.246617+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:27:13.950695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:16.538579+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6fe156"},"request_uri":"http://localhost:8087/_wdt/6fe156","method":"GET"} [] [2020-05-06T03:27:16.931030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:17.114299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:18.593724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:19.192799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:21.370465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:23.444402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:24.972433+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-05-06T03:27:25.650849+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-05-06T03:27:25+02:00","Audio"] [] [2020-05-06T03:27:25.688023+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-06T03:27:25+02:00","Audio",[25,26]] [] [2020-05-06T03:27:25.710523+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-06T03:27:25+02:00","Audio"] [] [2020-05-06T03:27:26.010073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:27:27.609311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:30.627075+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9f799"},"request_uri":"http://localhost:8087/_wdt/d9f799","method":"GET"} [] [2020-05-06T03:27:31.199949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:31.199754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:31.598279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:32.041792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:35.106608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:37.574423+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-06T03:27:37.651748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:38.655742+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-06T03:27:38+02:00","Video"] [] [2020-05-06T03:27:38.700789+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-06T03:27:38+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-06T03:27:38.727154+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-06T03:27:38+02:00","Video"] [] [2020-05-06T03:27:39.094736+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:27:43.529436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e2ba23"},"request_uri":"http://localhost:8087/_wdt/e2ba23","method":"GET"} [] [2020-05-06T03:27:44.117060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:44.116759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:44.117164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.b15db15f.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.b15db15f.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.b15db15f.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:49.034615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.bea989e8.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.bea989e8.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.bea989e8.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:49.034337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:27:52.727619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.1ab236ed.ttf" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.1ab236ed.ttf\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.1ab236ed.ttf/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:11.245913+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"1"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/1","method":"GET"} [] [2020-05-06T03:28:12.077735+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-06T03:28:11+02:00","Audio"] [] [2020-05-06T03:28:12.124444+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-06T03:28:11+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-06T03:28:12.149091+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-06T03:28:11+02:00","Audio"] [] [2020-05-06T03:28:12.495554+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:28:14.379174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:17.841291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"951dd8"},"request_uri":"http://localhost:8087/_wdt/951dd8","method":"GET"} [] [2020-05-06T03:28:18.400362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:19.164108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:19.165497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:20.613504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:22.894924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:24.731307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/AllPodcast/page/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/AllPodcast/page/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:26.989925+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:28:27.759605+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:28:27.823414+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:28:27.833391+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:28:28.134004+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:28:32.068220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:32.067513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:32.067247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:32.598645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:33.679240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:37.050042+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7a3e5"},"request_uri":"http://localhost:8087/_wdt/a7a3e5","method":"GET"} [] [2020-05-06T03:28:37.523310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:37.523604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:28:38.023412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:29:31.039209+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:29:32.073604+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:29:32.171574+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:29:32.190860+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:29:32.678914+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:29:36.773525+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7ffa7"},"request_uri":"http://localhost:8087/_wdt/f7ffa7","method":"GET"} [] [2020-05-06T03:29:37.232292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:29:37.606204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:29:40.776057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:03.208568+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:31:04.427086+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:31:04.543890+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:31:04.562591+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:31:05.053964+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:31:08.826102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e92a1"},"request_uri":"http://localhost:8087/_wdt/8e92a1","method":"GET"} [] [2020-05-06T03:31:09.250251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:09.811116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:14.790691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:19.517085+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:31:20.289936+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:31:20.379689+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:31:20.393651+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:31:20.814100+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:31:24.757560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:25.375545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:25.377517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:25.840080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:27.270209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:30.166055+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73856f"},"request_uri":"http://localhost:8087/_wdt/73856f","method":"GET"} [] [2020-05-06T03:31:30.625243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:30.625609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:33.662462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:31:36.925533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:31.695923+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:35:33.564461+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:35:33.766288+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:35:33.792539+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:35:34.529856+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:35:38.684124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:44.954776+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d41f31"},"request_uri":"http://localhost:8087/_wdt/d41f31","method":"GET"} [] [2020-05-06T03:35:45.858493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:45.860078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:46.508264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:47.905049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:53.045840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:53.045626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:53.366374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:35:57.515176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:28.261473+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T03:36:28.833644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:36:31.489542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:35.407345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:35.407070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:35.847495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:35.883632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:37.265437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:39.741644+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b59b43"},"request_uri":"http://localhost:8087/_wdt/b59b43","method":"GET"} [] [2020-05-06T03:36:40.071794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:43.042351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:50.338955+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:36:51.126522+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:36:51.202561+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:36:51.216118+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:36:51.601386+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:36:53.467448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:58.742925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:58.742338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:58.743135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:59.053882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:36:59.365681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:37:03.222241+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"621975"},"request_uri":"http://localhost:8087/_wdt/621975","method":"GET"} [] [2020-05-06T03:37:03.617692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:37:03.720549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:37:08.028550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:32.378299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:32.378570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:32.378129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:32.378696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:33.458291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:37.616785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:38.253573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:41.445727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:39:44.368274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:42:16.591102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:43:58.101088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:44:50.681595+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:44:51.695293+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:44:51.816249+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:44:51.831547+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:44:52.317688+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:44:57.228447+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"599b3a"},"request_uri":"http://localhost:8087/_wdt/599b3a","method":"GET"} [] [2020-05-06T03:44:57.474596+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:44:58.046539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:44:59.115976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:44:59.514066+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:44:59.651222+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:44:59.668860+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:45:00.277897+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:45:03.851341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:03.850978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:11.477586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:11.476586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:11.476312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:11.475997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:11.522672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:17.068420+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a65f2"},"request_uri":"http://localhost:8087/_wdt/9a65f2","method":"GET"} [] [2020-05-06T03:45:17.329085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:17.329211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:45:20.680421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:46:17.230516+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:46:18.312778+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:46:18.414436+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:46:18.431826+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:46:18.886005+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:46:22.904676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:46:22.957742+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7407f4"},"request_uri":"http://localhost:8087/_wdt/7407f4","method":"GET"} [] [2020-05-06T03:46:23.878973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:46:28.568075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:47:05.366401+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:47:06.511787+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:47:06.616883+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:47:06.635200+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:47:07.214416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:47:11.694977+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f694c"},"request_uri":"http://localhost:8087/_wdt/5f694c","method":"GET"} [] [2020-05-06T03:47:12.349195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:47:12.854156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:47:18.059951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:47:26.229735+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:47:27.527799+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:47:27.632506+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:47:27.652125+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:47:28.209649+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:47:31.676909+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afa29a"},"request_uri":"http://localhost:8087/_wdt/afa29a","method":"GET"} [] [2020-05-06T03:47:32.177276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:47:32.855697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:08.284900+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T03:48:09.062223+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:48:11.555966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:16.995859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:17.619226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/dark-pattern.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/dark-pattern.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/dark-pattern.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:17.751944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:17.792911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:18.681449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:21.270679+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b85b4"},"request_uri":"http://localhost:8087/_wdt/3b85b4","method":"GET"} [] [2020-05-06T03:48:21.934378+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:48:22.440466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:23.384119+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:48:23.566756+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:48:23.595956+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:48:24.325022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:48:26.214461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:27.230366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:33.039102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:33.037110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:33.152958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/dark-pattern.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/dark-pattern.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/dark-pattern.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:33.257340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:33.380395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:37.433919+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3778ac"},"request_uri":"http://localhost:8087/_wdt/3778ac","method":"GET"} [] [2020-05-06T03:48:37.941639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:38.102142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:48:41.444083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:11.368269+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:49:12.378976+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:49:12.460142+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:49:12.476293+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:49:12.919315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:49:14.473032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:18.887411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:18.888158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:19.312000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:19.990130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:21.576302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:23.901516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"233892"},"request_uri":"http://localhost:8087/_wdt/233892","method":"GET"} [] [2020-05-06T03:49:24.379112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:24.559478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:49:27.629539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:50:53.163268+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:50:54.457576+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:50:54.561099+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:50:54.578079+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:50:55.127721+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:50:57.721532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:02.886415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:02.886656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/dark-patterna.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/dark-patterna.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/dark-patterna.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:02.885812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:03.155128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:04.254287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:07.503358+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53bec7"},"request_uri":"http://localhost:8087/_wdt/53bec7","method":"GET"} [] [2020-05-06T03:51:08.068644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:08.068876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:51:11.593690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:41.210032+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:52:41.982385+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:52:42.050493+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:52:42.064021+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:52:42.436572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:52:44.760720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:50.610512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:50.649915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:51.163335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/dark-pattern.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/dark-pattern.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:51.285353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:52.331100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:56.479194+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5703da"},"request_uri":"http://localhost:8087/_wdt/5703da","method":"GET"} [] [2020-05-06T03:52:56.989023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:52:57.433081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:53:00.509382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:53:45.025403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/dark-pattern.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/dark-pattern.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:28.065835+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-06T03:54:28.558411+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:54:32.221745+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41cf0e"},"request_uri":"http://localhost:8087/_wdt/41cf0e","method":"GET"} [] [2020-05-06T03:54:32.623198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:32.623216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:32.890184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.b15db15f.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.b15db15f.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.b15db15f.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:39.035955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:39.108493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:39.250549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.b15db15f.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.b15db15f.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.b15db15f.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:40.205866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:43.125300+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:54:44.305894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:44.746194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.bea989e8.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.bea989e8.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.bea989e8.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:44.866767+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:54:45.041005+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:54:45.071919+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:54:45.844650+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:54:50.402350+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd3730"},"request_uri":"http://localhost:8087/_wdt/bd3730","method":"GET"} [] [2020-05-06T03:54:51.070089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/fa-solid-900.1ab236ed.ttf" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/fa-solid-900.1ab236ed.ttf\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/fa-solid-900.1ab236ed.ttf/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:51.069625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:51.287650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:54:55.363473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:16.195609+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:55:17.301277+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:55:17.404895+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:55:17.421909+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:55:17.937209+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:55:21.104133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:21.412930+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"195e86"},"request_uri":"http://localhost:8087/_wdt/195e86","method":"GET"} [] [2020-05-06T03:55:22.333479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:25.913935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:50.127832+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:55:50.843911+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:55:50.909919+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:55:50.921054+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:55:51.259381+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:55:53.248159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:57.989230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:58.283708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:58.811801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/dark-pattern.png" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/dark-pattern.png\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/dark-pattern.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:58.811533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:55:59.012944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:56:03.242632+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6d75d"},"request_uri":"http://localhost:8087/_wdt/f6d75d","method":"GET"} [] [2020-05-06T03:56:03.752862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:56:03.886339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:56:07.588885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:03.662503+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T03:57:04.504699+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T03:57:04.588126+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T03:57:04.601305+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T03:57:04.993513+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T03:57:06.881222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:11.270033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:11.345275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:11.472979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:12.571385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:13.272197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:15.727735+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cf774"},"request_uri":"http://localhost:8087/_wdt/5cf774","method":"GET"} [] [2020-05-06T03:57:15.909904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:16.181659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:18.704100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:57:24.428941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:58:00.146833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:58:02.422873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:58:04.600983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/dark-pattern.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T03:58:06.323677+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbd938"},"request_uri":"http://localhost:8087/_wdt/cbd938","method":"GET"} [] [2020-05-06T04:00:31.196940+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T04:00:32.091727+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T04:00:32.169374+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T04:00:32.183870+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T04:00:32.595183+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T04:00:36.408946+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"217921"},"request_uri":"http://localhost:8087/_wdt/217921","method":"GET"} [] [2020-05-06T04:00:37.042772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:00:37.320990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:00:42.257814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:00:55.010616+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T04:00:55.736988+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T04:00:55.811307+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T04:00:55.827797+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T04:00:56.215240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T04:00:58.177288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:04.134773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:04.134430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:04.729272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:05.161171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:05.602579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:08.990373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a56f1"},"request_uri":"http://localhost:8087/_wdt/4a56f1","method":"GET"} [] [2020-05-06T04:01:09.394802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:01:12.752363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:05.404507+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T04:02:06.448774+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T04:02:06.540269+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T04:02:06.558063+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T04:02:07.066024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T04:02:11.655981+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98328f"},"request_uri":"http://localhost:8087/_wdt/98328f","method":"GET"} [] [2020-05-06T04:02:12.337378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:13.056987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:17.547089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:47.346265+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-06T04:02:47.874586+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T04:02:49.534081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:53.396658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:53.397267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:53.466030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:54.364963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:02:54.582802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e48c2"},"request_uri":"http://localhost:8087/_wdt/8e48c2","method":"GET"} [] [2020-05-06T04:02:57.688498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:03:01.096676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:33.989237+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T04:04:34.707623+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T04:04:34.775324+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T04:04:34.787792+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T04:04:35.137928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T04:04:37.131093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:42.939906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:42.940383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:43.038324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:43.668806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:44.806747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:47.613591+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a4220"},"request_uri":"http://localhost:8087/_wdt/9a4220","method":"GET"} [] [2020-05-06T04:04:48.257103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:04:50.869284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:06:09.677418+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T04:06:10.540271+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T04:06:10.612214+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T04:06:10.622515+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T04:06:11.031486+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T04:06:16.320051+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5db39"},"request_uri":"http://localhost:8087/_wdt/d5db39","method":"GET"} [] [2020-05-06T04:06:16.741003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:06:16.853845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.bd03a2cc.woff2" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.bd03a2cc.woff2\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.bd03a2cc.woff2/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T04:06:21.472027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/fonts/lato-normal.27bd77b9.woff" (from "http://localhost:8087/build/app.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/fonts/lato-normal.27bd77b9.woff\" (from \"http://localhost:8087/build/app.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/fonts/lato-normal.27bd77b9.woff/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:19.187586+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:05:20.686569+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:05:21.024889+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:05:21.044386+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:05:21.489063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:05:24.644279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:30.219551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:30.219160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:30.282075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:31.074825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:32.084445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:34.634709+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7a02e"},"request_uri":"http://localhost:8087/_wdt/b7a02e","method":"GET"} [] [2020-05-06T12:05:35.851059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:05:38.657674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:01.276983+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:08:01.910195+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:08:01.987281+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:08:02.001048+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:08:02.398253+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:08:05.101011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:10.266282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:10.265446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:10.265662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:10.699996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:11.448414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:14.744110+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c7abb"},"request_uri":"http://localhost:8087/_wdt/4c7abb","method":"GET"} [] [2020-05-06T12:08:15.250208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:18.342375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:35.212314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:08:53.150064+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:08:54.064149+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:08:54.148294+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:08:54.163014+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:08:54.751279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:08:57.681418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:03.147975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:03.147800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:03.419635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:03.510519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:03.853225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:07.020453+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb9f1a"},"request_uri":"http://localhost:8087/_wdt/eb9f1a","method":"GET"} [] [2020-05-06T12:09:07.254175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:09.282585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:24.858790+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:09:25.893293+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:09:25.995466+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:09:26.017825+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:09:26.513532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:09:28.866856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:32.061225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:09:32.579589+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90c20f"},"request_uri":"http://localhost:8087/_wdt/90c20f","method":"GET"} [] [2020-05-06T12:11:00.361421+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:11:01.348413+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:11:01.445676+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:11:01.466169+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:11:01.936800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:11:05.146457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:10.703025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:10.703142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:10.703433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:10.702877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:11.470275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:15.601214+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7284f4"},"request_uri":"http://localhost:8087/_wdt/7284f4","method":"GET"} [] [2020-05-06T12:11:16.073561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:19.331651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:41.731588+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:11:42.924379+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:11:43.045111+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:11:43.063412+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:11:43.613804+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:11:46.485069+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:11:46.967287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:47.302336+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:11:47.383990+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:11:47.366708+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:11:47.797193+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:11:53.488555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:53.652065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:53.742048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:53.825616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:54.355557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:59.086217+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e1101"},"request_uri":"http://localhost:8087/_wdt/2e1101","method":"GET"} [] [2020-05-06T12:11:59.565810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:59.566094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:11:59.565476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:12:03.193062+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad92ff"},"request_uri":"http://localhost:8087/_wdt/ad92ff","method":"GET"} [] [2020-05-06T12:12:03.525533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:12:52.376847+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:12:54.230397+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:12:54.673175+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:12:54.704146+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:12:55.372128+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:12:56.745197+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:12:58.390865+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:12:58.375793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:12:58.557124+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:12:58.586092+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:12:59.793019+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:13:02.677985+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aec5ee"},"request_uri":"http://localhost:8087/_wdt/aec5ee","method":"GET"} [] [2020-05-06T12:13:03.127300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:03.663748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:09.060758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:09.061834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:09.061035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:09.262968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:09.396426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:13.054859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"152972"},"request_uri":"http://localhost:8087/_wdt/152972","method":"GET"} [] [2020-05-06T12:13:13.425607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:16.306966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:13:25.301855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:15:54.987784+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:15:55.966606+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:15:56.054834+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:15:56.070108+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:15:56.528710+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:15:59.349577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:04.274060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:04.274060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:04.280429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:04.930994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:05.919076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:09.046527+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b79361"},"request_uri":"http://localhost:8087/_wdt/b79361","method":"GET"} [] [2020-05-06T12:16:09.538532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:12.563082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:12.564059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:30.565273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:32.951167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:35.743515+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0bf7b2"},"request_uri":"http://localhost:8087/_wdt/0bf7b2","method":"GET"} [] [2020-05-06T12:16:38.023663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:16:53.611113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:18:36.663247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:18:41.270546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:21:54.199681+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:21:54.779564+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:21:54.836899+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:21:54.847191+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:21:55.419508+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:21:58.128039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:03.926639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:03.926574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:03.927294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:03.926505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:05.130941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:08.216799+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a038bf"},"request_uri":"http://localhost:8087/_wdt/a038bf","method":"GET"} [] [2020-05-06T12:22:08.663844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:22:12.672028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:23:47.157816+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:23:48.468940+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:23:48.582975+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:23:48.600680+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:23:49.237547+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:23:52.005742+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:23:52.371655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:23:53.036147+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:23:53.147143+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:23:53.165031+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:23:55.946798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:24:00.355554+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8019c"},"request_uri":"http://localhost:8087/_wdt/e8019c","method":"GET"} [] [2020-05-06T12:24:00.673707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:00.731547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:00.827086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/antioche%20.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/antioche%20.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/antioche%20.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:02.873425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:07.748122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:07.748588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:07.749124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:07.923648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/antioche%20.jpg" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/antioche%20.jpg\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/antioche%20.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:10.874749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:13.121790+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34e856"},"request_uri":"http://localhost:8087/_wdt/34e856","method":"GET"} [] [2020-05-06T12:24:13.426288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:17.035541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:40.955516+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:24:41.543282+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:24:41.622213+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:24:41.633376+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:24:42.260837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:24:45.174373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:51.753676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:51.754066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:51.798868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:51.799562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:52.422759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:24:56.104661+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f7eef"},"request_uri":"http://localhost:8087/_wdt/5f7eef","method":"GET"} [] [2020-05-06T12:24:56.485182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:25:00.888094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:26:53.079993+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:26:54.060250+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:26:54.155144+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:26:54.171413+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:26:54.958288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:26:58.128073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:04.195896+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"977be2"},"request_uri":"http://localhost:8087/_wdt/977be2","method":"GET"} [] [2020-05-06T12:27:04.934624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:04.935117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:04.936277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:05.622995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:10.204950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:10.418260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:13.759265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:34.534504+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:27:35.418591+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:27:35.516055+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:27:35.534935+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:27:36.281285+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:27:37.885491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:42.134729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:42.488230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:42.486095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:43.666391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:44.955359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:47.060250+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5179ae"},"request_uri":"http://localhost:8087/_wdt/5179ae","method":"GET"} [] [2020-05-06T12:27:47.505228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:51.583054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:53.912000+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:27:55.045851+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:27:55.191211+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:27:55.223788+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:27:55.873575+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:27:59.359843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:27:59.359401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:28:02.290027+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"415310"},"request_uri":"http://localhost:8087/_wdt/415310","method":"GET"} [] [2020-05-06T12:32:48.702232+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:32:49.613345+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:32:49.695243+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:32:49.708727+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:32:50.110498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:32:52.891210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:32:58.239697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:32:58.239273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:32:58.239838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:32:59.230540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:33:00.519425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:33:03.687828+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e23db0"},"request_uri":"http://localhost:8087/_wdt/e23db0","method":"GET"} [] [2020-05-06T12:33:04.575974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:33:06.811002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:38:49.888517+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:38:50.601054+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:38:50.669411+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:38:50.681924+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:38:51.332855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:38:54.709252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:38:58.824839+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d71429"},"request_uri":"http://localhost:8087/_wdt/d71429","method":"GET"} [] [2020-05-06T12:38:59.405934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:38:59.405887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:38:59.451998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:01.235835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:04.499980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:04.607925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:08.117166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:29.231889+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:39:30.147709+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:39:30.237936+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:39:30.253340+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:39:31.005506+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:39:33.375545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:38.504966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:38.829561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:39.243314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:40.094376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:40.969109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:42.703530+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a4642"},"request_uri":"http://localhost:8087/_wdt/4a4642","method":"GET"} [] [2020-05-06T12:39:43.404085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:39:45.989033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:37.960327+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:40:38.817622+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:40:38.895128+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:40:38.909610+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:40:39.748674+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:40:41.837658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:46.671786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:46.672242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:46.815414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:47.072777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:48.238244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:51.150390+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d50328"},"request_uri":"http://localhost:8087/_wdt/d50328","method":"GET"} [] [2020-05-06T12:40:51.265394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:40:54.162090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:14.769785+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:41:15.538508+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:41:15.623894+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:41:15.638003+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:41:16.213145+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:41:18.628789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:23.937488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:23.937035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:24.002251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:24.269632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:25.633940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:28.822540+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d0749"},"request_uri":"http://localhost:8087/_wdt/0d0749","method":"GET"} [] [2020-05-06T12:41:29.278034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:41:32.439805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:39.115795+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:43:40.122398+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:43:40.215407+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:43:40.230551+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:43:41.022392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:43:44.114534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:48.366705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:48.396668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:48.669313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:48.846460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:49.963027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:53.117693+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4bc63"},"request_uri":"http://localhost:8087/_wdt/d4bc63","method":"GET"} [] [2020-05-06T12:43:53.542437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:43:57.125825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:44:55.703742+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:44:56.814344+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:44:56.929076+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:44:56.948058+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:44:57.867510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:45:00.291759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:04.483108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:04.667702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:04.894260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:04.894278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:06.449525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:09.165008+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a27399"},"request_uri":"http://localhost:8087/_wdt/a27399","method":"GET"} [] [2020-05-06T12:45:09.873688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:45:14.251546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:15.182058+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:46:16.049185+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:46:16.168647+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:46:16.196351+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:46:16.872401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:46:18.938563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:23.143039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:23.449807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:24.007582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:24.177347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:25.638829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:27.731422+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0629a"},"request_uri":"http://localhost:8087/_wdt/a0629a","method":"GET"} [] [2020-05-06T12:46:28.154310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:31.125411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:46:51.238525+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:46:52.078009+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:46:52.163685+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:46:52.179136+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:46:52.850520+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:46:55.571079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:00.332272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:00.332150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:00.331767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:01.153587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:02.406089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:04.878439+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17bf68"},"request_uri":"http://localhost:8087/_wdt/17bf68","method":"GET"} [] [2020-05-06T12:47:05.282948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:47:08.398588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:03.359183+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:48:04.146161+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:48:04.236697+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:48:04.250217+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:48:04.925779+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:48:06.928563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:10.811778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:11.175715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:11.596695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:12.200054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:13.469861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:15.102468+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47efb6"},"request_uri":"http://localhost:8087/_wdt/47efb6","method":"GET"} [] [2020-05-06T12:48:15.634267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:48:18.074424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:35.700354+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T12:53:36.808809+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T12:53:36.908154+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T12:53:36.921661+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T12:53:37.693060+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:53:40.636778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:45.505185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:45.505796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:45.505639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:46.394858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:47.176139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:49.525210+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1168cc"},"request_uri":"http://localhost:8087/_wdt/1168cc","method":"GET"} [] [2020-05-06T12:53:50.076475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:53:52.771671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:17.828671+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T12:58:18.658959+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T12:58:19.149397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T12:58:21.668754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:25.762700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:25.766778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:25.915973+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"845f79"},"request_uri":"http://localhost:8087/_wdt/845f79","method":"GET"} [] [2020-05-06T12:58:26.073052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:27.559689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:30.719362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T12:58:33.285456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:43.442469+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:22:44.162951+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:22:44.603151+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:22:47.185503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:50.486724+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cb44c"},"request_uri":"http://localhost:8087/_wdt/5cb44c","method":"GET"} [] [2020-05-06T14:22:51.044720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:51.320994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:51.557268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:52.867175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:55.715735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:22:58.726037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:13.231966+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T14:23:13.962224+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T14:23:14.043680+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T14:23:14.055847+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T14:23:14.495168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:23:16.590247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:22.233531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:22.233266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:22.341400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:22.643302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:22.943626+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80ab67"},"request_uri":"http://localhost:8087/_wdt/80ab67","method":"GET"} [] [2020-05-06T14:23:28.384921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:28.385277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:23:31.349077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:24:50.307897+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:24:51.085704+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:24:51.576703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:24:52.983459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:24:56.362333+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7a028"},"request_uri":"http://localhost:8087/_wdt/d7a028","method":"GET"} [] [2020-05-06T14:24:57.262790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:24:57.441992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:24:58.835530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:24:59.898787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:25:02.220070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:25:04.222211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:18.857710+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:26:19.628906+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:26:20.425182+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:26:21.840504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:25.558550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:25.610255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:25.609896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:26.869089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:28.235224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d8d78"},"request_uri":"http://localhost:8087/_wdt/9d8d78","method":"GET"} [] [2020-05-06T14:26:29.927963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:26:32.579882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:01.124395+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:28:01.870344+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:28:02.727248+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:28:05.358302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:08.947702+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"293fd5"},"request_uri":"http://localhost:8087/_wdt/293fd5","method":"GET"} [] [2020-05-06T14:28:09.544526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:09.545433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:09.712716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:10.705258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:13.663991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:28:17.169877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:29:55.384770+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:29:56.176930+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:29:56.924466+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:29:59.233841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:04.120866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:04.120327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:04.120618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:05.116015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:05.164784+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa1550"},"request_uri":"http://localhost:8087/_wdt/aa1550","method":"GET"} [] [2020-05-06T14:30:09.006126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:12.341906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:43.336610+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:30:44.052736+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:30:44.708567+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:30:46.676957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:51.077782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:51.078097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:51.077397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:51.388015+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9c6cf"},"request_uri":"http://localhost:8087/_wdt/e9c6cf","method":"GET"} [] [2020-05-06T14:30:51.496821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:54.327786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:30:56.373019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:35:57.402237+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:35:58.179878+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:35:58.895733+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:36:02.570637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:02.568810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:02.570464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:02.572804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:03.718529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:09.084367+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f70300"},"request_uri":"http://localhost:8087/_wdt/f70300","method":"GET"} [] [2020-05-06T14:36:09.228182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:09.229132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:09.229233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:09.900696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:14.192569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:36:17.836891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:18.276379+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:37:18.840920+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:37:19.335718+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:37:20.881133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:25.009866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:25.010839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:25.269690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:25.293482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:25.873859+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2174ca"},"request_uri":"http://localhost:8087/_wdt/2174ca","method":"GET"} [] [2020-05-06T14:37:30.328816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:30.329055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:30.455974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:30.614627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:34.234266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:37:37.794830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:39:55.814020+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:39:56.392393+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:39:57.172790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:40:00.056130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:04.276092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:04.276445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:04.439139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:05.974113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:06.343905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:09.771210+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d699a1"},"request_uri":"http://localhost:8087/_wdt/d699a1","method":"GET"} [] [2020-05-06T14:40:10.345544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:10.677262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:11.399098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:11.632029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:14.372390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:44.668228+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:40:45.222621+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:40:45.858809+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:40:47.874706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:52.305899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:52.772999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:52.773294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:52.773587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:54.429939+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59c637"},"request_uri":"http://localhost:8087/_wdt/59c637","method":"GET"} [] [2020-05-06T14:40:59.069817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:59.067782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:59.126444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:40:59.235082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:02.889220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:06.746657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:48.786843+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:41:49.407615+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:41:50.241704+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:41:52.615532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:57.570830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:57.571334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:57.571091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:57.904339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:41:58.563972+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd5d6a"},"request_uri":"http://localhost:8087/_wdt/dd5d6a","method":"GET"} [] [2020-05-06T14:42:02.943923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:42:02.944371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:42:02.943905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:42:03.292647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:42:06.062024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:42:08.861385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:34.140378+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:44:35.127367+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:44:36.113027+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:44:38.840086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:38.839918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:43.354632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:43.354429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:43.570499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:43.887919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:45.186492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:48.933147+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7ce5f"},"request_uri":"http://localhost:8087/_wdt/e7ce5f","method":"GET"} [] [2020-05-06T14:44:49.334313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:49.671983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:50.789774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:44:54.384843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:07.525748+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:45:07.976472+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:45:08.390436+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:45:10.202535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:14.607859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:14.704794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:15.012200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:15.346788+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a2fd0"},"request_uri":"http://localhost:8087/_wdt/6a2fd0","method":"GET"} [] [2020-05-06T14:45:15.437309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:20.115105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:20.115432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:20.216943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:20.223293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:23.429209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:26.269954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:29.868502+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:45:30.640144+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:45:31.351694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:45:33.403624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:37.675217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:37.733423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:37.912497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:38.049506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:38.510385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:42.037198+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4e8b1"},"request_uri":"http://localhost:8087/_wdt/e4e8b1","method":"GET"} [] [2020-05-06T14:45:42.606382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:42.798930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:42.799989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:42.875368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:45:45.752470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:27.564946+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:46:28.320713+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:46:29.102083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:46:31.073153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:35.735333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:35.848856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:36.466157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:36.719482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:37.615140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:40.383393+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5944f"},"request_uri":"http://localhost:8087/_wdt/a5944f","method":"GET"} [] [2020-05-06T14:46:40.812338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:41.139765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:41.456491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:42.489348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:46:44.905051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:07.090951+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:47:07.768285+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:47:08.435841+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:47:11.056330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:11.056543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_5terre.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_5terre.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_5terre.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:15.746596+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aaaf18"},"request_uri":"http://localhost:8087/_wdt/aaaf18","method":"GET"} [] [2020-05-06T14:47:16.389277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_mountains.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_mountains.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_mountains.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:16.389660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_forest.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_forest.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_forest.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:16.389843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/img_lights.jpg" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/img_lights.jpg\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/img_lights.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:18.175012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:21.729748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:21.730094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:21.729755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:23.159850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:47:26.833363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:17.987439+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:48:18.652930+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:48:19.345044+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:48:21.645588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:25.593617+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65ee85"},"request_uri":"http://localhost:8087/_wdt/65ee85","method":"GET"} [] [2020-05-06T14:48:25.875757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:25.866665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:26.053329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:27.180162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:30.233207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:48:33.100366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:02.787376+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:49:03.715915+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:49:04.690512+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:49:06.821242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:11.473915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:11.474336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:11.474213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:11.475027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:12.169377+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c5b4a"},"request_uri":"http://localhost:8087/_wdt/9c5b4a","method":"GET"} [] [2020-05-06T14:49:15.656085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:18.200542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:24.700234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:49.223010+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:49:49.866402+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:49:50.520781+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:49:53.189020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:57.272344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:57.272170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:57.290111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:49:57.517492+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f72fa"},"request_uri":"http://localhost:8087/_wdt/9f72fa","method":"GET"} [] [2020-05-06T14:49:59.125383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:01.527129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:03.792546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:30.887165+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:50:31.350991+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:50:31.824268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:50:33.129776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:36.782678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:36.783120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:36.810699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:36.943926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:37.020589+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b1e39"},"request_uri":"http://localhost:8087/_wdt/6b1e39","method":"GET"} [] [2020-05-06T14:50:40.076272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:50:42.157149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:31.874625+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:51:32.485505+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:51:33.108837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:51:35.840415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:40.019295+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bc772"},"request_uri":"http://localhost:8087/_wdt/9bc772","method":"GET"} [] [2020-05-06T14:51:40.555613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:40.555361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:40.867079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:41.800423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:44.194347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:46.619632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:51:48.881599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:11.957828+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:55:12.913669+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:55:13.727348+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:55:16.503994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:20.379105+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed742f"},"request_uri":"http://localhost:8087/_wdt/ed742f","method":"GET"} [] [2020-05-06T14:55:20.908409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:20.927017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:22.177357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:22.765635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:25.413310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:55:27.705679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:19.491739+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T14:58:20.313766+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T14:58:20.397348+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T14:58:20.412110+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T14:58:20.802909+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:58:23.739958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:28.845155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:28.844616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:28.845028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:29.575958+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ffe3a"},"request_uri":"http://localhost:8087/_wdt/9ffe3a","method":"GET"} [] [2020-05-06T14:58:30.444122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:34.694683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:35.200488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:38.898129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:47.325126+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T14:58:48.294953+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T14:58:48.856774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T14:58:51.169778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:54.834640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:55.159948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:55.267399+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"017863"},"request_uri":"http://localhost:8087/_wdt/017863","method":"GET"} [] [2020-05-06T14:58:55.731473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:56.903089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:58:59.231574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T14:59:01.420339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:01.133450+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:04:01.627086+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:04:02.116921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:04:04.807163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:08.700484+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36f742"},"request_uri":"http://localhost:8087/_wdt/36f742","method":"GET"} [] [2020-05-06T15:04:09.178242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/assets/images/head-a-chocolat-bg.png'\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/assets/images/head-a-chocolat-bg.png'/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:09.177890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:09.826330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:11.490886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:13.626963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:04:15.907502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:05:31.438005+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:05:32.213035+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:05:32.696870+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:05:35.064410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:05:39.020960+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9a5a0"},"request_uri":"http://localhost:8087/_wdt/d9a5a0","method":"GET"} [] [2020-05-06T15:05:39.670768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:05:40.134114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:05:40.508854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:05:44.118604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:05:45.971490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:08:23.020412+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:08:24.103308+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:08:24.200428+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:08:24.219631+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:08:24.775142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:08:28.485381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:08:33.676978+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89d10c"},"request_uri":"http://localhost:8087/_wdt/89d10c","method":"GET"} [] [2020-05-06T15:08:34.307365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:08:38.327973+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-06T15:08:39.874208+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-06T15:08:39+02:00","Video"] [] [2020-05-06T15:08:39.968657+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-06T15:08:39+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-06T15:08:40.020654+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-06T15:08:39+02:00","Video"] [] [2020-05-06T15:08:40.564397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:08:43.708269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:08:43.708013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:08:47.086793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42316e"},"request_uri":"http://localhost:8087/_wdt/42316e","method":"GET"} [] [2020-05-06T15:08:52.649787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:08:52.650098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:11:04.945860+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:11:05.428823+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:11:05.895696+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:11:08.887051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:11:13.039198+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63ae09"},"request_uri":"http://localhost:8087/_wdt/63ae09","method":"GET"} [] [2020-05-06T15:11:13.173935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:11:13.174316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:11:13.177416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:11:17.537355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:11:20.226577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:00.299678+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:12:01.292552+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:12:02.254738+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:12:04.659188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:07.772194+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b8f12"},"request_uri":"http://localhost:8087/_wdt/4b8f12","method":"GET"} [] [2020-05-06T15:12:08.184927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:08.602633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:11.761705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:13.679286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:16.738459+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:12:17.216535+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:12:17.284808+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:12:17.295332+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:12:17.551043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:12:19.533030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:24.186598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:24.186737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:24.186812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:24.346904+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"129c43"},"request_uri":"http://localhost:8087/_wdt/129c43","method":"GET"} [] [2020-05-06T15:12:27.239238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:30.092836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:38.241022+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:12:39.168453+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:12:39.264033+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:12:39.278132+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:12:40.024997+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:12:42.047493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:46.429643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:47.064760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/logo2.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:47.159365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:47.282078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:47.683415+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ee7ab"},"request_uri":"http://localhost:8087/_wdt/7ee7ab","method":"GET"} [] [2020-05-06T15:12:51.234214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:12:54.818609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:13:16.879627+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:13:17.839650+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:13:17.934265+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:13:17.952448+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:13:18.436794+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:13:21.396207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:13:25.371353+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e3aa7c"},"request_uri":"http://localhost:8087/_wdt/e3aa7c","method":"GET"} [] [2020-05-06T15:13:25.655214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:13:25.655833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:13:26.323559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:13:29.040135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:13:31.625757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:15:32.940410+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:15:33.669566+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:15:33.744224+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:15:33.756361+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:15:34.056745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:15:37.025709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:15:37.528485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:15:42.574764+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ded9ed"},"request_uri":"http://localhost:8087/_wdt/ded9ed","method":"GET"} [] [2020-05-06T15:16:00.734133+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:16:01.733046+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:16:01.830412+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:16:01.846266+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:16:02.345677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:16:05.584190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:16:08.579711+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"843ae7"},"request_uri":"http://localhost:8087/_wdt/843ae7","method":"GET"} [] [2020-05-06T15:16:08.937413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:29:19.592574+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:29:20.679754+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:29:20.786382+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:29:20.802207+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:29:21.287147+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:29:24.116918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:29:29.062111+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aeb01c"},"request_uri":"http://localhost:8087/_wdt/aeb01c","method":"GET"} [] [2020-05-06T15:29:29.741562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:33:50.653574+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:33:51.618844+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:33:51.717791+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:33:51.736873+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:33:52.468866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:33:55.349939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:00.660438+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df29c5"},"request_uri":"http://localhost:8087/_wdt/df29c5","method":"GET"} [] [2020-05-06T15:34:00.717441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:00.717573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:00.717031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:03.975637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:07.569711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:39.811226+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:34:40.727721+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:34:40.819591+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:34:40.834301+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:34:41.566827+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:34:44.020353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:44.020706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:46.799745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:50.076088+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"125251"},"request_uri":"http://localhost:8087/_wdt/125251","method":"GET"} [] [2020-05-06T15:34:50.411671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:34:50.411510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:35:42.789125+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:35:44.416274+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:35:44.580129+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:35:44.602719+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:35:45.111889+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:35:47.290881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:35:47.291468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:35:50.985415+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4308b0"},"request_uri":"http://localhost:8087/_wdt/4308b0","method":"GET"} [] [2020-05-06T15:35:51.453077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:35:51.453652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:41.871285+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T15:36:42.489184+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:36:45.018414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:45.192875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:47.978654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:50.877301+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c35a2"},"request_uri":"http://localhost:8087/_wdt/1c35a2","method":"GET"} [] [2020-05-06T15:36:51.261030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:51.662522+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-06T15:36:52.521472+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:36:54.853828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:54.853383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:36:57.600950+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d5582"},"request_uri":"http://localhost:8087/_wdt/7d5582","method":"GET"} [] [2020-05-06T15:36:57.949180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:04.490677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:30.852816+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T15:37:32.064762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:37:35.683971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:35.683752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:38.948184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:41.852848+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e5e76d"},"request_uri":"http://localhost:8087/_wdt/e5e76d","method":"GET"} [] [2020-05-06T15:37:42.295912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:54.691598+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-06T15:37:55.247676+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:37:57.484423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:57.483966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:37:59.903227+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3deea"},"request_uri":"http://localhost:8087/_wdt/f3deea","method":"GET"} [] [2020-05-06T15:38:00.156476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:38:12.605928+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T15:38:13.242730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:38:15.906130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:38:15.905944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:38:18.774748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:38:21.216889+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a115bc"},"request_uri":"http://localhost:8087/_wdt/a115bc","method":"GET"} [] [2020-05-06T15:38:21.553431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:39:14.802250+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/gallery","method":"GET"} [] [2020-05-06T15:39:15.524876+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:39:18.153955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:39:18.240264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:39:21.880607+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"13a400"},"request_uri":"http://localhost:8087/_wdt/13a400","method":"GET"} [] [2020-05-06T15:39:22.248740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:07.883181+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/gallery","method":"GET"} [] [2020-05-06T15:41:08.772693+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:41:11.627731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:11.627681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:15.591607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:15.591927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:15.591413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:15.592285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:17.071593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:19.780782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:19.780952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:24.298564+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"244eb8"},"request_uri":"http://localhost:8087/_wdt/244eb8","method":"GET"} [] [2020-05-06T15:41:24.732374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:24.734020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:41:24.733196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:51:37.511564+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T15:51:38.537906+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:51:38.637359+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T15:51:38.652926+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T15:51:39.125905+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:51:42.295991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:51:42.354099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:51:46.109795+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"572f40"},"request_uri":"http://localhost:8087/_wdt/572f40","method":"GET"} [] [2020-05-06T15:51:46.525676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:16.906223+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-06T15:52:17.664935+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:52:18.101038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:52:18.137211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:52:20.716823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:20.717223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:23.539208+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a1c9f"},"request_uri":"http://localhost:8087/_wdt/3a1c9f","method":"GET"} [] [2020-05-06T15:52:23.786665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:38.835353+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:52:39.466024+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:52:39.874976+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:52:41.884967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:41.885816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:44.271547+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffb835"},"request_uri":"http://localhost:8087/_wdt/ffb835","method":"GET"} [] [2020-05-06T15:52:44.577242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:49.874459+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:52:50.487332+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:52:50.926984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:52:53.681170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:53.681170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:53.868778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:52:56.177013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5e1d7"},"request_uri":"http://localhost:8087/_wdt/c5e1d7","method":"GET"} [] [2020-05-06T15:54:31.397211+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-06T15:54:32.391028+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-06T15:54:32.933265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:54:35.823141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:35.823992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:40.074961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:43.418867+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T15:54:43.419047+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b97ba7"},"request_uri":"http://localhost:8087/_wdt/b97ba7","method":"GET"} [] [2020-05-06T15:54:43.828367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:44.746102+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:54:45.527423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:54:45.615576+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:54:45.638342+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T15:54:48.399825+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T15:54:48.849645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:49.528157+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:54:49.637242+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T15:54:49.795827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:54:50.061476+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:54:53.098387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:56.525551+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3c7de"},"request_uri":"http://localhost:8087/_wdt/f3c7de","method":"GET"} [] [2020-05-06T15:54:56.973906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/images/head-a-chocolat-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:54:57.212920+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-06T15:54:58.460635+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:54:58.985525+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:54:59.020910+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:55:01.558237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:01.558272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:04.418169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:07.642730+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe4605"},"request_uri":"http://localhost:8087/_wdt/fe4605","method":"GET"} [] [2020-05-06T15:55:08.070751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:26.131769+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T15:55:27.029903+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:55:27.565676+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:55:27.603998+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:55:27.612166+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T15:55:30.056286+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T15:55:30.475882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:31.255102+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:55:31.419147+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T15:55:31.629358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:55:31.843083+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-06T15:55:31.959314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:55:32.884158+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:55:33.519358+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:55:33.567833+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:55:35.329619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:36.730565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:37.466406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:38.595461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:41.448359+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5747b7"},"request_uri":"http://localhost:8087/_wdt/5747b7","method":"GET"} [] [2020-05-06T15:55:42.004091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:55:43.601732+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef2ee7"},"request_uri":"http://localhost:8087/_wdt/ef2ee7","method":"GET"} [] [2020-05-06T15:55:46.963239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:58:21.478012+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T15:58:22.469329+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:23.324687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:23.379337+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:58:23.389394+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T15:58:26.090742+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T15:58:26.527422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:58:27.171644+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:27.290204+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T15:58:27.449254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:27.745675+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:30.128939+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T15:58:30.693552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:58:31.284097+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:31.414185+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T15:58:31.571547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:32.771551+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:35.272821+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO.mp4"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO.mp4","method":"GET"} [] [2020-05-06T15:58:35.275630+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d7135"},"request_uri":"http://localhost:8087/_wdt/3d7135","method":"GET"} [] [2020-05-06T15:58:35.835543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:58:36.600635+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"8"},"request_uri":"http://localhost:8087/fr/video/8","method":"GET"} [] [2020-05-06T15:58:36.794378+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:36.922339+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO.mp4"] [] [2020-05-06T15:58:37.125912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO.mp4" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO.mp4 at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:37.489965+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:37.684119+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:38.337650+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:38.373697+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:58:38.383896+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T15:58:40.387537+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T15:58:40.390430+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO.webm"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO.webm","method":"GET"} [] [2020-05-06T15:58:41.261563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:58:41.498970+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:41.508331+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:41.642690+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO.webm"] [] [2020-05-06T15:58:41.644083+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T15:58:41.866748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:41.866978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO.webm" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO.webm at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:42.230496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:42.230496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:45.679681+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T15:58:45.679848+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60e7ba"},"request_uri":"http://localhost:8087/_wdt/60e7ba","method":"GET"} [] [2020-05-06T15:58:45.973852+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO.mp4"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO.mp4","method":"GET"} [] [2020-05-06T15:58:46.208333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:58:47.243077+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:47.367436+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:58:47.405997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T15:58:47.501341+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO.mp4"] [] [2020-05-06T15:58:47.590202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:47.657815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO.mp4" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO.mp4 at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:58:47.883365+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:58:47.929750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:59:49.843281+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T15:59:50.716051+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:59:51.474577+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:59:51.505352+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T15:59:51.513295+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T15:59:53.862152+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T15:59:54.244697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:59:54.942343+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:59:55.050495+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T15:59:55.193090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:59:55.478423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T15:59:57.623353+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T15:59:58.011164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T15:59:58.625393+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T15:59:58.978893+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T15:59:59.270867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T15:59:59.799279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:00:01.599064+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO.mp4"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO.mp4","method":"GET"} [] [2020-05-06T16:00:01.603177+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bffc4"},"request_uri":"http://localhost:8087/_wdt/5bffc4","method":"GET"} [] [2020-05-06T16:00:02.047274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:00:02.949419+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:03.221523+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO.mp4"] [] [2020-05-06T16:00:03.619990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO.mp4" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO.mp4 at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:00:03.967843+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:00:06.059532+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:00:06.416161+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO.webm"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO.webm","method":"GET"} [] [2020-05-06T16:00:07.121734+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:07.244113+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:00:07.395912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:00:07.397264+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:07.500863+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO.webm"] [] [2020-05-06T16:00:07.653787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO.webm" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO.webm at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:00:07.726386+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:00:07.994191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:00:50.422652+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T16:00:51.044820+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:51.632651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:00:51.668020+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:00:51.675421+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:00:53.315661+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:00:53.549267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:00:54.326336+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:54.421548+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:00:54.571585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:00:54.837233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:00:57.182928+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:00:57.551237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:00:57.795367+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"8"},"request_uri":"http://localhost:8087/fr/video/8","method":"GET"} [] [2020-05-06T16:00:58.438057+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:58.938298+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:00:59.220436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:00:59.524608+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:00:59.853531+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:01:00.639224+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:01:00.692821+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:01:00.707044+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:01:02.323317+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0eaedd"},"request_uri":"http://localhost:8087/_wdt/0eaedd","method":"GET"} [] [2020-05-06T16:01:02.414583+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO.webm"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO.webm","method":"GET"} [] [2020-05-06T16:01:02.966955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:01:04.744532+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:01:04.935282+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO.webm"] [] [2020-05-06T16:01:05.002356+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:01:05.136228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO.webm" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO.webm at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:01:05.520561+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:01:05.726310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:01:06.192992+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:01:06.279744+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:01:06.384813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:01:06.618561+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:01:10.360446+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"948802"},"request_uri":"http://localhost:8087/_wdt/948802","method":"GET"} [] [2020-05-06T16:01:10.360672+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:01:11.051604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:01:12.129485+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:01:12.288578+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:01:12.481729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:01:12.793830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:05:17.658460+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T16:05:18.809774+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:05:19.862299+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:05:19.914589+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:05:19.926311+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:05:22.774830+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:05:23.251577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:05:23.770162+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:05:23.883006+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:05:24.018561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:05:24.306218+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:05:27.037146+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:05:27.442555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:05:28.172561+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:05:28.346674+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:05:28.892840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:05:29.627359+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:05:31.541111+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ea3ed"},"request_uri":"http://localhost:8087/_wdt/5ea3ed","method":"GET"} [] [2020-05-06T16:05:31.918685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:05:49.016290+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"8"},"request_uri":"http://localhost:8087/fr/video/8","method":"GET"} [] [2020-05-06T16:05:50.109296+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:05:50.711620+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:05:50.759420+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:05:50.772171+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:05:52.971923+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:05:53.335460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:05:54.039608+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:05:54.171149+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:05:54.324953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:05:54.646924+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:05:57.796007+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a36d7"},"request_uri":"http://localhost:8087/_wdt/2a36d7","method":"GET"} [] [2020-05-06T16:05:57.795980+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:05:58.420280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:05:59.576446+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:05:59.742574+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:05:59.973881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:06:00.269107+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:08:17.691395+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T16:08:19.001562+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:08:19.887877+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:08:19.932418+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:08:19.943544+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:08:22.540184+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:08:22.915165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:08:23.568013+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:08:23.686807+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:08:23.843771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:08:24.126457+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:08:26.268973+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:08:26.599105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:08:27.247990+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:08:27.360980+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:08:28.034375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:08:28.644829+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:08:30.734157+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18df3c"},"request_uri":"http://localhost:8087/_wdt/18df3c","method":"GET"} [] [2020-05-06T16:08:31.094650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:10:18.434154+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T16:10:19.024222+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:10:19.575391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:10:19.598542+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:10:19.604465+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:10:21.837878+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:10:22.088731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:10:22.915389+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:10:23.020411+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:10:23.126846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:10:23.356143+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:10:25.826266+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"MY_VIDEO_POSTER.jpg"},"request_uri":"http://localhost:8087/fr/video/MY_VIDEO_POSTER.jpg","method":"GET"} [] [2020-05-06T16:10:26.149987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:10:26.823581+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:10:27.119410+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["MY_VIDEO_POSTER.jpg"] [] [2020-05-06T16:10:27.691308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id MY_VIDEO_POSTER.jpg" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id MY_VIDEO_POSTER.jpg at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:10:28.134068+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:10:29.814976+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a80a7"},"request_uri":"http://localhost:8087/_wdt/2a80a7","method":"GET"} [] [2020-05-06T16:10:30.177800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:14:37.134306+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"9"},"request_uri":"http://localhost:8087/fr/video/9","method":"GET"} [] [2020-05-06T16:14:38.019636+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:14:38.757828+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:14:38.793389+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-06T16:14:38.804196+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-06T16:14:41.475895+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T16:14:41.862225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:14:42.532093+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:14:42.640625+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T16:14:42.783117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T16:14:43.058444+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:14:46.734228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/9")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/9\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:14:51.883899+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c9f93"},"request_uri":"http://localhost:8087/_wdt/7c9f93","method":"GET"} [] [2020-05-06T16:14:52.295639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:16:46.169491+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T16:16:46.963477+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:16:47.038770+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T16:16:47.052582+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T16:16:47.418279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:16:50.419468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:16:50.419156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:16:53.514139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:16:58.106969+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07123a"},"request_uri":"http://localhost:8087/_wdt/07123a","method":"GET"} [] [2020-05-06T16:16:58.739434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:16:58.739783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:00.805977+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-06T16:17:01.532252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:17:04.650758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:05.300246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:09.158842+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c0765"},"request_uri":"http://localhost:8087/_wdt/0c0765","method":"GET"} [] [2020-05-06T16:17:09.276694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:17.300568+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/livre/1","method":"GET"} [] [2020-05-06T16:17:21.917378+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:17:23.972289+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/livre/style.css","method":"GET"} [] [2020-05-06T16:17:24.278873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/livre/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/livre/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:28.060778+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /app/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /app/src/Controller/DefaultController.php:180)"} [] [2020-05-06T16:17:28.284214+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:17:30.184806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/livre/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/livre/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:33.293802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f7c71"},"request_uri":"http://localhost:8087/_wdt/0f7c71","method":"GET"} [] [2020-05-06T16:17:33.296763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:42.587114+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T16:17:43.356767+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T16:17:43.441610+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T16:17:43.456678+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T16:17:43.850604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:17:46.127220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:46.127709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:48.646485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:52.899131+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0e062"},"request_uri":"http://localhost:8087/_wdt/e0e062","method":"GET"} [] [2020-05-06T16:17:53.231819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:53.231864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:54.970280+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-06T16:17:55.897834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:17:58.354075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:17:58.759804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:18:01.282352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:18:03.851776+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea23f4"},"request_uri":"http://localhost:8087/_wdt/ea23f4","method":"GET"} [] [2020-05-06T16:18:04.558738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:18:06.755061+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T16:18:07.532156+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T16:18:08.018682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:18:09.836096+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T16:18:10.191557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:18:10.459900+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T16:18:10.588241+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T16:18:10.780027+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T16:18:14.398265+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7dcffa"},"request_uri":"http://localhost:8087/_wdt/7dcffa","method":"GET"} [] [2020-05-06T16:18:14.428426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:18:14.852518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T16:18:14.852705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:01:33.527151+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T17:01:35.027962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:01:36.659088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T17:01:39.524887+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T17:01:40.118123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:01:40.793009+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:01:41.487095+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T17:01:42.035901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T17:01:45.373108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:01:45.373108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/assets/img/cover-02.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/assets/img/cover-02.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/assets/img/cover-02.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:01:49.632863+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84c8ea"},"request_uri":"http://localhost:8087/_wdt/84c8ea","method":"GET"} [] [2020-05-06T17:01:50.028685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:01:50.029026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:03:38.555351+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T17:03:39.269383+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:03:40.044114+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T17:03:42.918022+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T17:03:43.283226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:03:43.748697+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:03:43.929577+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T17:03:44.208745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T17:03:46.928836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:03:46.928624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/audio/assets/img/cover-02.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/audio/assets/img/cover-02.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/audio/assets/img/cover-02.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:03:50.446827+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0948b4"},"request_uri":"http://localhost:8087/_wdt/0948b4","method":"GET"} [] [2020-05-06T17:03:50.925701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:03:50.925829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:12:55.029625+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T17:12:55.892564+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:12:56.728691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T17:12:58.997121+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T17:12:59.636892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:12:59.682138+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:12:59.820996+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T17:13:00.041510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T17:13:04.490299+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ad77a"},"request_uri":"http://localhost:8087/_wdt/0ad77a","method":"GET"} [] [2020-05-06T17:13:04.490580+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"audio.wav"},"request_uri":"http://localhost:8087/fr/audio/audio.wav","method":"GET"} [] [2020-05-06T17:13:05.094786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T17:13:06.113267+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T17:13:06.387162+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T17:13:06.842357+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:48:04.302957+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T19:48:05.435050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T19:48:06.473439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:48:09.649503+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T19:48:10.557619+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T19:48:10.665126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:48:10.742017+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T19:48:11.044718+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:48:15.559429+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"340122"},"request_uri":"http://localhost:8087/_wdt/340122","method":"GET"} [] [2020-05-06T19:48:15.761710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:48:16.376391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:48:16.406804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:57:31.077885+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T19:57:31.827830+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T19:57:32.489347+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:57:35.678057+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T19:57:36.168269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:57:36.848139+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T19:57:37.078616+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T19:57:37.348420+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:57:38.923284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:57:43.019724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:57:43.151644+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9e932"},"request_uri":"http://localhost:8087/_wdt/e9e932","method":"GET"} [] [2020-05-06T19:57:43.765495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:57:43.914448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:58:25.542658+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T19:58:26.380524+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T19:58:27.179417+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:58:29.307458+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T19:58:29.910118+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T19:58:29.971592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:58:30.058333+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T19:58:30.284063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T19:58:34.273592+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b87daf"},"request_uri":"http://localhost:8087/_wdt/b87daf","method":"GET"} [] [2020-05-06T19:58:34.873778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T19:58:34.873645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:11:13.738342+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T20:11:14.458184+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:11:15.136056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:11:18.137386+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T20:11:18.694738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:11:19.031908+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:11:19.220815+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T20:11:19.491101+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:11:22.516585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:11:26.956031+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"635377"},"request_uri":"http://localhost:8087/_wdt/635377","method":"GET"} [] [2020-05-06T20:11:27.409329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:11:27.800964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:13:38.099652+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T20:13:38.801165+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:13:39.464776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:13:42.080118+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T20:13:42.592600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:13:42.986043+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:13:43.151806+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T20:13:43.403915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:13:46.841156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:13:51.050759+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b9bf5"},"request_uri":"http://localhost:8087/_wdt/7b9bf5","method":"GET"} [] [2020-05-06T20:13:51.512967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:13:51.513332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:42:30.086507+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T20:42:31.010233+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:42:31.813101+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:42:34.933778+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T20:42:35.359958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:42:35.956650+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:42:36.158939+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T20:42:36.495802+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:42:39.092522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:42:43.509132+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"872769"},"request_uri":"http://localhost:8087/_wdt/872769","method":"GET"} [] [2020-05-06T20:42:43.856694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:42:43.856851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:42:43.857209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:44:53.847378+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T20:44:54.680906+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:44:55.424725+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:44:57.779896+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T20:44:58.203583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:44:58.463614+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:44:58.605197+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T20:44:58.807922+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:45:01.722091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:45:04.897116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"379413"},"request_uri":"http://localhost:8087/_wdt/379413","method":"GET"} [] [2020-05-06T20:45:05.407429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:46:07.533626+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T20:46:08.141683+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:46:08.758783+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:46:10.888708+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T20:46:11.215994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:46:11.685969+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:46:11.876369+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T20:46:12.170195+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:46:14.418577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:46:17.712659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:46:18.119668+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6d94a"},"request_uri":"http://localhost:8087/_wdt/c6d94a","method":"GET"} [] [2020-05-06T20:56:42.883071+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T20:56:43.916050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:56:44.892199+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:56:47.548769+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T20:56:47.888681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:56:48.412901+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T20:56:48.606213+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T20:56:48.878853+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T20:56:52.312089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T20:56:55.210767+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98b520"},"request_uri":"http://localhost:8087/_wdt/98b520","method":"GET"} [] [2020-05-06T20:56:55.697057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:03:02.153077+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:03:03.036971+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:03:03.824632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:03:06.595888+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:03:06.999910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:03:07.562993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:03:07.754466+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:03:08.104061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:03:12.083019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:03:16.343565+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f272a"},"request_uri":"http://localhost:8087/_wdt/3f272a","method":"GET"} [] [2020-05-06T21:03:16.666283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:03:16.666701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:03:16.804238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:13:10.365385+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:13:11.271068+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:13:12.116331+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:13:15.043603+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:13:15.449092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:13:15.979683+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:13:16.161959+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:13:16.430127+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:13:19.262434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:13:23.205071+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8682c"},"request_uri":"http://localhost:8087/_wdt/e8682c","method":"GET"} [] [2020-05-06T21:13:23.685890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:21:04.114375+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:21:05.099596+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:21:05.960055+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:21:08.633089+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:21:09.001843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:21:09.453639+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:21:09.627079+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:21:09.879953+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:21:12.933253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:21:17.288653+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca3f5a"},"request_uri":"http://localhost:8087/_wdt/ca3f5a","method":"GET"} [] [2020-05-06T21:21:17.795309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:21:17.795162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:23:27.566875+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:23:28.639081+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:23:29.538160+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:23:33.305908+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:23:33.908529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:23:34.732990+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:23:35.000124+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:23:35.468294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:23:38.881019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:23:44.317399+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91192c"},"request_uri":"http://localhost:8087/_wdt/91192c","method":"GET"} [] [2020-05-06T21:23:44.964493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:23:44.964744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:25:13.853164+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:25:14.968190+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:25:16.048998+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:25:18.465699+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:25:18.901338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:25:19.403683+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:25:19.578612+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:25:19.841754+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:25:22.971827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:25:28.043385+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f3ace"},"request_uri":"http://localhost:8087/_wdt/2f3ace","method":"GET"} [] [2020-05-06T21:25:28.666564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:25:28.666204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:26:37.215432+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:26:38.010173+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:26:38.941714+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:26:41.090086+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:26:41.379581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:26:42.151731+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:26:42.354833+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:26:42.587525+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:26:45.493348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:26:50.821874+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff32a4"},"request_uri":"http://localhost:8087/_wdt/ff32a4","method":"GET"} [] [2020-05-06T21:26:51.134261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:26:51.134125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:28:44.813851+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:28:45.603105+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:28:46.387287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:28:48.864259+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:28:49.216924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:28:49.742511+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:28:49.918765+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:28:50.223962+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:28:53.137348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:28:57.578247+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19f490"},"request_uri":"http://localhost:8087/_wdt/19f490","method":"GET"} [] [2020-05-06T21:28:57.780407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:28:58.502789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:29:50.211343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:29:53.675450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:29:56.342355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:02.111851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:09.785762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:13.860897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:16.881811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:18.905312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:21.389803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:23.914459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:30:27.559016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:32:20.295499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:32:34.528943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:33:17.683356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:33:26.839303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:34:18.657052+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:34:19.519784+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:34:20.403949+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:34:23.111995+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:34:23.580929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:34:24.048734+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:34:24.233778+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:34:24.528427+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:34:27.218433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:34:31.595106+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51868f"},"request_uri":"http://localhost:8087/_wdt/51868f","method":"GET"} [] [2020-05-06T21:34:31.975794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:34:31.976361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:37:12.672287+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:37:13.202997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:37:13.717282+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:37:16.256374+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:37:16.672405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:37:17.247700+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:37:17.440678+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:37:17.720265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:37:21.438038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:37:25.144321+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1714be"},"request_uri":"http://localhost:8087/_wdt/1714be","method":"GET"} [] [2020-05-06T21:37:25.553632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:37:25.553878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:38:19.175047+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:38:20.042064+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:38:20.892248+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:38:23.120997+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:38:23.933289+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:38:23.943411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:38:24.087247+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:38:24.292056+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:38:28.410211+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6509c2"},"request_uri":"http://localhost:8087/_wdt/6509c2","method":"GET"} [] [2020-05-06T21:38:28.858631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:38:28.932940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:38:43.387626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:38:50.632721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:38:55.358132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:39:06.857204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:39:11.819465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:39:16.155999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:39:20.757614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:39:24.576664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:39:31.137680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:40:44.416920+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:40:45.266962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:40:46.069307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:40:48.752428+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:40:49.181104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:40:49.783302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:40:49.979222+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:40:50.271006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:40:52.729853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:40:56.433730+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a1f06"},"request_uri":"http://localhost:8087/_wdt/8a1f06","method":"GET"} [] [2020-05-06T21:40:56.833039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:42:10.811757+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:42:11.570082+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:42:12.380880+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:42:14.742432+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:42:15.089106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:42:15.653900+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:42:15.871182+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:42:16.166337+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:42:17.892665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:42:21.040580+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aeb546"},"request_uri":"http://localhost:8087/_wdt/aeb546","method":"GET"} [] [2020-05-06T21:42:21.229552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:42:49.086355+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:42:49.840955+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:42:50.542819+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:42:52.755721+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:42:53.277195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:42:54.014066+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:42:54.265575+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:42:54.515617+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:42:56.984152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:43:01.033649+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1854c1"},"request_uri":"http://localhost:8087/_wdt/1854c1","method":"GET"} [] [2020-05-06T21:43:01.575617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:46:07.878427+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:46:08.784711+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:46:09.614129+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:46:12.358478+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:46:12.739997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:46:13.321803+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:46:13.524573+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:46:13.833332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:46:17.468296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:46:20.951681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:46:21.425888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df1d09"},"request_uri":"http://localhost:8087/_wdt/df1d09","method":"GET"} [] [2020-05-06T21:48:39.867284+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:48:40.707271+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:48:41.514170+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:48:44.400990+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:48:44.831665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:48:45.440170+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:48:45.640658+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:48:45.954693+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:48:49.453468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:48:52.636188+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c1efd"},"request_uri":"http://localhost:8087/_wdt/0c1efd","method":"GET"} [] [2020-05-06T21:48:53.007855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:50:33.175039+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:50:33.922776+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:50:34.755415+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:50:36.769602+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:50:37.137022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:50:37.735081+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:50:37.906843+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:50:38.125894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:50:41.331543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:50:45.274224+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e5e14"},"request_uri":"http://localhost:8087/_wdt/7e5e14","method":"GET"} [] [2020-05-06T21:50:45.692299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:53:03.786729+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:53:04.617461+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:53:05.430299+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:53:08.325984+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:53:08.733890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:53:09.283994+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:53:09.474117+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:53:09.823216+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:53:13.166953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:53:16.790751+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a505a"},"request_uri":"http://localhost:8087/_wdt/2a505a","method":"GET"} [] [2020-05-06T21:53:17.151253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:55:57.287638+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:55:58.381438+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:55:59.123133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:56:01.913361+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:56:02.860033+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:56:03.068045+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:56:03.107469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:56:03.375209+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:56:07.531292+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d711a9"},"request_uri":"http://localhost:8087/_wdt/d711a9","method":"GET"} [] [2020-05-06T21:56:08.094011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:57:15.694160+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:57:16.598233+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:57:17.504834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:57:19.955379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:57:19.953147+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:57:20.925485+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:57:21.121832+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:57:21.350274+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:57:24.788058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:57:28.342511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:57:28.537688+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d1499"},"request_uri":"http://localhost:8087/_wdt/5d1499","method":"GET"} [] [2020-05-06T21:58:27.026335+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T21:58:27.956210+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:58:28.872943+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:58:31.293574+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T21:58:31.702004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:58:32.153811+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T21:58:32.333937+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T21:58:32.642687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T21:58:34.932177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T21:58:38.532320+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730cdf"},"request_uri":"http://localhost:8087/_wdt/730cdf","method":"GET"} [] [2020-05-06T21:58:38.757635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:02:17.574970+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:02:18.417777+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:02:19.174997+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:02:22.096047+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:02:23.062439+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:02:23.219541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:02:23.288687+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:02:23.603465+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:02:27.553605+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b26a3c"},"request_uri":"http://localhost:8087/_wdt/b26a3c","method":"GET"} [] [2020-05-06T22:02:28.081074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:03:28.223470+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:03:29.202441+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:03:30.190564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:03:32.597095+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:03:32.965732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:03:33.530637+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:03:33.840586+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:03:34.285296+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:03:37.233293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:03:41.098415+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b007f1"},"request_uri":"http://localhost:8087/_wdt/b007f1","method":"GET"} [] [2020-05-06T22:03:42.031323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:06:06.278564+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:06:07.115698+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:06:08.040413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:06:11.077841+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:06:11.482444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:06:12.008237+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:06:12.208207+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:06:12.489982+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:06:16.450524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:06:20.201608+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b5a75"},"request_uri":"http://localhost:8087/_wdt/1b5a75","method":"GET"} [] [2020-05-06T22:06:20.610667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:10:09.074858+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:10:09.940888+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:10:10.936542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:10:14.198375+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:10:14.650041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:10:15.220792+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:10:15.580104+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:10:16.050274+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:10:19.532954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:10:23.775623+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c88829"},"request_uri":"http://localhost:8087/_wdt/c88829","method":"GET"} [] [2020-05-06T22:10:24.195386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:21:17.303649+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:21:18.170601+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:21:18.360910+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/app/var/cache/dev/doctrine/orm/Proxies/__CG__AppEntityUser.php.5eb31c3e355703.94420223): failed to open stream: No space left on device" at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 298 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(/app/var/cache/dev/doctrine/orm/Proxies/__CG__AppEntityUser.php.5eb31c3e355703.94420223): failed to open stream: No space left on device at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php:298)"} [] [2020-05-06T22:21:18.837807+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:21:21.321865+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80c34a"},"request_uri":"http://localhost:8087/_wdt/80c34a","method":"GET"} [] [2020-05-06T22:21:21.744145+02:00] php.CRITICAL: Uncaught Error: Argument 2 passed to Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:271)"} [] [2020-05-06T22:21:26.445894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:22:35.277488+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"video","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-05-06T22:22:35.838790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:22:37.410311+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-06T22:22:38.219122+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T22:22:38.383039+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-06T22:22:38.401138+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-06T22:22:38.846755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:22:41.628542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:22:41.628790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:22:44.036688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:22:49.079707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:22:49.204067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:22:49.467207+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c03f92"},"request_uri":"http://localhost:8087/_wdt/c03f92","method":"GET"} [] [2020-05-06T22:22:53.357021+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-06T22:22:54.260644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:22:57.382850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:22:57.504683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:23:00.400653+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"876ffd"},"request_uri":"http://localhost:8087/_wdt/876ffd","method":"GET"} [] [2020-05-06T22:23:00.732099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:23:12.901106+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:23:15.017436+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:23:15.955965+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:23:18.633680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:23:19.006629+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:23:20.590931+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:23:20.840035+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:23:21.250314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:23:26.024579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:23:31.528893+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4757db"},"request_uri":"http://localhost:8087/_wdt/4757db","method":"GET"} [] [2020-05-06T22:23:32.081259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:24:42.050453+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:24:43.376308+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:24:44.576582+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:24:48.156119+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:24:48.726665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:24:49.861365+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:24:50.143932+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:24:50.575065+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:24:54.360256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:24:58.785767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:24:59.171950+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a083f1"},"request_uri":"http://localhost:8087/_wdt/a083f1","method":"GET"} [] [2020-05-06T22:30:38.237591+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:30:39.302946+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:30:40.193688+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:30:43.153470+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:30:43.612013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:30:44.383986+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:30:44.752102+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:30:45.080760+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:30:49.430447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:30:52.809884+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"985a9a"},"request_uri":"http://localhost:8087/_wdt/985a9a","method":"GET"} [] [2020-05-06T22:30:53.471401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:33:10.286290+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:33:10.908529+02:00] request.INFO: Matched route "video_detail". {"route":"video_detail","route_parameters":{"_route":"video_detail","_controller":"App\\Controller\\VideoController::detailVideo","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/video/style.css","method":"GET"} [] [2020-05-06T22:33:11.658866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/video/8")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/video/8\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:33:12.381331+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:33:13.149537+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-06T22:33:13.366905+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.id = ? ["style.css"] [] [2020-05-06T22:33:13.620824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No video found for id style.css" at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php line 301 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No video found for id style.css at /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:301)"} [] [2020-05-06T22:33:14.144715+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:33:14.232889+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:33:17.187443+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:33:17.570355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:33:18.358859+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:33:18.630553+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:33:18.957494+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:33:21.519558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:33:25.278835+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc00df"},"request_uri":"http://localhost:8087/_wdt/dc00df","method":"GET"} [] [2020-05-06T22:33:25.728817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:35:02.565284+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:35:04.014493+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:35:05.103806+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:35:08.584669+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:35:09.171431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:35:10.090076+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:35:10.381399+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:35:10.860235+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:35:14.471005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:35:19.181602+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b028ca"},"request_uri":"http://localhost:8087/_wdt/b028ca","method":"GET"} [] [2020-05-06T22:35:19.559464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:37:34.403180+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:37:35.716329+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:37:36.839854+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:37:39.982038+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:37:40.479413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:37:41.170236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:37:41.369891+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:37:41.684422+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:37:44.856838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:37:49.613222+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e96f52"},"request_uri":"http://localhost:8087/_wdt/e96f52","method":"GET"} [] [2020-05-06T22:37:50.168544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:40:12.133366+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:40:13.626873+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:40:14.993572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:40:18.106933+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:40:18.549591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:40:19.183016+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:40:19.413104+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:40:19.773606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:40:22.818275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:40:26.789512+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f3534"},"request_uri":"http://localhost:8087/_wdt/7f3534","method":"GET"} [] [2020-05-06T22:40:27.224285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:42:47.065558+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:42:47.813008+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:42:48.655300+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:42:51.793712+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:42:52.261100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:42:52.899505+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:42:53.108106+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:42:53.417566+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:42:57.078471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:43:00.742337+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e00da8"},"request_uri":"http://localhost:8087/_wdt/e00da8","method":"GET"} [] [2020-05-06T22:43:01.057196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:47:23.883262+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:47:24.924759+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:47:25.807153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:47:29.166871+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:47:29.734986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:47:30.569848+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:47:30.861573+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:47:31.116330+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:47:33.719952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:47:37.123096+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"851828"},"request_uri":"http://localhost:8087/_wdt/851828","method":"GET"} [] [2020-05-06T22:47:37.688331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:48:47.170433+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:48:47.969453+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:48:48.793624+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:48:51.909325+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:48:52.413532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:48:53.194799+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:48:53.473890+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:48:53.903634+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:48:57.083102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:49:00.644483+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3cd91"},"request_uri":"http://localhost:8087/_wdt/f3cd91","method":"GET"} [] [2020-05-06T22:49:01.100471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:53:46.949894+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:53:47.861990+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:53:48.712668+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:53:51.800076+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:53:52.284261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:53:52.860699+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:53:53.044639+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:53:53.368508+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:53:56.614829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:54:00.421979+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ff29c"},"request_uri":"http://localhost:8087/_wdt/1ff29c","method":"GET"} [] [2020-05-06T22:54:00.950271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:54:31.118847+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:54:32.304404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:54:33.450417+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:54:36.143229+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:54:36.675440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:54:37.041738+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:54:37.263909+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:54:37.584087+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:54:40.027848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:54:43.522753+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ca276"},"request_uri":"http://localhost:8087/_wdt/3ca276","method":"GET"} [] [2020-05-06T22:54:43.955955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:56:09.832926+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T22:56:10.355569+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:56:10.884131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:56:13.284235+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T22:56:13.758534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:56:14.208191+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T22:56:14.363959+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T22:56:14.596827+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T22:56:17.365483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T22:56:21.377875+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ceec7"},"request_uri":"http://localhost:8087/_wdt/0ceec7","method":"GET"} [] [2020-05-06T22:56:21.954042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:04:41.858531+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:04:42.833159+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:04:43.688576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:04:46.381754+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:04:46.816315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:04:47.449729+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:04:47.664163+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:04:47.967221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:04:51.970560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:04:55.474637+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17fa3a"},"request_uri":"http://localhost:8087/_wdt/17fa3a","method":"GET"} [] [2020-05-06T23:04:55.925656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:05:24.683921+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:05:25.454812+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:05:26.261663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:05:28.580430+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:05:28.936021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:05:29.522615+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:05:29.732465+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:05:30.024977+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:05:32.463774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:05:36.086221+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d4d84"},"request_uri":"http://localhost:8087/_wdt/4d4d84","method":"GET"} [] [2020-05-06T23:05:36.539571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:06:18.405050+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:06:19.703648+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:06:20.818988+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:06:23.330888+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:06:23.688619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:06:24.325799+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:06:24.651880+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:06:25.005506+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:06:27.517131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:06:30.868325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:06:31.202560+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f70f14"},"request_uri":"http://localhost:8087/_wdt/f70f14","method":"GET"} [] [2020-05-06T23:07:22.044133+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:07:22.956754+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:07:23.816182+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:07:25.707270+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:07:25.967685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:07:26.370830+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:07:26.516455+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:07:26.786544+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:07:29.622687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:07:32.468510+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70cd9f"},"request_uri":"http://localhost:8087/_wdt/70cd9f","method":"GET"} [] [2020-05-06T23:07:32.856878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:12:55.832269+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:12:56.682866+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:12:57.432122+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:12:59.949400+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:13:00.340128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:13:00.920210+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:13:01.134294+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:13:01.542634+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:13:05.880870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:13:09.126426+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebde7d"},"request_uri":"http://localhost:8087/_wdt/ebde7d","method":"GET"} [] [2020-05-06T23:13:09.458730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:13:55.852184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:24:36.368527+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:24:37.313848+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:24:38.186573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:24:40.946855+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:24:41.406609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:24:42.013052+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:24:42.224979+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:24:42.530243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:24:45.535602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:24:48.909596+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4000a0"},"request_uri":"http://localhost:8087/_wdt/4000a0","method":"GET"} [] [2020-05-06T23:24:49.252416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:25:41.982564+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:25:42.791783+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:25:43.321568+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:25:45.789924+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:25:46.158541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:25:46.758991+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:25:46.999482+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:25:47.449081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:25:50.050185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:25:53.567643+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e9259"},"request_uri":"http://localhost:8087/_wdt/2e9259","method":"GET"} [] [2020-05-06T23:25:53.940796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:26:58.039272+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:26:59.011997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:26:59.851314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:27:02.541044+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:27:02.906156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:27:03.543532+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:27:03.760155+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:27:04.024756+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:27:06.689617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:27:10.256023+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb15cd"},"request_uri":"http://localhost:8087/_wdt/fb15cd","method":"GET"} [] [2020-05-06T23:27:10.637276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:31:58.183756+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:31:58.885125+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:31:59.570565+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:32:02.936977+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:32:04.003713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:32:04.263948+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:32:04.514740+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:32:04.857595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:32:08.289330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:32:12.504475+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5051f3"},"request_uri":"http://localhost:8087/_wdt/5051f3","method":"GET"} [] [2020-05-06T23:32:12.985326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:32:18.187945+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5051f3"},"request_uri":"http://localhost:8087/_wdt/5051f3","method":"GET"} [] [2020-05-06T23:37:46.294850+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:37:47.003382+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:37:47.791860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:37:51.117818+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:37:51.502428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:37:52.122000+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:37:52.336880+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:37:52.656401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:37:56.436544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:38:00.395234+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"616ea9"},"request_uri":"http://localhost:8087/_wdt/616ea9","method":"GET"} [] [2020-05-06T23:38:00.792345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:51:19.427266+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:51:20.609374+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:51:21.550320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:51:25.058398+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:51:25.545503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:51:26.230444+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:51:26.464325+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:51:26.829348+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:51:30.230980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:51:33.745482+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4217d0"},"request_uri":"http://localhost:8087/_wdt/4217d0","method":"GET"} [] [2020-05-06T23:51:34.047454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:52:49.676343+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:52:50.641216+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:52:51.911923+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:52:54.723460+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:52:55.205288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:52:55.782480+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:52:56.023042+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:52:57.442777+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:53:01.150166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:53:05.408574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:53:05.398694+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"53d41a"},"request_uri":"http://localhost:8087/_wdt/53d41a","method":"GET"} [] [2020-05-06T23:53:41.449777+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:53:42.597625+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:53:43.600255+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:53:46.523970+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:53:46.948865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:53:47.640794+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:53:47.865192+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:53:48.231313+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:53:52.780711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:53:57.110488+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdebab"},"request_uri":"http://localhost:8087/_wdt/cdebab","method":"GET"} [] [2020-05-06T23:53:57.479624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:54:23.505091+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:54:24.416454+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:54:25.324837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:54:28.198685+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:54:28.623332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:54:29.214523+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:54:29.422342+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:54:29.741995+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:54:32.465347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:54:37.666126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:54:37.793100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:54:37.880613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:54:37.970792+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a87cc9"},"request_uri":"http://localhost:8087/_wdt/a87cc9","method":"GET"} [] [2020-05-06T23:55:20.475469+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:55:21.995101+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:55:23.126059+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:55:26.101720+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:55:26.538553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:55:27.225506+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:55:27.466684+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:55:27.816305+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:55:30.739448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:55:36.361128+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bb837"},"request_uri":"http://localhost:8087/_wdt/2bb837","method":"GET"} [] [2020-05-06T23:55:36.504966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/data/cover1.jpg" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/data/cover1.jpg\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/data/cover1.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:55:36.504800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/image/spr.png" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/image/spr.png\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/image/spr.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:55:36.686930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:56:40.472253+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:56:42.635613+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:56:43.693995+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:56:46.525647+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:56:47.085672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:56:47.867083+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:56:48.142317+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:56:48.568126+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:56:52.447634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:56:56.678410+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fee5d"},"request_uri":"http://localhost:8087/_wdt/3fee5d","method":"GET"} [] [2020-05-06T23:56:57.119174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:57:50.134233+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:57:51.263219+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:57:52.361534+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:57:55.523674+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:57:56.001455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:57:56.734943+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:57:56.964776+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:57:57.313910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:58:00.463987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:58:04.559936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0a2b7"},"request_uri":"http://localhost:8087/_wdt/a0a2b7","method":"GET"} [] [2020-05-06T23:58:05.032142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:58:52.197388+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-06T23:58:53.580975+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:58:54.872753+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:58:57.862256+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-06T23:58:58.373018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:58:58.986470+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-06T23:58:59.217659+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-06T23:58:59.580687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-06T23:59:04.208499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-06T23:59:08.970476+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c13a0"},"request_uri":"http://localhost:8087/_wdt/0c13a0","method":"GET"} [] [2020-05-06T23:59:09.434591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:00:11.287243+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:00:12.718948+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:00:13.391656+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: tempnam(): file created in the system's temporary directory" at /app/vendor/twig/twig/src/Cache/FilesystemCache.php line 60 {"exception":"[object] (ErrorException(code: 0): Notice: tempnam(): file created in the system's temporary directory at /app/vendor/twig/twig/src/Cache/FilesystemCache.php:60)"} [] [2020-05-07T00:00:44.125150+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:00:44.914880+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:00:45.153340+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space" at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 298 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php:298)"} [] [2020-05-07T00:00:45.645423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:00:47.766020+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"489c22"},"request_uri":"http://localhost:8087/_wdt/489c22","method":"GET"} [] [2020-05-07T00:00:48.179994+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 2 passed to Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 271 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:271)"} [] [2020-05-07T00:00:51.305812+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-07T00:00:52.662376+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:00:55.664923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:00:58.570436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f62146"},"request_uri":"http://localhost:8087/_wdt/f62146","method":"GET"} [] [2020-05-07T00:01:03.295217+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:01:04.275361+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:01:04.796202+02:00] php.DEBUG: Warning: file_put_contents(): Only 8192 of 30451 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/twig/twig/src/Cache/FilesystemCache.php","line":61,"trace":[{"file":"/app/vendor/twig/twig/src/Environment.php","line":349,"function":"write","class":"Twig\\Cache\\FilesystemCache","type":"->"}],"count":1}}} [] [2020-05-07T00:01:04.958687+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Failed to write cache file "/app/var/cache/dev/twig/57/57eee01c0ff8897fa3e8a3a890779316faa84d6da30177406fe785c0083d1c63.php"." at /app/vendor/twig/twig/src/Cache/FilesystemCache.php line 76 {"exception":"[object] (RuntimeException(code: 0): Failed to write cache file \"/app/var/cache/dev/twig/57/57eee01c0ff8897fa3e8a3a890779316faa84d6da30177406fe785c0083d1c63.php\". at /app/vendor/twig/twig/src/Cache/FilesystemCache.php:76)"} [] [2020-05-07T00:01:05.365878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:01:08.427991+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c4dce"},"request_uri":"http://localhost:8087/_wdt/1c4dce","method":"GET"} [] [2020-05-07T00:01:43.219152+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:01:43.418792+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T00:01:43.724426+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space" at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 298 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php:298)"} [] [2020-05-07T00:01:44.246076+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:01:44.426812+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space" at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 298 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php:298)"} [] [2020-05-07T00:01:44.451992+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:01:45.272516+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:01:45.377206+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 262144 of 276859 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 276859 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-07T00:01:45.432790+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 262144 of 276859 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 276859 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-07T00:01:48.836382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apple-touch-icon-precomposed.png"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apple-touch-icon-precomposed.png\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple-touch-icon-precomposed.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:01:49.798889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apple-touch-icon-precomposed.png"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apple-touch-icon-precomposed.png\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple-touch-icon-precomposed.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:01:49.839100+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 2 passed to Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 271 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:271)"} [] [2020-05-07T00:01:52.512000+02:00] php.CRITICAL: Uncaught Exception: Unable to create the storage directory (/app/var/cache/dev/profiler/15/c9). {"exception":"[object] (RuntimeException(code: 0): Unable to create the storage directory (/app/var/cache/dev/profiler/15/c9). at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:143)"} [] [2020-05-07T00:01:52.579480+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Unable to create the storage directory (/app/var/cache/dev/profiler/15/c9)." at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 143 {"exception":"[object] (RuntimeException(code: 0): Unable to create the storage directory (/app/var/cache/dev/profiler/15/c9). at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:143)"} [] [2020-05-07T00:01:55.804133+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T00:01:56.834879+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T00:01:57.034151+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space" at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 298 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 0 of 11180 bytes written, possibly out of free disk space at /app/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php:298)"} [] [2020-05-07T00:01:57.485254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:01:58.011890+02:00] php.WARNING: Uncaught Warning: file_put_contents(): Only 262144 of 276865 bytes written, possibly out of free disk space {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 276865 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-07T00:01:58.036522+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: file_put_contents(): Only 262144 of 276865 bytes written, possibly out of free disk space" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 175 {"exception":"[object] (ErrorException(code: 0): Warning: file_put_contents(): Only 262144 of 276865 bytes written, possibly out of free disk space at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:175)"} [] [2020-05-07T00:02:59.091203+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:02:59.924361+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:03:00.836928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:03:03.164924+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:03:03.488416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:03:04.009447+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:03:04.209326+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:03:04.499681+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:03:07.043373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d44203"},"request_uri":"http://localhost:8087/_wdt/d44203","method":"GET"} [] [2020-05-07T00:03:07.443156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:03:11.329971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /apple-touch-icon-precomposed.png"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /apple-touch-icon-precomposed.png\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple-touch-icon-precomposed.png/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:03:36.267091+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:03:36.972597+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:03:37.481022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:03:39.654943+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:03:40.029206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:03:40.308431+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:03:40.474237+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:03:40.683652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:03:42.464827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:03:45.540760+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f9e82e"},"request_uri":"http://localhost:8087/_wdt/f9e82e","method":"GET"} [] [2020-05-07T00:03:46.169309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:08:38.346883+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:08:38.873488+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:08:39.365212+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:08:42.043680+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:08:42.478558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:08:43.025186+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:08:43.232912+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:08:43.535264+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:08:46.165856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:08:49.727644+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1214db"},"request_uri":"http://localhost:8087/_wdt/1214db","method":"GET"} [] [2020-05-07T00:08:50.147277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:09:54.107679+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:09:54.927705+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:09:55.704157+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:09:58.226934+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:09:58.610907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:09:59.331076+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:09:59.537482+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:09:59.858111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:10:02.400669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:10:05.785545+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79d208"},"request_uri":"http://localhost:8087/_wdt/79d208","method":"GET"} [] [2020-05-07T00:10:06.175174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:13:22.227735+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:13:23.192185+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:13:24.002627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:13:26.581226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:13:26.638547+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:13:27.651420+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:13:27.861376+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:13:28.119254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:13:31.026614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:13:34.229498+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"379b48"},"request_uri":"http://localhost:8087/_wdt/379b48","method":"GET"} [] [2020-05-07T00:13:34.576206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:39:08.598318+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:39:09.597719+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:39:10.493130+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:39:13.781355+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:39:14.255549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:39:15.090998+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:39:15.371993+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:39:15.729328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:39:17.850656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:39:21.544996+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7f38a"},"request_uri":"http://localhost:8087/_wdt/f7f38a","method":"GET"} [] [2020-05-07T00:39:21.762133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:40:51.269960+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:40:52.256891+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:40:53.129889+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:40:55.842039+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:40:56.316951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:40:57.094697+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:40:57.389526+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:40:57.729946+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:41:00.313430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:41:04.012050+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75c3cc"},"request_uri":"http://localhost:8087/_wdt/75c3cc","method":"GET"} [] [2020-05-07T00:41:04.355660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:50:58.849834+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:50:59.875341+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:51:00.708644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:51:03.422728+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:51:03.830168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:51:04.439989+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:51:04.770892+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:51:05.094386+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:51:07.925386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:51:11.927395+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0637b4"},"request_uri":"http://localhost:8087/_wdt/0637b4","method":"GET"} [] [2020-05-07T00:51:12.397458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:51:45.855684+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:51:46.855563+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:51:47.509951+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:51:49.890938+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:51:50.223459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:51:50.792603+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:51:50.991462+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:51:51.324438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:51:53.894337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:51:57.258698+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83886a"},"request_uri":"http://localhost:8087/_wdt/83886a","method":"GET"} [] [2020-05-07T00:51:57.642949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:54:19.421626+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:54:20.181843+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:54:20.935767+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:54:23.417570+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:54:23.796513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:54:24.399994+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:54:24.610513+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:54:24.947891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:54:27.258470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:54:30.109633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:54:30.717516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1e4c9"},"request_uri":"http://localhost:8087/_wdt/a1e4c9","method":"GET"} [] [2020-05-07T00:55:41.620445+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:55:43.090721+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:55:44.445317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:55:47.623298+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:55:48.075112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:55:48.815271+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:55:49.041410+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:55:49.390013+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:55:52.897274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:55:56.971104+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94704e"},"request_uri":"http://localhost:8087/_wdt/94704e","method":"GET"} [] [2020-05-07T00:55:57.428998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:57:12.637988+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T00:57:13.855796+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:57:14.644191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:57:17.724433+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T00:57:18.175793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:57:18.841547+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T00:57:19.081835+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T00:57:19.419511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T00:57:22.588740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T00:57:26.245917+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a624e"},"request_uri":"http://localhost:8087/_wdt/6a624e","method":"GET"} [] [2020-05-07T00:57:26.810246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:00:48.272501+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T01:00:49.378275+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:00:50.427016+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:00:54.421141+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T01:00:55.015560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:00:55.766275+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:00:56.013561+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T01:00:56.477268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:00:59.931736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:01:03.812733+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f7ccf"},"request_uri":"http://localhost:8087/_wdt/4f7ccf","method":"GET"} [] [2020-05-07T01:01:04.173189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:01:04.341327+02:00] php.CRITICAL: Uncaught Error: Argument 2 passed to Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:271)"} [] [2020-05-07T01:01:04.389317+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 2 passed to Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126" at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 271 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::createProfileFromData() must be of the type array, boolean given, called in /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 126 at /app/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:271)"} [] [2020-05-07T01:01:07.665828+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T01:01:08.544276+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:01:09.290479+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:01:10.248976+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T01:01:11.125464+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:01:11.621252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:01:14.397127+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"456ceb"},"request_uri":"http://localhost:8087/_wdt/456ceb","method":"GET"} [] [2020-05-07T01:01:14.831688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:01:14.975821+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T01:01:16.325488+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:01:17.018326+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:01:20.854154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:01:20.984503+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T01:01:22.422348+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:01:22.621729+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T01:01:22.904994+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:01:25.524164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:01:29.560152+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b7ab1"},"request_uri":"http://localhost:8087/_wdt/8b7ab1","method":"GET"} [] [2020-05-07T01:01:30.124465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:13:52.880227+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T01:13:54.000912+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:13:55.063112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:13:57.826797+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T01:13:58.217884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:13:58.718736+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:13:58.912704+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T01:13:59.244934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:14:01.285619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:14:04.227397+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce99b7"},"request_uri":"http://localhost:8087/_wdt/ce99b7","method":"GET"} [] [2020-05-07T01:14:04.630430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:15:08.821213+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T01:15:09.582664+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:15:10.031891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:15:12.474756+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T01:15:12.823063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:15:13.382024+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T01:15:13.576569+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T01:15:13.900647+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T01:15:16.362555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T01:15:20.377592+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44efe6"},"request_uri":"http://localhost:8087/_wdt/44efe6","method":"GET"} [] [2020-05-07T01:15:20.921259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:31:24.267140+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:31:25.722492+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:31:26.035334+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:31:26.059451+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:31:26.517185+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:31:29.355563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:31:29.356168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:31:33.220225+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff7610"},"request_uri":"http://localhost:8087/_wdt/ff7610","method":"GET"} [] [2020-05-07T21:31:33.667004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:31:33.726619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:31:55.552744+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-07T21:31:56.180736+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:31:58.415315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:31:58.415528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:32:01.135330+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9f4a1"},"request_uri":"http://localhost:8087/_wdt/c9f4a1","method":"GET"} [] [2020-05-07T21:32:01.398114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:32:09.338142+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"1"},"request_uri":"http://localhost:8087/fr/audio/1","method":"GET"} [] [2020-05-07T21:32:10.259999+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T21:32:10.923707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:32:13.025092+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"style.css"},"request_uri":"http://localhost:8087/fr/audio/style.css","method":"GET"} [] [2020-05-07T21:32:13.298365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:32:14.064258+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-07T21:32:14.227777+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-07T21:32:14.442992+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:32:15.827469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/audio/1")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/audio/1\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:32:18.175600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:32:18.698721+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee39bc"},"request_uri":"http://localhost:8087/_wdt/ee39bc","method":"GET"} [] [2020-05-07T21:33:07.621515+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-07T21:33:08.293454+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:33:08.713279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:33:08.744966+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-07T21:33:10.800891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:10.801260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:13.597808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90fddd"},"request_uri":"http://localhost:8087/_wdt/90fddd","method":"GET"} [] [2020-05-07T21:33:14.259343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:22.182318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:42.969492+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-07T21:33:43.800829+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:33:44.666611+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:33:44.704412+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-07T21:33:46.857315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:50.269663+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb50e0"},"request_uri":"http://localhost:8087/_wdt/bb50e0","method":"GET"} [] [2020-05-07T21:33:50.858707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:51.068514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:55.870280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:33:59.320599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:05.353241+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:34:06.241581+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:34:06.333548+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:34:06.350784+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:34:06.736608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:34:08.098493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:11.786427+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50fab0"},"request_uri":"http://localhost:8087/_wdt/50fab0","method":"GET"} [] [2020-05-07T21:34:12.311811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:12.441286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:13.304168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:17.395000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:20.962349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:22.467370+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://localhost:8087/","method":"GET"} [] [2020-05-07T21:34:23.003533+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:34:24.765801+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/fr/","permanent":true,"scheme":null,"httpPort":8087,"httpsPort":443,"_route":"video","_locale":"fr"},"request_uri":"http://localhost:8087/fr","method":"GET"} [] [2020-05-07T21:34:25.341616+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:34:27.055650+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:34:27.855372+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:34:27.946403+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:34:27.968511+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:34:28.406513+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:34:31.008541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:35.657154+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7aea48"},"request_uri":"http://localhost:8087/_wdt/7aea48","method":"GET"} [] [2020-05-07T21:34:36.334852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:36.335266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:36.336562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:40.416226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:34:43.569663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:35:59.722837+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:36:00.602495+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:36:00.690601+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:36:00.705529+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:36:01.381180+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:36:04.001288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:04.001064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:06.273511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:10.347557+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"189e4f"},"request_uri":"http://localhost:8087/_wdt/189e4f","method":"GET"} [] [2020-05-07T21:36:10.495710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:10.496079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:15.984292+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:36:16.514405+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:36:16.573391+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:36:16.584539+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:36:16.847513+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:36:18.664700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:19.208598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:21.902372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:26.463188+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da5ce1"},"request_uri":"http://localhost:8087/_wdt/da5ce1","method":"GET"} [] [2020-05-07T21:36:27.050466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:27.492939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:53.836398+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-07T21:36:54.720658+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:36:55.258302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:36:55.299013+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-07T21:36:57.730865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:36:57.730683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:00.494712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:03.374162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b437b4"},"request_uri":"http://localhost:8087/_wdt/b437b4","method":"GET"} [] [2020-05-07T21:37:03.853883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:10.104920+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:37:10.861317+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:37:10.933615+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:37:10.948500+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:37:11.338614+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:37:13.578512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:13.578842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:17.121323+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4bafa"},"request_uri":"http://localhost:8087/_wdt/c4bafa","method":"GET"} [] [2020-05-07T21:37:17.573764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:17.573643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:19.180179+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:37:19.799834+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:37:20.224225+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:37:22.527265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:22.704905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:24.697906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:26.856596+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c819aa"},"request_uri":"http://localhost:8087/_wdt/c819aa","method":"GET"} [] [2020-05-07T21:37:27.221207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:30.412707+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-07T21:37:30.809886+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:37:32.370759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:32.370891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:37:35.035828+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c6245"},"request_uri":"http://localhost:8087/_wdt/0c6245","method":"GET"} [] [2020-05-07T21:37:35.354059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:38:07.647396+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:38:08.319254+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:38:08.746653+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:38:10.925166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:38:10.925005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:38:13.731816+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b3079"},"request_uri":"http://localhost:8087/_wdt/9b3079","method":"GET"} [] [2020-05-07T21:38:14.133786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:38:36.203893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:38:53.902255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:38:53.902411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:39:56.591306+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-07T21:39:57.414724+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T21:39:57.496228+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-07T21:39:57.510402+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-07T21:39:58.157445+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:40:00.959892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:40:00.959571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:40:04.022978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:40:08.005473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:40:08.006403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:40:08.151492+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92fa17"},"request_uri":"http://localhost:8087/_wdt/92fa17","method":"GET"} [] [2020-05-07T21:52:42.052447+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:52:42.790186+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:52:43.493419+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:52:46.418969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:52:46.418712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:52:50.284580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:52:50.495767+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac2f46"},"request_uri":"http://localhost:8087/_wdt/ac2f46","method":"GET"} [] [2020-05-07T21:56:17.155514+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:56:17.912532+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:56:18.604392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:56:21.608637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:56:21.608791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:56:24.723886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:56:28.029677+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"656472"},"request_uri":"http://localhost:8087/_wdt/656472","method":"GET"} [] [2020-05-07T21:56:28.418851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:57:45.550461+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:57:46.293938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:57:47.054750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:57:49.248915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:57:49.249476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:57:52.284778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:57:55.207213+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c761e1"},"request_uri":"http://localhost:8087/_wdt/c761e1","method":"GET"} [] [2020-05-07T21:57:56.189213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:58:15.489985+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:58:16.436918+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:58:17.026156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:58:19.703477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:58:19.703243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:58:22.489595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:58:24.818413+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"390d7c"},"request_uri":"http://localhost:8087/_wdt/390d7c","method":"GET"} [] [2020-05-07T21:58:25.153030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:59:08.405337+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T21:59:08.865387+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T21:59:09.280695+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T21:59:11.385093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:59:11.384751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:59:14.101808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:59:16.433093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:59:16.846932+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f93273"},"request_uri":"http://localhost:8087/_wdt/f93273","method":"GET"} [] [2020-05-07T21:59:27.447329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T21:59:27.447696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:09.299343+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:00:10.086164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:00:10.855301+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:00:13.164146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:13.163930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:15.914848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:18.291160+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0468a2"},"request_uri":"http://localhost:8087/_wdt/0468a2","method":"GET"} [] [2020-05-07T22:00:18.572768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:39.240170+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:00:40.038302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:00:40.467553+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:00:42.213150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:42.212998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:44.822056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:00:46.969090+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c1079"},"request_uri":"http://localhost:8087/_wdt/5c1079","method":"GET"} [] [2020-05-07T22:00:47.205594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:01:27.768287+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:01:28.974157+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:01:30.075604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:01:32.599854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:01:32.599642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:01:36.143420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:01:38.867196+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"411a06"},"request_uri":"http://localhost:8087/_wdt/411a06","method":"GET"} [] [2020-05-07T22:01:39.146895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:10:55.996428+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:10:56.781815+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:10:57.521772+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:10:59.934852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:11:00.387625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:11:03.348682+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03663f"},"request_uri":"http://localhost:8087/_wdt/03663f","method":"GET"} [] [2020-05-07T22:11:03.710081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:11:20.671793+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:11:21.454721+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:11:21.951129+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:11:24.646782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:11:24.646488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:11:27.624979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:11:30.726942+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d9954"},"request_uri":"http://localhost:8087/_wdt/5d9954","method":"GET"} [] [2020-05-07T22:11:31.071714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:13:36.334191+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:13:37.397301+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:13:38.352162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:13:41.318859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:13:41.319658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:13:44.459884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:13:47.238964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"829069"},"request_uri":"http://localhost:8087/_wdt/829069","method":"GET"} [] [2020-05-07T22:13:47.762906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:09.249173+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:14:10.170839+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:14:10.739268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:14:13.645366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:13.645631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:17.138189+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"061983"},"request_uri":"http://localhost:8087/_wdt/061983","method":"GET"} [] [2020-05-07T22:14:17.452575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:45.737350+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:14:46.408240+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:14:47.074734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:14:49.360653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:49.360310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:52.016143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:14:54.280787+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"548540"},"request_uri":"http://localhost:8087/_wdt/548540","method":"GET"} [] [2020-05-07T22:14:54.452616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:11.106414+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:17:12.081432+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:17:13.066157+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:17:16.793963+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:17:17.395700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:17.396005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:18.218943+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:17:19.047135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:17:22.058540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:22.056999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:22.057906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:27.557222+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35df0c"},"request_uri":"http://localhost:8087/_wdt/35df0c","method":"GET"} [] [2020-05-07T22:17:27.648622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee996c"},"request_uri":"http://localhost:8087/_wdt/ee996c","method":"GET"} [] [2020-05-07T22:17:28.259043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:17:28.410576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:18:33.840771+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:18:34.646873+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:18:35.438942+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:18:37.992210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:18:37.992755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:18:41.847668+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abafc3"},"request_uri":"http://localhost:8087/_wdt/abafc3","method":"GET"} [] [2020-05-07T22:18:42.304005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:19:07.738407+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:19:08.466673+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:19:09.244734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:19:11.541659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:19:11.542571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:19:14.477702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:19:16.801876+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d85ab"},"request_uri":"http://localhost:8087/_wdt/1d85ab","method":"GET"} [] [2020-05-07T22:19:17.081197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:17.998620+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:20:18.692688+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:20:19.441393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:20:21.543136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:22.227341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:24.861379+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c12b1"},"request_uri":"http://localhost:8087/_wdt/7c12b1","method":"GET"} [] [2020-05-07T22:20:25.147845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:47.561199+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:20:48.243648+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:20:48.673879+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:20:50.796283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:50.795965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:53.797850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:20:53.981252+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e9d1d6"},"request_uri":"http://localhost:8087/_wdt/e9d1d6","method":"GET"} [] [2020-05-07T22:21:01.224288+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-07T22:21:01.958115+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-07T22:21:02.442851+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:21:04.762408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:04.762672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:07.338987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:10.514487+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b92038"},"request_uri":"http://localhost:8087/_wdt/b92038","method":"GET"} [] [2020-05-07T22:21:10.660589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:11.810123+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-07T22:21:12.577432+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T22:21:13.051522+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:21:13.085030+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-07T22:21:15.421463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:15.421208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:17.969137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:21:20.527526+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91fabf"},"request_uri":"http://localhost:8087/_wdt/91fabf","method":"GET"} [] [2020-05-07T22:21:20.858827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:23:57.609463+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-07T22:23:58.500575+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-07T22:23:59.185161+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:23:59.209883+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-07T22:24:02.734447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:02.734603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:06.550865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:10.086483+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5b3fb7"},"request_uri":"http://localhost:8087/_wdt/5b3fb7","method":"GET"} [] [2020-05-07T22:24:10.512143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:31.677492+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:24:32.112660+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:24:34.800166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:34.800420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:37.320828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:40.905509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:24:40.957999+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02c0d6"},"request_uri":"http://localhost:8087/_wdt/02c0d6","method":"GET"} [] [2020-05-07T22:26:36.756731+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:26:37.233461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:26:40.736300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:26:40.736599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:26:44.553628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:26:47.577888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce0b0b"},"request_uri":"http://localhost:8087/_wdt/ce0b0b","method":"GET"} [] [2020-05-07T22:26:47.958791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:09.607748+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:27:10.044340+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:27:13.220385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:13.220569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:16.051982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:19.106340+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c8905"},"request_uri":"http://localhost:8087/_wdt/3c8905","method":"GET"} [] [2020-05-07T22:27:19.412548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:48.131521+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:27:48.494790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:27:52.171581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:52.171618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:55.005808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:27:58.432788+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc4af6"},"request_uri":"http://localhost:8087/_wdt/cc4af6","method":"GET"} [] [2020-05-07T22:27:58.467772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:13.454629+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:28:14.129387+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:28:18.082135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:18.081970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:21.183628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:24.003469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:24.858404+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"827dba"},"request_uri":"http://localhost:8087/_wdt/827dba","method":"GET"} [] [2020-05-07T22:28:31.598719+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:28:32.209651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:28:35.437993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:35.437993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:38.252613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:28:41.205415+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a85a04"},"request_uri":"http://localhost:8087/_wdt/a85a04","method":"GET"} [] [2020-05-07T22:28:41.280246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:29:32.703273+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:29:33.193011+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:29:35.886690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:29:35.886690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:29:38.645725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:29:41.971226+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43e828"},"request_uri":"http://localhost:8087/_wdt/43e828","method":"GET"} [] [2020-05-07T22:29:42.314481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:24.197898+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:33:24.831025+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:33:28.895693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:29.496296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:32.840170+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:33:33.268407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:33.555690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:33:38.459677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:38.459926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:38.565345+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15f630"},"request_uri":"http://localhost:8087/_wdt/15f630","method":"GET"} [] [2020-05-07T22:33:38.990053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:33:42.400452+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"849472"},"request_uri":"http://localhost:8087/_wdt/849472","method":"GET"} [] [2020-05-07T22:33:42.723501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:02.009074+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:35:02.414411+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:35:05.733225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:05.733504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:09.059126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:14.724056+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85b7d0"},"request_uri":"http://localhost:8087/_wdt/85b7d0","method":"GET"} [] [2020-05-07T22:35:15.197368+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:35:15.572684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:16.358763+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:35:22.336827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:22.337197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:26.437031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:30.314518+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b3b4c"},"request_uri":"http://localhost:8087/_wdt/2b3b4c","method":"GET"} [] [2020-05-07T22:35:30.697938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:53.663591+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:35:54.177051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:35:58.529203+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:35:58.572787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:58.572987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:35:59.573817+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:36:04.585263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:04.584734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:04.837996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:10.248054+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ebf9f"},"request_uri":"http://localhost:8087/_wdt/3ebf9f","method":"GET"} [] [2020-05-07T22:36:10.694598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:10.759022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:14.756356+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18f977"},"request_uri":"http://localhost:8087/_wdt/18f977","method":"GET"} [] [2020-05-07T22:36:14.755928+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:36:15.342621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:15.451926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:36:18.271925+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:36:19.054095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:36:20.412877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:20.413219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:23.800042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:24.466600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:25.644812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:29.704330+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e3172"},"request_uri":"http://localhost:8087/_wdt/1e3172","method":"GET"} [] [2020-05-07T22:36:30.475402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:31.400973+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b18ab4"},"request_uri":"http://localhost:8087/_wdt/b18ab4","method":"GET"} [] [2020-05-07T22:36:31.986346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:42.051889+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:36:42.502311+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:36:45.585825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:45.585638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:48.587043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:36:53.275547+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ea268"},"request_uri":"http://localhost:8087/_wdt/9ea268","method":"GET"} [] [2020-05-07T22:36:53.685618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:41:25.734688+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:41:26.369206+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:41:30.776469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:41:30.776289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:41:34.566119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:41:38.372707+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b4b38"},"request_uri":"http://localhost:8087/_wdt/9b4b38","method":"GET"} [] [2020-05-07T22:41:38.765060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:43:05.138453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:47:33.750060+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:47:34.250228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:47:37.878610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:47:37.878412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:47:40.844726+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b064a6"},"request_uri":"http://localhost:8087/_wdt/b064a6","method":"GET"} [] [2020-05-07T22:47:41.183401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:48:52.130040+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:48:52.703883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:48:55.822686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:48:56.279328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:48:59.905296+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b39b9d"},"request_uri":"http://localhost:8087/_wdt/b39b9d","method":"GET"} [] [2020-05-07T22:49:00.262735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:50:42.112604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:51:48.165971+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:51:48.700370+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:51:52.289100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:51:52.289476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:51:55.975933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:51:59.275404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:51:59.514950+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d04316"},"request_uri":"http://localhost:8087/_wdt/d04316","method":"GET"} [] [2020-05-07T22:52:23.682527+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:52:24.206825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:52:27.057980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:52:27.425251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:52:29.588166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:52:32.139098+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"845d9c"},"request_uri":"http://localhost:8087/_wdt/845d9c","method":"GET"} [] [2020-05-07T22:52:32.343143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:53:48.182768+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:53:48.513091+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:53:51.501660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:53:51.501914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:53:54.802585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:53:57.935625+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef5ec1"},"request_uri":"http://localhost:8087/_wdt/ef5ec1","method":"GET"} [] [2020-05-07T22:53:58.347299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:56:52.163591+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-07T22:56:52.877367+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:56:56.364399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:56:56.364530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:57:00.165243+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69890f"},"request_uri":"http://localhost:8087/_wdt/69890f","method":"GET"} [] [2020-05-07T22:57:00.701224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:10.055335+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:58:10.513433+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:58:13.848499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:13.848686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:17.657654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:21.344388+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb7186"},"request_uri":"http://localhost:8087/_wdt/bb7186","method":"GET"} [] [2020-05-07T22:58:21.777741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:40.641355+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T22:58:40.900886+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T22:58:44.180037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:44.180224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:48.577760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T22:58:52.384922+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47f232"},"request_uri":"http://localhost:8087/_wdt/47f232","method":"GET"} [] [2020-05-07T22:58:52.635647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:00:21.784954+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T23:00:22.233431+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T23:00:26.048545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:00:26.048252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:00:29.329306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:00:33.373959+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f20ca"},"request_uri":"http://localhost:8087/_wdt/8f20ca","method":"GET"} [] [2020-05-07T23:00:33.723639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:02:06.465018+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T23:02:06.925776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T23:02:10.382422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:02:10.382659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:02:13.656288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:02:17.467959+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d7288"},"request_uri":"http://localhost:8087/_wdt/3d7288","method":"GET"} [] [2020-05-07T23:02:17.882824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:04:41.236425+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T23:04:41.700330+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T23:04:45.305299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:04:45.305512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:04:48.119214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:04:51.866679+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"741e98"},"request_uri":"http://localhost:8087/_wdt/741e98","method":"GET"} [] [2020-05-07T23:04:52.243072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:05:37.444810+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T23:05:37.743093+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T23:05:40.303661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:05:40.303445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:05:43.120982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:05:46.328483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:05:46.510909+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c84aa5"},"request_uri":"http://localhost:8087/_wdt/c84aa5","method":"GET"} [] [2020-05-07T23:27:43.874923+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-07T23:27:43.972208+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-07T23:27:47.676631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:27:47.676448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:27:51.611685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-07T23:27:54.715481+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9147f"},"request_uri":"http://localhost:8087/_wdt/c9147f","method":"GET"} [] [2020-05-07T23:27:55.095648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:19:27.583095+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:19:27.667129+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:19:31.266785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:19:31.449666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:19:34.896557+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c903ce"},"request_uri":"http://localhost:8087/_wdt/c903ce","method":"GET"} [] [2020-05-08T00:19:35.789714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:22:44.050290+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-08T00:22:45.426380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:22:49.119846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:22:49.909024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:22:53.979510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:22:57.640516+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b77998"},"request_uri":"http://localhost:8087/_wdt/b77998","method":"GET"} [] [2020-05-08T00:22:57.979677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:26:25.894010+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:26:25.977106+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:26:29.444872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:26:29.792384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:26:33.526222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:26:36.924421+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4a7cd0"},"request_uri":"http://localhost:8087/_wdt/4a7cd0","method":"GET"} [] [2020-05-08T00:26:37.404318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:32:55.912512+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:32:55.935473+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:32:55.935938+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:32:55.936274+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:32:55.994315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:32:59.402147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:32:59.401243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:33:02.814032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:33:06.495066+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d072b1"},"request_uri":"http://localhost:8087/_wdt/d072b1","method":"GET"} [] [2020-05-08T00:33:06.837885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:34:19.122765+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:34:19.364829+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:34:19.582175+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:34:19.582599+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:34:19.744106+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:34:23.431287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:34:23.431323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:34:27.210969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:34:31.134417+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74393c"},"request_uri":"http://localhost:8087/_wdt/74393c","method":"GET"} [] [2020-05-08T00:34:31.502453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:34:34.350562+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook","method":"GET"} [] [2020-05-08T00:34:34.551910+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:34:34.754297+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:34:34.754732+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:34:34.939703+02:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "There is no OAuth2 client called "facebook_main". Available are: facebook" at /app/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php line 50 {"exception":"[object] (InvalidArgumentException(code: 0): There is no OAuth2 client called \"facebook_main\". Available are: facebook at /app/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php:50)"} [] [2020-05-08T00:34:35.256095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:34:37.396869+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8020eb"},"request_uri":"http://localhost:8087/_wdt/8020eb","method":"GET"} [] [2020-05-08T00:35:02.588905+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-08T00:35:02.800154+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:35:03.007406+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:35:03.007862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:35:03.555317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:35:06.604995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:06.605188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:10.377781+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:35:10.660764+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:35:10.709464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:10.708706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:10.977574+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:35:10.985538+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:35:11.203699+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:35:14.551026+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e12e1a"},"request_uri":"http://localhost:8087/_wdt/e12e1a","method":"GET"} [] [2020-05-08T00:35:15.003870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:15.899921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:18.642925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:21.843121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"070fd5"},"request_uri":"http://localhost:8087/_wdt/070fd5","method":"GET"} [] [2020-05-08T00:35:22.187643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:26.061254+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook","method":"GET"} [] [2020-05-08T00:35:26.164137+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:35:26.317503+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:35:26.317774+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:35:26.432800+02:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "There is no OAuth2 client called "facebook_main". Available are: facebook" at /app/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php line 50 {"exception":"[object] (InvalidArgumentException(code: 0): There is no OAuth2 client called \"facebook_main\". Available are: facebook at /app/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php:50)"} [] [2020-05-08T00:35:26.579400+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:35:27.905140+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cd2f3"},"request_uri":"http://localhost:8087/_wdt/9cd2f3","method":"GET"} [] [2020-05-08T00:35:48.116648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:48.116648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:35:51.908675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:39:31.587278+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:39:31.615334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:39:31.615754+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:39:31.616155+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:39:31.676423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:39:34.986591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:39:34.986652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:39:38.673420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:39:41.737182+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0bb93"},"request_uri":"http://localhost:8087/_wdt/a0bb93","method":"GET"} [] [2020-05-08T00:39:42.115054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:39:45.041050+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook","method":"GET"} [] [2020-05-08T00:39:45.305512+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:39:45.622069+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:39:45.622462+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:39:46.153634+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:39:59.176432+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0bb93"},"request_uri":"http://localhost:8087/_wdt/a0bb93","method":"GET"} [] [2020-05-08T00:39:59.443562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:40:09.217837+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T00:40:09.435546+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:40:09.658870+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:40:09.659326+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:40:09.805830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:40:12.576188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:40:13.098217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:40:15.383094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:40:18.027575+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1a457"},"request_uri":"http://localhost:8087/_wdt/c1a457","method":"GET"} [] [2020-05-08T00:40:18.333082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T00:40:32.833227+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook","method":"GET"} [] [2020-05-08T00:40:33.076286+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:40:33.308798+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:40:33.309364+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:40:33.739617+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T00:40:44.378392+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQAZXTo4iT9WtMFvIS0N1NVlysw_HT772OVANml65-8iUgwuoDVmuam7d-sIDPGEdCOnDJCbDMBoBUT_qOydh2uUwjF4uiy8IkbnsCfvJriYVasoKobXA9Ae7cKSCO_2DiIrowjCHPnRSsOJTI5DSTb7vR4y0UET4q1D3KYivWEvYfYkZu0ROlq2Vd1KYt-0ltTfTROjqp1DJjR75M11W4_4e1bxoHQ5pDMC8uWidxdU6J5stwi_sRRZMObsZn7r76seobGRVBA3c-rltDhDPPvFoEGF4oCGjxIqmaR3NpTqlHdBX1qrOvKNWElBoiGwxqeR87ikZs60lFL7K0zuxsUp_zRnr8DcSH3shgCFbIIT7w&state=0792beeb7ed493d927e64bcd542297b5","method":"GET"} [] [2020-05-08T00:40:44.531768+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:40:44.670051+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:40:44.673465+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:40:44.750701+02:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "There is no OAuth2 client called "facebook_main". Available are: facebook" at /app/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php line 50 {"exception":"[object] (InvalidArgumentException(code: 0): There is no OAuth2 client called \"facebook_main\". Available are: facebook at /app/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php:50)"} [] [2020-05-08T00:40:46.689896+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cee52"},"request_uri":"http://localhost:8087/_wdt/8cee52","method":"GET"} [] [2020-05-08T00:45:22.665042+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQAZXTo4iT9WtMFvIS0N1NVlysw_HT772OVANml65-8iUgwuoDVmuam7d-sIDPGEdCOnDJCbDMBoBUT_qOydh2uUwjF4uiy8IkbnsCfvJriYVasoKobXA9Ae7cKSCO_2DiIrowjCHPnRSsOJTI5DSTb7vR4y0UET4q1D3KYivWEvYfYkZu0ROlq2Vd1KYt-0ltTfTROjqp1DJjR75M11W4_4e1bxoHQ5pDMC8uWidxdU6J5stwi_sRRZMObsZn7r76seobGRVBA3c-rltDhDPPvFoEGF4oCGjxIqmaR3NpTqlHdBX1qrOvKNWElBoiGwxqeR87ikZs60lFL7K0zuxsUp_zRnr8DcSH3shgCFbIIT7w&state=0792beeb7ed493d927e64bcd542297b5","method":"GET"} [] [2020-05-08T00:45:22.689813+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T00:45:22.690247+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:45:22.695834+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:45:23.598344+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T00:45:25.032493+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\ORMException: "Unrecognized field: facebookId" at /app/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php line 101 {"exception":"[object] (Doctrine\\ORM\\ORMException(code: 0): Unrecognized field: facebookId at /app/vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php:101)"} [] [2020-05-08T00:45:27.617142+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"322469"},"request_uri":"http://localhost:8087/_wdt/322469","method":"GET"} [] [2020-05-08T01:01:35.858272+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQAZXTo4iT9WtMFvIS0N1NVlysw_HT772OVANml65-8iUgwuoDVmuam7d-sIDPGEdCOnDJCbDMBoBUT_qOydh2uUwjF4uiy8IkbnsCfvJriYVasoKobXA9Ae7cKSCO_2DiIrowjCHPnRSsOJTI5DSTb7vR4y0UET4q1D3KYivWEvYfYkZu0ROlq2Vd1KYt-0ltTfTROjqp1DJjR75M11W4_4e1bxoHQ5pDMC8uWidxdU6J5stwi_sRRZMObsZn7r76seobGRVBA3c-rltDhDPPvFoEGF4oCGjxIqmaR3NpTqlHdBX1qrOvKNWElBoiGwxqeR87ikZs60lFL7K0zuxsUp_zRnr8DcSH3shgCFbIIT7w&state=0792beeb7ed493d927e64bcd542297b5","method":"GET"} [] [2020-05-08T01:01:36.100620+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:01:36.351744+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:36.356948+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:36.881892+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (KnpU\\OAuth2ClientBundle\\Security\\Exception\\IdentityProviderAuthenticationException(code: 100): OAuthException: This authorization code has expired. at /app/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php:39)\n[previous exception] [object] (League\\OAuth2\\Client\\Provider\\Exception\\IdentityProviderException(code: 100): OAuthException: This authorization code has expired. at /app/vendor/league/oauth2-facebook/src/Provider/Facebook.php:156)","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:36.890031+02:00] security.DEBUG: The "App\Security\FacebookAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:49.573169+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQAZXTo4iT9WtMFvIS0N1NVlysw_HT772OVANml65-8iUgwuoDVmuam7d-sIDPGEdCOnDJCbDMBoBUT_qOydh2uUwjF4uiy8IkbnsCfvJriYVasoKobXA9Ae7cKSCO_2DiIrowjCHPnRSsOJTI5DSTb7vR4y0UET4q1D3KYivWEvYfYkZu0ROlq2Vd1KYt-0ltTfTROjqp1DJjR75M11W4_4e1bxoHQ5pDMC8uWidxdU6J5stwi_sRRZMObsZn7r76seobGRVBA3c-rltDhDPPvFoEGF4oCGjxIqmaR3NpTqlHdBX1qrOvKNWElBoiGwxqeR87ikZs60lFL7K0zuxsUp_zRnr8DcSH3shgCFbIIT7w&state=0792beeb7ed493d927e64bcd542297b5","method":"GET"} [] [2020-05-08T01:01:49.822408+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:01:50.117531+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:50.123005+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:50.613279+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (KnpU\\OAuth2ClientBundle\\Security\\Exception\\IdentityProviderAuthenticationException(code: 100): OAuthException: This authorization code has expired. at /app/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php:39)\n[previous exception] [object] (League\\OAuth2\\Client\\Provider\\Exception\\IdentityProviderException(code: 100): OAuthException: This authorization code has expired. at /app/vendor/league/oauth2-facebook/src/Provider/Facebook.php:156)","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:01:50.620995+02:00] security.DEBUG: The "App\Security\FacebookAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:04.501348+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQA6u0C5huRPVCAivWg6wo7lLVRL55HgtTt05eDxX1-SRN9YnvW_Ws7YqOtKrACqRa8RER9N9JSpFqzTNmGY4HEgMJWAAinjnhsuWZeoYqf4f5SjkHWLYOhROOAumN27lSPgkueLb2NZy6-LgFsIwqNZavX64emYxl4o0PKCO7HPxYKmjE0TjtFdM2fnPmKr2mRjRtPPJPeJMSC7WrBsUd8ZLtffaEP02zfvW2i2QqQ2hOuy0l9Y-mq5i3xM6xIN9IBgSZH5rWj56_vQs0Ux4yeLTsbIUicKGEVEkdRTgB7E6gf8dqhliYNhh4cBBYFYfIqSvI2iHvWX27xIAsV2WxA1I_-kErpkB3pxXmJEvsa2fg&state=0792beeb7ed493d927e64bcd542297b5","method":"GET"} [] [2020-05-08T01:02:04.745996+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:02:04.979811+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:04.985541+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:05.499452+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:05.888880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:02:05.889157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:02:06.140581+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? LIMIT 1 ["kapserge@gmail.com"] [] [2020-05-08T01:02:06.183377+02:00] php.CRITICAL: Uncaught Error: Call to a member function setEnabled() on null {"exception":"[object] (Error(code: 0): Call to a member function setEnabled() on null at /app/src/Security/FacebookAuthenticator.php:72)"} [] [2020-05-08T01:02:06.333707+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function setEnabled() on null" at /app/src/Security/FacebookAuthenticator.php line 72 {"exception":"[object] (Error(code: 0): Call to a member function setEnabled() on null at /app/src/Security/FacebookAuthenticator.php:72)"} [] [2020-05-08T01:02:10.926390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:02:16.088126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:02:17.474318+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook","method":"GET"} [] [2020-05-08T01:02:17.599622+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:02:17.701665+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:17.702230+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:17.939350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:02:19.465996+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQDQeBdujh8aH3bQ2ds2VqIX8htn5gCmDEVkGpU4bUz1t62_ksI2uycBeZPdtrvQ0laSJLFqums3y28ZF4LUuaBwYprjgUGsHwj3PYfaLAnldlnGXqHsp8V_AoQhaUzYYqDMHcZqm_449231vdzOnn8zjnyEedH1OKTIZElrYpKfDNbCKq9qNLvMso2gjfLzn1KTpXjFetpqofkwCQPVl9ldVrjsLdNeGC14waL9eKPhPerSvGB2dwPiVDgzXbItPpZKMbKIEjOgm4kjp9IKinjzNqSbFY0KGPH9CTYDB0w2eVYbuN5yy51buPuq5RwtdpNr4SnI04ZFbQAq33jR8lr6Vu02w1_YReKi2ZeZ_24uDQ&state=101893f0463ed3b4b8a096ac893fbe71","method":"GET"} [] [2020-05-08T01:02:19.579535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:02:19.677048+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:19.679869+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:19.990920+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:02:20.343430+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? LIMIT 1 ["kapserge@gmail.com"] [] [2020-05-08T01:02:20.365450+02:00] php.CRITICAL: Uncaught Error: Call to a member function setEnabled() on null {"exception":"[object] (Error(code: 0): Call to a member function setEnabled() on null at /app/src/Security/FacebookAuthenticator.php:72)"} [] [2020-05-08T01:02:20.444700+02:00] request.CRITICAL: Uncaught PHP Exception Error: "Call to a member function setEnabled() on null" at /app/src/Security/FacebookAuthenticator.php line 72 {"exception":"[object] (Error(code: 0): Call to a member function setEnabled() on null at /app/src/Security/FacebookAuthenticator.php:72)"} [] [2020-05-08T01:02:22.993852+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e7ba2"},"request_uri":"http://localhost:8087/_wdt/3e7ba2","method":"GET"} [] [2020-05-08T01:03:17.801153+02:00] request.INFO: Matched route "connect_facebook_check". {"route":"connect_facebook_check","route_parameters":{"_route":"connect_facebook_check","_controller":"App\\Controller\\FacebookController::connectCheckAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook/check?code=AQDQeBdujh8aH3bQ2ds2VqIX8htn5gCmDEVkGpU4bUz1t62_ksI2uycBeZPdtrvQ0laSJLFqums3y28ZF4LUuaBwYprjgUGsHwj3PYfaLAnldlnGXqHsp8V_AoQhaUzYYqDMHcZqm_449231vdzOnn8zjnyEedH1OKTIZElrYpKfDNbCKq9qNLvMso2gjfLzn1KTpXjFetpqofkwCQPVl9ldVrjsLdNeGC14waL9eKPhPerSvGB2dwPiVDgzXbItPpZKMbKIEjOgm4kjp9IKinjzNqSbFY0KGPH9CTYDB0w2eVYbuN5yy51buPuq5RwtdpNr4SnI04ZFbQAq33jR8lr6Vu02w1_YReKi2ZeZ_24uDQ&state=101893f0463ed3b4b8a096ac893fbe71","method":"GET"} [] [2020-05-08T01:03:18.049101+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:03:18.264307+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:18.269441+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:18.789236+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (KnpU\\OAuth2ClientBundle\\Security\\Exception\\IdentityProviderAuthenticationException(code: 100): OAuthException: This authorization code has been used. at /app/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php:39)\n[previous exception] [object] (League\\OAuth2\\Client\\Provider\\Exception\\IdentityProviderException(code: 100): OAuthException: This authorization code has been used. at /app/vendor/league/oauth2-facebook/src/Provider/Facebook.php:156)","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:18.799052+02:00] security.DEBUG: The "App\Security\FacebookAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:28.864989+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T01:03:28.963077+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:03:29.052389+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:29.052653+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:29.140789+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:03:31.439560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:03:32.110248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:03:34.080915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:03:36.895010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:03:37.513829+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3b08f"},"request_uri":"http://localhost:8087/_wdt/a3b08f","method":"GET"} [] [2020-05-08T01:03:40.497244+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/connect/facebook","method":"GET"} [] [2020-05-08T01:03:40.697852+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:03:40.914334+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:40.920851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:03:41.306242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:03:50.148618+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3b08f"},"request_uri":"http://localhost:8087/_wdt/a3b08f","method":"GET"} [] [2020-05-08T01:12:59.630055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/registration"" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/registration\" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/registration/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:13:02.593282+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f28e1"},"request_uri":"http://localhost:8087/_wdt/7f28e1","method":"GET"} [] [2020-05-08T01:13:28.627381+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:13:28.826848+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:13:29.042838+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:13:29.043265+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:13:29.153188+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:13:29.303861+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 by controller annotation @IsGranted(\"ROLE_USER\") at /app/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php:85)"} [] [2020-05-08T01:13:29.312199+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-05-08T01:13:31.587430+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"fr"},"request_uri":"http://localhost:8087/fr/login","method":"GET"} [] [2020-05-08T01:13:31.927624+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:13:32.176426+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:13:32.176929+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:13:32.310566+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:13:34.876052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:13:34.876514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:13:38.093988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/login")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/login\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:13:41.080692+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"566e70"},"request_uri":"http://localhost:8087/_wdt/566e70","method":"GET"} [] [2020-05-08T01:13:41.327981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:15:25.772846+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:15:25.797359+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:15:25.797704+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:15:25.798018+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:15:25.838625+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\User' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\User' not found at /app/src/Controller/UserController.php:84)"} [] [2020-05-08T01:15:35.039432+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "User" from namespace "App\Controller". Did you forget a "use" statement for e.g. "Symfony\Component\Security\Core\User\User" or "App\Entity\User"?" at /app/src/Controller/UserController.php line 84 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"User\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Component\\Security\\Core\\User\\User\" or \"App\\Entity\\User\"? at /app/src/Controller/UserController.php:84)"} [] [2020-05-08T01:15:35.246319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:15:37.646713+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d07824"},"request_uri":"http://localhost:8087/_wdt/d07824","method":"GET"} [] [2020-05-08T01:16:48.923738+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:16:49.056663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:16:49.160018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:16:49.160410+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:16:49.450569+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RepeatedType": class does not exist." at /app/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RepeatedType\": class does not exist. at /app/vendor/symfony/form/FormRegistry.php:85)"} [] [2020-05-08T01:16:49.670950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:16:51.967447+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96fe58"},"request_uri":"http://localhost:8087/_wdt/96fe58","method":"GET"} [] [2020-05-08T01:17:45.873970+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:17:46.053579+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:17:46.207817+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:17:46.208382+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:17:46.498926+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RepeatedType": class does not exist." at /app/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RepeatedType\": class does not exist. at /app/vendor/symfony/form/FormRegistry.php:85)"} [] [2020-05-08T01:17:46.845441+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:17:48.906171+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0cb90d"},"request_uri":"http://localhost:8087/_wdt/0cb90d","method":"GET"} [] [2020-05-08T01:22:06.753239+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:22:06.934621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:22:07.103407+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:22:07.103734+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:22:07.436353+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RepeatedType": class does not exist." at /app/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RepeatedType\": class does not exist. at /app/vendor/symfony/form/FormRegistry.php:85)"} [] [2020-05-08T01:22:07.774582+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:22:09.860447+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5140d"},"request_uri":"http://localhost:8087/_wdt/a5140d","method":"GET"} [] [2020-05-08T01:23:36.060317+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:23:36.248057+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:23:36.421424+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:23:36.421775+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:23:36.771662+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\PasswordType": class does not exist." at /app/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\PasswordType\": class does not exist. at /app/vendor/symfony/form/FormRegistry.php:85)"} [] [2020-05-08T01:23:37.112544+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:23:39.155736+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbfc2b"},"request_uri":"http://localhost:8087/_wdt/cbfc2b","method":"GET"} [] [2020-05-08T01:24:57.565122+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:24:57.772955+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:24:57.977005+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:24:57.977784+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:24:59.061912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:24:59.246682+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "name" nor one of the methods "name()", "getname()"/"isname()"/"hasname()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at /app/templates/user/registration.html.twig line 12 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"name\" nor one of the methods \"name()\", \"getname()\"/\"isname()\"/\"hasname()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at /app/templates/user/registration.html.twig:12)"} [] [2020-05-08T01:25:02.458787+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b7597"},"request_uri":"http://localhost:8087/_wdt/7b7597","method":"GET"} [] [2020-05-08T01:26:02.330714+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:26:02.537142+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:26:02.754531+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:26:02.755054+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:26:03.807172+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:26:03.952376+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "fullname" nor one of the methods "fullname()", "getfullname()"/"isfullname()"/"hasfullname()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at /app/templates/user/registration.html.twig line 12 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"fullname\" nor one of the methods \"fullname()\", \"getfullname()\"/\"isfullname()\"/\"hasfullname()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at /app/templates/user/registration.html.twig:12)"} [] [2020-05-08T01:26:06.587868+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8170d6"},"request_uri":"http://localhost:8087/_wdt/8170d6","method":"GET"} [] [2020-05-08T01:27:25.735271+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:27:25.927950+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:27:26.116607+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:27:26.116954+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:27:27.108977+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:27:30.079863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:27:30.080732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:27:33.545273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:27:37.709110+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac388a"},"request_uri":"http://localhost:8087/_wdt/ac388a","method":"GET"} [] [2020-05-08T01:27:38.235869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:28:54.573440+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T01:28:54.787570+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:28:55.009368+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:28:55.009780+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:28:55.056401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:28:58.288343+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["ak@de.f"] [] [2020-05-08T01:28:58.772601+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Controller\UserController::$passwordEncoder" at /app/src/Controller/UserController.php line 94 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Controller\\UserController::$passwordEncoder at /app/src/Controller/UserController.php:94)"} [] [2020-05-08T01:29:00.652588+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe499a"},"request_uri":"http://localhost:8087/_wdt/fe499a","method":"GET"} [] [2020-05-08T01:33:25.224876+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T01:33:25.251050+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:33:25.251442+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:33:25.251709+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:33:25.252165+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:33:27.030212+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["ak@de.f"] [] [2020-05-08T01:33:28.057348+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-05-08T01:33:28.065351+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?) {"1":"sertge","2":null,"3":"ak@de.f","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_USER"],"6":null} [] [2020-05-08T01:33:28.109755+02:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-05-08T01:33:28.143863+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params ["sertge", null, "ak@de.f", "$argon2i$v=19$m=65536,t=4,p=1$MW5HR1UxZ3lBWWphZ3JrZQ$pzzFvHwAd40KazcRWSqFRrc0Z9rx\/iHRy8kBu8oULvc", "[\"ROLE_USER\"]", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'username' cannot be null" at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params [\"sertge\", null, \"ak@de.f\", \"$argon2i$v=19$m=65536,t=4,p=1$MW5HR1UxZ3lBWWphZ3JrZQ$pzzFvHwAd40KazcRWSqFRrc0Z9rx\\/iHRy8kBu8oULvc\", \"[\\\"ROLE_USER\\\"]\", null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'username' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'username' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:123)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'username' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:121)"} [] [2020-05-08T01:33:31.013834+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3dd45"},"request_uri":"http://localhost:8087/_wdt/a3dd45","method":"GET"} [] [2020-05-08T01:36:01.047027+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:36:01.309578+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:36:01.587651+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:36:01.588027+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:36:02.673310+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:36:06.735333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:06.736090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:09.181507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:12.214907+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"436d4c"},"request_uri":"http://localhost:8087/_wdt/436d4c","method":"GET"} [] [2020-05-08T01:36:12.595063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:41.452203+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:36:41.705987+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:36:41.971382+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:36:41.971857+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:36:42.993175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:36:45.371769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:45.371596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:48.818673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:36:51.822978+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4495b5"},"request_uri":"http://localhost:8087/_wdt/4495b5","method":"GET"} [] [2020-05-08T01:36:52.172717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:38:19.603844+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:38:19.716348+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:38:19.820201+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:38:19.820497+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:38:20.699190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:38:23.543943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:38:23.544182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:38:26.704326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:38:30.426097+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba3538"},"request_uri":"http://localhost:8087/_wdt/ba3538","method":"GET"} [] [2020-05-08T01:38:30.913910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:39:22.791520+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:39:23.002211+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:39:23.198536+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:39:23.199003+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:39:24.327376+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:39:24.516131+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "fullName" has already been rendered, save the result of previous render call to a variable and output that instead.")." at /app/templates/user/registration.html.twig line 19 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"fullName\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at /app/templates/user/registration.html.twig:19)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"fullName\" has already been rendered, save the result of previous render call to a variable and output that instead. at /app/vendor/symfony/form/FormRenderer.php:136)"} [] [2020-05-08T01:39:27.196189+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"864765"},"request_uri":"http://localhost:8087/_wdt/864765","method":"GET"} [] [2020-05-08T01:40:14.517903+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:40:14.688635+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:40:14.860034+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:40:14.860589+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:40:15.785088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:40:18.595235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:18.595557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:21.604646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:24.906228+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2d9da"},"request_uri":"http://localhost:8087/_wdt/c2d9da","method":"GET"} [] [2020-05-08T01:40:25.205333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:48.230869+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:40:48.449107+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:40:48.670758+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:40:48.671093+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:40:49.478602+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:40:52.573844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:52.573600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:55.038647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:40:57.101696+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"354087"},"request_uri":"http://localhost:8087/_wdt/354087","method":"GET"} [] [2020-05-08T01:40:58.027665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:41:23.189361+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T01:41:23.320940+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:41:23.441357+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:41:23.441668+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:41:23.461611+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:41:24.024549+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["aa"] [] [2020-05-08T01:41:24.054331+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["aqs@d.fr"] [] [2020-05-08T01:41:24.392945+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-05-08T01:41:24.398496+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?) {"1":"zxc","2":"aa","3":"aqs@d.fr","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_USER"],"6":null} [] [2020-05-08T01:41:24.422616+02:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-05-08T01:41:24.483612+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params ["zxc", "aa", "aqs@d.fr", "$argon2i$v=19$m=65536,t=4,p=1$UDk3STVoWXUwSm9LLkFDbw$jSneB9mSjpijZYQsEU\/J\/v8YvfXUzrlpg+7Rx5U87r4", "[\"ROLE_USER\"]", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null" at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?)' with params [\"zxc\", \"aa\", \"aqs@d.fr\", \"$argon2i$v=19$m=65536,t=4,p=1$UDk3STVoWXUwSm9LLkFDbw$jSneB9mSjpijZYQsEU\\/J\\/v8YvfXUzrlpg+7Rx5U87r4\", \"[\\\"ROLE_USER\\\"]\", null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:123)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'picture' cannot be null at /app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:121)"} [] [2020-05-08T01:41:27.056315+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da488c"},"request_uri":"http://localhost:8087/_wdt/da488c","method":"GET"} [] [2020-05-08T01:42:50.821124+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:42:51.003155+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:42:51.198842+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:42:51.199214+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:42:51.901627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:42:54.761452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:42:54.761236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:42:58.914346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:43:01.807117+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb91f7"},"request_uri":"http://localhost:8087/_wdt/eb91f7","method":"GET"} [] [2020-05-08T01:43:02.260583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:48:14.808882+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T01:48:15.064353+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:48:15.295695+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:48:15.296111+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:48:15.337175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:48:16.214074+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["aa"] [] [2020-05-08T01:48:16.239354+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["aqs@d.fr"] [] [2020-05-08T01:48:16.605947+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-05-08T01:48:16.611784+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?) {"1":"zxc","2":"aa","3":"aqs@d.fr","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_USER"],"6":"qww"} [] [2020-05-08T01:48:16.616978+02:00] doctrine.DEBUG: "COMMIT" [] [] [2020-05-08T01:48:16.773029+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Unable to generate a URL for the named route "app_login" as such route does not exist." at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php line 50 {"exception":"[object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"app_login\" as such route does not exist. at /app/vendor/symfony/routing/Generator/CompiledUrlGenerator.php:50)"} [] [2020-05-08T01:48:19.279465+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"97873f"},"request_uri":"http://localhost:8087/_wdt/97873f","method":"GET"} [] [2020-05-08T01:49:10.724235+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T01:49:10.947503+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:49:11.139271+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:49:11.139737+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:49:11.173947+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:49:11.984890+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["aa"] [] [2020-05-08T01:49:12.309334+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["aqs@d.fr"] [] [2020-05-08T01:49:12.937944+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "second" has already been rendered, save the result of previous render call to a variable and output that instead.")." at /app/templates/user/registration.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at /app/templates/user/registration.html.twig:42)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead. at /app/vendor/symfony/form/FormRenderer.php:136)"} [] [2020-05-08T01:49:15.992392+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bf722"},"request_uri":"http://localhost:8087/_wdt/1bf722","method":"GET"} [] [2020-05-08T01:55:40.766405+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:55:41.058910+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:55:41.338302+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:55:41.338829+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:55:42.185309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:55:42.470024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:55:42.690829+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "second" has already been rendered, save the result of previous render call to a variable and output that instead.")." at /app/templates/user/registration.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at /app/templates/user/registration.html.twig:42)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead. at /app/vendor/symfony/form/FormRenderer.php:136)"} [] [2020-05-08T01:55:47.322958+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"123117"},"request_uri":"http://localhost:8087/_wdt/123117","method":"GET"} [] [2020-05-08T01:55:49.085450+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:55:49.314665+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:55:49.497352+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:55:49.497769+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:55:50.428045+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:55:50.593446+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "second" has already been rendered, save the result of previous render call to a variable and output that instead.")." at /app/templates/user/registration.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at /app/templates/user/registration.html.twig:42)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead. at /app/vendor/symfony/form/FormRenderer.php:136)"} [] [2020-05-08T01:55:53.466369+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2478a"},"request_uri":"http://localhost:8087/_wdt/b2478a","method":"GET"} [] [2020-05-08T01:57:26.447035+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:57:26.659181+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:57:26.871524+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:57:26.871883+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:57:27.711135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:57:27.880712+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "second" has already been rendered, save the result of previous render call to a variable and output that instead.")." at /app/templates/user/registration.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at /app/templates/user/registration.html.twig:42)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead. at /app/vendor/symfony/form/FormRenderer.php:136)"} [] [2020-05-08T01:57:30.971171+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41396e"},"request_uri":"http://localhost:8087/_wdt/41396e","method":"GET"} [] [2020-05-08T01:57:35.185312+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:57:35.400067+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:57:35.544387+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:57:35.544734+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:57:36.534737+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:57:36.674751+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Field "second" has already been rendered, save the result of previous render call to a variable and output that instead.")." at /app/templates/user/registration.html.twig line 42 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead.\"). at /app/templates/user/registration.html.twig:42)\n[previous exception] [object] (Symfony\\Component\\Form\\Exception\\BadMethodCallException(code: 0): Field \"second\" has already been rendered, save the result of previous render call to a variable and output that instead. at /app/vendor/symfony/form/FormRenderer.php:136)"} [] [2020-05-08T01:57:39.920565+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71987c"},"request_uri":"http://localhost:8087/_wdt/71987c","method":"GET"} [] [2020-05-08T01:58:13.675719+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:58:13.910880+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:58:14.185416+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:58:14.186529+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:58:15.532918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:58:19.949170+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T01:58:20.293401+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:58:20.597609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:58:20.658037+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:58:20.658741+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:58:20.700724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:58:22.090050+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:58:25.323363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:58:25.323125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:58:25.547307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:58:30.845099+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a756c"},"request_uri":"http://localhost:8087/_wdt/9a756c","method":"GET"} [] [2020-05-08T01:58:31.188025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:58:31.742436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d2ad4"},"request_uri":"http://localhost:8087/_wdt/5d2ad4","method":"GET"} [] [2020-05-08T01:58:32.409880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:13.360287+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T01:59:13.533077+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:59:13.680930+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:59:13.681302+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:59:13.712935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:59:14.385993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["sas"] [] [2020-05-08T01:59:14.411274+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["sx@dm.v"] [] [2020-05-08T01:59:14.764730+02:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-05-08T01:59:14.770028+02:00] doctrine.DEBUG: INSERT INTO symfony_demo_user (full_name, username, email, password, roles, picture) VALUES (?, ?, ?, ?, ?, ?) {"1":"asa","2":"sas","3":"sx@dm.v","4":"$argon2i$v=19$m=65536,t=4, [...]","5":["ROLE_USER"],"6":"as"} [] [2020-05-08T01:59:14.771751+02:00] doctrine.DEBUG: "COMMIT" [] [] [2020-05-08T01:59:17.216164+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-08T01:59:17.559469+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T01:59:18.923490+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:59:18.923764+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T01:59:19.355751+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-08T01:59:19.465364+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-08T01:59:19.485339+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-08T01:59:19.927892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T01:59:22.640816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:22.641117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:26.504397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:26.504155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:26.504603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:30.681535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f6ee8"},"request_uri":"http://localhost:8087/_wdt/7f6ee8","method":"GET"} [] [2020-05-08T01:59:31.101861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T01:59:31.101600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:06:50.423349+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:06:50.674758+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:06:50.936906+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:06:50.937357+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:06:51.272010+02:00] php.CRITICAL: Uncaught Error: Class 'App\Form\NotBlank' not found {"exception":"[object] (Error(code: 0): Class 'App\\Form\\NotBlank' not found at /app/src/Form/UserType.php:64)"} [] [2020-05-08T02:07:03.190297+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "NotBlank" from namespace "App\Form". Did you forget a "use" statement for "Symfony\Component\Validator\Constraints\NotBlank"?" at /app/src/Form/UserType.php line 64 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"NotBlank\" from namespace \"App\\Form\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\Validator\\Constraints\\NotBlank\"? at /app/src/Form/UserType.php:64)"} [] [2020-05-08T02:07:03.599134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:07:06.339757+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd390c"},"request_uri":"http://localhost:8087/_wdt/bd390c","method":"GET"} [] [2020-05-08T02:07:45.727810+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:07:45.964622+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:07:46.162653+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:07:46.162957+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:07:46.403778+02:00] php.CRITICAL: Uncaught Error: Class 'App\Form\NotBlank' not found {"exception":"[object] (Error(code: 0): Class 'App\\Form\\NotBlank' not found at /app/src/Form/UserType.php:64)"} [] [2020-05-08T02:07:55.959180+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "NotBlank" from namespace "App\Form". Did you forget a "use" statement for "Symfony\Component\Validator\Constraints\NotBlank"?" at /app/src/Form/UserType.php line 64 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"NotBlank\" from namespace \"App\\Form\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\Validator\\Constraints\\NotBlank\"? at /app/src/Form/UserType.php:64)"} [] [2020-05-08T02:07:56.278778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:07:58.609864+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d80ec2"},"request_uri":"http://localhost:8087/_wdt/d80ec2","method":"GET"} [] [2020-05-08T02:08:28.241407+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:08:28.411007+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:08:28.577300+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:08:28.577655+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:08:28.819365+02:00] php.CRITICAL: Uncaught Error: Class 'App\Form\Length' not found {"exception":"[object] (Error(code: 0): Class 'App\\Form\\Length' not found at /app/src/Form/UserType.php:67)"} [] [2020-05-08T02:08:38.100673+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Length" from namespace "App\Form". Did you forget a "use" statement for "Symfony\Component\Validator\Constraints\Length"?" at /app/src/Form/UserType.php line 67 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Length\" from namespace \"App\\Form\".\nDid you forget a \"use\" statement for \"Symfony\\Component\\Validator\\Constraints\\Length\"? at /app/src/Form/UserType.php:67)"} [] [2020-05-08T02:08:38.399518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:08:40.478941+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f114ea"},"request_uri":"http://localhost:8087/_wdt/f114ea","method":"GET"} [] [2020-05-08T02:09:12.940180+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:09:13.142579+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:09:13.347608+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:09:13.348005+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:09:14.146670+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:09:16.998943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:09:17.001529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:09:20.343377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:09:23.706076+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5521a4"},"request_uri":"http://localhost:8087/_wdt/5521a4","method":"GET"} [] [2020-05-08T02:09:23.998916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:20:49.037584+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:20:49.225335+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:20:49.411163+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:20:49.411594+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:20:49.818398+02:00] php.CRITICAL: Uncaught Error: Class 'App\Form\Email' not found {"exception":"[object] (Error(code: 0): Class 'App\\Form\\Email' not found at /app/src/Form/UserType.php:56)"} [] [2020-05-08T02:20:59.914557+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Email" from namespace "App\Form". Did you forget a "use" statement for e.g. "Symfony\Component\Validator\Constraints\Email" or "Symfony\Component\Mime\Email"?" at /app/src/Form/UserType.php line 56 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Email\" from namespace \"App\\Form\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Component\\Validator\\Constraints\\Email\" or \"Symfony\\Component\\Mime\\Email\"? at /app/src/Form/UserType.php:56)"} [] [2020-05-08T02:21:00.244541+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:21:03.445603+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6eef4"},"request_uri":"http://localhost:8087/_wdt/f6eef4","method":"GET"} [] [2020-05-08T02:21:24.542446+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:21:24.832853+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:21:25.078200+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:21:25.078685+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:21:25.362092+02:00] php.CRITICAL: Uncaught Error: Class 'App\Form\Email' not found {"exception":"[object] (Error(code: 0): Class 'App\\Form\\Email' not found at /app/src/Form/UserType.php:56)"} [] [2020-05-08T02:21:38.285351+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Email" from namespace "App\Form". Did you forget a "use" statement for e.g. "Symfony\Component\Validator\Constraints\Email" or "Symfony\Component\Mime\Email"?" at /app/src/Form/UserType.php line 56 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Email\" from namespace \"App\\Form\".\nDid you forget a \"use\" statement for e.g. \"Symfony\\Component\\Validator\\Constraints\\Email\" or \"Symfony\\Component\\Mime\\Email\"? at /app/src/Form/UserType.php:56)"} [] [2020-05-08T02:21:38.646734+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:21:41.263775+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a6328"},"request_uri":"http://localhost:8087/_wdt/6a6328","method":"GET"} [] [2020-05-08T02:22:05.161775+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:22:05.368360+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:22:05.577493+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:22:05.577947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:22:05.934019+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\FileType": class does not exist." at /app/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\FileType\": class does not exist. at /app/vendor/symfony/form/FormRegistry.php:85)"} [] [2020-05-08T02:22:06.294326+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:22:08.741427+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b26d10"},"request_uri":"http://localhost:8087/_wdt/b26d10","method":"GET"} [] [2020-05-08T02:22:38.889515+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:22:39.074773+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:22:39.236713+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:22:39.237044+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:22:40.389813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:22:43.585156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:22:43.585188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:22:48.199997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:22:51.829876+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e8d27"},"request_uri":"http://localhost:8087/_wdt/2e8d27","method":"GET"} [] [2020-05-08T02:22:52.036460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:23:00.488920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:03.508698+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T02:29:03.637335+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:29:03.762785+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:29:03.763143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:29:04.264413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:29:07.019220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:07.182877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:10.292772+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92f02b"},"request_uri":"http://localhost:8087/_wdt/92f02b","method":"GET"} [] [2020-05-08T02:29:10.925404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:34.971520+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T02:29:35.150749+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:29:35.317415+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:29:35.317739+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:29:35.346784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:29:36.149829+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["asee"] [] [2020-05-08T02:29:36.187467+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["aqs@d.frz"] [] [2020-05-08T02:29:39.168954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:39.168954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:41.804165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:29:44.533024+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a9df1"},"request_uri":"http://localhost:8087/_wdt/5a9df1","method":"GET"} [] [2020-05-08T02:29:44.957969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:30:24.882961+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T02:30:25.033373+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:30:25.185108+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:30:25.185484+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:30:25.214582+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:30:25.805646+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["asee"] [] [2020-05-08T02:30:25.827085+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["aqs@d.frz"] [] [2020-05-08T02:30:25.843981+02:00] php.CRITICAL: Uncaught Error: Argument 2 passed to Symfony\Component\Security\Core\Encoder\UserPasswordEncoder::encodePassword() must be of the type string, null given, called in /app/src/Controller/UserController.php on line 103 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoder::encodePassword() must be of the type string, null given, called in /app/src/Controller/UserController.php on line 103 at /app/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:33)"} [] [2020-05-08T02:30:25.916944+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 2 passed to Symfony\Component\Security\Core\Encoder\UserPasswordEncoder::encodePassword() must be of the type string, null given, called in /app/src/Controller/UserController.php on line 103" at /app/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php line 33 {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoder::encodePassword() must be of the type string, null given, called in /app/src/Controller/UserController.php on line 103 at /app/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:33)"} [] [2020-05-08T02:30:27.885831+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"927b34"},"request_uri":"http://localhost:8087/_wdt/927b34","method":"GET"} [] [2020-05-08T02:32:04.085106+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T02:32:04.274675+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:32:04.455348+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:32:04.455908+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:32:04.487983+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:32:08.237176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:32:08.236942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:32:11.645755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:32:14.626652+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"390b47"},"request_uri":"http://localhost:8087/_wdt/390b47","method":"GET"} [] [2020-05-08T02:32:14.959687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T02:32:31.134213+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"POST"} [] [2020-05-08T02:32:31.297635+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T02:32:31.460114+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:32:31.460448+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T02:32:31.490807+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T02:32:32.203081+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.username = ? ["zxc"] [] [2020-05-08T02:32:32.226425+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.email = ? ["aqs@d.frq"] [] [2020-05-08T02:32:32.532121+02:00] php.CRITICAL: Uncaught Error: Class 'App\Controller\Urlizer' not found {"exception":"[object] (Error(code: 0): Class 'App\\Controller\\Urlizer' not found at /app/src/Controller/UserController.php:113)"} [] [2020-05-08T02:32:41.600089+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "Urlizer" from namespace "App\Controller". Did you forget a "use" statement for another namespace?" at /app/src/Controller/UserController.php line 113 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"Urlizer\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for another namespace? at /app/src/Controller/UserController.php:113)"} [] [2020-05-08T02:32:43.147261+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d643be"},"request_uri":"http://localhost:8087/_wdt/d643be","method":"GET"} [] [2020-05-08T03:42:54.558693+02:00] request.INFO: Matched route "registration". {"route":"registration","route_parameters":{"_route":"registration","_controller":"App\\Controller\\UserController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/profile/registration","method":"GET"} [] [2020-05-08T03:42:54.940404+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:42:55.325020+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:42:55.325775+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:42:56.792921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:43:01.355476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:43:01.744396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/profile/style.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/profile/style.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/profile/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:43:08.455812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/profile/registration")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/profile/registration\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:43:12.344927+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bad768"},"request_uri":"http://localhost:8087/_wdt/bad768","method":"GET"} [] [2020-05-08T03:43:12.792685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:04.141980+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-08T03:49:04.367034+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:49:04.614091+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:49:04.614434+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:49:05.289157+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-08T03:49:05.416685+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-08T03:49:05.435608+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-08T03:49:05.911471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:49:08.367495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:08.421200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:13.642410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:13.641604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:13.641912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:14.625934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:15.407408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:18.852565+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34b188"},"request_uri":"http://localhost:8087/_wdt/34b188","method":"GET"} [] [2020-05-08T03:49:27.299701+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/se","method":"GET"} [] [2020-05-08T03:49:27.489649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:49:27.692154+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:49:27.692591+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:49:28.224597+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:49:30.877729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:30.877910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:34.101868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/se")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/se\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:49:37.992853+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d045b3"},"request_uri":"http://localhost:8087/_wdt/d045b3","method":"GET"} [] [2020-05-08T03:49:38.608494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:50:42.357737+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-08T03:50:42.533979+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:50:42.702511+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:50:42.702894+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:50:43.147301+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:50:45.515216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:50:45.515094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:50:48.185427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:50:50.796752+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30cefe"},"request_uri":"http://localhost:8087/_wdt/30cefe","method":"GET"} [] [2020-05-08T03:50:51.181330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:50:52.882173+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-08T03:50:53.051602+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:50:53.235927+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:50:53.236577+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:50:53.766422+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-08T03:50:53.858787+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-08T03:50:53.875720+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-08T03:50:54.288526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:50:56.344112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:50:56.344438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:00.548975+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3d6b6"},"request_uri":"http://localhost:8087/_wdt/f3d6b6","method":"GET"} [] [2020-05-08T03:51:00.946372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:01.475797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:01.574557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:02.406089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:04.319635+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-08T03:51:04.480511+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:51:04.640250+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:51:04.640701+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:51:05.170191+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-08T03:51:06.113364+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:51:06.193185+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-08T03:51:08.727677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:08.727476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:10.650048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:13.619467+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e34ceb"},"request_uri":"http://localhost:8087/_wdt/e34ceb","method":"GET"} [] [2020-05-08T03:51:13.974486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:15.407134+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-08T03:51:15.588287+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:51:15.756196+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:51:15.756687+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:51:16.154867+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-08T03:51:16.651428+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:51:19.583057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:19.583710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:24.084321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:24.125957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:24.126485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:27.882832+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7319ca"},"request_uri":"http://localhost:8087/_wdt/7319ca","method":"GET"} [] [2020-05-08T03:51:28.310341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:51:56.843909+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"fr"},"request_uri":"http://localhost:8087/fr/Livre_audio","method":"GET"} [] [2020-05-08T03:51:57.010095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:51:57.181796+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:51:57.182235+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:51:57.756315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:52:00.567649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:00.567931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:03.748508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/Livre_audio")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/Livre_audio\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:06.972210+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b49cf9"},"request_uri":"http://localhost:8087/_wdt/b49cf9","method":"GET"} [] [2020-05-08T03:52:07.435323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:10.641098+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"fr","id":"46"},"request_uri":"http://localhost:8087/fr/audio/46","method":"GET"} [] [2020-05-08T03:52:10.799013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:52:10.951346+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:52:10.953300+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:52:11.255092+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2020-05-08T03:52:11.392310+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /app/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /app/src/Controller/DefaultController.php:255)"} [] [2020-05-08T03:52:11.602970+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:52:13.173832+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"795848"},"request_uri":"http://localhost:8087/_wdt/795848","method":"GET"} [] [2020-05-08T03:52:29.098635+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-08T03:52:29.247139+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:52:29.385075+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:52:29.385449+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:52:29.798230+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-08T03:52:29.870072+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-08T03:52:29.881725+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-08T03:52:30.241995+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:52:32.930676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:32.930984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:36.528315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:36.528064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:36.527690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:40.195056+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"546be6"},"request_uri":"http://localhost:8087/_wdt/546be6","method":"GET"} [] [2020-05-08T03:52:40.616438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:52:40.616785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:36.732095+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/gallery","method":"GET"} [] [2020-05-08T03:53:36.905296+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:53:37.079092+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:53:37.079485+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:53:37.488397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:53:40.189060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:40.189273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:40.191277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:41.743833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:42.657654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:44.971828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:44.971960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:44.972780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:48.926504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:49.085118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:49.102095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:54.100889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:54.100216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:54.284738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:54.285267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:54.438368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:58.181180+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5953d6"},"request_uri":"http://localhost:8087/_wdt/5953d6","method":"GET"} [] [2020-05-08T03:53:58.600704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:53:58.952053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:57:47.433635+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-08T03:57:47.455329+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:57:47.455730+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:57:47.456045+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:57:47.841782+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:58:14.906152+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-08T03:58:15.063918+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:58:15.232314+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:58:15.232751+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:58:15.838288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:58:18.570013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:58:18.569877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:58:22.041149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:58:24.951990+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c05995"},"request_uri":"http://localhost:8087/_wdt/c05995","method":"GET"} [] [2020-05-08T03:58:25.335146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:58:48.039186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:59:27.921103+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-08T03:59:28.134348+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T03:59:28.344392+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:59:28.344706+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T03:59:29.074080+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T03:59:31.349870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:59:31.350224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T03:59:34.087436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c80b9"},"request_uri":"http://localhost:8087/_wdt/4c80b9","method":"GET"} [] [2020-05-08T03:59:35.084990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:11:50.865620+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-08T04:11:51.106085+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T04:11:51.350225+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T04:11:51.350783+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T04:11:52.129395+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T04:11:55.365667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:11:55.365327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:11:58.950026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:11:58.949857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:02.670772+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e73531"},"request_uri":"http://localhost:8087/_wdt/e73531","method":"GET"} [] [2020-05-08T04:12:03.086307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:03.086567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:18.308721+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-08T04:12:18.549831+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-08T04:12:18.781512+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T04:12:18.781988+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-08T04:12:19.396191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-08T04:12:22.107454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:22.107163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:25.393782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:26.231982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:29.455627+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef0b1a"},"request_uri":"http://localhost:8087/_wdt/ef0b1a","method":"GET"} [] [2020-05-08T04:12:29.605709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-08T04:12:29.606188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:37:54.759896+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T15:37:55.006246+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T15:37:55.279970+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T15:37:55.280609+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T15:37:55.872781+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T15:38:00.307859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:38:00.308361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:38:04.665277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:38:04.665055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:38:08.953335+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcbae9"},"request_uri":"http://localhost:8087/_wdt/dcbae9","method":"GET"} [] [2020-05-09T15:38:09.954784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:57:09.157774+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T15:57:09.377279+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T15:57:09.568303+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T15:57:09.568660+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T15:57:10.327546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T15:57:14.675789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:57:14.676258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:57:14.675789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:57:18.884193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:57:23.390936+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"230e11"},"request_uri":"http://localhost:8087/_wdt/230e11","method":"GET"} [] [2020-05-09T15:57:23.951670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T15:57:23.951535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:00:22.146028+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:00:22.368062+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:00:22.604596+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:00:22.605818+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:00:23.362254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:00:26.575550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:00:26.710184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:00:30.441383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:00:30.441070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:00:33.660198+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"244ded"},"request_uri":"http://localhost:8087/_wdt/244ded","method":"GET"} [] [2020-05-09T16:00:34.028268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:06:33.032197+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:06:33.242538+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:06:33.440423+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:06:33.440719+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:06:34.052709+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:06:36.973481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:06:37.641623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:06:41.239686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:06:41.239517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:06:45.109528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:06:45.494243+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"345354"},"request_uri":"http://localhost:8087/_wdt/345354","method":"GET"} [] [2020-05-09T16:07:28.775231+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:07:28.980237+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:07:29.142054+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:07:29.142601+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:07:30.076473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:07:32.947013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:07:32.947801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:07:36.414527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:07:36.414339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:07:39.599454+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9cdf46"},"request_uri":"http://localhost:8087/_wdt/9cdf46","method":"GET"} [] [2020-05-09T16:07:39.893484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:08:25.958743+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:08:26.134876+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:08:26.302621+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:08:26.303048+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:08:27.020264+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:08:29.745145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:08:29.744876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:08:33.070963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:08:33.070779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:08:36.616622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7d96b"},"request_uri":"http://localhost:8087/_wdt/c7d96b","method":"GET"} [] [2020-05-09T16:08:37.003815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:08:37.004011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:09:07.543892+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:09:07.788562+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:09:08.026312+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:09:08.026743+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:09:08.921654+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:09:13.126644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:09:13.126838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:09:13.643822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:09:17.006364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:09:20.450821+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e47cc"},"request_uri":"http://localhost:8087/_wdt/6e47cc","method":"GET"} [] [2020-05-09T16:09:20.860450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:09:20.860271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:10:50.632534+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:10:50.817538+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:10:50.997881+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:10:50.998195+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:10:51.619756+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:10:54.703407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:10:54.703092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:10:58.127585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:10:58.771989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:11:02.405613+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad33ce"},"request_uri":"http://localhost:8087/_wdt/ad33ce","method":"GET"} [] [2020-05-09T16:11:02.779285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:11:02.779066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:12:45.325131+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:12:45.558567+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:12:45.807581+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:12:45.807950+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:12:46.575509+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:12:49.482099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:12:49.485018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:12:49.646506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:12:53.563645+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04c846"},"request_uri":"http://localhost:8087/_wdt/04c846","method":"GET"} [] [2020-05-09T16:12:54.018584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:12:54.327833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:14:06.310025+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-09T16:14:06.486988+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-09T16:14:06.662946+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:14:06.663303+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-09T16:14:07.355852+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-09T16:14:10.286843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:14:10.286706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:14:10.546838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:14:14.004410+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5829cf"},"request_uri":"http://localhost:8087/_wdt/5829cf","method":"GET"} [] [2020-05-09T16:14:14.445788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-09T16:14:14.666366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:18:56.542707+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-10T14:18:57.114295+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-10T14:18:57.449036+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T14:18:57.449525+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T14:18:58.279051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-10T14:19:00.671640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:01.112300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:07.725245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:07.725965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:08.487053+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"580c04"},"request_uri":"http://localhost:8087/_wdt/580c04","method":"GET"} [] [2020-05-10T14:19:35.936622+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-10T14:19:36.119194+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-10T14:19:36.355128+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T14:19:36.355506+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T14:19:36.966553+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-10T14:19:39.894470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:39.894470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:45.283240+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80a0e0"},"request_uri":"http://localhost:8087/_wdt/80a0e0","method":"GET"} [] [2020-05-10T14:19:45.688686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T14:19:45.689615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /app/common/assets/img/icon/loader/ajax-loader-bar-white.gif\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/common/assets/img/icon/loader/ajax-loader-bar-white.gif/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T23:54:10.847725+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/vendor/symfony/validator/Resources/translations/validators.fr.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-10T23:54:11.160574+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml [] [] [2020-05-10T23:54:11.434318+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml [] [] [2020-05-10T23:56:26.358619+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/app/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-10T23:56:27.104425+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-10T23:56:27.166570+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-10T23:56:27.167019+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T23:56:27.167440+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T23:56:27.583364+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Users/kapserge/Documents/Travail/Api/web/demo/vendor/symfony/validator/Resources/translations/validators.fr.xlf [] [] [2020-05-10T23:56:27.931744+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-10T23:56:31.426387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T23:56:31.426711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T23:56:34.755853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T23:56:38.353306+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e93dd1"},"request_uri":"http://localhost:8087/_wdt/e93dd1","method":"GET"} [] [2020-05-10T23:56:38.748510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T23:56:55.428132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-10T23:59:57.323357+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-10T23:59:57.518905+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-10T23:59:57.707042+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T23:59:57.707496+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-10T23:59:58.117539+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?" at /app/templates/video/donation.html.twig line 4 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag? at /app/templates/video/donation.html.twig:4)"} [] [2020-05-10T23:59:58.547573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:00:01.090581+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16281b"},"request_uri":"http://localhost:8087/_wdt/16281b","method":"GET"} [] [2020-05-11T00:00:29.464655+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:00:29.645801+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:00:29.857621+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:00:29.857924+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:00:30.642308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:00:33.371133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:00:33.542085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:00:37.083026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:00:40.088728+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"596f0e"},"request_uri":"http://localhost:8087/_wdt/596f0e","method":"GET"} [] [2020-05-11T00:00:41.100877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:00:43.966818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /charge" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /charge\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charge\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:00:45.927729+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f88fe8"},"request_uri":"http://localhost:8087/_wdt/f88fe8","method":"GET"} [] [2020-05-11T00:09:23.886379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:09:23.886773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:09:27.709423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:09:36.092999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /charge" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /charge\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charge\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:09:38.465377+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eecf48"},"request_uri":"http://localhost:8087/_wdt/eecf48","method":"GET"} [] [2020-05-11T00:10:36.066022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:10:36.066974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:10:38.952143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:10:42.775454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:10:51.756173+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:10:51.939964+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:10:52.113628+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:10:52.113967+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:10:52.825335+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:10:55.134550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:10:55.134803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:10:59.115685+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b80e1"},"request_uri":"http://localhost:8087/_wdt/7b80e1","method":"GET"} [] [2020-05-11T00:10:59.206577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:11:57.579073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:13:46.875860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /charge" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /charge\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charge\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:13:48.493534+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d85b84"},"request_uri":"http://localhost:8087/_wdt/d85b84","method":"GET"} [] [2020-05-11T00:14:41.252121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:14:41.251930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:14:45.686966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:15:03.306411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /charge" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST /charge\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charge\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:15:05.954688+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"566eed"},"request_uri":"http://localhost:8087/_wdt/566eed","method":"GET"} [] [2020-05-11T00:25:31.876912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:25:34.383159+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:25:34.705980+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:25:35.016231+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:25:35.016575+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:25:36.100922+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\PermissionException: "This API call cannot be made with a publishable API key. Please use a secret API key. You can find a list of your API keys at https://dashboard.stripe.com/account/apikeys." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\PermissionException(code: 0): This API call cannot be made with a publishable API key. Please use a secret API key. You can find a list of your API keys at https://dashboard.stripe.com/account/apikeys. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:25:36.460938+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:25:38.746847+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"531c36"},"request_uri":"http://localhost:8087/_wdt/531c36","method":"GET"} [] [2020-05-11T00:29:44.004748+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:29:44.207023+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:29:44.373493+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:29:44.374168+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:29:45.345710+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\PermissionException: "This API call cannot be made with a publishable API key. Please use a secret API key. You can find a list of your API keys at https://dashboard.stripe.com/account/apikeys." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\PermissionException(code: 0): This API call cannot be made with a publishable API key. Please use a secret API key. You can find a list of your API keys at https://dashboard.stripe.com/account/apikeys. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:29:45.678062+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:34:45.548856+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:34:45.575599+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:34:45.576047+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:34:45.576429+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:34:46.780940+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\InvalidRequestException: "Must provide source or customer." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\InvalidRequestException(code: 0): Must provide source or customer. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:34:47.120860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:34:49.478783+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6de26b"},"request_uri":"http://localhost:8087/_wdt/6de26b","method":"GET"} [] [2020-05-11T00:37:09.985366+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:37:10.224021+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:37:10.422885+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:37:10.423258+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:37:11.544665+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\InvalidRequestException: "Must provide source or customer." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\InvalidRequestException(code: 0): Must provide source or customer. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:37:11.965373+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:37:14.258474+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f697e9"},"request_uri":"http://localhost:8087/_wdt/f697e9","method":"GET"} [] [2020-05-11T00:41:51.632590+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:41:51.847842+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:41:52.063585+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:41:52.063927+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:41:53.101842+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\InvalidRequestException: "Must provide source or customer." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\InvalidRequestException(code: 0): Must provide source or customer. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:41:53.478469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:41:55.529341+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92b363"},"request_uri":"http://localhost:8087/_wdt/92b363","method":"GET"} [] [2020-05-11T00:43:49.727402+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:43:49.929900+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:43:50.109545+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:43:50.110006+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:43:51.080371+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\InvalidRequestException: "Must provide source or customer." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\InvalidRequestException(code: 0): Must provide source or customer. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:43:51.486974+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:43:52.855645+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47b339"},"request_uri":"http://localhost:8087/_wdt/47b339","method":"GET"} [] [2020-05-11T00:46:56.942849+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:46:57.153050+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:46:57.364444+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:46:57.364963+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:46:58.364214+02:00] request.CRITICAL: Uncaught PHP Exception Stripe\Exception\InvalidRequestException: "Must provide source or customer." at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php line 38 {"exception":"[object] (Stripe\\Exception\\InvalidRequestException(code: 0): Must provide source or customer. at /app/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38)"} [] [2020-05-11T00:46:58.712077+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:47:00.568087+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba7f13"},"request_uri":"http://localhost:8087/_wdt/ba7f13","method":"GET"} [] [2020-05-11T00:49:06.266730+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:49:06.479088+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:49:06.668452+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:49:06.668887+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:49:07.446804+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:49:11.387793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:11.387974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:14.567603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:18.335603+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cfbe58"},"request_uri":"http://localhost:8087/_wdt/cfbe58","method":"GET"} [] [2020-05-11T00:49:18.677017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:25.580343+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"GET"} [] [2020-05-11T00:49:25.698885+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:49:25.814966+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:49:25.815221+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:49:26.131097+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:49:28.647943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:28.647779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:31.354910+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5a3d4"},"request_uri":"http://localhost:8087/_wdt/c5a3d4","method":"GET"} [] [2020-05-11T00:49:31.651697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:40.413074+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"POST"} [] [2020-05-11T00:49:40.586635+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:49:40.768284+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:49:40.768832+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:49:40.811637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:49:43.693196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:43.693015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:47.402801+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2e4dc"},"request_uri":"http://localhost:8087/_wdt/d2e4dc","method":"GET"} [] [2020-05-11T00:49:47.820573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:49:53.078549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:50:16.522403+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"POST"} [] [2020-05-11T00:50:16.762059+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:50:17.008949+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:50:17.009439+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:50:17.055908+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:50:20.613100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:50:20.614061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:50:24.054397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:50:26.955736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:50:27.027010+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab51b5"},"request_uri":"http://localhost:8087/_wdt/ab51b5","method":"GET"} [] [2020-05-11T00:50:56.166891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:08.543292+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"POST"} [] [2020-05-11T00:51:08.651193+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:51:08.756670+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:51:08.757000+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:51:08.782442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:51:11.232950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:11.566403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:13.654380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:16.543009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b9c8c"},"request_uri":"http://localhost:8087/_wdt/4b9c8c","method":"GET"} [] [2020-05-11T00:51:16.860378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:19.856766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:54.155839+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"POST"} [] [2020-05-11T00:51:54.390061+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:51:54.595362+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:51:54.595725+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:51:54.630813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:51:59.362384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:51:59.362200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:52:02.637162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d788c"},"request_uri":"http://localhost:8087/_wdt/9d788c","method":"GET"} [] [2020-05-11T00:52:02.938068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:54:32.446357+02:00] request.INFO: Matched route "donation". {"route":"donation","route_parameters":{"_route":"donation","_controller":"App\\Controller\\DefaultController::donationAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/donation","method":"POST"} [] [2020-05-11T00:54:32.574300+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-11T00:54:32.705158+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:54:32.705484+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-11T00:54:32.728977+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-11T00:54:37.430937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:54:37.431533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:54:39.537862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/donation")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/donation\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-11T00:54:42.574808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bdac8"},"request_uri":"http://localhost:8087/_wdt/3bdac8","method":"GET"} [] [2020-05-11T00:54:43.428315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:51:46.540752+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-13T12:51:46.682539+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T12:51:46.841060+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:51:46.841367+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:51:47.574948+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T12:51:47.889972+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-13T12:51:47.909640+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-13T12:51:48.415984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T12:51:51.473185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:51:51.472275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:51:55.545699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:51:55.545982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:51:55.545793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:00.178502+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a3671"},"request_uri":"http://localhost:8087/_wdt/6a3671","method":"GET"} [] [2020-05-13T12:52:00.542700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:00.543107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:16.425806+02:00] request.INFO: Matched route "listuser". {"route":"listuser","route_parameters":{"_route":"listuser","_controller":"App\\Controller\\DefaultController::listuserAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/listuser","method":"GET"} [] [2020-05-13T12:52:16.663541+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T12:52:16.932133+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:52:16.932698+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:52:17.470585+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 [] [] [2020-05-13T12:52:18.192863+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T12:52:20.711780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:20.711601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:24.152057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:24.151878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:24.152108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/listuser")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/listuser\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:27.285731+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23bb3f"},"request_uri":"http://localhost:8087/_wdt/23bb3f","method":"GET"} [] [2020-05-13T12:52:27.765958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:46.304349+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/contact","method":"GET"} [] [2020-05-13T12:52:46.476709+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T12:52:46.643533+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:52:46.643908+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:52:47.091248+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T12:52:49.391272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:49.839293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/contact")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/contact\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:52.622652+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd5088"},"request_uri":"http://localhost:8087/_wdt/dd5088","method":"GET"} [] [2020-05-13T12:52:52.970794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:55.474961+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"fr"},"request_uri":"http://localhost:8087/fr/gallery","method":"GET"} [] [2020-05-13T12:52:55.636122+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T12:52:55.785231+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:52:55.785622+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:52:56.262108+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T12:52:59.800389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:52:59.800032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:04.700310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-015.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-015.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-015.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:04.700586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-011.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-011.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-011.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:04.955038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-013.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-013.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-013.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:04.955329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-014.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-014.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-014.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:05.715553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-0171.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-0171.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-0171.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:09.204921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:09.205430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-010.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-010.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-010.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:09.376821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-012.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-012.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-012.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:09.418930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/images/gall-img-016.jpg" (from "http://localhost:8087/fr/gallery")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/images/gall-img-016.jpg\" (from \"http://localhost:8087/fr/gallery\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/images/gall-img-016.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:12.533229+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7907f3"},"request_uri":"http://localhost:8087/_wdt/7907f3","method":"GET"} [] [2020-05-13T12:53:12.866490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:34.088216+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T12:53:34.266564+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T12:53:34.447538+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:53:34.447898+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T12:53:34.958442+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T12:53:35.481084+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T12:53:35.520531+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T12:53:37.548349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:37.549267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:40.485427+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39926a"},"request_uri":"http://localhost:8087/_wdt/39926a","method":"GET"} [] [2020-05-13T12:53:40.944445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:56.374140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/event.html" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/event.html\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/event.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:53:58.480422+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"298918"},"request_uri":"http://localhost:8087/_wdt/298918","method":"GET"} [] [2020-05-13T12:54:03.842404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:54:03.842210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:54:06.747119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:54:09.859626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T12:56:23.287337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:20.174282+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:00:20.374398+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:00:20.593727+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:00:20.594055+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:00:21.122689+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:00:21.930665+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:00:21.974787+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:00:25.990397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:25.989929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:29.597074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO_POSTER.jpg" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO_POSTER.jpg\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO_POSTER.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:29.597453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO.mp4" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO.mp4\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:29.640287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:34.787154+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98dcc3"},"request_uri":"http://localhost:8087/_wdt/98dcc3","method":"GET"} [] [2020-05-13T13:00:35.272550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO_POSTER.jpg" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO_POSTER.jpg\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO_POSTER.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:35.274528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO.webm" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO.webm\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO.webm/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:00:35.274411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:14:36.608949+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:14:36.858886+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:14:37.093061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:14:37.093944+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:14:37.694315+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:14:38.571430+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:14:38.615488+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:14:41.242617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:14:41.243060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:14:47.286688+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aa4c3"},"request_uri":"http://localhost:8087/_wdt/8aa4c3","method":"GET"} [] [2020-05-13T13:14:48.039438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO_POSTER.jpg" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO_POSTER.jpg\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO_POSTER.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:14:48.309700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:14:48.455716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO.mp4" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO.mp4\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:14:53.833483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/MY_VIDEO.webm" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/MY_VIDEO.webm\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/MY_VIDEO.webm/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:17:06.275861+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:17:06.475795+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:17:06.677881+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:17:06.678577+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:17:07.196330+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:17:07.974317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:17:08.011524+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:17:11.467549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:17:11.467229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:17:16.043060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:17:18.971724+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"800ed3"},"request_uri":"http://localhost:8087/_wdt/800ed3","method":"GET"} [] [2020-05-13T13:17:19.433713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:18:03.116792+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:18:03.308679+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:18:03.477795+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:18:03.478516+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:18:03.993695+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:18:04.866650+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:18:04.906717+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:18:07.897085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:18:07.896832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:18:11.369730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:18:14.624705+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a178d5"},"request_uri":"http://localhost:8087/_wdt/a178d5","method":"GET"} [] [2020-05-13T13:18:15.149546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:20.504182+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-13T13:23:20.530015+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:23:20.530522+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:23:20.531053+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:23:22.194546+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:23:23.097817+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-13T13:23:23.114336+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-13T13:23:23.940121+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:23:26.935235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:26.935570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:27.023651+02:00] php.DEBUG: Warning: mkdir(): File exists {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php","line":117,"trace":[{"file":"/app/vendor/symfony/cache/Adapter/PhpFilesAdapter.php","line":255,"function":"getFile","class":"Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter","type":"->"}],"count":1}}} [] [2020-05-13T13:23:31.172391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:31.489750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:31.489435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:35.966000+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5ac14d"},"request_uri":"http://localhost:8087/_wdt/5ac14d","method":"GET"} [] [2020-05-13T13:23:36.468691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:23:36.922658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:35.225465+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-13T13:25:35.459703+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:25:35.681272+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:25:35.682002+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:25:36.291330+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:25:36.393033+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-13T13:25:36.406142+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-13T13:25:36.887434+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:25:39.121288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:39.121432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:43.244640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:43.245208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:43.244392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:47.151857+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d218a4"},"request_uri":"http://localhost:8087/_wdt/d218a4","method":"GET"} [] [2020-05-13T13:25:47.460410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:25:47.461031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:31.150185+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/replay/","method":"GET"} [] [2020-05-13T13:26:31.356945+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:26:31.526539+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:26:31.527147+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:26:32.048009+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:26:32.926443+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:26:32.953903+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:26:35.792728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/style.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/style.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:35.794417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:40.066375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:40.092234+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"490411"},"request_uri":"http://localhost:8087/_wdt/490411","method":"GET"} [] [2020-05-13T13:26:41.974363+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:26:42.196118+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:26:42.389495+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:26:42.394696+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:26:43.068321+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:26:43.939776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:26:44.004859+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:26:47.725720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:47.726051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:53.098106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:26:53.796118+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"668af6"},"request_uri":"http://localhost:8087/_wdt/668af6","method":"GET"} [] [2020-05-13T13:27:06.699790+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:27:06.928653+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:27:07.149206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:27:07.153742+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:27:07.687048+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:27:08.411449+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:27:08.453828+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:27:11.307746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:27:11.307545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:27:15.803446+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6697ec"},"request_uri":"http://localhost:8087/_wdt/6697ec","method":"GET"} [] [2020-05-13T13:27:16.469890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:27:41.838535+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:27:42.103117+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:27:42.341228+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:27:42.345299+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:27:43.050862+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:27:43.776435+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:27:43.827110+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:27:44.592726+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/replay/","method":"GET"} [] [2020-05-13T13:27:44.751506+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:27:44.922060+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:27:44.926496+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:27:45.350579+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:27:45.886663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:27:45.925265+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:27:48.505794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/style.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/style.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:27:48.505573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:27:53.306150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:27:57.827209+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1d670c"},"request_uri":"http://localhost:8087/_wdt/1d670c","method":"GET"} [] [2020-05-13T13:27:59.190022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:28:29.802165+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CVideoController%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 95 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CVideoController%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 95 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-13T13:28:29.910498+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CVideoController%23index%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 701 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CVideoController%23index%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 701 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-13T13:28:29.945399+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CVideoController%23detailVideo%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 724 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CVideoController%23detailVideo%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 724 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-13T13:28:30.014658+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CVideoController%23testVideo%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 709 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CVideoController%23testVideo%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 709 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-13T13:28:30.087663+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CVideoController%23directVideo%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 715 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CVideoController%23directVideo%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 715 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-13T13:28:30.157646+02:00] cache.WARNING: Failed to save key "%5BApp%5CController%5CVideoController%23replayVideo%5D%5B1%5D" of type array: file_put_contents(): Only 0 of 715 bytes written, possibly out of free disk space {"key":"%5BApp%5CController%5CVideoController%23replayVideo%5D%5B1%5D","exception":"[object] (ErrorException(code: 0): file_put_contents(): Only 0 of 715 bytes written, possibly out of free disk space at /app/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:98)"} [] [2020-05-13T13:28:30.355573+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 5288 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/symfony/filesystem/Filesystem.php","line":660,"trace":[{"file":"/app/vendor/symfony/config/ResourceCheckerConfigCache.php","line":132,"function":"dumpFile","class":"Symfony\\Component\\Filesystem\\Filesystem","type":"->"}],"count":1}}} [] [2020-05-13T13:28:30.688117+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to write file "/app/var/cache/dev/url_matching_routes.php.meta"." at /app/vendor/symfony/filesystem/Filesystem.php line 661 {"exception":"[object] (Symfony\\Component\\Filesystem\\Exception\\IOException(code: 0): Failed to write file \"/app/var/cache/dev/url_matching_routes.php.meta\". at /app/vendor/symfony/filesystem/Filesystem.php:661)"} [] [2020-05-13T13:28:33.284711+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c074af"},"request_uri":"http://localhost:8087/_wdt/c074af","method":"GET"} [] [2020-05-13T13:28:34.074638+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 3565 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/twig/twig/src/Cache/FilesystemCache.php","line":61,"trace":[{"file":"/app/vendor/twig/twig/src/Environment.php","line":349,"function":"write","class":"Twig\\Cache\\FilesystemCache","type":"->"}],"count":1}}} [] [2020-05-13T13:28:34.103923+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Failed to write cache file "/app/var/cache/dev/twig/a1/a1c625f2754250be300a893a654cf75537561f61ecbd7fbf77c0afd9c7cfa1f0.php".")." at /app/vendor/symfony/web-profiler-bundle/Resources/views/Collector/logger.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Failed to write cache file \"/app/var/cache/dev/twig/a1/a1c625f2754250be300a893a654cf75537561f61ecbd7fbf77c0afd9c7cfa1f0.php\".\"). at /app/vendor/symfony/web-profiler-bundle/Resources/views/Collector/logger.html.twig:9)\n[previous exception] [object] (RuntimeException(code: 0): Failed to write cache file \"/app/var/cache/dev/twig/a1/a1c625f2754250be300a893a654cf75537561f61ecbd7fbf77c0afd9c7cfa1f0.php\". at /app/vendor/twig/twig/src/Cache/FilesystemCache.php:76)"} [] [2020-05-13T13:29:05.798824+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/replay/","method":"GET"} [] [2020-05-13T13:29:06.060448+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:29:06.348762+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:29:06.354007+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:29:07.038729+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:29:08.465611+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:29:08.537832+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:29:11.346263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/style.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/style.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:11.346581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:16.377160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/MY_VIDEO.mp4" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/MY_VIDEO.mp4\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/MY_VIDEO.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:16.478444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/MY_VIDEO_POSTER.jpg" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/MY_VIDEO_POSTER.jpg\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/MY_VIDEO_POSTER.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:16.487623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:17.366090+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92862b"},"request_uri":"http://localhost:8087/_wdt/92862b","method":"GET"} [] [2020-05-13T13:29:22.273798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/MY_VIDEO.webm" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/MY_VIDEO.webm\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/MY_VIDEO.webm/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:23.557554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/event.html" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/event.html\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/event.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:26.222272+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9aa7df"},"request_uri":"http://localhost:8087/_wdt/9aa7df","method":"GET"} [] [2020-05-13T13:29:27.130997+02:00] php.DEBUG: Warning: file_put_contents(): Only 0 of 3565 bytes written, possibly out of free disk space {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/app/vendor/twig/twig/src/Cache/FilesystemCache.php","line":61,"trace":[{"file":"/app/vendor/twig/twig/src/Environment.php","line":349,"function":"write","class":"Twig\\Cache\\FilesystemCache","type":"->"}],"count":1}}} [] [2020-05-13T13:29:27.155767+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Failed to write cache file "/app/var/cache/dev/twig/a1/a1c625f2754250be300a893a654cf75537561f61ecbd7fbf77c0afd9c7cfa1f0.php".")." at /app/vendor/symfony/web-profiler-bundle/Resources/views/Collector/logger.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Failed to write cache file \"/app/var/cache/dev/twig/a1/a1c625f2754250be300a893a654cf75537561f61ecbd7fbf77c0afd9c7cfa1f0.php\".\"). at /app/vendor/symfony/web-profiler-bundle/Resources/views/Collector/logger.html.twig:9)\n[previous exception] [object] (RuntimeException(code: 0): Failed to write cache file \"/app/var/cache/dev/twig/a1/a1c625f2754250be300a893a654cf75537561f61ecbd7fbf77c0afd9c7cfa1f0.php\". at /app/vendor/twig/twig/src/Cache/FilesystemCache.php:76)"} [] [2020-05-13T13:29:51.193672+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/replay/","method":"GET"} [] [2020-05-13T13:29:51.352942+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:29:51.512911+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:29:51.517469+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:29:51.991971+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:29:52.797653+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:29:52.823395+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:29:55.155463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/style.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/style.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:29:55.155729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:30:02.019093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:30:02.050830+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dc828a"},"request_uri":"http://localhost:8087/_wdt/dc828a","method":"GET"} [] [2020-05-13T13:30:02.219234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/MY_VIDEO.mp4" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/MY_VIDEO.mp4\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/MY_VIDEO.mp4/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:30:02.761505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/MY_VIDEO_POSTER.jpg" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/MY_VIDEO_POSTER.jpg\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/MY_VIDEO_POSTER.jpg/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:30:07.409232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/replay/MY_VIDEO.webm" (from "http://localhost:8087/fr/replay/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/replay/MY_VIDEO.webm\" (from \"http://localhost:8087/fr/replay/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/replay/MY_VIDEO.webm/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:32:47.535962+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:32:47.749668+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:32:48.014849+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:32:48.018529+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:32:48.568941+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:32:49.665269+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:32:49.721334+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:32:52.892779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:32:52.892957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:32:56.291888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:32:59.978681+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc7e1a"},"request_uri":"http://localhost:8087/_wdt/cc7e1a","method":"GET"} [] [2020-05-13T13:33:00.341468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:34:47.321701+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/direct/","method":"GET"} [] [2020-05-13T13:34:47.529611+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:34:47.713487+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:34:47.714157+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:34:48.273405+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:34:49.162211+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:34:49.205594+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:34:51.755938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:34:51.755769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/direct/style.css" (from "http://localhost:8087/fr/direct/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/direct/style.css\" (from \"http://localhost:8087/fr/direct/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/direct/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:34:56.097965+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1eb420"},"request_uri":"http://localhost:8087/_wdt/1eb420","method":"GET"} [] [2020-05-13T13:34:56.563771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:50:08.366927+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Morbi"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Morbi","method":"GET"} [] [2020-05-13T13:50:08.557070+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:50:08.781298+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:50:08.781939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:50:09.254507+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Morbi"] [] [2020-05-13T13:50:09.472020+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:50:10.330987+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:50:10.413626+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:50:10.419509+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [3] [] [2020-05-13T13:50:10.467622+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T13:50:10.842503+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Nunc viverra elit ...". {"output":"

Pellentesque vitae velit ex. Nunc viverra elit ..."} [] [2020-05-13T13:50:10.843103+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Urna ni...". {"output":"

Abnobas sunt hilotaes de placidus vita. Urna ni..."} [] [2020-05-13T13:50:10.843599+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Eros diam egestas libero eu vulputate risus. Ut...". {"output":"

Eros diam egestas libero eu vulputate risus. Ut..."} [] [2020-05-13T13:50:10.844080+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Vae humani generis. Abnobas sunt hilotaes de pl...". {"output":"

Vae humani generis. Abnobas sunt hilotaes de pl..."} [] [2020-05-13T13:50:10.844597+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-13T13:50:10.845108+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T13:50:13.280039+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/style.css","method":"GET"} [] [2020-05-13T13:50:13.484665+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:50:13.643930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Morbi")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Morbi\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:50:13.684666+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:50:13.685336+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:50:14.136627+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T13:50:14.277865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T13:50:14.717354+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:50:17.461249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/build/audio/1/30.mp3" (from "http://localhost:8087/fr/AllPodcast/posts/Morbi")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/build/audio/1/30.mp3\" (from \"http://localhost:8087/fr/AllPodcast/posts/Morbi\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/build/audio/1/30.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:50:17.461073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Morbi")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Morbi\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:50:20.955618+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77cf8b"},"request_uri":"http://localhost:8087/_wdt/77cf8b","method":"GET"} [] [2020-05-13T13:50:21.180144+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa2e65"},"request_uri":"http://localhost:8087/_wdt/fa2e65","method":"GET"} [] [2020-05-13T13:50:21.403304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:51:31.201210+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-13T13:51:31.620180+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:51:31.897993+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:51:31.898574+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:51:32.425200+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-13T13:51:32.733882+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T13:51:33.263304+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:51:33.296164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:51:33.300754+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-13T13:51:33.304408+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T13:51:33.694997+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-13T13:51:33.696430+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-13T13:51:33.697756+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-13T13:51:33.699029+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-13T13:51:33.700263+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-13T13:51:33.701234+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-13T13:51:33.702260+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T13:51:36.352252+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/style.css","method":"GET"} [] [2020-05-13T13:51:36.636556+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:51:36.862512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:51:36.889118+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:51:36.889470+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:51:37.530161+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T13:51:37.713675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T13:51:38.160984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:51:40.932887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/build/audio/1/1.mp3" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/build/audio/1/1.mp3\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/build/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:51:40.932696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:51:43.798217+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e55994"},"request_uri":"http://localhost:8087/_wdt/e55994","method":"GET"} [] [2020-05-13T13:51:43.939670+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"81894a"},"request_uri":"http://localhost:8087/_wdt/81894a","method":"GET"} [] [2020-05-13T13:51:48.350761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:52:37.710390+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Eposs","method":"GET"} [] [2020-05-13T13:52:37.924522+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:52:38.245500+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:52:38.246421+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:52:39.103189+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-13T13:52:39.425274+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-13T13:52:40.212048+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:52:40.243458+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T13:52:40.246685+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-13T13:52:40.249741+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T13:52:40.567664+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-13T13:52:40.568346+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-13T13:52:40.569002+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-13T13:52:40.569537+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-13T13:52:40.570123+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-13T13:52:40.570753+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-13T13:52:40.571255+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T13:52:42.873994+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/style.css","method":"GET"} [] [2020-05-13T13:52:43.117936+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:52:43.268758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/podcast/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/podcast/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:52:43.340452+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:52:43.340834+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:52:43.893077+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T13:52:44.035755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T13:52:44.427707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:52:46.441272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/podcast/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/podcast/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:52:49.840154+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d82a39"},"request_uri":"http://localhost:8087/_wdt/d82a39","method":"GET"} [] [2020-05-13T13:52:55.078193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:55:16.507293+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-13T13:55:16.928615+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:55:17.414452+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:55:17.414959+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:55:18.947012+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T13:55:18+02:00","Audio"] [] [2020-05-13T13:55:19.098397+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T13:55:18+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-13T13:55:19.168607+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T13:55:18+02:00","Audio"] [] [2020-05-13T13:55:20.535389+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:55:23.418719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:55:23.418746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:55:26.544765+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f4c13"},"request_uri":"http://localhost:8087/_wdt/1f4c13","method":"GET"} [] [2020-05-13T13:55:26.903169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:55:49.710736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/pastor-single.html" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/pastor-single.html\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/pastor-single.html/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:55:52.114406+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0f397"},"request_uri":"http://localhost:8087/_wdt/a0f397","method":"GET"} [] [2020-05-13T13:55:57.623933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:55:57.624570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:56:03.055992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:56:09.119911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:57:21.834309+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-13T13:57:21.961208+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T13:57:22.078268+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:57:22.078618+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T13:57:22.486407+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T13:57:22+02:00","Audio"] [] [2020-05-13T13:57:22.524791+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T13:57:22+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-13T13:57:22.552984+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T13:57:22+02:00","Audio"] [] [2020-05-13T13:57:23.151189+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T13:57:25.656864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:57:25.657011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:57:29.019855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T13:57:32.008832+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"026768"},"request_uri":"http://localhost:8087/_wdt/026768","method":"GET"} [] [2020-05-13T13:57:32.281619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:02:31.369734+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-13T14:02:31.597319+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:02:31.825704+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:02:31.826108+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:02:32.548346+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T14:02:32+02:00","Audio"] [] [2020-05-13T14:02:32.606270+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:02:32+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-13T14:02:32.640367+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:02:32+02:00","Audio"] [] [2020-05-13T14:02:33.552937+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:02:33.702243+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("slug") to generate a URL for route "blog_post".")." at /app/templates/default/podcast.html.twig line 20 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Some mandatory parameters are missing (\"slug\") to generate a URL for route \"blog_post\".\"). at /app/templates/default/podcast.html.twig:20)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"slug\") to generate a URL for route \"blog_post\". at /app/vendor/symfony/routing/Generator/UrlGenerator.php:177)"} [] [2020-05-13T14:02:36.294851+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f2ceb"},"request_uri":"http://localhost:8087/_wdt/5f2ceb","method":"GET"} [] [2020-05-13T14:03:11.084497+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-13T14:03:11.232913+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:03:11.380434+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:03:11.380742+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:03:11.807858+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T14:03:11+02:00","Audio"] [] [2020-05-13T14:03:11.858085+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:03:11+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-13T14:03:11.890132+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:03:11+02:00","Audio"] [] [2020-05-13T14:03:12.624279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:03:15.629134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:15.628779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:18.961766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:21.780590+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ad231f"},"request_uri":"http://localhost:8087/_wdt/ad231f","method":"GET"} [] [2020-05-13T14:03:24.873117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:26.093556+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Eposs"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Eposs","method":"GET"} [] [2020-05-13T14:03:26.234758+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:03:26.389406+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:03:26.389885+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:03:26.743673+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Eposs"] [] [2020-05-13T14:03:26.906208+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T14:03:27.315304+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:03:27.335477+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T14:03:27.338579+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [2] [] [2020-05-13T14:03:27.341251+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T14:03:27.639102+02:00] html-sanitizer.DEBUG: Sanitized given input to "

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe...". {"output":"

best dgdweuyfdvs dsfjvdfuyfdgv dfvgudfeus zxdfe..."} [] [2020-05-13T14:03:27.639775+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Teres...". {"output":"

Diatrias tolerare tanquam noster caesium. Teres..."} [] [2020-05-13T14:03:27.640236+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Diatrias tolerare tanquam...". {"output":"

Ubi est barbatus nix. Diatrias tolerare tanquam..."} [] [2020-05-13T14:03:27.640640+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque et sapien pulvinar consectetur. Te...". {"output":"

Pellentesque et sapien pulvinar consectetur. Te..."} [] [2020-05-13T14:03:27.641172+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-13T14:03:27.641630+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mineralis persuadere omnes finises desiderium. ...". {"output":"

Mineralis persuadere omnes finises desiderium. ..."} [] [2020-05-13T14:03:27.642090+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T14:03:29.852961+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/style.css","method":"GET"} [] [2020-05-13T14:03:30.087177+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:03:30.207286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:30.311581+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:03:30.312177+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:03:30.831577+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T14:03:30.977530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T14:03:31.358666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:03:33.534825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/build/audio/1/1.mp3" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/build/audio/1/1.mp3\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/build/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:33.533905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Eposs")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Eposs\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:03:36.255885+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b49d6d"},"request_uri":"http://localhost:8087/_wdt/b49d6d","method":"GET"} [] [2020-05-13T14:03:36.255902+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9fd6c"},"request_uri":"http://localhost:8087/_wdt/a9fd6c","method":"GET"} [] [2020-05-13T14:03:38.640097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:18.055851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:18.056265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:22.464843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:41.121240+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-05-13T14:06:41.300267+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:06:41.488090+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:06:41.488540+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:06:42.093225+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-05-13T14:06:41+02:00","Audio"] [] [2020-05-13T14:06:42.143363+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:06:41+02:00","Audio",[25,26]] [] [2020-05-13T14:06:42.171932+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:06:41+02:00","Audio"] [] [2020-05-13T14:06:42.582539+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:06:45.066129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:45.272387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/page/style.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/page/style.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/page/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:48.093211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:06:50.930011+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35ad2f"},"request_uri":"http://localhost:8087/_wdt/35ad2f","method":"GET"} [] [2020-05-13T14:06:51.261527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:07:03.214009+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Potus"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Potus","method":"GET"} [] [2020-05-13T14:07:03.461355+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:07:03.671798+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:07:03.672142+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:07:04.068950+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Potus"] [] [2020-05-13T14:07:04.306117+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T14:07:04.887747+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:07:04.924414+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T14:07:04.929196+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [26] [] [2020-05-13T14:07:04.932989+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T14:07:05.227210+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Bassu...". {"output":"

Diatrias tolerare tanquam noster caesium. Bassu..."} [] [2020-05-13T14:07:05.227861+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-13T14:07:05.229553+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sunt accentores vitare salvus flavum parses. Ba...". {"output":"

Sunt accentores vitare salvus flavum parses. Ba..."} [] [2020-05-13T14:07:05.230116+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Nunc viverra elit ac laoreet suscipit. Minerali...". {"output":"

Nunc viverra elit ac laoreet suscipit. Minerali..."} [] [2020-05-13T14:07:05.230597+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Ubi est...". {"output":"

Abnobas sunt hilotaes de placidus vita. Ubi est..."} [] [2020-05-13T14:07:05.231107+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T14:07:07.538399+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/style.css","method":"GET"} [] [2020-05-13T14:07:07.745759+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:07:07.867708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Potus")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Potus\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:07:07.938049+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:07:07.938586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:07:08.433997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T14:07:08.582686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T14:07:08.989796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:07:11.516895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/build/audio/1/1.mp3" (from "http://localhost:8087/fr/AllPodcast/posts/Potus")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/build/audio/1/1.mp3\" (from \"http://localhost:8087/fr/AllPodcast/posts/Potus\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/build/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:07:11.518056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Potus")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Potus\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:07:14.938720+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e1aa0a"},"request_uri":"http://localhost:8087/_wdt/e1aa0a","method":"GET"} [] [2020-05-13T14:07:15.222212+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ebdb93"},"request_uri":"http://localhost:8087/_wdt/ebdb93","method":"GET"} [] [2020-05-13T14:07:15.513991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:29.085276+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"Potus"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/Potus","method":"GET"} [] [2020-05-13T14:08:29.306968+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:08:29.511403+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:08:29.511782+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:08:29.952682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Potus"] [] [2020-05-13T14:08:30.255743+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T14:08:30.723439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:08:30.752442+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T14:08:30.756922+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [26] [] [2020-05-13T14:08:30.759992+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T14:08:31.079064+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Diatrias tolerare tanquam noster caesium. Bassu...". {"output":"

Diatrias tolerare tanquam noster caesium. Bassu..."} [] [2020-05-13T14:08:31.079637+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-13T14:08:31.080091+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sunt accentores vitare salvus flavum parses. Ba...". {"output":"

Sunt accentores vitare salvus flavum parses. Ba..."} [] [2020-05-13T14:08:31.080516+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Nunc viverra elit ac laoreet suscipit. Minerali...". {"output":"

Nunc viverra elit ac laoreet suscipit. Minerali..."} [] [2020-05-13T14:08:31.081164+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Abnobas sunt hilotaes de placidus vita. Ubi est...". {"output":"

Abnobas sunt hilotaes de placidus vita. Ubi est..."} [] [2020-05-13T14:08:31.081604+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T14:08:33.752711+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/style.css","method":"GET"} [] [2020-05-13T14:08:34.006612+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:08:34.165241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Potus")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Potus\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:34.243286+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:08:34.243781+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:08:34.770526+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T14:08:34.920756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T14:08:35.376364+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:08:38.365857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/posts/build/audio/1/1.mp3" (from "http://localhost:8087/fr/AllPodcast/posts/Potus")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/posts/build/audio/1/1.mp3\" (from \"http://localhost:8087/fr/AllPodcast/posts/Potus\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/posts/build/audio/1/1.mp3/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:38.365679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/Potus")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/Potus\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:41.767627+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be73b5"},"request_uri":"http://localhost:8087/_wdt/be73b5","method":"GET"} [] [2020-05-13T14:08:41.831448+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"744c22"},"request_uri":"http://localhost:8087/_wdt/744c22","method":"GET"} [] [2020-05-13T14:08:42.262424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:44.939946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/page/style.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/page/style.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/page/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:44.940458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:47.686905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:08:52.921215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:22.540449+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-05-13T14:10:22.720089+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:10:22.895682+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:10:22.896063+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:10:23.499872+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-05-13T14:10:23+02:00","Audio"] [] [2020-05-13T14:10:23.554924+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:10:23+02:00","Audio",[25,26]] [] [2020-05-13T14:10:23.584575+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:10:23+02:00","Audio"] [] [2020-05-13T14:10:24.394929+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:10:27.125649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/page/style.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/page/style.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/page/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:27.125394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:30.245952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:33.617901+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"570908"},"request_uri":"http://localhost:8087/_wdt/570908","method":"GET"} [] [2020-05-13T14:10:33.965050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:36.282880+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/","method":"GET"} [] [2020-05-13T14:10:36.465352+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:10:36.640222+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:10:36.640550+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:10:37.248462+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T14:10:37+02:00","Audio"] [] [2020-05-13T14:10:37.300194+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:10:37+02:00","Audio",[2,3,4,5,6,7,12,22,23,24]] [] [2020-05-13T14:10:37.329632+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:10:37+02:00","Audio"] [] [2020-05-13T14:10:37.829461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:10:39.812269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:40.327253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:43.487158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:10:46.853767+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f92f78"},"request_uri":"http://localhost:8087/_wdt/f92f78","method":"GET"} [] [2020-05-13T14:10:50.183659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:12:42.600311+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"Silva de"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/Silva%20de","method":"GET"} [] [2020-05-13T14:12:42.785834+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:12:42.991943+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:12:42.992451+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:12:43.415981+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["Silva de"] [] [2020-05-13T14:12:43.629030+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Audio"] [] [2020-05-13T14:12:44.092365+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:12:44.121158+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T14:12:44.125013+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [24] [] [2020-05-13T14:12:44.128666+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T14:12:44.443873+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mauris dapibus risus quis suscipit vulputate. T...". {"output":"

Mauris dapibus risus quis suscipit vulputate. T..."} [] [2020-05-13T14:12:44.444522+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Pellentesque vitae velit ex. Mineralis persuade...". {"output":"

Pellentesque vitae velit ex. Mineralis persuade..."} [] [2020-05-13T14:12:44.444957+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ubi est barbatus nix. Curabitur aliquam euismod...". {"output":"

Ubi est barbatus nix. Curabitur aliquam euismod..."} [] [2020-05-13T14:12:44.445372+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Lorem ipsum dolor sit amet consectetur adipisci...". {"output":"

Lorem ipsum dolor sit amet consectetur adipisci..."} [] [2020-05-13T14:12:44.445769+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Era brevis ratione est. Eposs sunt solems de su...". {"output":"

Era brevis ratione est. Eposs sunt solems de su..."} [] [2020-05-13T14:12:44.446210+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T14:12:46.835773+02:00] request.INFO: Matched route "blog_podcast". {"route":"blog_podcast","route_parameters":{"_route":"blog_podcast","_controller":"App\\Controller\\BlogController::postShowpodcast","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/podcast/style.css","method":"GET"} [] [2020-05-13T14:12:47.083998+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:12:47.259775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/podcast/Silva%20de")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/podcast/Silva%20de\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:12:47.313420+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:12:47.313877+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:12:47.832418+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T14:12:47.980440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T14:12:48.411750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:12:51.457112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/podcast/Silva%20de")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/podcast/Silva%20de\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:12:54.750689+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1eae77"},"request_uri":"http://localhost:8087/_wdt/1eae77","method":"GET"} [] [2020-05-13T14:12:59.005623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:13:01.637464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:13:01.637168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:13:04.539216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:13:09.760921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:13.564972+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"fr"},"request_uri":"http://localhost:8087/fr/","method":"GET"} [] [2020-05-13T14:14:13.778324+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:14:14.008165+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:14:14.008582+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:14:14.590804+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T14:14:14.708962+02:00] doctrine.DEBUG: SELECT v0_.url AS url_0 FROM video v0_ [] [] [2020-05-13T14:14:14.729720+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.full_name AS full_name_1, s0_.username AS username_2, s0_.email AS email_3, s0_.password AS password_4, s0_.roles AS roles_5, s0_.picture AS picture_6 FROM symfony_demo_user s0_ [] [] [2020-05-13T14:14:15.272680+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:14:18.644229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:18.644298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/style.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/style.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:23.598346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/qww" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/qww\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/qww/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:23.674077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:23.674351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/images/as" (from "http://localhost:8087/fr/")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/images/as\" (from \"http://localhost:8087/fr/\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/images/as/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:26.689500+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cc79b"},"request_uri":"http://localhost:8087/_wdt/2cc79b","method":"GET"} [] [2020-05-13T14:14:31.713356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:31.713651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:33.471774+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-13T14:14:33.605921+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:14:33.702113+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:14:33.702429+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:14:34.377213+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T14:14:34+02:00","Video"] [] [2020-05-13T14:14:34.446957+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:14:34+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-13T14:14:34.487162+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:14:34+02:00","Video"] [] [2020-05-13T14:14:35.362292+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:14:38.273623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:38.915195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:43.114653+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b4bdfa"},"request_uri":"http://localhost:8087/_wdt/b4bdfa","method":"GET"} [] [2020-05-13T14:14:43.434444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:55.468963+02:00] request.INFO: Matched route "blog_index_paginated". {"route":"blog_index_paginated","route_parameters":{"_route":"blog_index_paginated","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"fr","page":"2"},"request_uri":"http://localhost:8087/fr/AllPodcast/page/2","method":"GET"} [] [2020-05-13T14:14:55.645328+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:14:55.827855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:14:55.828310+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:14:56.483810+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 OFFSET 10 ["2020-05-13T14:14:56+02:00","Audio"] [] [2020-05-13T14:14:56.537965+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:14:56+02:00","Audio",[25,26]] [] [2020-05-13T14:14:56.563040+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:14:56+02:00","Audio"] [] [2020-05-13T14:14:57.010302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:14:59.337131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/page/style.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/page/style.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/page/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:14:59.338432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/page/2")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/page/2\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:15:01.925277+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"996971"},"request_uri":"http://localhost:8087/_wdt/996971","method":"GET"} [] [2020-05-13T14:15:02.188007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:15:12.444731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:15:12.589325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:15:15.380046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:15:20.526508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:19:13.699485+02:00] request.INFO: Matched route "allvideo". {"route":"allvideo","route_parameters":{"_route":"allvideo","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::indexVideo","_locale":"fr"},"request_uri":"http://localhost:8087/fr/AllPodcast/all","method":"GET"} [] [2020-05-13T14:19:13.931783+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:19:14.177763+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:19:14.178231+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:19:14.880421+02:00] doctrine.DEBUG: SELECT DISTINCT s0_.id AS id_0, s0_.published_at AS published_at_1 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ORDER BY s0_.published_at DESC LIMIT 10 ["2020-05-13T14:19:14+02:00","Video"] [] [2020-05-13T14:19:14.947894+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s1_.id AS id_7, s1_.full_name AS full_name_8, s1_.username AS username_9, s1_.email AS email_10, s1_.password AS password_11, s1_.roles AS roles_12, s1_.picture AS picture_13, s2_.id AS id_14, s2_.name AS name_15, s0_.author_id AS author_id_16, s0_.ecrivain_id AS ecrivain_id_17 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? AND s0_.id IN (?) ORDER BY s0_.published_at DESC, s2_.name ASC ["2020-05-13T14:19:14+02:00","Video",[8,9,10,11,13,14,15,16,17,18]] [] [2020-05-13T14:19:14.984024+02:00] doctrine.DEBUG: SELECT count(DISTINCT s0_.id) AS sclr_0 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND s0_.type = ? ["2020-05-13T14:19:14+02:00","Video"] [] [2020-05-13T14:19:15.998393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:19:18.896044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:19:18.896260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:19:22.811028+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e1769"},"request_uri":"http://localhost:8087/_wdt/7e1769","method":"GET"} [] [2020-05-13T14:19:23.707000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:19:27.194446+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"suscipit"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/suscipit","method":"GET"} [] [2020-05-13T14:19:27.381549+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:19:27.582892+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:19:27.583218+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:19:27.995305+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["suscipit"] [] [2020-05-13T14:19:28.181506+02:00] doctrine.DEBUG: SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s0_.type AS type_6, s0_.author_id AS author_id_7, s0_.ecrivain_id AS ecrivain_id_8 FROM symfony_demo_post s0_ WHERE s0_.type = ? ["Video"] [] [2020-05-13T14:19:28.594595+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:19:28.623406+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [2] [] [2020-05-13T14:19:28.640054+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC [8] [] [2020-05-13T14:19:28.646228+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [4] [] [2020-05-13T14:19:28.991128+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Sunt seculaes transferre talis camerarius fluct...". {"output":"

Sunt seculaes transferre talis camerarius fluct..."} [] [2020-05-13T14:19:28.991768+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Aliquam sodales odio id eleifend tristique. Pot...". {"output":"

Aliquam sodales odio id eleifend tristique. Pot..."} [] [2020-05-13T14:19:28.992240+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Mauris dapibus risus quis suscipit vulputate. U...". {"output":"

Mauris dapibus risus quis suscipit vulputate. U..."} [] [2020-05-13T14:19:28.992704+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Ut suscipit posuere justo at vulputate. Diatria...". {"output":"

Ut suscipit posuere justo at vulputate. Diatria..."} [] [2020-05-13T14:19:28.993152+02:00] html-sanitizer.DEBUG: Sanitized given input to "

Teres talis saepe tractare de camerarius flavum...". {"output":"

Teres talis saepe tractare de camerarius flavum..."} [] [2020-05-13T14:19:28.993707+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.picture AS picture_7 FROM symfony_demo_user t0 WHERE t0.id = ? [3] [] [2020-05-13T14:19:31.109897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/suscipit")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/suscipit\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:19:31.179939+02:00] request.INFO: Matched route "blog_post". {"route":"blog_post","route_parameters":{"_route":"blog_post","_controller":"App\\Controller\\BlogController::postShow","_locale":"fr","slug":"style.css"},"request_uri":"http://localhost:8087/fr/AllPodcast/posts/style.css","method":"GET"} [] [2020-05-13T14:19:31.419286+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T14:19:31.651293+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:19:31.651737+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T14:19:32.112406+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.type AS type_7, t0.author_id AS author_id_8, t0.ecrivain_id AS ecrivain_id_9 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1 ["style.css"] [] [2020-05-13T14:19:32.253104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Post object not found by the @ParamConverter annotation." at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Post object not found by the @ParamConverter annotation. at /app/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107)"} [] [2020-05-13T14:19:32.572960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T14:19:34.965506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/posts/suscipit")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/posts/suscipit\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:19:37.654367+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85e8ba"},"request_uri":"http://localhost:8087/_wdt/85e8ba","method":"GET"} [] [2020-05-13T14:19:38.057006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:20:00.165799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /fr/AllPodcast/style.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /fr/AllPodcast/style.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fr/AllPodcast/style.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:20:00.166025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/app.css" (from "http://localhost:8087/fr/AllPodcast/all")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/app.css\" (from \"http://localhost:8087/fr/AllPodcast/all\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/app.css/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T14:20:03.907881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://localhost:8087/build/assets/css/theme.css")" at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://localhost:8087/build/assets/css/theme.css\") at /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /app/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T23:46:33.862923+02:00] php.DEBUG: Warning: filemtime(): stat failed for /app/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/philacacww/test/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/philacacww/test/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-05-13T23:46:34.654772+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2020-05-13T23:46:34.700419+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T23:46:34.700634+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T23:46:34.700679+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T23:46:36.037576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T23:46:36.858646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "http://test.phila-ca.com/public/")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"http://test.phila-ca.com/public/\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T23:46:37.438049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://test.phila-ca.com/public/build/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T23:46:37.809351+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5bfcef"},"request_uri":"http://test.phila-ca.com/public/_wdt/5bfcef","method":"GET"} [] [2020-05-13T23:46:46.076759+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2020-05-13T23:46:46.087973+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-05-13T23:46:46.100104+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T23:46:46.100186+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2020-05-13T23:46:46.144414+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2020-05-13T23:46:46.174365+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-05-13T23:46:47.905742+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_wdt/42a586","method":"GET"} [] [2020-05-13T23:46:52.397687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "http://test.phila-ca.com/public/")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"http://test.phila-ca.com/public/\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-05-13T23:46:52.663958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "http://test.phila-ca.com/public/build/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"http://test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-02-09T03:51:31.933317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-02-09T03:51:50.008517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-02-15T12:44:33.612898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-02-15T12:44:58.602943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-03-31T18:40:46.184172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-04-23T03:21:15.492911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-04-26T03:27:06.092848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-05-15T22:49:04.960692+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-05-15T22:49:06.505751+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-05-15T22:49:07.391999+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-05-15T22:49:07.392090+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-05-15T22:49:08.923452+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-05T21:17:10.142879+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-06-05T21:17:11.191845+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-05T21:17:11.996035+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-06-05T21:17:11.996126+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-06-05T21:17:13.212588+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-08T06:35:38.923361+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-06-08T06:35:40.199954+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-06-08T06:35:41.124118+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-06-08T06:35:41.124208+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-06-08T06:35:42.965570+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-07-03T21:25:37.286049+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-07-03T21:25:38.515036+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-07-03T21:25:39.480916+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-07-03T21:25:39.481038+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-07-03T21:25:41.201329+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-07-18T06:57:05.587799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-07-21T22:39:08.937984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-08-19T07:54:57.213320+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2021-08-19T07:54:58.787774+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-08-19T07:54:59.791689+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-08-19T07:54:59.791776+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-08-19T07:55:02.003302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-08-23T08:59:48.041282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/ipb.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/ipb.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/ipb.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-09-08T09:07:47.216415+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-09-08T09:07:48.341034+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-09-08T09:07:49.302660+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-09-08T09:07:49.302747+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-09-08T09:07:50.935606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-09-30T19:40:54.307879+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2021-09-30T19:40:55.449644+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-09-30T19:40:56.440783+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-09-30T19:40:56.440901+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-09-30T19:40:58.180476+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-10T06:59:50.890800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/ipb.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/ipb.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/ipb.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-10-10T07:00:18.407746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-10-10T08:28:42.901796+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-10-10T08:28:43.877310+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-10-10T08:28:44.460255+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-10-10T08:28:44.460341+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-10-10T08:28:45.860369+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-10-12T09:49:15.156138+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-10-12T09:49:16.902826+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-10-12T09:49:17.873842+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-10-12T09:49:17.873934+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-10-12T09:49:19.671505+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-10T02:53:13.301681+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-11-10T02:53:14.680137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-11-10T02:53:15.638060+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-11-10T02:53:15.638151+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-11-10T02:53:17.401827+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-14T23:43:55.898167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/ipb.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/ipb.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/ipb.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-11-14T23:47:30.324941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-11-28T18:40:00.923253+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-11-28T18:40:01.929253+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-11-28T18:40:02.786466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-11-28T18:40:02.786554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-11-28T18:40:04.282222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-11-30T20:27:08.544503+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-11-30T20:27:09.674744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-11-30T20:27:10.540840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-11-30T20:27:10.540926+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-11-30T20:27:12.297469+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-23T21:41:01.679490+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-12-23T21:41:02.773536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-12-23T21:41:03.554218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-12-23T21:41:03.554310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-12-23T21:41:05.053003+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-26T00:04:28.315491+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2021-12-26T00:04:29.713758+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2021-12-26T00:04:30.538709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-12-26T00:04:30.538826+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2021-12-26T00:04:32.256619+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-02T21:02:46.286150+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2022-01-02T21:02:47.213741+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-01-02T21:02:48.305956+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-02T21:02:48.306039+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-02T21:02:50.085363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-08T05:45:04.827677+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-01-08T05:45:05.979272+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-01-08T05:45:06.808014+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-08T05:45:06.808099+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-08T05:45:08.459166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-22T19:49:08.541396+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-01-22T19:49:09.582857+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-01-22T19:49:10.354402+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-22T19:49:10.354495+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-22T19:49:11.992977+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-01-24T23:48:09.984934+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-01-24T23:48:11.152212+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-01-24T23:48:12.054885+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-24T23:48:12.055012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-01-24T23:48:13.784947+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-15T15:29:09.974540+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-02-15T15:29:11.249972+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-02-15T15:29:12.179382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-02-15T15:29:12.179495+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-02-15T15:29:14.176200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-17T20:06:27.530160+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-02-17T20:06:28.719881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-02-17T20:06:29.508114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-02-17T20:06:29.508196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-02-17T20:06:31.081646+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-06T04:04:03.689345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-03-17T20:37:16.425617+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-03-17T20:37:17.381698+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-17T20:37:18.250161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-03-17T20:37:18.250248+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-03-17T20:37:19.760324+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-19T23:49:22.570316+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-03-19T23:49:23.608493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-03-19T23:49:24.289838+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-03-19T23:49:24.289929+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-03-19T23:49:25.520562+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-18T11:22:56.897025+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-04-18T11:22:58.163964+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-18T11:22:59.986511+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-04-18T11:22:59.986606+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-04-18T11:23:02.191393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-04-20T15:03:18.549913+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-04-20T15:03:19.632178+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-04-20T15:03:20.393593+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-04-20T15:03:20.393682+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-04-20T15:03:21.854897+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-05-02T08:07:21.805127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-05-14T18:45:47.309535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-05-15T10:09:51.652749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-05-18T21:19:34.717148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-05-22T15:10:41.775154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-01T08:57:11.589897+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-06-01T08:57:12.557621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-06-01T08:57:13.443500+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-06-01T08:57:13.443584+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-06-01T08:57:14.774390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-06-02T05:03:41.942531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-03T17:30:56.976868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-06T13:17:47.669265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-11T23:47:30.799077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-11T23:47:30.799094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-14T17:05:34.202286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-06-15T18:09:14.346375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-13T03:36:08.000105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-13T16:44:22.028555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-16T04:25:35.668911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-16T16:12:35.814738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-17T23:37:41.868771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T08:15:11.484189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:44.527313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.c9/metadata/environment/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.c9/metadata/environment/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.c9/metadata/environment/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:48.349234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.docker/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.docker/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.docker/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:51.456859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.docker/laravel/app/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.docker/laravel/app/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.docker/laravel/app/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:54.685757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:56.378473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.backup"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.backup\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.backup/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:58.057529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.dev"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.dev\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.dev/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:22:59.486935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.development.local"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.development.local\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.development.local/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:02.663257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.docker.dev"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.docker.dev\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.docker.dev/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:06.021280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:07.998245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.local"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.local\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.local/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:09.733399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:11.521691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.prod"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.prod\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.prod/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:13.610058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.production.local"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.production.local\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.production.local/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:16.916641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.sample.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.sample.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.sample.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:20.280848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.save"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.save\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.save/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:22.018581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.stage"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.stage\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.stage/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:23.715224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.test"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.test\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.test/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:26.979311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env.test.local"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env.test.local\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env.test.local/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:30.374254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.env~"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.env~\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.env~/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:32.141672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.gitlab-ci/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.gitlab-ci/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.gitlab-ci/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T12:23:33.936822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //.vscode/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //.vscode/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//.vscode/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-18T20:17:27.982157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-19T20:20:30.342130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-22T05:04:58.092710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-07-28T05:52:02.529028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-08-03T09:58:52.779183+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-08-03T09:58:53.888248+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-08-03T09:58:54.799449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-08-03T09:58:54.799537+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-08-03T09:58:56.396496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-09T01:55:06.319643+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2022-08-09T01:55:07.077247+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-08-09T01:55:07.820190+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-08-09T01:55:07.820279+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-08-09T01:55:09.171853+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-12T05:15:48.573084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-08-16T06:02:34.846448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-08-17T14:10:39.025872+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2022-08-17T14:10:39.768676+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-08-17T14:10:40.492812+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-08-17T14:10:40.492900+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-08-17T14:10:41.876460+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-17T19:26:53.639519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-08-20T11:25:14.111371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-08-26T18:37:44.303977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-09-24T07:23:58.025507+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-09-24T07:23:59.097757+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-09-24T07:23:59.949478+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-09-24T07:23:59.949596+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-09-24T07:24:01.598552+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-26T08:15:29.508050+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-09-26T08:15:30.636342+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-09-26T08:15:31.567819+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-09-26T08:15:31.567907+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-09-26T08:15:33.718477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-09-28T10:34:00.977654+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-09-28T10:34:02.070061+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-09-28T10:34:02.999906+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-09-28T10:34:02.999997+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-09-28T10:34:04.607723+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-04T10:01:50.353983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-10-06T14:07:07.633429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-10-12T14:30:14.332683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-10-17T04:41:17.721061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-11-04T19:50:42.282323+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-11-04T19:50:43.377710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-11-04T19:50:44.069956+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-11-04T19:50:44.070044+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-11-04T19:50:45.671317+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-10T14:36:07.777234+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2022-11-10T14:36:09.042921+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2022-11-10T14:36:09.954375+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-11-10T14:36:09.954475+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2022-11-10T14:36:11.607298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-11T04:35:53.534870+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-12-15T02:23:24.841525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-12-17T09:57:31.523254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-01-29T14:59:45.305120+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-01-29T14:59:45.304899+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-01-29T14:59:45.304910+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template[2023-01-29T14:59:49.004788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] emplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-01-29T14:59:46.152852+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-01-29T14:59:46.152890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-01-29T14:59:46.152890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-01-29T14:59:46.931285+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-01-29T14:59:46.931305+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-01-29T14:59:46.931310+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-01-29T14:59:46.931381+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-01-29T14:59:46.931385+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-01-29T14:59:46.931394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-01-29T14:59:49.004619+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-29T14:59:49.004639+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-01-29T14:59:49.004639+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-16T14:08:19.749849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-03-06T00:52:23.995923+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-03-14T00:04:53.283712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-03-21T22:18:53.274925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-03-30T02:47:38.206299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-04-07T01:56:43.701589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-04-15T03:59:33.922828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-04-15T23:00:47.201827+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-04-15T23:00:48.207183+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-04-15T23:00:49.008586+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-04-15T23:00:49.008710+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-04-15T23:00:50.772897+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-15T23:00:51.821450+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2023-04-15T23:00:51.851570+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-04-15T23:00:51.864407+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-04-15T23:00:51.864497+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-04-15T23:00:52.817667+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-15T23:00:53.327789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html" (from "http://test.phila-ca.com")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" (from \"http://test.phila-ca.com\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-04-21T05:58:40.468395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-05-10T07:09:40.710870+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-05-10T07:09:41.769940+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-10T07:09:42.585985+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-10T07:09:42.586100+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-10T07:09:44.109224+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-10T15:04:40.449300+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-05-10T15:04:41.465258+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-10T15:04:42.146750+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-10T15:04:42.146867+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-10T15:04:43.593993+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-13T01:38:53.549991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-05-15T05:13:43.499373+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-05-15T05:13:44.146688+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-05-15T05:13:44.956494+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-15T05:13:44.956494+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-15T05:13:45.855615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:13:45.855615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:13:45.855737+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:13:45.855737+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:13:47.872661+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-15T05:13:47.872671+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-15T05:15:03.612591+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-05-15T05:15:03.646041+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-15T05:15:03.674044+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:03.674137+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:03.730306+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-15T05:15:04.488607+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/zh_CN/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"video","_locale":"zh_CN"},"request_uri":"http://www.test.phila-ca.com/public/zh_CN","method":"GET"} [] [2023-05-15T05:15:04.499385+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-15T05:15:04.511800+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:04.511892+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:04.641223+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-15T05:15:05.361911+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"zh_CN"},"request_uri":"http://www.test.phila-ca.com/public/zh_CN/","method":"GET"} [] [2023-05-15T05:15:05.377448+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-15T05:15:05.396485+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:05.396610+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:05.615070+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2023-05-15T05:15:05.885702+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-15T05:15:07.805943+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"zh_CN"},"request_uri":"http://www.test.phila-ca.com/public/zh_CN/","method":"GET"} [] [2023-05-15T05:15:07.815518+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-05-15T05:15:07.827174+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:07.827262+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-05-15T05:15:07.838305+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2023-05-15T05:15:07.857628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-30T04:16:03.428487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-06-21T01:33:22.424404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-06-28T21:00:19.113759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-07-06T21:09:45.341235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-07-08T16:25:19.863391+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-07-08T16:25:20.913233+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-07-08T16:25:21.889562+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:25:21.889650+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:25:23.339308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-08T16:27:05.183704+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-07-08T16:27:05.183481+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-07-08T16:27:05.249152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-07-08T16:27:05.249199+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-07-08T16:27:05.420780+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:05.420832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:05.420872+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:05.420908+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:05.734039+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-08T16:27:05.734080+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-08T16:27:08.929596+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-07-08T16:27:08.929607+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-07-08T16:27:09.396355+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-07-08T16:27:09.396400+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-07-08T16:27:10.217581+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:10.217675+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:10.218121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:10.218230+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:27:10.988948+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-08T16:27:10.988948+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-08T16:44:12.941997+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-07-08T16:44:13.008150+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-07-08T16:44:13.063070+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:44:13.063189+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-07-08T16:44:13.431228+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-15T03:38:15.060227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-07-23T09:45:09.817400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-07-31T14:30:02.687914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-08-08T19:27:39.425939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-08-16T15:33:23.219064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-26T13:27:20.772523+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:27:21.824797+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:27:22.643082+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:27:22.643219+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:27:24.217642+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:17.720652+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:17.795855+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:17.957948+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:17.958066+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:18.157472+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:22.483303+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:22.511697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:22.571314+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:22.571426+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:22.596396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:22.711634+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:22.726963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:22.746275+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:22.746387+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:22.807282+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:26.036508+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:23.894304+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:23.925344+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:23.925462+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:23.996764+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:24.518207+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:24.529649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:24.542310+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:24.542401+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:24.557886+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:27.330759+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:27.340303+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:27.352053+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:27.352140+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:27.366239+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:32.327473+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:32.340009+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:32.352516+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:32.352605+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:32.371327+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:44.340940+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:44.373661+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:44.435676+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:44.435800+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:44.519883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:46.748661+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:46.763392+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:46.783690+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:46.783831+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:46.806636+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:28:49.297616+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:28:49.337556+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:28:49.369765+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:49.369875+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:28:49.443887+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T13:29:14.552589+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T13:29:14.581908+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T13:29:14.613346+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:29:14.613437+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T13:29:14.689776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T18:24:17.514882+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T18:24:17.514910+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T18:24:17.514915+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T18:24:17.514915+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T18:24:17.514908+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-26T18:24:17.657079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T18:24:17.657147+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T18:24:17.657147+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T18:24:17.657162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T18:24:17.657160+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-26T18:24:18.128393+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128490+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128839+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128839+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128932+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128932+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.128939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-26T18:24:18.810442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T18:24:18.810442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T18:24:18.810442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T18:24:18.810442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-26T18:24:18.810442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:21.354528+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-09-27T01:26:21.469838+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:21.615394+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:21.615480+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:22.231035+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:24.560187+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2023-09-27T01:26:24.575022+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:24.593801+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.593913+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.713545+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2023-09-27T01:26:24.732914+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2023-09-27T01:26:24.735000+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2023-09-27T01:26:24.743475+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:24.748065+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:24.759924+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2023-09-27T01:26:24.762283+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.762396+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.765234+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:24.766568+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.766667+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.765959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:24.773765+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:24.794998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:24.817801+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.817883+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:24.833455+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2023-09-27T01:26:24.849933+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:24.861886+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2023-09-27T01:26:24.899291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.058333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.220967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.223663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:25.280507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.391296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.443304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.488111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.493826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.532041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.599759+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2023-09-27T01:26:25.614027+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:25.620465+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:25.631896+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:25.632013+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:25.616963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.657691+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2023-09-27T01:26:25.660505+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2023-09-27T01:26:25.666571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.675889+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:25.690008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.696454+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:25.696564+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:25.708800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:25.774986+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2023-09-27T01:26:25.801045+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:25.796106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.833759+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:25.833874+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:25.851283+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:25.904852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.919257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.911950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:25.941419+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-27T01:26:26.045222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.048680+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2023-09-27T01:26:26.056859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.087813+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-09-27T01:26:26.150558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.150558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.156068+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:26.156174+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-09-27T01:26:26.212350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.237119+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2023-09-27T01:26:26.244975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.250821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-09-27T01:26:26.264299+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-09T10:37:25.809103+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-10-09T10:37:27.140406+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-10-09T10:37:28.010018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-10-09T10:37:28.010112+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-10-09T10:37:29.900622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:51.145608+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:52.104051+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] :"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149598+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149209+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149289+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149436+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149730+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.150649+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149216+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:51.149577+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:30:52.101153+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101153+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101208+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101247+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101418+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101607+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101631+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101666+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.101967+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:52.102029+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:30:53.353912+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354034+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354183+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354183+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354287+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354294+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354300+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354410+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354430+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.354539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.355887+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.355987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.356327+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.356424+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.356586+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.356687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.356695+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.356793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.357894+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:53.357968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:30:54.886556+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.886547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.886547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.886574+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.886941+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.887043+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.887045+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.887280+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.887482+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:30:54.887515+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:31:04.845901+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:31:04.866232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:31:04.879148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:31:04.879224+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:31:04.896268+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:33:58.286883+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:33:58.458883+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:33:59.037250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:33:59.037289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:33:59.367058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:33:59.367151+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:33:59.367466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:33:59.367570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:33:59.861593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:33:59.861593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-15T12:34:01.419749+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2023-12-15T12:34:01.429370+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2023-12-15T12:34:01.441135+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:34:01.441221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2023-12-15T12:34:01.457394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-17T00:05:04.729805+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-12-17T05:37:59.613122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2023-12-21T09:57:06.182536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /javascript/jquery.upload/server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /javascript/jquery.upload/server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/javascript/jquery.upload/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-01-04T12:45:02.369411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-01-04T12:45:02.369457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-01-09T06:50:21.800817+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-01-09T06:50:23.004608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-01-09T06:50:23.844590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-01-09T06:50:23.844696+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-01-09T06:50:25.223027+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-10T02:13:00.630293+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-01-10T02:13:01.778089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-01-10T02:13:02.542483+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-01-10T02:13:02.542605+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-01-10T02:13:04.046668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-17T07:10:54.336218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-01-17T07:10:54.336055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-01-26T14:58:39.454639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-02-02T05:04:01.294855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-02-10T22:21:48.671332+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-02-10T22:21:49.521786+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-02-10T22:21:50.135263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-10T22:21:50.135391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-10T22:21:51.136659+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-11T04:47:41.186551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-02-16T05:30:20.815144+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-02-16T05:30:22.011964+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-02-16T05:30:22.825914+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-16T05:30:22.826008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-16T05:30:24.432811+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-16T23:18:09.641125+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-02-16T23:18:10.843299+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-02-16T23:18:11.718376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-16T23:18:11.718469+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-16T23:18:13.225989+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-17T10:51:29.223392+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-02-17T10:51:30.339122+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-02-17T10:51:31.237922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-17T10:51:31.238047+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-02-17T10:51:34.565579+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-27T08:55:52.052212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-02-27T08:56:01.727231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T03:28:01.056736+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T03:28:03.429318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T03:28:04.823685+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T03:28:04.823783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T03:28:07.096843+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T03:33:36.973280+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T03:33:38.313053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T03:33:39.230360+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T03:33:39.230485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T03:33:40.664393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:00:39.461877+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T04:00:39.923813+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:00:40.099671+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:00:40.099796+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:00:40.327612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:00:54.042823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:00:56.804501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:00.632981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:13.224269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2024-03-05T04:01:08.899739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:20.969571+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] erTrait.php:70)"} [] [2024-03-05T04:01:29.098891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:32.687945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:37.976907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:49.341922+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:44.735443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:01:54.971507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:02:05.093136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:02:16.711412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:02:12.738220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:02:26.276116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:02:32.961957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:02:41.541363+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2024-03-05T04:02:41.573255+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:02:41.613167+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:02:41.613302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firew[2024-03-05T04:02:48.961254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] eNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:01.951345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] t.php:70)"} [] [2024-03-05T04:02:56.907351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:08.811906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:14.183943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:18.088179+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:25.366315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:28.745532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:34.144695+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:36.751557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:40.984115+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:44.736170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:49.951179+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:52.911040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:03:56.790663+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:04:00.706133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:04:09.185361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2024-03-05T04:04:12.853417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:04:16.801318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:04:20.835518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:05:32.874294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:05:38.156823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:09:05.388589+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:22:58.528137+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T04:22:59.229606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:22:59.300846+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:22:59.300974+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:22:59.482956+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:23:14.775897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:24.928799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:20.867374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:28.561506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:34.232530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:36.687216+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:40.733109+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:45.346324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:48.752007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:52.868485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:23:57.013956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:00.714957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:04.827305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:09.228692+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:12.997029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:24.719271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:29.120081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:32.812918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:36.860752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:40.694931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:44.973220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:48.588446+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:55.693846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:24:56.869451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:01.341825+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2024-03-05T04:25:01.414276+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:25:01.459698+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:25:01.459844+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:25:01.622929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:25:04.701718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:09.807826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:17.067400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] hp:70)"} [] [2024-03-05T04:25:20.998522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:24.591520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:28.749398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:34.090500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:36.670307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:40.790684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:45.501070+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:48.850295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:25:56.915141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2024-03-05T04:26:00.833857+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:05.017291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:09.009886+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:12.790863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:16.715376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:20.946356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:25.261467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:33.421501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2024-03-05T04:26:36.731428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:26:40.955631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:27:53.648240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:27:56.755182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:31:25.801144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T04:42:56.981712+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2024-03-05T04:42:57.207735+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:42:57.244927+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:42:57.245037+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:42:57.463783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:43:02.655720+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2024-03-05T04:43:02.717197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:43:02.783536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:43:02.783669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:43:03.002726+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:44:37.307922+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2024-03-05T04:44:37.352277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:44:37.416196+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:44:37.416333+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:44:37.487114+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T04:44:40.837479+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/gallery","method":"GET"} [] [2024-03-05T04:44:40.847178+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T04:44:40.859504+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:44:40.859597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T04:44:40.877426+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:15:00.422104+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:15:00.573357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:15:00.662317+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:15:00.662408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:15:00.958046+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:16:37.774568+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:16:37.835364+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:16:37.890158+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:37.890245+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:37.995528+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:16:44.949106+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:16:44.958527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:16:44.970106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:44.970183+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:44.984031+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] _key":"main","authenticators":1} [] [2024-03-05T07:16:38.657319+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:38.657322+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:38.657404+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:38.657408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:16:38.739065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:16:38.739065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:29:22.990489+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:29:23.063919+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:29:23.103536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.103626+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.180925+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:29:23.591854+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:29:23.601931+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:29:23.614038+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.614123+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.628585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:29:23.971912+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:29:23.981420+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:29:23.993529+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.993593+01:00] security.DEB[2024-03-05T07:29:23.915672+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Contr[2024-03-05T07:29:25.376154+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:29:25.385633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:29:25.397290+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:25.397386+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:25.411714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ort on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.999414+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.999491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:23.999499+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:24.076401+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:29:24.076468+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:29:24.076959+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:29:39.721411+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:29:39.755232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:29:39.779471+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:39.779553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:29:39.867810+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [] [2024-03-05T07:30:28.658528+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:30:28.690429+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:30:28.721213+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:30:28.721301+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:30:28.828716+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:30:29.264894+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03eption\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"https://test.phila-ca.com/public/\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:30:30.459524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No rout[2024-03-05T07:30:30.637985+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "https://www.test.phila-ca.com/public/")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"https://www.test.phila-ca.com/public/\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] . at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:30:31.011677+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_wdt/0e0aa9","method":"GET"} [] ild/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"https://www.test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:30:32.340885+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f00533"},"request_uri":"https://www.test.phila-ca.com/public/_wdt/f00533","method":"GET"} [] [2024-03-05T07:31:10.913477+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:31:10.958679+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:31:10.986643+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:31:10.986736+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:31:11.077808+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:31:11.871504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "https://www.test.phila-ca.com/puy\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:31:11.354349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:31:11.382788+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:31:11.382907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:31:11.566473+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:31:18.251916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "https://www.test.phila-ca.com/public/build/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"https://www.test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] ila-ca.com/public/build/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"https://test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:31:18.192766+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_wdt/0a1f00","method":"GET"} [] [2024-03-05T07:31:19.223694+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3020b"},"request_uri":"https://www.test.phila-ca.com/public/_wdt/d3020b","method":"GET"} [] [2024-03-05T07:31:38.546492+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:31:38.574202+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:31:38.597113+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:31:38.597197+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:31:38.657194+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:31:39.769714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "https://www.test.phila-ca.com/public/")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"https://www.test.phila-ca.com/public/\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:32:24.127384+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:32:24.161150+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:32:24.187171+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:32:24.187259+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:32:24.260188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:32:24.954976+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T07:32:24.989568+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T07:32:25.019211+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:32:25.019316+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T07:32:25.086791+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-05T07:32:26.033321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "https://test.phila-ca.com/public/")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"https://test.phila-ca.com/public/\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] 0)"} [] [2024-03-05T07:32:32.979715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D" (from "https://test.phila-ca.com/public/build/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"https://test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:32:33.576770+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ffebb6"},"request_uri":"https://test.phila-ca.com/public/_wdt/ffebb6","method":"GET"} [] ild/assets/css/theme.css")" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" (from \"https://www.test.phila-ca.com/public/build/assets/css/theme.css\") at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-05T07:32:41.645639+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5dae69"},"request_uri":"https://www.test.phila-ca.com/public/_wdt/5dae69","method":"GET"} [] [2024-03-05T10:04:03.781652+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-03-05T10:04:03.850819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-05T10:04:03.906249+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T10:04:03.906365+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-05T10:04:04.021536+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:07.046779+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2024-03-08T07:52:07.046762+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2024-03-08T07:52:07.155177+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2024-03-08T07:52:07.046762+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2024-03-08T07:52:08.267294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:08.267294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:08.267294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:08.267294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:09.167541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.167541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.167633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.167636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.167923+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.168021+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.169043+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.169117+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:09.572849+01:00] php.DEBUG: Warning: mkdir(): File exists {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/philacacww/test/vendor/symfony/cache/Traits/FilesystemCommonTrait.php","line":117,"trace":[{"file":"/home/philacacww/test/vendor/symfony/cache/Adapter/PhpFilesAdapter.php","line":255,"function":"getFile","class":"Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter","type":"->"}],"count":1}}} [] [2024-03-08T07:52:09.572861+01:00] php.DEBUG: Warning: mkdir(): File exists {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/philacacww/test/vendor/symfony/cache/Traits/FilesystemCommonTrait.php","line":117,"trace":[{"file":"/home/philacacww/test/vendor/symfony/cache/Adapter/PhpFilesAdapter.php","line":255,"function":"getFile","class":"Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter","type":"->"}],"count":1}}} [] [2024-03-08T07:52:09.572889+01:00] php.DEBUG: Warning: mkdir(): File exists {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/philacacww/test/vendor/symfony/cache/Traits/FilesystemCommonTrait.php","line":117,"trace":[{"file":"/home/philacacww/test/vendor/symfony/cache/Adapter/PhpFilesAdapter.php","line":255,"function":"getFile","class":"Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter","type":"->"}],"count":1}}} [] [2024-03-08T07:52:09.736421+01:00] php.DEBUG: Warning: mkdir(): File exists {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/philacacww/test/vendor/symfony/cache/Traits/FilesystemCommonTrait.php","line":117,"trace":[{"file":"/home/philacacww/test/vendor/symfony/cache/Adapter/PhpFilesAdapter.php","line":255,"function":"getFile","class":"Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter","type":"->"}],"count":1}}} [] [2024-03-08T07:52:10.397059+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:10.397059+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:10.397157+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:10.397157+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:10.999908+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:11.000180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:11.000180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:11.000232+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:11.443830+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2024-03-08T07:52:11.454824+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:11.467406+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:11.467465+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:11.534223+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:11.549580+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:11.628118+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:11.628161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:11.628161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:11.628166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:11.628166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:11.847390+01:00] php.DEBUG: Warning: mkdir(): File exists {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/philacacww/test/vendor/symfony/cache/Traits/FilesystemCommonTrait.php","line":117,"trace":[{"file":"/home/philacacww/test/vendor/symfony/cache/Adapter/PhpFilesAdapter.php","line":255,"function":"getFile","class":"Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter","type":"->"}],"count":1}}} [] [2024-03-08T07:52:19.476240+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2024-03-08T07:52:19.487307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:19.500467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:19.500563+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:19.542407+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:19.558499+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:19.577685+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [][202[2024-03-08T07:52:27.621502+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2024-03-08T07:52:27.658449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:27.683215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:27.683296+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:27.754984+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:27.782817+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:27.823599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [][2024-03-08T07:52:35.872807+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2024-03-08T07:52:35.902242+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:35.933138+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authentienticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:31.136008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:31.167494+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:31.182474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:31.199858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:39.429675+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2024-03-08T07:52:39.440249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:39.453148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:39.453216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:39.493678+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:39.509190+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:39.526623+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:44.129108+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2024-03-08T07:52:44.159520+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:44.185480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:44.185566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:44.262298+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:44.295294+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:44.339004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:47.073978+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2024-03-08T07:52:47.084103+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:47.096460+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:47.096549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:47.141705+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:47.157751+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:47.175866+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:51.300963+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2024-03-08T07:52:51.310812+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:51.322755+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:51.322809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:51.352921+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:51.367946+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:51.385351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:52:55.314339+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2024-03-08T07:52:55.329927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:52:55.350075+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:55.350198+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:52:55.406891+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:52:55.428918+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:52:55.457682+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:03.271219+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2024-03-08T07:53:03.305356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:03.339244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:03.339370+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:03.425724+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:03.454456+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:03.487452+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:08.218749+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2024-03-08T07:53:08.234046+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:08.253904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:08.254032+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:08.303274+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:08.326031+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:08.355478+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:12.134653+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2024-03-08T07:53:12.146084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:12.158159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:12.158226+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:12.197455+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:12.212057+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:12.230302+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:15.644455+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2024-03-08T07:53:15.654516+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:15.666550+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:15.666620+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:15.697422+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:15.726341+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:15.744270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:19.451999+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2024-03-08T07:53:19.482394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:19.507593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:19.507674+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:19.589845+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:19.623097+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:19.665814+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:27.537320+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2024-03-08T07:53:27.547110+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:27.559005+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:27.559060+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:27.607428+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:27.622542+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:27.640045+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:31.434110+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2024-03-08T07:53:31.443949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:31.456003+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:31.456060+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:31.490521+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:31.507914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:31.525661+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:35.470164+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2024-03-08T07:53:35.505723+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:35.538165+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:35.538289+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:35.621761+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:35.648938+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:35.680692+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:43.202409+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2024-03-08T07:53:43.212199+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:43.224134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:43.224188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:43.263350+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:43.290452+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:43.307221+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:51.629018+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2024-03-08T07:53:51.639812+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:51.653009+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:51.653104+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:51.685585+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:51.702962+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:51.726874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:53:59.562695+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2024-03-08T07:53:59.598523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:53:59.626040+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:59.626183+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:53:59.711337+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:53:59.742882+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:53:59.787841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:04.277319+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2024-03-08T07:54:04.287625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:04.299854+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:04.299919+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:04.338676+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:04.353589+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:04.370834+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:07.966213+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2024-03-08T07:54:07.976118+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:07.988116+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:07.988177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:08.017807+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:08.032556+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:08.049552+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:11.205448+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2024-03-08T07:54:11.234687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:11.265067+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:11.265177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:11.355578+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:11.381269+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:11.413723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:19.347628+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2024-03-08T07:54:19.357479+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:19.369450+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:19.369506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:19.407389+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:19.421902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:19.439013+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:22.974471+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2024-03-08T07:54:22.988010+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:23.004137+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:23.004263+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:23.042881+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:23.063083+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:23.087971+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:27.026106+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2024-03-08T07:54:27.062656+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:27.088552+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:27.088608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:27.158070+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:27.183127+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:27.214064+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:31.370440+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2024-03-08T07:54:31.380334+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:31.392845+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:31.392916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:31.423221+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:31.437999+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:31.455740+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:35.325520+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2024-03-08T07:54:35.335391+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:35.347433+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:35.347487+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:35.385825+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:35.400034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:35.416748+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:40.694287+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2024-03-08T07:54:40.704099+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:40.716003+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:40.716058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:40.745641+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:40.759987+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:40.776674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:44.054476+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2024-03-08T07:54:44.082672+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:44.107486+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:44.107569+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:44.178787+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:44.203325+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:44.233833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:51.183960+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2024-03-08T07:54:51.198773+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:51.217435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:51.217556+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:47.643237+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:47.671147+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:47.704416+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:54:59.764790+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2024-03-08T07:54:59.796548+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:54:59.826670+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:59.826758+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:54:59.913447+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:54:59.942526+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:54:59.993185+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:11.250945+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2024-03-08T07:55:11.262879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:11.280723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:11.280841+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:11.333939+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:11.348851+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:11.366280+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:07.380855+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2024-03-08T07:55:07.391653+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:07.404822+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:07.404897+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:07.436523+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:07.451989+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:07.470668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:16.903028+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2024-03-08T07:55:16.939922+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:16.988720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:16.988851+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:17.079612+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:17.111360+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:17.154149+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:19.991738+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2024-03-08T07:55:20.003463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:20.016365+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:20.016421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:20.049754+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:20.065470+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:20.082245+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:27.477607+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2024-03-08T07:55:23.401458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:23.428675+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:23.428776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:23.597949+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:23.630921+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:23.663558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:35.025131+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2024-03-08T07:55:35.052805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:35.077052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:35.077140+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:35.146161+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:35.176477+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:35.212055+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:43.338335+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2024-03-08T07:55:43.353332+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:43.369270+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:43.369379+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:43.417438+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:43.448310+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:43.477376+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:47.391156+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2024-03-08T07:55:47.401102+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:47.413266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:47.413350+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:47.443191+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:47.457026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:47.473833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:51.756168+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2024-03-08T07:55:51.792452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:51.826873+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:51.826999+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:51.935264+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:51.961683+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:51.994346+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:55.554608+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2024-03-08T07:55:55.564392+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:55.576343+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:55.576398+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:55.605704+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:55.619618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:55.636302+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T07:55:59.450503+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2024-03-08T07:55:59.486451+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T07:55:59.520593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:59.520722+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T07:55:59.619544+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T07:55:59.648510+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T07:55:59.681238+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:21:52.304655+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2024-03-08T09:21:52.430910+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:21:52.510196+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:21:52.510285+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:21:52.776553+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:21:52.898296+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:21:52.965568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:21:57.698957+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2024-03-08T09:21:57.902002+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:21:58.002895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:21:58.002995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:21:58.399718+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:21:58.532241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:21:58.678172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:21:59.560253+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2024-03-08T09:21:59.576848+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:21:59.594258+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:21:59.594359+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:21:59.631717+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:21:59.651405+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:21:59.678913+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:03.365358+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2024-03-08T09:22:03.375882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:03.391626+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:03.391720+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:03.423780+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:03.439684+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:03.458630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:11.274560+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2024-03-08T09:22:11.290170+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:11.313236+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:11.313360+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:11.358529+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:11.393567+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:11.424331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:15.535570+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2024-03-08T09:22:15.565951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:15.594063+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:15.594183+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:15.675316+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:15.716091+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:15.773839+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:19.258445+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2024-03-08T09:22:19.268927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:19.281883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:19.281976+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:19.313776+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:19.329111+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:19.347487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:28.505255+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-03-08T09:22:28.521493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:28.541753+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:28.541882+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:28.609094+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-03-08T09:22:28.630000+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:31.156273+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2024-03-08T09:22:31.189217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:31.217700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:31.217819+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:31.307714+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:31.339655+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:31.379957+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:35.310228+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2024-03-08T09:22:35.320691+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:35.333355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:35.333441+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:35.364384+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:35.390251+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:35.409759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:39.201698+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2024-03-08T09:22:39.216463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:39.234474+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:39.234581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:39.272986+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:39.293646+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:39.318250+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:43.166147+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2024-03-08T09:22:43.177249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:43.190969+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:43.191062+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:43.228941+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:43.245031+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:43.265441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:47.510757+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2024-03-08T09:22:47.542094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:47.567786+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:47.567891+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:47.648005+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:47.674849+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:47.713733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:22:55.493757+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2024-03-08T09:22:55.504430+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:22:55.517309+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:55.517402+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:22:55.550794+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:22:55.580759+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:22:55.609129+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:03.908581+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2024-03-08T09:23:03.941444+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:03.976578+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:03.976713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:04.067503+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:04.096133+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:04.130688+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:07.666264+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2024-03-08T09:23:07.700383+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:07.749999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:07.750097+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:07.844584+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:07.870510+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:07.901417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:11.207485+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2024-03-08T09:23:11.221247+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:11.239119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:11.239239+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:11.275751+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:11.291919+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:11.313468+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:15.285993+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2024-03-08T09:23:15.301871+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:15.320393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:15.320528+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:15.368575+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:15.387157+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:15.407086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:23.481978+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] \\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:19.490424+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:19.521785+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:19.558361+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:31.244497+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2024-03-08T09:23:31.264023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:31.282581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:31.282671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:31.355796+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:31.374453+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:31.396651+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2024-03-08T09:23:39.331109+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2024-03-08T09:23:39.369879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:39.394268+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:39.394323+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:39.429653+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:39.451690+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:39.478114+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:43.222665+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2024-03-08T09:23:43.233118+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:43.246073+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:43.246164+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:43.277064+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:43.293340+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:43.319539+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:47.417134+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2024-03-08T09:23:47.438474+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:47.463369+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:47.463512+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:47.553505+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:47.576673+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:47.604343+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:51.320928+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2024-03-08T09:23:51.332844+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:51.346181+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:51.346270+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:51.379677+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:51.398314+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:51.415879+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:55.528512+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2024-03-08T09:23:55.551626+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:23:55.573951+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:55.574039+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:23:55.611645+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:23:55.634334+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:23:55.660655+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:23:59.585995+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-03-08T09:24:03.395142+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2024-03-08T09:24:03.411524+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:03.425927+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:03.426014+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:03.499151+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:03.517724+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:03.541922+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:06.946954+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2024-03-08T09:24:06.957583+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:06.971045+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:06.971137+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:07.005595+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:07.028145+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:07.056335+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:11.868981+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2024-03-08T09:24:11.879350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:11.892686+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:11.892807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:11.935969+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:11.954364+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:11.974787+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:19.636249+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2024-03-08T09:24:19.676500+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:19.709916+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:19.710038+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"[2024-03-08T09:24:27.295119+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-03-08T09:24:27.310982+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:27.324800+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:27.324880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:27.378221+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-03-08T09:24:27.401714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] RITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:23.237463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:35.396260+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2024-03-08T09:24:35.422271+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:35.450838+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:35.450958+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:35.546295+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:35.582627+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:35.616601+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:39.156559+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2024-03-08T09:24:39.166452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:39.178405+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:39.178460+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:39.213895+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:39.232452+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:39.249226+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:43.336264+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2024-03-08T09:24:43.353301+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:43.368354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:43.368454+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:43.404122+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:43.419952+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:43.443281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:51.737416+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2024-03-08T09:24:51.761142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:51.796625+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:51.796777+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:51.886697+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:51.915516+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:51.948803+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:55.508973+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2024-03-08T09:24:55.518946+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:55.531108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:55.531196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:55.561564+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:55.592914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:55.610151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:24:59.200613+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2024-03-08T09:24:59.220958+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:24:59.235465+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:59.235557+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:24:59.279623+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:24:59.327173+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:24:59.358505+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:03.292610+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2024-03-08T09:25:03.308219+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:03.327574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:03.327698+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:03.373774+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:03.783917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:08.243989+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2024-03-08T09:25:08.269244+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:08.296763+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:08.296875+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:08.393458+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:08.423119+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:08.458065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:12.088173+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2024-03-08T09:25:12.099270+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:12.112037+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:12.112132+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:12.144351+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:12.164044+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:12.191975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:15.059046+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2024-03-08T09:25:15.077800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:15.092496+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:15.092581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:15.126219+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:15.141280+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:15.169413+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:19.495730+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2024-03-08T09:25:19.505615+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:19.517837+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:19.517924+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:19.547813+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:19.562496+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:19.579733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:23.269161+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2024-03-08T09:25:23.290177+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:23.311667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:23.311759+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:23.381889+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:23.396342+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:23.414099+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:27.232077+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2024-03-08T09:25:27.245777+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:27.262209+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:27.262306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:27.305831+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:27.331999+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:27.359549+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:31.135531+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2024-03-08T09:25:31.152234+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:31.167871+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:31.167978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:31.211857+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:31.230148+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:31.259780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:35.284043+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2024-03-08T09:25:35.300138+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:35.320151+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:35.320278+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:35.368745+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:35.392241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:35.420117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:25:43.573213+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2024-03-08T09:25:43.595778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:43.622639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:43.622728+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:43.730330+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:43.761480+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:43.798645+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [[2024-03-08T09:25:51.157681+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2024-03-08T09:25:51.171631+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:25:51.188712+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:51.188815+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:51.246121+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:51.266592+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:51.289188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2024-03-08T09:25:59.801921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] "App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:25:55.273644+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:25:55.298084+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:25:55.325964+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:26:12.524237+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2024-03-08T09:26:12.547411+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:12.562522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:12.562633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:12.662404+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:12.682947+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:12.708302+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2024-03-08T09:26:07.243923+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2024-03-08T09:26:07.260438+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:07.278881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:07.278969+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:07.313297+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:07.328979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:07.350010+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:26:23.495173+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2024-03-08T09:26:23.522302+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:23.548917+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:23.549008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:23.606787+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:23.636844+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:23.674852+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2024-03-08T09:26:20.131725+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2024-03-08T09:26:20.163815+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:20.193456+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:20.193557+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:20.307023+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:20.350913+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:20.394894+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:26:35.266633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] or":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:27.158475+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:27.173304+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:27.191706+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:26:31.174234+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2024-03-08T09:26:31.187347+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:31.207090+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:31.207219+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:31.255524+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:31.276806+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:31.306010+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:26:43.381085+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2024-03-08T09:26:43.417895+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:43.463006+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:43.463143+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:43.579799+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:43.621531+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:43.663558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2024-03-08T09:26:51.228819+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /hoty.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:47.500296+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:47.514872+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:47.533076+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:26:59.612708+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2024-03-08T09:26:59.649892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:26:59.686138+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:59.686267+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:26:59.806357+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T09:26:59.845287+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T09:26:59.891570+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] oken. [] [] [2024-03-08T09:27:03.773305+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-03-08T09:27:03.787302+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:27:03.804315+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:27:03.804431+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:27:03.833860+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-03-08T09:27:03.856195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T09:27:07.373376+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-03-08T09:27:07.383378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T09:27:07.395455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:27:07.395521+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T09:27:07.408206+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-03-08T09:27:07.427738+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:16:43.638885+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se","method":"GET"} [] [2024-03-08T10:16:43.722072+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:16:43.778724+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:43.778850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:44.037833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:16:47.470720+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2024-03-08T10:16:47.481172+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:16:47.493998+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:47.494103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:51.543995+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2024-03-08T10:16:51.556224+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:16:51.569052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:51.569147+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:53.735094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:16:53.827023+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2024-03-08T10:16:55.403642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2024-03-08T10:16:55.419927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:16:55.439159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:55.439284+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:16:56.479813+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:16:59.945637+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2024-03-08T10:17:00.054700+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:00.098656+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:00.098769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:01.438585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:03.439222+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2024-03-08T10:17:03.454667+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:03.476306+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:03.476436+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:06.850909+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:06.894505+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:07.474523+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2024-03-08T10:17:07.494759+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:07.519638+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:07.519767+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:10.210301+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:10.311003+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:12.259656+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2024-03-08T10:17:12.270224+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:12.283168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:12.283257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:13.811610+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:13.846683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:15.547842+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2024-03-08T10:17:15.584906+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:15.630716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:15.630810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:17.785158+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:17.833331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:20.896128+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:20.932909+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:23.274204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2024-03-08T10:17:23.285939+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:23.302960+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:23.303045+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:27.206234+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2024-03-08T10:17:27.218721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:27.232867+01:00] security.DEBUG: Checking s[2024-03-08T10:17:31.612171+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2024-03-08T10:17:31.641726+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:31.669559+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:31.669663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:35.261462+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2024-03-08T10:17:35.273275+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:35.285919+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:35.286028+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:36.955246+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:37.001466+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:39.899708+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2024-03-08T10:17:39.914721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:39.933996+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:39.934122+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:40.484451+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:40.523840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:43.624780+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2024-03-08T10:17:43.642435+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:43.662296+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:43.662426+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:45.788453+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:45.840305+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:47.504117+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2024-03-08T10:17:47.536472+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:47.566122+01:00] security.DEBUG: Checking sup[2024-03-08T10:17:51.512374+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2024-03-08T10:17:51.547440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:51.583711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:51.583840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:55.240937+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2024-03-08T10:17:55.255779+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:55.273756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:55.273880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:56.913265+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:17:56.941858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:17:59.569086+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2024-03-08T10:17:59.584029+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:17:59.601040+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:17:59.601152+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:00.986216+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:18:01.056223+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:03.236038+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2024-03-08T10:18:03.247543+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:03.263851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:03.263980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:05.623691+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:18:05.683172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:08.015379+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2024-03-08T10:18:08.049856+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:08.080585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:08.080713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:09.011902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:18:09.050258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:12.168232+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2024-03-08T10:18:12.204450+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:12.232323+01:00] security.DEBUG: Checking support o[2024-03-08T10:18:15.710607+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2024-03-08T10:18:15.724429+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:15.740406+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:15.740496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ] [2024-03-08T10:18:21.072486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:18:21.125379+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:19.300308+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:27.743335+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2024-03-08T10:18:27.783218+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:27.823313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:27.823424+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:31.430122+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2024-03-08T10:18:31.457483+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:31.485541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:31.485665+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:32.997594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:18:33.059726+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:39.990755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:18:40.055304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:39.316642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2024-03-08T10:18:39.326288+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:39.338144+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:39.338209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:43.450686+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2024-03-08T10:18:43.461149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:43.476163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:43.476267+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:43.896933+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:47.528827+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2024-03-08T10:18:47.556101+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:47.584692+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:47.584815+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:48.527015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:51.786178+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2024-03-08T10:18:51.798701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:51.813345+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:51.813435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:52.159080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:55.425188+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2024-03-08T10:18:55.434683+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:18:55.446329+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:55.446412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:18:56.521185+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:18:59.449066+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:19:03.444274+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2024-03-08T10:19:03.474114+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:03.500197+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:03.500297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:11.475740+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"http://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2024-03-08T10:19:11.485718+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:11.498146+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:11.498241+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:15.966984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:27.496201+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2024-03-08T10:19:27.524570+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:27.563629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:27.563752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:16.173181+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:20.134907+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:20.156291+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2024-03-08T10:19:20.188452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:20.218541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:20.218679+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:24.616991+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2024-03-08T10:19:24.629513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:24.652314+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:24.652440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:25.081370+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:29.662876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:35.529518+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\Dtched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2024-03-08T10:19:33.291118+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:33.303489+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:33.303582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:37.824905+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:43.317990+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2024-03-08T10:19:43.329317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:43.342740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:43.342865+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:44.304034+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:51.869723+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2024-03-08T10:19:51.912463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:51.958680+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:51.958807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:48.238300+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:52.227236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:03.633461+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2024-03-08T10:20:03.676916+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:03.712146+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:03.712250+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:56.450279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:19:59.263485+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2024-03-08T10:19:59.273577+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:19:59.286714+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:59.286809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:19:59.763878+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:03.935004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:11.800776+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"http://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2024-03-08T10:20:11.836759+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:11.886685+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:11.886777+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:10.142110+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:17.119966+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:19.898116+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2024-03-08T10:20:19.913094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:19.933223+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:19.933349+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:22.737676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:23.542792+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:20:31.406202+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2024-03-08T10:20:31.434702+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:31.459132+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:31.459197+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2024-03-08T10:20:27.327061+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:27.347017+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:27.347141+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:30.982838+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:37.081006+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2024-03-08T10:20:37.181964+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:37.384590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:37.386709+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:37.851606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:39.416565+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2024-03-08T10:20:39.429202+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:39.442058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:39.442148+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:43.617625+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2024-03-08T10:20:43.656494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:43.679348+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:43.679468+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:45.359902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:47.607619+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2024-03-08T10:20:47.632748+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:47.679405+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:47.679526+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:48.805471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:52.231136+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2024-03-08T10:20:52.319083+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:52.385596+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:52.386037+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:52.636668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:20:55.347495+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2024-03-08T10:20:55.369120+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:20:55.400480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:55.400607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:20:56.953776+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:00.077938+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2024-03-08T10:21:00.094471+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:00.115556+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:00.115646+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:01.963140+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:04.753005+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:07.805366+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:07.838170+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2024-03-08T10:21:07.881648+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:11.460781+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2024-03-08T10:21:11.470699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:11.48298[2024-03-08T10:21:19.788004+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2024-03-08T10:21:19.800749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:19.823551+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:19.823741+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:23.516493+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2024-03-08T10:21:23.568350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:23.606011+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:23.606130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:26.333075+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:32.957699+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2024-03-08T10:21:32.972486+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:32.988909+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:32.989038+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:31.121818+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:34.048724+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:35.401516+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:21:39.670400+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"http://test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2024-03-08T10:21:39.717137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:39.750194+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:39.750324+01:00] security.DEBUG: Guard authenticator does[2024-03-08T10:21:41.369450+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:43.688888+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:21:51.332263+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2024-03-08T10:21:51.345128+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:51.361743+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:51.361859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:03.607356+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2024-03-08T10:22:03.694089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:03.735731+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:03.735862+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:55.924523+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:21:59.219399+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2024-03-08T10:21:59.233257+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:21:59.247530+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:21:59.247624+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:00.485968+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:03.777690+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:12.115316+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2024-03-08T10:22:12.149481+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:12.179012+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:12.179096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:09.176102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:13.085445+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:15.372699+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2024-03-08T10:22:15.383448+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:15.397069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:15.397176+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:19.878518+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2024-03-08T10:22:19.919001+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:19.970365+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:19.970491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:21.071780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:23.936681+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2024-03-08T10:22:23.952765+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:23.984111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:23.984234+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:26.130450+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:27.632951+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2024-03-08T10:22:27.648519+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:27.662649+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:27.662741+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:29.831644+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:31.435630+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2024-03-08T10:22:31.449413+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:31.467435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:31.467566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:33.790909+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:36.307522+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2024-03-08T10:22:36.340427+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:36.368934+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:36.369060+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:41.210036+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:44.182555+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2024-03-08T10:22:44.192616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:44.205506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:44.205601+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:44.894027+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:47.545760+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2024-03-08T10:22:47.559953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:22:47.577493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:47.577595+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:22:49.374781+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:22:52.883500+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:27:51.879405+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2024-03-08T10:27:51.919887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:27:51.951973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:27:51.952063+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:27:52.146309+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:27:55.184619+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2024-03-08T10:27:55.194421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:27:55.206713+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:27:55.206813+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:27:59.317999+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2024-03-08T10:27:59.338132+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:27:59.352253+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:27:59.352345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:27:59.779143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:27:59.840353+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2024-03-08T10:28:03.379496+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2024-03-08T10:28:03.390998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:03.404737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:03.404839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:03.842492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:08.117668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:15.430826+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2024-03-08T10:28:15.463815+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:15.487645+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:15.487738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:20.227219+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:28:20.267740+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:23.473005+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2024-03-08T10:28:23.482643+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:23.494410+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:23.494480+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [[2024-03-08T10:28:27.649311+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2024-03-08T10:28:27.694550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:27.728145+01:00] security.DEBUG: Chec[2024-03-08T10:28:35.662465+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2024-03-08T10:28:35.689483+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:35.722647+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:35.722749+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:47.755427+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2024-03-08T10:28:47.794001+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:47.828421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:47.828548+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] 024-03-08T10:28:40.446247+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:28:40.485698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:43.541126+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2024-03-08T10:28:43.551510+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:43.563362+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:43.563452+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:44.575726+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:28:44.629039+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:48.503047+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:28:48.532598+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:53.236886+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:28:53.292306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] king support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:51.508425+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:56.532141+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2024-03-08T10:28:56.546098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:56.561756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:56.561862+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:56.609480+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:28:56.676994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:28:59.283590+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2024-03-08T10:28:59.297616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:28:59.312204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:28:59.312324+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:01.794109+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:01.839042+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:03.232894+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2024-03-08T10:29:03.244307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:03.258573+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:03.258660+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:04.030370+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:04.058215+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:07.386353+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2024-03-08T10:29:07.419602+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:07.450719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:07.450841+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:07.823514+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:07.851672+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:12.072531+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:12.127295+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:12.294462+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2024-03-08T10:29:12.304175+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:12.316156+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:12.316241+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:15.230841+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2024-03-08T10:29:15.240549+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:15.252202+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:15.252271+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:16.686112+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:16.726788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:20.102787+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:20.147671+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:23.645560+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2024-03-08T10:29:23.674854+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:23.703704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:23.703796+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:27.538395+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2024-03-08T10:29:27.553145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:27.571670+01:00] security.DEBUG: Checking support[2024-03-08T10:29:31.235811+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2024-03-08T10:29:31.246153+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:31.258687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:31.258775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:39.743969+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2024-03-08T10:29:39.778542+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:39.804616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:39.804719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:44.441701+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:35.673673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:40.483312+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:40.563176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:44.025387+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2024-03-08T10:29:44.041342+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:44.061948+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:44.062078+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:47.287715+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2024-03-08T10:29:47.304286+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:47.325980+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:47.326136+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:49.755233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-03-08T10:29:49.787553+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:51.618469+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2024-03-08T10:29:51.702353+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:51.734275+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:51.734398+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:52.695970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:55.341239+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2024-03-08T10:29:55.351265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:29:55.363429+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:55.363510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:29:56.374840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:29:59.756851+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:03.549813+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2024-03-08T10:30:03.566804+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:03.586672+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:03.586804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:04.810131+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:11.260138+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2024-03-08T10:30:11.269628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:11.281170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:11.281235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:15.941246+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2024-03-08T10:30:15.305504+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:15.323806+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:15.323905+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:21.152091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2024-03-08T10:30:19.548219+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:19.572523+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:19.572624+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:23.304618+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2024-03-08T10:30:23.317714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:23.333654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:23.333779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:24.131961+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:27.801529+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2024-03-08T10:30:27.810840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:27.810976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:27.822512+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:27.822577+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:31.574365+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2024-03-08T10:30:31.583903+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:31.595573+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:31.595628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:32.174061+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:35.368036+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2024-03-08T10:30:35.396681+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:35.440221+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:35.440338+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:36.237761+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:40.039330+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:30:43.209805+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2024-03-08T10:30:43.222925+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:43.235533+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:43.235625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:51.569000+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2024-03-08T10:30:51.579608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:51.591930+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:51.592017+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:47.697357+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:56.381452+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:30:55.516060+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2024-03-08T10:30:55.552421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:55.581197+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:55.581308+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:59.320747+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2024-03-08T10:30:59.331414+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:30:59.344659+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:30:59.344743+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:00.412792+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:03.396513+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2024-03-08T10:31:03.408996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:03.425182+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:03.425307+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:03.997488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:07.462479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2024-03-08T10:31:07.471910+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:07.483459+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:07.483515+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:08.137979+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:11.542081+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2024-03-08T10:31:11.574615+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:11.600549+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:11.600610+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:12.145340+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:15.292135+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2024-03-08T10:31:15.305970+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:15.324748+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:15.324873+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:17.443779+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:19.248401+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2024-03-08T10:31:19.258350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:19.270340+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:19.270420+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:20.473817+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:23.452678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2024-03-08T10:31:23.496701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:23.519579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:23.519753+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:24.612776+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:29.312727+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:31:35.528088+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2024-03-08T10:31:35.558443+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:35.606542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:35.606668+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2024-03-08T10:31:31.338418+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:31.358409+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:31.358590+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:35.069384+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:39.528678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2024-03-08T10:31:39.542742+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:39.563424+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:39.563549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:42.271137+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:43.498856+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2024-03-08T10:31:43.512302+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:43.531095+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:43.531209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:45.836664+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:46.036947+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2024-03-08T10:31:47.843961+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2024-03-08T10:31:47.876497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:47.896355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:47.896479+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:50.445886+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:52.142439+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2024-03-08T10:31:52.181794+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:52.217513+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:52.217644+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:54.936502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:55.465409+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2024-03-08T10:31:55.480862+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:55.536123+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:55.536246+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:59.354119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:31:59.767141+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2024-03-08T10:31:59.826070+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:31:59.861687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:31:59.861810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:01.584994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:05.741190+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2024-03-08T10:32:03.873497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:03.908434+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:03.908566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:15.586524+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2024-03-08T10:32:15.622392+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:15.664752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:15.664816+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:11.261902+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2024-03-08T10:32:11.279193+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:11.297405+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:11.303830+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:11.303954+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:15.402133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:20.669465+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:19.907492+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2024-03-08T10:32:19.953428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:19.990002+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:19.990202+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:27.781980+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2024-03-08T10:32:27.812867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:27.843730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:27.843862+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:29.175559+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:36.043636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2024-03-08T10:32:31.462434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:31.486499+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:31.486593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:37.776250+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:32:39.397661+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2024-03-08T10:32:39.411227+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:39.430449+01:00] security.DEBUG: Checking support on guard authenticat81313+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:43.310183+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2024-03-08T10:32:43.322973+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:43.340396+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:43.340526+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:43.473723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:47.844627+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2024-03-08T10:32:55.362440+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2024-03-08T10:32:55.392124+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:55.416983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:55.417068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2024-03-08T10:32:51.583060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:32:51.602639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:51.602765+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:32:54.735775+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:32:57.879296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:03.682836+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2024-03-08T10:33:03.720944+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:03.753426+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:03.753551+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:00.497057+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:04.295499+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:07.219046+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_loc","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2024-03-08T10:33:11.546285+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:11.559405+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:11.559501+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:19.479211+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2024-03-08T10:33:19.508428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:19.535373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:19.535496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:24.046628+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:20.554866+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:35.557274+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2024-03-08T10:33:35.606022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:35.629838+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:35.629935+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:27.544131+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2024-03-08T10:33:27.555166+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:27.567918+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:27.568017+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:31.254864+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:31.584487+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2024-03-08T10:33:31.599264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:31.615487+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:31.615581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:33.977974+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:37.016100+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:47.764812+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2024-03-08T10:33:47.811809+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:47.860813+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:47.860908+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:40.303432+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:43.378298+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2024-03-08T10:33:43.389077+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:43.404358+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:43.404459+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:44.448821+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:47.996950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:56.107912+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2024-03-08T10:33:56.165239+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T10:33:56.191184+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:33:56.191275+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T10:34:00.766599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T10:33:57.778791+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:14.467836+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2024-03-08T23:22:14.781067+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:15.084333+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:15.084426+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:15.705686+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:16.002877+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:16.228541+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:22.691457+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2024-03-08T23:22:22.702265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:22.715206+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:22.715297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:22.747181+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:22.763595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:22.781790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:31.303001+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2024-03-08T23:22:31.331869+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:31.363967+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:31.364096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:31.466547+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:31.543328+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:31.590394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:34.643746+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2024-03-08T23:22:34.656014+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:34.669614+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:34.669713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:34.700971+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:34.716127+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:34.734055+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:38.479656+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2024-03-08T23:22:38.490591+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:38.503765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:38.503858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:38.536436+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:38.552424+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:38.570548+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:42.484605+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2024-03-08T23:22:42.494895+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:42.507449+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:42.507523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:42.538271+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:42.583169+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:42.601392+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:50.631821+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2024-03-08T23:22:50.660263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:50.683777+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:50.683863+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:50.759456+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:50.786697+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:50.824176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:54.483200+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2024-03-08T23:22:54.499946+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:54.519624+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:54.519738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:54.562360+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:54.582284+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:54.602917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:22:58.518450+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2024-03-08T23:22:58.528619+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:22:58.541126+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:58.541218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:22:58.573339+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:22:58.593848+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:22:58.622759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:02.516977+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2024-03-08T23:23:02.532129+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:02.550283+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:02.550416+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:02.588825+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:02.608587+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:02.633167+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:12.648191+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2024-03-08T23:23:12.684205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:12.713001+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:12.713094+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:12.803270+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:12.836513+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:12.869015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:15.511515+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2024-03-08T23:23:15.521808+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:15.534477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:15.534582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:15.573656+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:15.595663+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:15.625939+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:19.247479+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2024-03-08T23:23:19.257751+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:19.270183+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:19.270272+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:19.300435+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:19.338228+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:19.355021+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:23.195836+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2024-03-08T23:23:23.207385+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:23.219812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:23.219907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:23.250848+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:23.278955+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:23.306687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:30.763727+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2024-03-08T23:23:30.794716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:30.822564+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:26.867174+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:26.987089+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:27.053183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:27.137569+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:38.508175+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2024-03-08T23:23:38.524648+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:38.545199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:38.545327+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:38.592867+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:38.615812+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:38.645003+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:46.804133+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2024-03-08T23:23:46.843713+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:46.879902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:46.880001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:46.998115+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:47.033703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:47.071457+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:23:55.328278+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2024-03-08T23:23:55.342473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:23:55.359381+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:55.359508+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:23:55.403500+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:23:55.422492+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:23:55.449962+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:02.537529+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2024-03-08T23:24:02.547680+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:02.560746+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:02.560835+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:02.591825+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:02.606650+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:02.630906+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:14.819857+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2024-03-08T23:24:14.849852+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:14.874988+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:14.875051+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:14.955505+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:15.088500+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:15.124920+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:10.864846+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2024-03-08T23:24:10.880440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:10.898386+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:10.898482+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:10.932846+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:10.948862+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:10.967950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:19.322405+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2024-03-08T23:24:19.337578+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:19.355751+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:19.355875+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:19.394498+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:19.415529+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:19.442862+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:22.605348+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2024-03-08T23:24:22.620454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:22.639791+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:22.639922+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:22.682028+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:22.709001+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:22.733881+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:34.665104+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2024-03-08T23:24:34.692036+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:34.716543+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:34.716632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:34.791056+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:34.816142+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:34.846992+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:31.021492+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2024-03-08T23:24:31.032226+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:31.045007+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:31.045101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:31.135087+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:31.262469+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:31.299707+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:38.805099+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2024-03-08T23:24:38.824062+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:38.844428+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:38.844556+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:38.897618+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:39.010345+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:39.036514+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:46.679945+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2024-03-08T23:24:46.691061+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:46.704672+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:46.704778+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:46.736823+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:46.768391+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:46.786093+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:50.910192+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2024-03-08T23:24:50.942222+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:50.973023+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:50.973114+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:51.089061+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:51.119067+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:51.158417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:54.640556+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2024-03-08T23:24:54.650604+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:54.662794+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:54.662883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:54.693639+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:54.708813+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:54.726676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:24:58.666222+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2024-03-08T23:24:58.679846+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:24:58.698711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:58.698839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:24:58.744482+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:24:58.765302+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:24:58.799863+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:25:02.569289+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2024-03-08T23:25:02.585134+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:25:02.603947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:02.604062+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:02.652491+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:25:02.675066+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:25:02.702802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:25:06.859364+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2024-03-08T23:25:06.891197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:25:06.917438+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:06.917532+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:07.003980+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:25:07.032893+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:25:07.065188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:25:12.957879+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2024-03-08T23:25:12.968554+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:25:12.982151+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:12.982242+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:13.017224+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:25:13.033847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:25:13.052596+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:25:22.650421+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2024-03-08T23:25:22.661641+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:25:22.675483+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:22.675582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:22.714391+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:25:22.733403+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:25:14.642630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:25:18.651359+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2024-03-08T23:25:18.666357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:25:18.686115+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:18.686239+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:18.733260+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:25:18.752323+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:25:18.780428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-08T23:25:27.278237+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2024-03-08T23:25:27.310502+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-08T23:25:27.343372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:27.343492+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-08T23:25:27.432211+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-03-08T23:25:27.458358+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-03-08T23:25:27.490107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T01:36:37.033120+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2024-03-09T01:36:37.217351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T01:36:37.309043+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:37.309150+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:37.338835+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T01:36:37.540287+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2024-03-09T01:36:37.561077+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2024-03-09T01:36:37.988164+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/login","method":"GET"} [] [2024-03-09T01:36:38.000318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T01:36:38.014249+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:38.014345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:38.145807+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T01:36:40.390096+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2024-03-09T01:36:40.400065+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T01:36:40.412535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:40.412624+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:40.414604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T01:36:40.421969+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2024-03-09T01:36:40.422331+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2024-03-09T01:36:40.864977+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2024-03-09T01:36:40.876213+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T01:36:40.891410+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:40.891504+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:40.898522+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T01:36:43.590250+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2024-03-09T01:36:43.602745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T01:36:43.617286+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:43.617375+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:44.144299+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T01:36:48.764972+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2024-03-09T01:36:48.777271+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T01:36:48.793108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:48.793218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T01:36:48.816026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T17:38:24.717296+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2024-03-09T17:38:24.717433+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2024-03-09T17:38:24.913200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T17:38:24.913200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-09T17:38:25.134745+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T17:38:25.134742+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T17:38:25.134829+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T17:38:25.134832+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-09T17:38:25.439899+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-03-09T17:38:25.439923+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-03-09T17:38:25.605296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-09T17:38:25.605298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-03-23T03:26:28.347538+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-03-23T03:26:30.163757+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-03-23T03:26:32.032316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-23T03:26:32.032443+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-03-23T03:26:35.174044+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-04T01:51:13.158340+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-04-04T01:51:14.362569+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-04T01:51:15.190535+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-04T01:51:15.190667+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-04T01:51:16.941024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-18T16:04:22.442360+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-04-18T16:04:23.491880+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-18T16:04:24.235746+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-18T16:04:24.235864+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-18T16:04:26.082284+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-18T20:46:05.288532+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-04-18T20:46:06.307452+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-18T20:46:07.129849+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-18T20:46:07.129939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-18T20:46:08.875720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-19T14:23:34.783541+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-04-19T14:23:35.847899+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-19T14:23:36.608861+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-19T14:23:36.608996+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-19T14:23:38.223470+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-27T18:59:46.592348+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-04-27T18:59:47.496710+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-27T18:59:48.109764+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-27T18:59:48.109875+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-27T18:59:49.898509+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-29T10:55:26.442437+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-04-29T10:55:27.557695+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-29T10:55:28.407331+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T10:55:28.407465+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T10:55:30.059761+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-29T11:32:30.396600+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-04-29T11:32:31.128912+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-29T11:32:31.755141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T11:32:31.755272+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T11:32:33.036986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-29T12:14:57.547882+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-04-29T12:14:57.637488+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-29T12:14:57.689257+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T12:14:57.689369+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T12:14:57.850298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-29T13:19:26.412710+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-04-29T13:19:26.481920+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-04-29T13:19:26.527383+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T13:19:26.527492+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-04-29T13:19:26.605083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-01T13:09:15.398036+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-01T13:09:16.536256+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-01T13:09:17.437161+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-01T13:09:17.437253+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-01T13:09:19.552227+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-06T07:27:47.241059+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-06T07:27:48.938558+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-06T07:27:50.201141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-06T07:27:50.201240+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-06T07:27:51.490544+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-19T04:20:56.896775+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-05-19T04:21:00.086789+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-19T04:21:02.464281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-19T04:21:02.464372+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-19T04:21:06.084398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-19T07:22:31.207253+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-05-19T07:22:32.440234+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-19T07:22:33.360724+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-19T07:22:33.360840+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-19T07:22:36.084405+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:15.028500+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:17.495641+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:19.286260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:19.286354+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:24.055833+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:51.827264+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:51.827264+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:51.827456+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:52.066922+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.066968+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.067027+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.176540+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.176653+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.176848+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.176867+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.176953+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.176969+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.349173+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:52.349176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:52.350612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:52.738738+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:52.754178+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.773023+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.773139+02:00] security.[2024-05-26T05:05:52.666221+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:52.702337+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.702733+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.704322+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:52.752087+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.752218+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.752773+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.752879+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.752873+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.752980+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:52.885044+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:52.885080+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:52.885123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:53.351604+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:53.362108+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:53.376270+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:53.376401+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:53.393006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:55.788481+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:55.802926+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:55.821662+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:55.821784+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:55.844186+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:56.163238+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:56.177933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:56.195230+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:56.195347+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:56.210766+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:05:57.279676+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:05:57.289173+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:05:57.301430+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:57.301547+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:05:57.317748+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-26T05:06:02.336405+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-26T05:06:02.345799+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-26T05:06:02.357656+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:06:02.357733+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-26T05:06:02.373419+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-29T01:41:19.801449+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-29T01:41:20.924150+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-29T01:41:21.784774+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-29T01:41:21.784901+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-29T01:41:24.001705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-29T17:05:30.651708+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-29T17:05:31.776100+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-29T17:05:32.851468+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-29T17:05:32.851590+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-29T17:05:34.636217+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-05-29T23:16:07.420403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-05-30T06:44:12.628890+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-05-30T06:44:13.694675+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-05-30T06:44:14.390897+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-30T06:44:14.390989+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-05-30T06:44:16.171652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-07T22:21:52.340010+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-06-07T22:21:53.232817+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-07T22:21:53.917715+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-07T22:21:53.917814+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-07T22:21:55.501572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-16T14:04:47.825657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-16T14:14:57.146902+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-16T14:14:57.873194+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-16T14:14:58.848668+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:14:58.848810+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:01.075138+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-16T14:15:01.136357+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-06-16T14:15:01.174810+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-16T14:15:01.196840+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:01.196966+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:01.221360+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-16T14:15:06.831932+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-06-16T14:15:06.843900+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-16T14:15:06.856367+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:06.856459+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:06.871414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-16T14:15:10.047151+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-16T14:15:10.063186+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-16T14:15:10.079094+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:10.079185+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-16T14:15:10.094673+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-18T09:32:21.413514+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-18T09:32:21.413515+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-06-18T09:32:22.718040+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-18T09:32:22.718040+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-18T09:32:23.773266+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-18T09:32:23.773266+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-18T09:32:23.773382+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-18T09:32:23.773382+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-18T09:32:25.913104+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-18T09:32:25.913152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-20T02:49:52.923680+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-06-20T02:49:52.923680+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-20T02:49:54.267301+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-20T02:49:54.267301+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-20T02:49:55.499504+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-20T02:49:55.499597+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-20T02:49:55.499619+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-20T02:49:55.499716+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-20T02:49:57.629809+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-20T02:49:57.629841+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-22T21:31:33.597091+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-06-22T21:31:33.596895+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-22T21:31:34.690063+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-22T21:31:34.690063+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-22T21:31:35.557639+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:31:35.557628+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:31:35.557759+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:31:35.557762+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:31:36.977985+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-22T21:31:36.978507+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-22T21:31:49.660498+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-06-22T21:31:49.730500+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-22T21:31:49.743491+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:31:49.743583+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:31:49.767072+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-22T21:32:03.893322+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-22T21:32:03.904054+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-22T21:32:03.958059+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:32:03.958179+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T21:32:04.067363+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-22T22:39:21.983813+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-22T22:39:22.452226+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-22T22:39:22.979747+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T22:39:22.979866+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T22:39:23.776103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-22T23:20:26.812729+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-06-22T23:20:26.857840+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-22T23:20:26.887014+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T23:20:26.887137+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-22T23:20:26.963010+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-26T05:26:35.872143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-26T05:26:35.871753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-26T06:00:43.060414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-26T06:00:46.747204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:45:32.112899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:45:32.112899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:45:34.618316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:47:40.253490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:47:40.253625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:47:40.620486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:55:07.007802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:55:07.008250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T12:55:07.679743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T19:58:42.553859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T19:58:42.553696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T19:58:43.266219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T20:04:26.036910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T20:04:26.036909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T20:04:26.036923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T20:21:18.573506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T20:21:18.574274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-29T20:21:18.924268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T04:36:55.846619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T04:36:55.846619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T04:36:58.529189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T04:37:04.562995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T04:37:04.587912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T04:37:04.944452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-06-30T11:12:31.986134+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-06-30T11:12:34.177334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-30T11:12:35.043220+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-30T11:12:35.043313+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-30T11:12:36.589480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-30T11:27:18.155055+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-30T11:27:18.244677+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-30T11:27:18.337347+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-30T11:27:18.337456+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-30T11:27:19.590505+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-06-30T21:32:30.883597+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-06-30T21:32:31.548626+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-06-30T21:32:32.112647+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-30T21:32:32.112738+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-06-30T21:32:33.331564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-10T01:08:21.489108+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-07-10T01:08:22.515943+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-07-10T01:08:23.451712+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-07-10T01:08:23.451801+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-07-10T01:08:25.261147+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-07-31T05:12:00.589600+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-07-31T05:12:02.991103+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-07-31T05:12:04.041760+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-07-31T05:12:04.041896+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-07-31T05:12:06.585201+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:01.520929+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:01.521152+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:01.520929+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:01.520925+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:03.002816+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:03.002817+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:03.004130+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:03.004449+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:04.067364+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.067372+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.067375+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.067482+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.067487+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.067487+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.069506+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:04.069614+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:06.040470+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:06.041006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:06.041469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:06.041827+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:26.345960+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:26.345972+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:26.345962+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:26.346165+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:26.345962+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:27.356609+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:27.356650+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:27.356648+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:27.356674+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:27.356968+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:27.782371+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782371+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782395+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782495+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782495+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782507+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782544+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.782675+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.784751+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:27.784862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:28.381855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:28.381855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:28.381855+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:28.382370+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:28.382892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:29.051564+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:29.062636+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:29.075832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:29.075917+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:29.091584+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:29.897069+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:29.907038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:29.919386+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:29.919470+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:29.934995+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T08:02:30.545157+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T08:02:30.561933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T08:02:30.583634+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:30.583779+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T08:02:30.609495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T10:28:27.691765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:28:36.728074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:04:55.198845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:05:15.387161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T15:10:52.447090+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T15:10:52.572781+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T15:10:52.750810+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T15:10:52.750902+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T15:10:53.397003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T15:10:53.826046+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T15:10:53.825775+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-01T15:10:54.067001+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T15:10:54.067546+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-01T15:10:54.270370+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T15:10:54.270503+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T15:10:54.272950+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T15:10:54.273061+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-01T15:10:54.429990+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-01T15:10:54.430538+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T12:21:07.360897+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-08-04T12:21:08.585050+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T12:21:09.556206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T12:21:09.556298+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T12:21:12.807827+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T12:22:55.652933+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-04T12:22:55.703446+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T12:22:55.756157+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T12:22:55.756277+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T12:22:55.884801+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:27:15.333334+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-08-04T13:27:15.555801+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2024-08-04T13:27:16.394463+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:27:16.394519+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:27:17.437954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:17.437954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:17.438070+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:17.438070+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:18.795755+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-04T13:27:18.795755+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-04T13:27:18.799001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:20.516628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:27:20.516628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:27:24.531522+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-08-04T13:27:24.547995+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:27:24.568831+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:24.568959+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:24.652985+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-04T13:27:24.685578+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:27:26.654143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:29.315783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:31.364500+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2024-08-04T13:27:31.393396+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:27:31.405485+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:31.405558+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:31.536932+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-04T13:27:31.563387+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:27:35.323966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:37.626226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:39.757587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:42.352769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:44.443856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:50.742791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:52.614617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:56.602773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:27:58.897166+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2024-08-04T13:27:58.919332+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:27:58.942115+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:58.942243+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:27:59.350797+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:28:00.426290+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2024-08-04T13:28:00.436700+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:28:00.453340+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:00.453466+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:00.521748+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2024-08-04T13:28:00.547202+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:28:02.513547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:04.702863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:06.656954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:08.494235+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2024-08-04T13:28:08.504730+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:28:08.520092+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:08.520200+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:08.625086+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:28:10.139318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:14.592916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:16.672643+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2024-08-04T13:28:16.742880+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:28:16.757361+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:16.757450+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:16.763704+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:28:16.858268+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2024-08-04T13:28:16.883315+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2024-08-04T13:28:22.950984+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2024-08-04T13:28:23.019903+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:28:23.076067+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:23.076193+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:23.261960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:28:24.584687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:26.715426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:32.574236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:36.264488+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2024-08-04T13:28:36.279200+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:28:36.298211+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:36.298338+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:28:36.699003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:28:38.705015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:40.608812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:42.655476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:44.263882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:49.636083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:28:52.012014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:37:01.205030+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2024-08-04T13:37:01.236017+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:37:01.262511+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:37:01.262607+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:37:01.332637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:37:03.741396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:37:06.798438+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2024-08-04T13:37:06.813798+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:37:06.834122+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:37:06.834248+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:37:06.953985+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-04T13:37:06.983997+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:37:12.874382+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se","method":"GET"} [] [2024-08-04T13:37:12.888411+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-04T13:37:12.902230+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:37:12.902320+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-04T13:37:12.928658+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-04T13:37:14.385400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:37:15.890967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T13:37:17.408177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T17:08:03.006517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:22.208552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:22.208991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:22.210449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:22.209002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:31.297444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:31.335867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:31.632827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:48:31.825425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:19:44.277718+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2024-08-07T02:19:45.017630+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2024-08-07T02:19:46.080669+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:19:46.081170+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:19:47.223943+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:19:47.224069+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:19:47.226199+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:19:47.226307+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:19:50.031618+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:19:50.031628+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:19:51.208398+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:19:51.208406+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:19:52.032031+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:19:52.032116+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:19:53.437984+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2024-08-07T02:19:53.449837+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:19:53.466744+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:19:53.466843+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:20:01.579340+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:20:02.291525+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2024-08-07T02:20:02.430190+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:20:02.529260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:20:02.529394+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:20:02.850446+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:20:02.948172+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:20:03.146199+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:20:08.997749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:20:26.287732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:21:53.782071+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2024-08-07T02:21:53.861695+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:21:53.940138+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:21:53.940266+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:06.807287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:22:17.569355+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2024-08-07T02:22:17.602303+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:22:17.629064+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:17.629159+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:17.752814+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:22:17.775904+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:22:17.809928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:22:25.003840+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2024-08-07T02:22:25.016747+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:22:25.029121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:25.029209+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:25.069066+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:22:25.123670+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:22:25.160096+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:22:33.315784+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2024-08-07T02:22:33.382960+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:22:33.476676+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:33.476806+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:33.637291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:22:33.663987+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:22:33.696030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:22:58.749168+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2024-08-07T02:22:58.797428+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:22:58.834462+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:58.834588+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:22:58.965189+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:22:59.005963+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:22:59.046541+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:28:26.445622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:29:19.662503+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-08-07T02:29:19.780077+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:29:19.878843+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:29:19.878943+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:29:20.166780+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-07T02:29:20.224017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:29:44.312823+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2024-08-07T02:29:44.462370+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:29:44.538283+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:29:44.538411+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:29:44.847719+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:29:44.955497+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:29:45.018222+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:30:17.676889+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2024-08-07T02:30:17.755933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:30:17.840701+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:30:17.840817+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:30:23.456600+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:30:34.125235+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2024-08-07T02:30:34.167988+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:30:34.223850+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:30:34.223947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:30:39.265762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:32:34.996338+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2024-08-07T02:32:35.093452+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:32:35.125961+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:32:35.126082+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:32:40.740639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:32:43.835299+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2024-08-07T02:32:43.851785+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:32:43.873122+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:32:43.873264+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:32:50.244543+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:32:53.503713+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2024-08-07T02:32:53.581740+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:32:53.642412+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:32:53.642509+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:32:59.236468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:33:10.539704+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2024-08-07T02:33:10.606622+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:33:10.649291+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:33:10.649419+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:33:15.775323+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:33:18.509147+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2024-08-07T02:33:18.519936+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:33:18.532317+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:33:18.532414+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:33:23.585882+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:35:21.976282+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2024-08-07T02:35:22.094056+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:35:22.222223+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:35:22.222350+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:35:22.709357+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:35:22.804968+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:35:22.895526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:35:39.858001+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2024-08-07T02:35:39.919833+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:35:39.997238+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:35:39.997334+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:35:40.187517+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:35:40.261215+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:35:40.330996+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:35:47.895846+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2024-08-07T02:35:47.910816+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:35:47.930236+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:35:47.930383+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:35:47.979235+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:35:49.192740+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:36:14.698836+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2024-08-07T02:36:14.848829+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:36:14.906315+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:36:14.906438+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:36:20.882224+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:36:31.621298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:36:39.667947+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2024-08-07T02:36:39.707280+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:36:39.733224+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:36:39.733345+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:36:44.852011+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:36:48.709483+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2024-08-07T02:36:48.758216+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:36:48.785534+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:36:48.785625+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:36:53.620169+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:39:02.009948+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2024-08-07T02:39:02.117811+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:39:02.155766+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:39:02.155851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:39:07.340488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:39:17.766682+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2024-08-07T02:39:17.798706+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:39:17.829678+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:39:17.829778+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:39:22.445541+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:39:58.133601+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2024-08-07T02:39:58.251010+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:39:58.357802+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:39:58.357920+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:40:03.601319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:40:03.797950+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2024-08-07T02:41:56.438293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:43:44.751054+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2024-08-07T02:43:44.855808+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:43:44.885121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:43:44.885237+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:43:45.159889+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:43:45.316568+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:43:45.375410+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:43:52.715217+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2024-08-07T02:43:52.729377+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:43:52.745026+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:43:52.745146+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:43:57.515487+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:44:02.121581+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2024-08-07T02:44:02.155227+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:44:02.231703+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:02.231801+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:02.409130+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T02:44:02.434666+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T02:44:02.474685+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:44:09.882677+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2024-08-07T02:44:09.896827+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:44:09.913961+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:09.914078+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:10.037755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:44:19.241454+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2024-08-07T02:44:19.316630+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:44:19.341539+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:19.341634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:23.943515+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:44:27.485650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:44:55.137729+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2024-08-07T02:44:55.289026+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:44:55.326713+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:55.326804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:44:59.940633+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:45:14.009883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:45:43.801799+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2024-08-07T02:45:44.147002+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:45:44.174791+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:45:44.174886+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:45:49.636131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:46:03.653068+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2024-08-07T02:46:03.710743+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:46:03.758668+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:46:03.758800+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:46:10.137769+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:46:33.747176+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2024-08-07T02:46:33.885661+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:46:33.912486+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:46:33.912574+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:46:38.540438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:47:04.207130+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2024-08-07T02:47:04.246205+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:47:04.272472+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:47:04.272567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:47:09.224211+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:47:13.576391+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2024-08-07T02:47:13.586291+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:47:13.601522+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:47:13.601643+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:47:18.501934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:47:23.871081+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2024-08-07T02:47:23.937170+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:47:23.969771+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:47:23.969896+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:47:29.078196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:47:33.769287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:47:44.390153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:47:53.729465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:48:04.599838+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2024-08-07T02:48:04.651322+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:48:04.678201+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:04.678294+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:09.089298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:48:13.577415+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2024-08-07T02:48:13.589225+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:48:13.602302+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:13.602383+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:18.108898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:48:24.974668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:48:34.092387+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2024-08-07T02:48:34.120698+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:48:34.135594+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:34.135684+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:38.622868+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:48:44.583378+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2024-08-07T02:48:44.606504+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:48:44.629789+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:44.629872+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:48:49.067264+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:48:53.787132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:54:40.781388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T02:55:23.075155+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2024-08-07T02:55:23.183410+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:55:23.264855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:23.264952+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:29.104322+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:55:31.304437+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2024-08-07T02:55:31.317895+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:55:31.333662+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:31.333778+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:36.201344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:55:36.402082+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2024-08-07T02:55:49.693674+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2024-08-07T02:55:49.814371+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:55:49.872740+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:49.872884+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:56.616641+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:55:58.886587+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2024-08-07T02:55:59.020979+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:55:59.083630+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:55:59.083752+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:56:05.178204+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:56:07.102054+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2024-08-07T02:56:07.116616+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:56:07.131215+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:56:07.131342+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:56:12.231230+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:57:07.914533+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2024-08-07T02:57:07.994157+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:57:08.040308+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:57:08.040400+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:57:13.095104+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:57:25.105443+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2024-08-07T02:57:25.165961+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:57:25.215101+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:57:25.215235+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:57:30.244494+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:57:50.553823+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2024-08-07T02:57:50.626858+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:57:50.659345+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:57:50.659458+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:57:55.674700+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T02:58:06.279963+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2024-08-07T02:58:06.349111+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T02:58:06.393201+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:58:06.393290+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T02:58:11.457534+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T03:00:55.854853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:01:03.332931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:01:56.714566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:05:25.105559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:07:08.038992+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2024-08-07T03:07:08.181702+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T03:07:08.353600+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:07:08.353721+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:07:14.396179+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T03:07:31.141199+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2024-08-07T03:07:31.653825+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T03:07:31.687891+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:07:31.687986+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:07:32.266004+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T03:07:32.456545+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T03:07:32.564490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T03:07:37.295382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:07:46.387400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:07:52.945403+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2024-08-07T03:07:53.181442+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T03:07:53.257678+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:07:53.257770+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:07:58.345213+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T03:08:10.017419+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2024-08-07T03:08:10.093272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T03:08:10.169037+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:08:10.169124+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:08:10.464288+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-07T03:08:10.531380+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-07T03:08:10.614103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T03:10:08.296190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:10:15.040894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:11:22.186608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:12:03.955096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-07T03:34:06.062714+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-07T03:34:06.284778+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T03:34:06.560160+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:34:06.560306+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:34:07.486144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-07T03:38:31.465912+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-07T03:38:31.561398+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-07T03:38:31.644960+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:38:31.645085+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-07T03:38:32.115593+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-08T13:10:15.496225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T13:11:34.532364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /laravel/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /laravel/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T19:31:31.786233+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-08-09T19:31:32.396371+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T19:31:32.805560+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T19:31:32.805656+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T19:31:34.335090+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:21:25.453857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:21:27.481492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:21:33.582424+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2024-08-09T20:21:33.959068+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:21:34.062916+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:21:34.063049+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:21:34.241440+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:21:34.298891+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2024-08-09T20:21:34.319741+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2024-08-09T20:21:40.985266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:21:43.656539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:21:49.866556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:21:53.646824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:21:56.642515+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-08-09T20:21:56.667718+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:21:56.693349+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:21:56.693445+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:21:56.905946+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-09T20:21:56.965666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:22:00.114933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:09.904711+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2024-08-09T20:22:09.914592+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:22:09.926509+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:22:09.926584+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:22:10.123990+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2024-08-09T20:22:10.143160+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:22:14.543026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:17.256263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:31.834654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:34.573642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:37.633161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:40.728220+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2024-08-09T20:22:40.846991+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:22:40.909954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:22:40.910041+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:22:41.416075+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:22:43.532506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:47.518723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:22:50.141272+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2024-08-09T20:22:50.156710+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:22:50.176123+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:22:50.176255+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:22:50.298200+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-09T20:22:50.329944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:22:53.537601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:00.609178+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2024-08-09T20:23:00.660191+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:23:00.684020+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:23:00.684147+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:23:00.878245+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:23:04.469626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:07.636891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:17.364351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:21.304539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:24.470651+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2024-08-09T20:23:24.496573+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:23:24.527321+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:23:24.527453+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:23:24.589381+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-09T20:23:24.622765+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:23:35.268710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:38.934460+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2024-08-09T20:23:38.959145+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:23:38.990150+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:23:38.990242+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:23:39.294738+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:23:50.009042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:23:53.591343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:24:00.828455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:24:04.470876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-09T20:24:14.624661+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2024-08-09T20:24:14.641293+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-09T20:24:14.662417+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:24:14.662553+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-09T20:24:14.788308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-09T20:24:30.144992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:04:21.000189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:04:22.391620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:04:38.298521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:04:52.697769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:04:59.597629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:05:15.409448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:05:20.689429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:05:28.257453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:05:35.663899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:05:43.053782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:05:56.170866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:06:04.084083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:06:10.674689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:06:26.280264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:06:39.367887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:06:54.903932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:07:00.100847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-10T03:07:07.678375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:13:44.018252+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2024-08-13T05:13:44.888607+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:13:45.745469+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:13:45.745558+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:13:53.107919+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:13:58.904586+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2024-08-13T05:13:58.914582+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:13:58.929928+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:13:58.930021+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:04.030625+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:14:11.403734+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2024-08-13T05:14:11.445003+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:14:11.475602+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:11.475723+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:16.285749+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:14:24.364836+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2024-08-13T05:14:24.478562+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:14:24.557141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:24.557283+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:29.836077+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:14:47.283911+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2024-08-13T05:14:47.315637+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:14:47.342703+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:47.342799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:52.687317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:14:59.300421+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2024-08-13T05:14:59.310394+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:14:59.322830+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:14:59.322904+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:15:04.580117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:15:25.497190+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2024-08-13T05:15:25.562461+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:15:25.597842+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:15:25.597967+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:15:31.014015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:21:14.801640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:25:50.554399+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2024-08-13T05:25:50.640474+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:25:50.687385+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:25:50.687469+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:25:55.372327+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:26:04.710457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:26:20.856225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:26:35.438721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:27:06.387002+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2024-08-13T05:27:06.420397+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:27:06.448234+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:27:06.448294+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:27:10.902600+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:27:21.963212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:27:51.890411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T05:28:07.203966+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2024-08-13T05:28:07.236649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T05:28:07.263907+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:28:07.263990+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T05:28:11.968604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T05:32:17.296681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T07:00:05.320385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T07:56:26.999014+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2024-08-13T07:56:27.101684+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T07:56:27.200581+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T07:56:27.200684+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T07:56:29.005395+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-08-13T07:56:29.211085+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-08-13T07:56:29.296224+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T11:52:52.870878+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-08-13T11:52:53.033328+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T11:52:53.193329+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T11:52:53.193459+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T11:52:54.394133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:33:25.965229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:27.199833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:30.831374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:33.525808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:35.334995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:37.241207+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2024-08-13T12:33:37.301194+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:33:37.342747+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:33:37.342853+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:33:37.567442+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2024-08-13T12:33:37.620074+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:33:44.050549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:44.050792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:44.053843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:54.976737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:33:57.087811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:00.941178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:00.941346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:01.161915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:08.944117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:12.737522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:16.699759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:19.755228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:27.208313+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2024-08-13T12:34:27.226525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:34:27.241026+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:27.241131+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:27.248186+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:34:27.333517+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2024-08-13T12:34:27.360304+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2024-08-13T12:34:31.134993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:39.041810+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2024-08-13T12:34:39.065575+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:34:39.099889+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:39.100027+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:39.269608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:34:46.712307+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2024-08-13T12:34:46.773705+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:34:46.788829+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:46.788919+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:46.930600+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:34:49.905966+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2024-08-13T12:34:49.915750+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:34:49.927765+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:49.927856+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:34:50.056788+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-13T12:34:50.100195+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:34:54.400497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:34:57.828045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:35:13.090477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:35:16.518020+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-08-13T12:35:16.534086+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:35:16.548364+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:16.548453+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:16.575772+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-13T12:35:16.601991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:35:20.556250+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-08-13T12:35:20.573043+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:35:20.594709+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:20.594841+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:20.627584+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-13T12:35:20.657512+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:35:24.716760+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se","method":"GET"} [] [2024-08-13T12:35:24.728688+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:35:24.743622+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:24.743714+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:24.870760+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:35:28.614243+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2024-08-13T12:35:28.641872+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:35:28.676181+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:28.676281+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:28.769762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:35:32.544601+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2024-08-13T12:35:32.567473+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-13T12:35:32.589318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:32.589467+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-13T12:35:32.687814+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-08-13T12:35:32.741825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-13T12:35:49.470120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:35:58.109345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:36:01.375008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:36:19.105172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-13T12:36:23.289768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-16T00:05:17.761287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-16T00:07:22.342747+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-08-16T00:07:22.808223+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-08-16T00:07:23.102032+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-16T00:07:23.102164+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-08-16T00:07:24.134874+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-08-16T00:07:33.291337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/version/v3/hui/lib/webuploader/0.1.5/server/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/version/v3/hui/lib/webuploader/0.1.5/server/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/version/v3/hui/lib/webuploader/0.1.5/server\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-16T00:08:05.825348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wp-includes/css/dist/editor/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wp-includes/css/dist/editor/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/css/dist/editor\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-23T23:14:15.531242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-01T04:58:01.205758+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-09-01T04:58:03.351763+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-09-01T04:58:06.130228+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-09-01T04:58:06.130335+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-09-01T04:58:10.280101+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-09-05T13:58:15.838851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-08T22:23:57.992807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /makeasmtp.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /makeasmtp.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/makeasmtp.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-15T15:53:20.506719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T03:49:57.711244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T03:49:57.711047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T03:49:57.711031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T03:49:57.711244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-26T10:46:09.312766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /makeasmtp.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /makeasmtp.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/makeasmtp.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-12T17:40:49.498005+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:49.498005+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:49.498005+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:49.498005+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:49.498005+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:49.498227+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:49.498005+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-12T17:40:50.849652+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:50.849663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:50.849664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:50.849659+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:50.849659+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:50.849668+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:50.849965+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-12T17:40:51.630898+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631019+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631180+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631179+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631186+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631187+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631284+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631284+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631290+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631290+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631296+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:51.631296+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-12T17:40:53.146456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-12T17:40:53.146490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-12T17:40:53.146490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-12T17:40:53.146495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-12T17:40:53.146502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-12T17:40:53.146502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-12T17:40:53.146833+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-14T06:36:05.571780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /javascript/jquery.upload/server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /javascript/jquery.upload/server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/javascript/jquery.upload/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-25T17:03:16.120408+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-10-25T17:03:17.521276+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-25T17:03:18.377995+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-25T17:03:18.378087+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-25T17:03:20.031986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-25T18:54:32.608777+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-25T18:54:33.382860+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-25T18:54:34.001753+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-25T18:54:34.001878+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-25T18:54:34.996673+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-25T21:19:19.911306+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-25T21:19:20.779259+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-25T21:19:21.360259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-25T21:19:21.360354+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-25T21:19:22.006805+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-26T09:44:10.633775+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-10-26T09:44:12.108078+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-26T09:44:13.016158+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-26T09:44:13.016281+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-26T09:44:14.776549+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-10-26T15:56:49.635705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //public/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //public/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//public/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-26T15:56:49.635718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //public/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //public/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//public/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-26T15:56:49.635718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //public/.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //public/.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//public/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-31T04:28:15.741544+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-10-31T04:28:17.337428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-10-31T04:28:18.505202+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-31T04:28:18.505300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-10-31T04:28:21.499785+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-03T12:15:40.819441+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-11-03T12:15:41.976711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-11-03T12:15:42.862008+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-03T12:15:42.862140+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-03T12:15:44.825926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-03T12:25:39.741388+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-11-03T12:25:39.935467+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-11-03T12:25:40.046190+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-03T12:25:40.046290+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-03T12:25:40.507993+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-10T20:59:29.469397+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-11-10T20:59:30.562738+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-11-10T20:59:31.447189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-10T20:59:31.447321+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-10T20:59:32.901236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-10T22:55:46.141603+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-11-10T22:55:46.816945+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-11-10T22:55:47.314112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-10T22:55:47.314239+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-10T22:55:48.283401+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-10T23:53:37.282347+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-11-10T23:53:37.794416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-11-10T23:53:38.270527+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-10T23:53:38.270621+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-10T23:53:38.808363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-11T04:25:54.740266+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-11-11T04:25:54.932751+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-11-11T04:25:55.136812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-11T04:25:55.136941+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-11-11T04:25:55.967066+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-11-15T03:36:50.138716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T03:36:50.139091+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T03:36:50.138716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T03:38:00.179834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:29:52.672704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:01.868251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:04.208212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:17.476388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:19.669139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:32.865546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:34.839874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:30:48.804033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:15:16.828825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:15:30.849105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:15:33.074954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:15:46.763989+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:15:48.655381+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:16:02.206369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:16:03.987580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:16:17.365780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T01:31:09.892005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T23:05:01.557672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-01T20:31:10.789827+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-12-01T20:31:11.972832+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-01T20:31:12.813059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-01T20:31:12.813150+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-01T20:31:14.394550+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-02T08:17:20.902091+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-02T08:17:22.220187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-02T08:17:23.056387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-02T08:17:23.056485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-02T08:17:24.614932+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-04T13:40:59.236017+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-12-04T13:41:00.353317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-04T13:41:01.238667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T13:41:01.238756+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T13:41:02.700902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-04T15:25:02.223049+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-04T15:25:03.027134+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-04T15:25:03.643024+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T15:25:03.643146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T15:25:04.854806+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-04T16:26:22.086368+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-12-04T16:26:22.522993+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-04T16:26:22.876739+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T16:26:22.876866+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T16:26:23.294746+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-04T21:39:03.190240+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-04T21:39:03.537508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-04T21:39:03.899211+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T21:39:03.899304+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-04T21:39:04.374863+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-10T19:22:32.694345+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-12-10T19:22:33.739814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-10T19:22:34.540584+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-10T19:22:34.540685+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-10T19:22:36.519013+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-12T02:09:55.968584+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-12-12T02:09:57.222910+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-12T02:09:58.327561+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-12T02:09:58.327660+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-12T02:10:00.218117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T21:12:00.404230+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-15T21:12:01.290223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T21:12:02.157154+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:12:02.157255+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:12:03.625197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T21:33:30.819819+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-12-15T21:33:31.635882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T21:33:32.245411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:33:32.245512+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:33:33.177794+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T21:33:48.791445+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-12-15T21:33:48.819301+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T21:33:48.849772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:33:48.849890+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:33:48.924605+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T21:36:25.336755+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/Livre_audio","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio/","method":"GET"} [] [2024-12-15T21:36:25.376764+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T21:36:25.410824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:36:25.410946+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T21:36:25.537739+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:52:49.467536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:52:55.810756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:02.417231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:06.577879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:10.099726+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se/","method":"GET"} [] [2024-12-15T22:53:10.405814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:53:10.499622+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:53:10.499714+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:53:10.728640+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:53:13.714109+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:16.020363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:27.858576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:32.233753+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:53:37.155110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:54:07.731950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:54:11.041124+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/Livre_audio","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio/","method":"GET"} [] [2024-12-15T22:54:11.065376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:54:11.080789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:54:11.080856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:54:11.128819+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:54:24.431654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:54:28.868379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:54:35.323555+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:54:52.349397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:55:04.756820+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-12-15T22:55:04.774529+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:55:04.789481+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:04.789561+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:04.891122+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T22:55:04.924417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:55:09.411061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:55:13.700366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:55:17.581702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:55:25.014858+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/gallery","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"gallery","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/gallery/","method":"GET"} [] [2024-12-15T22:55:25.049736+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:55:25.080621+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:25.080742+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:25.121829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:55:28.579849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:55:32.710282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:55:37.338251+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/contact","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"contact","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/contact/","method":"GET"} [] [2024-12-15T22:55:37.348273+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:55:37.360733+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:37.360824+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:37.377529+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:55:42.161505+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2024-12-15T22:55:42.198231+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:55:42.233511+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:42.233641+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:42.276060+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T22:55:42.303203+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:55:45.849692+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-12-15T22:55:45.861559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:55:45.876583+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:45.876691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:45.919428+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T22:55:45.950105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:55:52.550681+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2024-12-15T22:55:52.560630+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:55:52.572963+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:52.573038+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:55:52.575049+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:55:52.659840+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2024-12-15T22:55:52.684670+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2024-12-15T22:56:13.546454+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2024-12-15T22:56:13.575392+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T22:56:13.599991+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:56:13.600078+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T22:56:13.692410+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T22:56:13.728049+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T22:57:31.126044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:58:24.770586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:59:17.376709+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:00:10.170075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:07:20.153888+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/images/images/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/images/images/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/images/images/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:07:34.638681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:07:39.945431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:07:47.002386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-3-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-3-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-3-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:07:52.637781+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:07:57.755941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:02.622925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-2-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-2-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-2-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:10.287940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:16.805476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:27.274260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/demo/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/demo/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/demo/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:34.869839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:48.238474+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:53.357404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:08:57.895336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:03.085946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:06.863970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:12.353365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:17.609418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:24.440180+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:29.108241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:43.861494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:48.043985+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:09:52.159967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:10:06.276876+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:10:20.600806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/amex.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/amex.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/amex.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:10:30.206453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:10:50.109672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:10:59.028101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/visa.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/visa.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/visa.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:11:04.743368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:11:10.986455+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/login","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"security_login","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/login/","method":"GET"} [] [2024-12-15T23:11:11.020941+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:11:11.050661+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:11:11.050744+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:11:11.102200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:23:16.306517+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/62","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62/","method":"GET"} [] [2024-12-15T23:23:16.337625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:23:16.365195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:16.365255+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:16.401650+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:23:23.519933+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/36","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36/","method":"GET"} [] [2024-12-15T23:23:23.530926+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:23:23.543785+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:23.543842+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:23.557080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:23:29.772827+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/58","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58/","method":"GET"} [] [2024-12-15T23:23:29.782907+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:23:29.795252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:29.795326+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:29.808644+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:23:35.903414+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/59","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59/","method":"GET"} [] [2024-12-15T23:23:35.936123+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:23:35.966578+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:35.966709+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:36.004870+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:23:49.772825+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/52","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52/","method":"GET"} [] [2024-12-15T23:23:49.782983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:23:49.795240+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:49.795297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:23:49.808353+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:24:00.023771+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/34","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34/","method":"GET"} [] [2024-12-15T23:24:00.053574+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:24:00.080351+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:00.080408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:00.116635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:24:11.590914+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2024-12-15T23:24:11.601310+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:24:11.613898+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:11.613962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:13.025256+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:24:13.268372+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:24:13.321751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:24:30.577684+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/12","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12/","method":"GET"} [] [2024-12-15T23:24:30.634741+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:24:30.661334+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:30.661427+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:30.697551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:24:42.139481+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/39","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39/","method":"GET"} [] [2024-12-15T23:24:42.149562+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:24:42.162103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:42.162193+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:42.175259+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:24:55.610192+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/57","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57/","method":"GET"} [] [2024-12-15T23:24:55.660057+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:24:55.694053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:55.694186+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:24:55.757498+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:25:04.370114+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/32","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32/","method":"GET"} [] [2024-12-15T23:25:04.380167+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:25:04.392503+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:04.392578+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:04.405497+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:25:14.597098+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/35","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35/","method":"GET"} [] [2024-12-15T23:25:14.627597+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:25:14.653254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:14.653342+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:14.716157+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:25:26.254376+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/63","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/63/","method":"GET"} [] [2024-12-15T23:25:26.265175+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:25:26.277490+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:26.277552+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:26.290310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:25:36.453762+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2024-12-15T23:25:36.489470+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:25:36.518765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:36.518857+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:36.550015+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T23:25:36.585991+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:25:49.720893+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/22","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22/","method":"GET"} [] [2024-12-15T23:25:49.730968+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:25:49.743234+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:49.743307+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:25:49.759279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:26:00.013673+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-15T23:26:00.062387+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:26:00.103293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:00.103389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:00.302152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:26:08.278013+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2024-12-15T23:26:08.293157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:26:08.308988+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:08.309079+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:13.704212+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-12-15T23:26:13.762545+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:26:21.748012+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2024-12-15T23:26:21.816794+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:26:21.859557+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:21.859649+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:21.983947+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:26:22.024546+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:26:22.048636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:26:46.881860+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/36","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36/","method":"GET"} [] [2024-12-15T23:26:46.911545+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:26:46.937544+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:46.937640+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:26:46.972000+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:27:46.942748+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/39","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39/","method":"GET"} [] [2024-12-15T23:27:46.980785+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:27:47.008693+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:27:47.008785+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:27:47.047375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:28:36.589124+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2024-12-15T23:28:36.619975+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:28:36.647532+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:28:36.647625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:28:36.679856+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T23:28:36.717007+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:29:22.773536+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2024-12-15T23:29:22.833560+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:29:22.886466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:29:22.886596+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:29:23.060962+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:29:23.116115+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:29:23.170722+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:30:26.374421+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/28","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28/","method":"GET"} [] [2024-12-15T23:30:26.420005+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:30:26.450669+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:30:26.450793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:30:26.495718+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:30:59.951859+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2024-12-15T23:31:00.001358+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:31:00.061826+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:00.061923+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:01.104093+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:31:01.299529+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:31:01.456544+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:31:07.938042+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2024-12-15T23:31:07.953612+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:31:07.973393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:07.973518+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:08.012339+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:31:08.077228+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:31:08.095643+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:31:15.620386+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/37","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/livre/37/","method":"GET"} [] [2024-12-15T23:31:15.648329+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:31:15.673246+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:15.673339+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:15.694823+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:31:44.339290+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/59","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59/","method":"GET"} [] [2024-12-15T23:31:44.373305+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:31:44.402552+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:44.402680+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:31:44.440497+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:32:07.283373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/audio/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/audio/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/audio\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:32:27.482806+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/64","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/livre/64/","method":"GET"} [] [2024-12-15T23:32:27.513391+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:32:27.538426+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:32:27.538523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:32:27.574282+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:32:48.892751+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/64","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/livre/64/","method":"GET"} [] [2024-12-15T23:32:48.923726+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:32:48.950756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:32:48.950865+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:32:48.986397+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:33:08.272486+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/56","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/livre/56/","method":"GET"} [] [2024-12-15T23:33:08.302017+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:33:08.327790+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:08.327880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:08.363281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:33:27.842170+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/34","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/audio/34/","method":"GET"} [] [2024-12-15T23:33:27.870790+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:33:27.895726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:27.895820+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:27.934222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:33:42.582557+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/14","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/livre/14/","method":"GET"} [] [2024-12-15T23:33:42.598133+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:33:42.620059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:42.620187+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:42.644482+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:33:58.509452+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2024-12-15T23:33:58.574153+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:33:58.602572+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:58.602759+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:33:58.693608+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:33:58.728358+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:33:58.762196+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:34:13.148561+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/7","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/livre/7/","method":"GET"} [] [2024-12-15T23:34:13.158887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:34:13.173070+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:34:13.173195+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:34:13.191045+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:34:18.980607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:34:31.640121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:34:40.149925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:34:50.573485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] G: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:34:49.843944+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:35:05.455828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:35:19.023958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:35:26.633029+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2024-12-15T23:35:26.662093+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:35:26.687206+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:35:26.687302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:35:26.736059+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2024-12-15T23:35:26.771350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:35:52.761807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:35:55.133520+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/31","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/livre/31/","method":"GET"} [] [2024-12-15T23:35:55.166611+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:35:55.199255+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:35:55.199382+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:35:55.246665+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:36:24.760792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:36:29.356042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] 23:36:26.239289+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:36:26.272770+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:36:35.237184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:36:49.847074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:36:55.587734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] :36:50.820587+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:36:50.858764+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:37:09.690590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:37:16.416241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] 37:11.571976+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:37:11.609650+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:37:26.635386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:37:31.344915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] 15T23:37:31.225871+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:37:31.261210+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:37:39.914818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:37:44.355809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:37:50.143625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] 15T23:37:49.958710+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:37:49.994287+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:37:59.821327+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:38:06.456932+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2024-12-15T23:38:06.489151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:38:06.518200+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:38:06.518295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:38:11.925200+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2024-12-15T23:38:11.989535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:38:21.754241+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2024-12-15T23:38:21.821576+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:38:21.850204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:38:21.850300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:38:21.990359+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-15T23:38:22.018837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-15T23:38:22.039469+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:38:22.410199+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2024-12-15T23:38:22.462685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:38:22.497796+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:38:22.497923+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:38:22.615741+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2024-12-15T23:38:22.671350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:38:38.047742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:38:45.694569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:38:53.976052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:39:06.455262+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:39:08.117156+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/59","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/audio/59/","method":"GET"} [] [2024-12-15T23:39:08.193801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:39:08.243188+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:39:08.243321+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:39:08.309004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:39:33.850873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:40:09.567151+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/28","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/livre/28/","method":"GET"} [] [2024-12-15T23:40:09.613710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-15T23:40:09.640726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:40:09.640823+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-15T23:40:09.703401+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-15T23:48:14.755905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:48:21.832121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/demo/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/demo/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/demo/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:48:33.181064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:48:41.478597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:48:49.016559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:48:57.969260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-3-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-3-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-3-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:49:13.098347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:49:19.086041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:49:23.752505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:49:29.611690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:49:39.100105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:49:48.623000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:50:03.160326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:50:22.332042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:50:29.267222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:50:38.239533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:50:54.988195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-2-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-2-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-2-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:51:06.692127+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/images/images/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/images/images/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/images/images/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:51:16.284871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:51:21.660545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:51:31.906757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:51:36.717977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:51:56.714401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:52:07.376680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T23:52:18.899588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-16T08:21:28.047619+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-12-16T08:21:29.295711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-16T08:21:30.278608+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-16T08:21:30.278699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-16T08:21:32.528482+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-18T15:52:37.141921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-18T15:52:37.141624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/libraries/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/libraries/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/libraries/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-18T15:52:37.141921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-18T15:52:39.899970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T22:37:48.958849+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] 2024-12-23T22:37:48.957709+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2024-12-23T22:37:48.957909+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-23T22:37:48.958860+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2024-12-23T22:37:48.958866+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-23T22:37:48.958860+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2024-12-23T22:37:49.940770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-23T22:37:49.940774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-23T22:37:49.940788+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-23T22:37:49.941374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-23T22:37:50.592452+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.592545+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.592613+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.592731+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.593618+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.593729+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.593799+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:50.593909+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-23T22:37:51.929055+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-23T22:37:51.929055+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-23T22:37:51.929056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-23T22:37:51.929078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] age with an anonymous Token. [] [] [2024-12-23T22:37:51.928764+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-23T22:37:51.928775+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-29T03:22:19.566749+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se/","method":"GET"} [] [2024-12-29T03:22:23.724557+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-29T03:22:25.779117+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:22:25.779210+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:22:29.371905+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-29T03:25:57.716486+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se/","method":"GET"} [] [2024-12-29T03:26:00.705581+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-29T03:26:02.977165+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:26:02.977266+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:26:05.300248+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-29T03:30:09.694593+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-29T03:30:25.505694+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2024-12-29T03:30:25.710464+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-29T03:30:26.819264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:30:26.819394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:30:28.246625+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2024-12-29T03:30:28.452418+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-29T03:33:12.605079+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2024-12-29T03:33:13.495833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-29T03:33:13.939464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:33:13.939591+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-29T03:33:15.191881+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2024-12-29T03:33:15.555673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-29T03:35:12.127912+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-31T22:58:05.303114+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2024-12-31T22:58:06.252223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T22:58:07.086323+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T22:58:07.086448+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T22:58:08.694719+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:09:34.400085+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2024-12-31T23:09:34.642911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:09:34.839479+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:09:34.839570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:09:37.137153+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:09:37.554304+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:09:37.972636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:09:41.400344+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2024-12-31T23:09:41.412926+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:09:41.431684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:09:41.431802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:09:41.478279+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:09:41.499273+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:09:41.522319+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:09:46.771526+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2024-12-31T23:09:46.781655+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:09:46.793986+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:09:46.794073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:09:46.825248+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:09:46.840978+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:09:46.858395+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:10:06.315804+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2024-12-31T23:10:06.372025+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:10:06.398097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:10:06.398190+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:10:06.494470+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:10:06.530350+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:10:06.573593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:11:05.089732+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2024-12-31T23:11:05.139208+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:11:05.172177+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:11:05.172276+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:11:05.275232+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:11:05.324578+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:11:05.370115+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:12:03.512763+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2024-12-31T23:12:03.545736+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:12:03.572978+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:12:03.573073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:12:03.670621+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:12:03.699656+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:12:03.732563+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-12-31T23:13:03.510690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-31T23:14:04.261052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-31T23:15:05.033134+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2024-12-31T23:15:05.074743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2024-12-31T23:15:05.121822+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:15:05.121943+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2024-12-31T23:15:05.259719+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2024-12-31T23:15:05.303168+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2024-12-31T23:15:05.353760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-01T08:54:10.925800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-01T21:13:21.236311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-01T21:13:32.264667+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-01T21:14:04.128756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-04T17:04:13.299101+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-01-04T17:04:14.514863+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-04T17:04:15.370385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-04T17:04:15.370508+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-04T17:04:17.041455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T19:58:21.837651+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-01-04T19:58:22.932782+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-04T19:58:23.632742+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-04T19:58:23.632835+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-04T19:58:24.759821+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-04T23:35:04.644844+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-01-04T23:35:05.669401+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-04T23:35:06.550237+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-04T23:35:06.550333+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-04T23:35:08.087451+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-07T09:03:20.424034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T10:50:18.646121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T10:51:00.210916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T10:51:34.546230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T13:32:13.359927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T13:32:59.974014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T13:34:14.419534+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T13:35:06.278080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T14:49:47.743394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T14:50:19.963678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T14:50:44.744859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T14:51:16.965090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T15:14:28.416802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T15:14:53.273316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T15:15:16.455566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T15:15:48.893766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T17:23:06.783451+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-01-07T17:23:07.518203+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-07T17:23:08.056228+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-07T17:23:08.056318+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-07T17:23:09.537002+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-09T03:15:45.721806+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-01-09T03:15:49.554633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-09T03:15:52.592931+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-09T03:15:52.593063+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-09T03:15:55.885658+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-01-09T03:15:55.896892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-09T03:15:55.910324+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-09T03:15:55.910414+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-09T03:15:57.957660+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-09T03:15:57.957660+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-11T05:10:58.112499+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-01-11T05:11:00.282066+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-11T05:11:02.293044+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-11T05:11:02.293143+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-11T05:11:04.261399+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T02:56:29.413680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-13T02:56:55.284422+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-01-13T02:56:56.065025+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T02:56:56.547266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T02:56:56.547391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T02:57:00.437694+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-13T02:57:00.841028+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-13T02:57:01.331497+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T02:57:17.288396+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-13T02:57:54.703617+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-01-13T02:57:54.839098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T02:57:55.026106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T02:57:55.026232+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T02:58:03.903984+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-13T02:58:04.072256+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T03:01:31.447803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-13T03:02:44.057584+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-13T03:04:33.883206+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-01-13T03:04:34.241813+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T03:04:34.338730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:04:34.338862+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:04:41.689514+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-13T03:04:41.888476+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T03:06:43.657172+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-01-13T03:06:43.738360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T03:06:43.793843+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:06:43.793971+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:06:44.092363+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-13T03:06:44.134080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T03:07:47.263755+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-01-13T03:07:47.422423+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T03:07:47.559599+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:07:47.559719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:07:47.630969+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-13T03:07:47.707709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T03:14:58.920136+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se/","method":"GET"} [] [2025-01-13T03:15:00.136647+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T03:15:01.083422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:15:01.083545+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:15:02.871043+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T03:24:27.377049+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-01-13T03:24:33.308686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T03:24:38.371435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:24:38.371566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T03:24:55.452798+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:39:01.796338+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-01-13T17:39:03.050198+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:39:04.197220+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:39:04.197316+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:39:11.602009+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-13T17:39:12.497352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:49:50.512728+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se/","method":"GET"} [] [2025-01-13T17:49:51.130452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:49:51.580352+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:49:51.580476+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:49:52.315550+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:52:24.621802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/livre/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/livre/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/livre\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-13T17:52:53.785610+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/login","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"security_login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login/","method":"GET"} [] [2025-01-13T17:52:53.862993+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:52:53.894379+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:52:53.894482+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:52:53.930968+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:08.177263+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/8","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8/","method":"GET"} [] [2025-01-13T17:54:08.209459+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:08.234740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:08.234832+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:08.271729+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:18.409902+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/6","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6/","method":"GET"} [] [2025-01-13T17:54:18.422042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:18.438887+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:18.438995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:18.452298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:25.057518+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/4","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4/","method":"GET"} [] [2025-01-13T17:54:25.086109+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:25.112217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:25.112309+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:25.142567+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:31.573781+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/3","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3/","method":"GET"} [] [2025-01-13T17:54:31.591878+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:31.610706+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:31.610834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:31.631543+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:46.712620+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/1","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/1/","method":"GET"} [] [2025-01-13T17:54:46.763434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:46.794114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:46.794220+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:46.835871+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:53.537445+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/7","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7/","method":"GET"} [] [2025-01-13T17:54:53.546938+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:53.558734+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:53.558811+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:53.571268+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:54:57.671275+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/1","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/1/","method":"GET"} [] [2025-01-13T17:54:57.680831+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:54:57.692616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:57.692682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:54:57.705333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:03.694099+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-01-13T17:55:03.732546+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:03.800776+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:03.800870+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:04.059536+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-01-13T17:55:04.183535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:11.387062+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/4","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/4/","method":"GET"} [] [2025-01-13T17:55:11.396739+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:11.408530+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:11.408586+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:11.425029+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:17.927027+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/gallery","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"gallery","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/gallery/","method":"GET"} [] [2025-01-13T17:55:17.936537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:17.948492+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:17.948583+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:17.961404+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:25.961611+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/contact","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"contact","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/contact/","method":"GET"} [] [2025-01-13T17:55:26.009312+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:26.049999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:26.050121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:26.084197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:28.801285+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/7","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/7/","method":"GET"} [] [2025-01-13T17:55:28.810859+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:28.822703+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:28.822791+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:28.848851+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:34.840817+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/54","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54/","method":"GET"} [] [2025-01-13T17:55:34.850988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:34.863655+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:34.863746+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:34.877184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:41.112591+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/40","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40/","method":"GET"} [] [2025-01-13T17:55:41.159208+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:41.183494+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:41.183593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:41.220810+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:45.070363+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/32","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32/","method":"GET"} [] [2025-01-13T17:55:45.082205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:45.094490+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:45.094578+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:45.111554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:48.814010+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/16","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16/","method":"GET"} [] [2025-01-13T17:55:48.823735+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:48.835754+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:48.835844+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:48.848578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:52.803843+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/63","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63/","method":"GET"} [] [2025-01-13T17:55:52.813721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:52.828580+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:52.828656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:52.844210+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:55:56.711091+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/25","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25/","method":"GET"} [] [2025-01-13T17:55:56.748200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:55:56.798464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:56.798553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:55:56.829931+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:00.459985+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/61","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61/","method":"GET"} [] [2025-01-13T17:56:00.470930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:00.483162+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:00.483252+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:00.500078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:04.516481+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/41","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41/","method":"GET"} [] [2025-01-13T17:56:04.526434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:04.538531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:04.538622+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:04.553215+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:08.569816+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/46","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46/","method":"GET"} [] [2025-01-13T17:56:08.579889+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:08.591922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:08.592015+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:08.606496+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:13.413637+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/48","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48/","method":"GET"} [] [2025-01-13T17:56:13.443207+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:13.470736+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:13.470832+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:13.517085+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:27.821545+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/14","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14/","method":"GET"} [] [2025-01-13T17:56:27.831231+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:27.843477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:27.843568+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:27.859857+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:33.550351+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/64","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64/","method":"GET"} [] [2025-01-13T17:56:33.580860+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:33.610163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:33.610256+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:33.643094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:36.435692+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/50","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50/","method":"GET"} [] [2025-01-13T17:56:36.445722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:36.461638+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:36.461744+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:36.479096+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:50.003354+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/19","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19/","method":"GET"} [] [2025-01-13T17:56:50.034976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:50.064079+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:50.064196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:50.101436+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:53.765520+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/53","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53/","method":"GET"} [] [2025-01-13T17:56:53.775465+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:53.787635+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:53.787727+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:53.800330+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:56:59.920203+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/53","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53/","method":"GET"} [] [2025-01-13T17:56:59.933514+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:56:59.951095+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:59.951215+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:56:59.970074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:57:08.176175+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/17","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/17/","method":"GET"} [] [2025-01-13T17:57:08.215128+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:57:08.241940+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:57:08.242033+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:57:08.275642+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-13T17:57:12.515952+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/26","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26/","method":"GET"} [] [2025-01-13T17:57:12.525732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-13T17:57:12.537683+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:57:12.537773+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-13T17:57:12.550341+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-16T23:44:41.315841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/laravel-filemanager/js/script.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/laravel-filemanager/js/script.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/laravel-filemanager/js/script.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T18:23:37.516601+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-01-19T18:23:38.773468+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:23:39.584266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:23:39.584374+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:23:40.779523+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-19T18:23:41.608365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:24:02.249449+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-01-19T18:24:02.287867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:24:02.325630+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:24:02.325733+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:24:04.249021+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:24:04.476506+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:24:04.512516+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:25:55.953966+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-01-19T18:25:56.029645+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:25:56.077100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:25:56.077236+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:25:56.205971+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:25:57.499988+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:26:43.653958+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-01-19T18:26:43.725114+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:26:43.787438+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:26:43.787560+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:26:44.029608+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:26:44.081590+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:26:44.151233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:27:27.947562+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-01-19T18:27:27.998442+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:27:28.082974+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:27:28.083101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:27:28.195504+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:27:28.252487+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:27:28.298526+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:28:25.945842+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-01-19T18:28:25.994383+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:28:26.045477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:28:26.045603+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:28:26.200627+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:28:26.235437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:28:26.276834+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:31:26.867245+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-01-19T18:31:26.938179+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:31:26.972808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:31:26.972896+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:31:27.093251+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:31:27.122842+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:31:27.177381+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:47:59.037282+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-01-19T18:47:59.130276+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:47:59.175575+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:47:59.175634+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:47:59.362708+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:47:59.414796+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:47:59.460900+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:48:20.689637+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-01-19T18:48:20.727203+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:48:20.761558+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:48:20.761706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:48:20.868762+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:48:20.908355+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:48:20.954029+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:50:17.295344+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-01-19T18:50:17.348818+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:50:17.400931+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:50:17.401041+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:50:17.555218+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:50:17.594033+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:50:17.640705+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:51:45.020861+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-01-19T18:51:45.057935+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:51:45.086187+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:51:45.086308+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:51:45.192155+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-01-19T18:51:45.224814+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-01-19T18:51:45.264030+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:52:45.663066+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-01-19T18:52:45.698374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:52:45.761991+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:52:45.762129+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:52:46.361100+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:53:46.230691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T18:54:39.059316+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-01-19T18:54:39.100340+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:54:39.132765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:54:39.132863+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:54:39.266234+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:58:09.481898+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-01-19T18:58:09.533066+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:58:09.570004+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:58:09.570120+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:58:15.759646+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:58:28.569940+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-01-19T18:58:28.603089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:58:28.632738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:58:28.632833+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:58:33.923124+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:58:37.788381+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T18:59:13.394221+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-01-19T18:59:13.428019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:59:13.460001+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:13.460133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:18.403736+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:59:22.013105+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-01-19T18:59:22.027839+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:59:22.045837+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:22.045966+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:26.861832+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:59:30.042470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-01-19T18:59:30.076444+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:59:30.106709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:30.106818+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:34.864351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:59:39.804485+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"https://test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-01-19T18:59:39.816251+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:59:39.830629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:39.830755+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:45.491834+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T18:59:49.013345+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-01-19T18:59:49.062148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T18:59:49.106189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:49.106311+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T18:59:56.494487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:00:00.889657+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-01-19T19:00:00.906289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:00:00.938480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:00:00.938603+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:00:08.640308+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:00:16.235398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:00:21.683217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:00:45.743166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:01:10.591158+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-01-19T19:01:10.856959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:01:10.928041+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:10.928147+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:17.838975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:01:23.018537+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-01-19T19:01:23.028659+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:01:23.041126+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:23.041215+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:28.045726+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:01:32.365784+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-01-19T19:01:32.419800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:01:32.468357+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:32.468453+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:37.716354+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:01:47.785257+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-01-19T19:01:47.835402+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:01:47.886358+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:47.886454+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:52.485193+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:01:55.528136+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-01-19T19:01:55.541744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:01:55.555378+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:01:55.555479+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:02.488831+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:02:05.975702+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-01-19T19:02:06.034202+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:02:06.079742+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:06.079870+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:11.902916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:02:15.121937+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-01-19T19:02:15.133434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:02:15.147687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:15.147787+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:20.367935+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:02:42.323744+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-01-19T19:02:42.352162+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:02:42.375620+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:42.375714+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:02:46.770033+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:03:11.891754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:03:24.033283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:03:28.276627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:03:34.954513+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-01-19T19:03:34.996792+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:03:35.048287+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:03:35.048435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:03:40.733841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:03:43.928732+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-01-19T19:03:43.951190+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:03:43.973854+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:03:43.973912+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:03:49.382454+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:03:59.655283+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-01-19T19:03:59.685546+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:03:59.716161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:03:59.716257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:04:04.555547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:04:08.691390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:04:14.296079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-01-19T19:04:14.305879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:04:14.318409+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:04:14.318502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:04:19.796709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:04:28.788273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:04:36.576707+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-01-19T19:04:36.608201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:04:36.630827+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:04:36.630959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:04:41.516005+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:04:55.899441+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-01-19T19:04:55.937100+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:04:55.968027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:04:55.968141+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:01.033988+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:05:05.535734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-01-19T19:05:05.549674+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:05:05.569090+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:05.569204+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:10.938356+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:05:26.511304+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-01-19T19:05:26.539333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:05:26.563547+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:26.563638+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:31.380502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:05:35.595913+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-01-19T19:05:35.609865+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:05:35.626572+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:35.626677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:40.584806+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:05:45.862081+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-01-19T19:05:45.910722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:05:45.940998+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:45.941100+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:05:50.864610+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:06:13.451329+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-01-19T19:06:13.484209+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:06:13.534625+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:13.534724+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:18.687285+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:06:27.513054+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-01-19T19:06:27.522845+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:06:27.534730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:27.534817+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:32.397124+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:06:35.866903+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-01-19T19:06:35.897714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:06:35.923733+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:35.923807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:41.324592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:06:44.168069+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-01-19T19:06:44.183177+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:06:44.200770+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:44.200911+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:06:49.207125+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:06:53.277903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:06:59.125210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:07:08.758106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:07:19.875611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:07:25.609001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:07:44.605703+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-01-19T19:07:44.641614+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:07:44.674189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:07:44.674327+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:07:50.001258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:07:53.061514+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-01-19T19:07:53.071177+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:07:53.083302+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:07:53.083381+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:07:58.445163+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:08:03.562846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T19:30:28.263379+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-01-19T19:30:28.645541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:30:28.833818+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:30:28.833919+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:30:33.809245+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:30:34.076075+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:31:07.394915+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-01-19T19:31:07.425472+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:31:07.453052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:31:07.453142+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:31:12.163878+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:31:12.226172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:31:17.482678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-01-19T19:31:17.497661+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:31:17.518098+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:31:17.518225+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:31:23.194629+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:31:23.246572+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:31:47.889773+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-01-19T19:31:47.925755+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:31:47.957867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:31:47.957988+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:31:52.726363+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:31:52.771291+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:32:49.820798+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-01-19T19:32:49.857648+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:32:49.934977+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:32:49.935071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:32:54.872104+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:32:54.966558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:34:48.579839+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"style.css"},"request_uri":"https://test.phila-ca.com/public/en/livre/style.css","method":"GET"} [] [2025-01-19T19:34:48.615509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:34:48.649244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:34:48.649370+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:34:53.790713+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:34:53.870658+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:35:48.962029+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-01-19T19:35:49.031762+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:35:49.077616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:35:49.077738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:35:54.763931+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:35:54.860071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:36:50.716059+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-01-19T19:36:50.747843+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:36:50.775703+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:36:50.775810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:36:55.540177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:36:55.615716+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:37:48.126269+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-01-19T19:37:48.157111+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:37:48.189515+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:37:48.189646+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:37:53.077518+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:37:53.166759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-19T19:39:51.420546+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-01-19T19:39:51.457685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-19T19:39:51.494844+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:39:51.494981+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-19T19:39:56.143347+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-01-19T19:39:56.225728+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:37:18.666878+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-01-25T16:37:19.931484+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:37:20.939899+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:37:20.940033+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:37:22.905483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:37:44.764244+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-01-25T16:37:44.799094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:37:44.826073+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:37:44.826168+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:37:44.913890+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:39:46.674728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:39:51.627295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:39:53.997692+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:39:58.204735+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:01.733006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:08.307644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:08.443167+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-01-25T16:40:08.463931+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:40:08.481895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:08.481986+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:08.611314+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:40:13.474092+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-01-25T16:40:13.484323+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:40:13.496932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:13.496990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:14.077897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:40:17.019211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:19.366455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:25.700154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:27.997870+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-01-25T16:40:28.018278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:40:28.036538+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:28.036634+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:28.243898+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:40:33.227947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:36.203283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:38.418941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:41.352394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:46.118734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:40:55.663798+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-01-25T16:40:55.685115+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:40:55.717110+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:55.717231+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:55.862333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:40:58.479931+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-01-25T16:40:58.504656+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:40:58.522277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:58.522368+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:40:58.631481+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:40:59.198449+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:01.457114+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-01-25T16:41:01.471840+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:01.489810+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:01.489900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:01.492086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:01.557131+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-01-25T16:41:01.580889+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-01-25T16:41:04.521871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:04.683752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:06.996869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:09.080423+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-01-25T16:41:09.090393+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:09.102720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:09.102809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:09.304402+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:41:09.324636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:11.229753+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:13.430845+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:15.203635+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-01-25T16:41:15.254543+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:15.277682+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:15.277812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:15.285946+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:15.299360+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-01-25T16:41:15.299906+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-01-25T16:41:15.559887+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-01-25T16:41:15.570289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:15.583105+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:15.583198+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:15.636876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:18.175730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:19.224617+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:21.264964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:23.220990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:24.827261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:27.239843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:27.239843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:29.571005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:31.680514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:32.048143+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-01-25T16:41:32.069626+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:32.089608+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:32.089739+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:32.163235+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:41:32.195783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:33.895985+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:34.944231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:41.907348+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-01-25T16:41:41.918612+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:41.934469+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:41.934557+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:41.954438+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:41:41.978252+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:42.555382+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-01-25T16:41:42.567299+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:42.592347+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:42.592440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:42.649251+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:41:42.670278+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:44.904101+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-01-25T16:41:44.918392+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:44.937149+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:44.937274+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:45.020082+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-01-25T16:41:45.046507+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:48.715613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:41:48.912256+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-01-25T16:41:48.935065+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:48.954836+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:48.954957+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:48.987406+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:41:49.024060+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:41:57.730603+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-01-25T16:41:57.742705+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:41:57.765404+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:57.765495+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:41:57.788611+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:41:57.809472+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:42:38.166545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:43:08.277497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:43:10.541896+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:43:36.471648+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:44:06.430021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:44:36.571040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:44:59.917954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:45:05.431148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:45:36.575312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:46:06.433940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:46:34.821793+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-01-25T16:46:34.913628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:46:34.938148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:46:34.938206+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:46:34.982629+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-01-25T16:46:35.049228+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:47:05.334556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:47:19.716667+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:47:59.768464+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:48:04.424152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:48:39.240681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:49:04.980577+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:50:05.916359+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:58:14.202309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T16:58:17.377959+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-01-25T16:58:17.395588+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:58:17.421435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:58:17.421562+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:58:23.637437+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:58:27.154807+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-01-25T16:58:27.168957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:58:27.187200+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:58:27.187307+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:58:31.948780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:58:35.547880+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-01-25T16:58:35.593969+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T16:58:35.635605+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:58:35.635747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T16:58:41.644446+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T16:58:45.252386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:05.524942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:12.146288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:18.705775+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-01-25T17:01:18.743021+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T17:01:18.768473+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T17:01:18.768607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T17:01:18.902161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-25T17:01:25.636646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:31.388084+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:42.850107+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:48.711171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:01:55.155401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:01.630216+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:06.309112+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:12.596784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:17.986186+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:23.804793+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:30.504605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:36.025751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:42.745277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:48.164894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:54.749465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:02:59.685615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:03:06.415765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:03:11.629494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:03:17.970290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-25T17:03:35.508846+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-01-25T17:03:35.538308+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-25T17:03:35.563323+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T17:03:35.563412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-25T17:03:36.163673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-01-30T23:11:38.972144+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-01-30T23:11:40.083495+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-01-30T23:11:41.006292+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-30T23:11:41.006419+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-01-30T23:11:42.719001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-02T03:33:28.714595+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-02T03:33:32.796042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-02T03:33:34.768774+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-02T03:33:34.768951+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-02T03:33:39.440437+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-04T10:46:39.848477+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-02-04T10:46:41.313809+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-04T10:46:42.586173+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-04T10:46:42.586305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-04T10:46:44.736127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-04T14:23:38.487594+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-04T14:23:39.532056+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-04T14:23:40.406352+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-04T14:23:40.406477+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-04T14:23:42.061156+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-05T09:12:21.162038+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-02-05T09:12:22.453286+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-05T09:12:23.707449+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-05T09:12:23.707577+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-05T09:12:25.647755+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-05T11:02:24.914518+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-02-05T11:02:25.827654+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-05T11:02:26.621016+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-05T11:02:26.621113+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-05T11:02:28.168343+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-05T20:19:34.208698+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-05T20:19:35.295804+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-05T20:19:36.205333+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-05T20:19:36.205429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-05T20:19:37.804943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-06T07:46:29.861626+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-06T07:46:31.138350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-06T07:46:32.562807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-06T07:46:32.562933+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-06T07:46:34.430417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T04:18:53.791504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T04:18:53.791516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T04:19:30.112954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T04:19:32.678811+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:29:57.449169+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-16T07:29:58.647890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T07:29:59.450218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:29:59.450347+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:30:01.109709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T07:30:03.329614+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-16T07:30:03.347363+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T07:30:03.376401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:30:03.376531+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:30:03.403966+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T07:33:20.922971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:33:39.702981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:34:00.284072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:34:19.402627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:34:38.566017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:34:59.024706+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:35:17.851450+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:35:37.252651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:35:56.560196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:36:16.053939+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:38:20.198651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:38:29.291198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:38:57.202602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:39:04.484289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:39:28.154599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:39:34.344924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:39:54.259340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:39:59.377319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:40:05.040315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:40:11.003338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:40:27.876980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:40:32.731117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:40:38.920066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:40:44.547837+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:06.852576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:11.949815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:17.283606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:23.528336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:28.442651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:34.014552+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:45.501234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:41:50.049506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:42:14.470131+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-02-16T07:42:14.824250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T07:42:15.076136+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:15.076268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:15.297672+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T07:42:15.519618+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T07:42:18.331602+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-02-16T07:42:18.371226+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T07:42:18.475266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:18.475406+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:18.871753+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T07:42:29.945169+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-02-16T07:42:29.987127+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T07:42:30.029558+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:30.029687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:30.051421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T07:42:40.487737+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-02-16T07:42:40.503421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T07:42:40.527766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:40.527901+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T07:42:40.585078+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T07:42:40.636882+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T07:45:26.110396+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:45:40.477252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:45:54.847041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:46:09.288658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:46:23.190716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:46:37.735772+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:46:51.472865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:47:06.379599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:47:20.015774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:47:34.712297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:47:48.817869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:51:04.323787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:51:17.714314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:52:01.730928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:52:14.397548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:52:56.105597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:53:24.732114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:55:02.067486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:55:16.143887+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:55:30.529806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:55:44.298248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:55:57.805697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:56:12.064583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:56:25.330746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:56:39.187910+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:56:52.842853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:57:07.609754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:57:22.068365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:57:36.805092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:58:06.008966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:58:19.895756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:58:33.450035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:59:16.561802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T07:59:30.026836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:02:48.235826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:03:57.256202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:04:08.194933+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:05:05.520393+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-02-16T08:05:05.579585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T08:05:05.634322+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T08:05:05.634416+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T08:05:05.822045+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T08:05:16.913277+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-02-16T08:05:16.946856+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T08:05:17.025084+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T08:05:17.025217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T08:05:17.104829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T08:06:54.872325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:07:41.347043+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:08:04.422295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:08:25.903142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:08:47.953318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:09:10.146500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:09:32.757163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:10:17.952647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:10:39.624138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:11:01.487609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:11:24.739443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:11:47.248840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:12:08.758696+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:12:31.216377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:12:54.369774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:13:17.497304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:13:40.586150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:14:02.027944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:14:24.197423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:14:46.488499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:15:10.143995+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:15:31.981795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:15:54.894400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:16:17.573665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:16:39.173170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:17:01.933411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:17:23.806903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:17:46.828860+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:18:10.080105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:19:17.111377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:19:39.255086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:20:26.162183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:20:48.517703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:35:12.189621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:38:25.187759+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:41:36.471201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:42:36.742953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T08:44:42.831985+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-02-16T08:44:42.950614+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T08:44:43.047715+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T08:44:43.047858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T08:44:44.734294+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T08:44:45.111184+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T08:44:45.218001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:10:28.044317+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-02-16T09:10:28.127236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:10:28.229661+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:10:28.230036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:10:28.432930+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:11:32.188386+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-02-16T09:11:32.299421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:11:32.391169+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:11:32.391291+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:11:32.520528+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:17:18.454428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T09:17:40.958890+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T09:18:02.057641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T09:18:23.813049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T09:37:15.774242+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T09:37:15.931622+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:37:16.042662+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:37:16.042779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:37:16.248497+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T09:37:16.385751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:38:03.087659+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T09:38:03.152581+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:38:03.196862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:38:03.196994+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:38:03.245122+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T09:38:03.295027+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:39:05.918671+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T09:39:05.993780+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:39:06.044021+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:39:06.044178+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:39:06.172849+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T09:39:06.239679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:40:10.411211+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T09:40:10.653280+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:40:10.798320+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:40:10.799144+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:40:11.006854+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T09:40:11.143508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:41:11.968515+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T09:41:12.109190+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:41:12.211708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:41:12.211837+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:41:12.287278+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T09:41:12.391060+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:42:17.304958+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T09:42:17.352773+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:42:17.390499+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:42:17.390642+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:42:17.447305+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T09:42:17.537349+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:45:26.499801+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-02-16T09:45:26.656493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:45:26.772315+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:45:26.772452+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:45:38.885859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:46:27.057290+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-02-16T09:46:27.187798+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:46:27.241502+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:46:27.241655+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:46:28.686045+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T09:46:28.855781+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T09:46:28.977858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:47:21.443596+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-02-16T09:47:21.500575+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:47:21.546283+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:47:21.546409+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:47:31.450954+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:48:21.585328+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-02-16T09:48:21.658169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:48:21.716006+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:48:21.716136+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:48:30.147571+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:49:21.197034+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-02-16T09:49:21.281525+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:49:21.342485+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:49:21.342607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:49:22.762248+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T09:49:22.937262+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T09:49:22.997177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:50:11.904476+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-02-16T09:50:11.965861+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:50:12.029258+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:50:12.029384+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:50:12.200674+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T09:50:12.281869+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T09:50:12.346944+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:51:16.933742+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-02-16T09:51:17.082724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:51:17.156304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:51:17.156439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:51:24.602956+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:52:16.661781+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-02-16T09:52:16.715606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:52:16.755856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:52:16.755982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:52:17.059798+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T09:52:17.148856+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T09:52:17.203788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:53:13.903193+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-02-16T09:53:13.993303+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:53:14.061740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:53:14.061862+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:53:14.341024+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T09:53:14.413798+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T09:53:14.478860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:54:19.675632+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-02-16T09:54:19.752793+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:54:19.811509+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:54:19.811636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:54:27.908671+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:55:21.989130+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T09:55:22.204225+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:55:22.462194+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:55:22.462324+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:55:33.012166+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T09:55:33.215375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:56:16.371097+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T09:56:16.467025+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:56:16.585108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:56:16.585816+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:56:25.504806+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T09:56:25.634979+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:57:21.748782+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T09:57:21.847849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:57:21.924496+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:57:21.924677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:57:31.735901+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T09:57:31.920589+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:58:23.241989+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T09:58:23.281002+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:58:23.337430+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:58:23.337611+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:58:32.403409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T09:58:32.494072+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T09:59:24.808869+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T09:59:24.864678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T09:59:24.907305+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:59:24.907430+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T09:59:32.630399+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T09:59:32.768361+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:00:25.478153+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T10:00:25.527943+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:00:25.570002+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:00:25.570134+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:00:35.978465+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:00:36.197342+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:01:31.256511+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T10:01:31.385193+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:01:31.579017+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:01:31.579216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:01:41.392352+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:01:41.472205+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:02:32.474750+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T10:02:32.587520+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:02:32.648847+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:02:32.648977+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:02:43.050913+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:02:43.187734+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:03:34.615420+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T10:03:34.664687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:03:34.712856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:03:34.712983+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:03:43.588744+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:03:43.642461+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:04:35.145711+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T10:04:35.195812+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:04:35.231536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:04:35.231658+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:04:42.305142+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:04:42.395853+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:05:36.579404+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T10:05:36.663059+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:05:36.721683+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:05:36.721807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:05:45.283557+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:05:45.447292+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:06:38.609778+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T10:06:38.722965+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:06:38.814735+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:06:38.814846+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:06:48.865447+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:06:49.000852+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:07:41.696561+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T10:07:41.790452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:07:41.859536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:07:41.859665+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:07:49.873986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:07:49.988500+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:08:46.094883+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T10:08:46.147046+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:08:46.185807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:08:46.185952+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:08:54.233173+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:08:54.344337+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:09:48.809466+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T10:09:48.870522+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:09:48.920473+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:09:48.920599+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:09:55.500867+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:09:55.600013+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:10:53.710125+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T10:10:53.778071+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:10:53.814948+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:10:53.815081+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:11:01.946621+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:11:02.043637+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:11:57.545394+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T10:11:57.634122+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:11:57.697495+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:11:57.697622+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:12:08.894492+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:12:09.157487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:13:01.817819+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T10:13:01.874437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:13:01.936185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:13:01.936307+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:13:13.524557+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:13:13.893696+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:14:08.171715+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T10:14:08.301050+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:14:08.392441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:14:08.392581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:14:17.956259+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:14:18.072074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:15:13.058565+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T10:15:13.183255+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:15:13.259973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:15:13.260107+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:15:22.935424+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:15:23.135319+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:16:15.845020+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T10:16:15.910708+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:16:15.948639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:16:15.948775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:16:24.879469+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:16:25.150581+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:17:21.215738+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T10:17:21.362635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:17:21.549274+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:17:21.550848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:17:30.639375+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:17:31.002610+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:18:25.947204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T10:18:26.064359+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:18:26.146456+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:18:26.146607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:18:36.437595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:18:36.593775+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:19:29.727921+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T10:19:29.823384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:19:29.963048+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:19:29.963182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:19:38.748765+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:19:38.929949+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:20:34.878808+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T10:20:34.918351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:20:34.949441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:20:34.949530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:20:41.389443+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:20:41.480922+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:21:41.113398+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T10:21:41.204155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:21:41.293347+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:21:41.293502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:21:48.846577+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:21:48.963585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:22:45.675203+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T10:22:45.793094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:22:45.846990+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:22:45.847109+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:22:52.506890+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:22:52.661862+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:23:50.338787+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T10:23:50.387814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:23:50.450644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:23:50.450737+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:23:56.906361+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:23:57.003017+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:24:51.521324+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T10:24:51.555215+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:24:51.604337+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:24:51.604456+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:24:58.832846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:24:58.982610+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:25:54.710800+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T10:25:54.797790+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:25:54.853684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:25:54.853841+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:26:03.106924+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:26:03.250983+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:26:56.584111+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T10:26:56.692267+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:26:56.761045+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:26:56.761171+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:27:04.541070+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:27:04.773789+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:27:59.341584+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T10:27:59.385182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:27:59.433024+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:27:59.433157+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:28:08.413970+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:28:08.502786+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:29:02.863934+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T10:29:02.956213+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:29:03.039858+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:29:03.039981+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:29:13.257654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:29:13.354361+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:30:04.792093+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T10:30:04.860571+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:30:04.935026+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:30:04.935153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:30:14.041993+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:30:14.185177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:31:09.190141+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T10:31:09.289566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:31:09.358706+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:31:09.358830+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:31:18.709258+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:31:19.014876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:32:12.241393+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T10:32:12.314449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:32:12.364536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:32:12.364672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:32:20.714060+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:32:20.837093+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:33:14.886310+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T10:33:14.946694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:33:14.985542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:33:14.985668+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:33:26.049979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:33:26.212249+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:34:15.132012+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T10:34:15.193856+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:34:15.275009+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:34:15.275140+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:34:24.818814+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:34:24.903749+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:35:17.427056+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T10:35:17.517897+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:35:17.585530+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:35:17.585661+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:35:17.757191+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T10:35:17.833694+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:36:19.379318+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T10:36:19.507748+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:36:19.559008+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:36:19.559140+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:36:19.720179+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T10:36:19.828026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:37:21.043660+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T10:37:21.130442+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:37:21.215507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:37:21.215630+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:37:21.336104+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T10:37:21.457553+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:38:26.134312+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T10:38:26.184440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:38:26.218978+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:38:26.219103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:38:26.258655+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T10:38:26.342275+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:39:26.062701+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T10:39:26.112101+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:39:26.144854+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:39:26.144966+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:39:26.239443+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T10:39:26.299092+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:40:28.530417+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T10:40:28.642871+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:40:28.751501+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:40:28.751636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:40:28.928240+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T10:40:29.086802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:41:30.478437+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-02-16T10:41:30.524401+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:41:30.562039+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:41:30.562170+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:41:41.199978+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:42:36.924199+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-02-16T10:42:37.194924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:42:37.289282+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:42:37.289411+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:42:37.684801+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T10:42:37.792437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T10:42:37.913916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:43:35.089312+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-02-16T10:43:35.481173+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:43:35.531384+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:43:35.531507+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:43:43.269374+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:44:35.597820+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-02-16T10:44:35.745105+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:44:35.807644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:44:35.807834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:44:44.417196+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:45:33.775886+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-02-16T10:45:33.859327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:45:33.914558+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:45:33.914687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:45:42.347295+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:46:24.901083+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-02-16T10:46:24.995036+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:46:25.065811+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:46:25.065944+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:46:25.400512+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T10:46:25.619781+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T10:46:25.756151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:47:08.992039+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-02-16T10:47:09.209547+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:47:09.275128+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:47:09.275290+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:47:09.440164+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T10:47:09.490311+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T10:47:09.544591+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:48:11.873286+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-02-16T10:48:11.920597+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:48:11.959254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:48:11.959399+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:48:12.077797+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T10:48:12.126738+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T10:48:12.172277+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:49:13.930225+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-02-16T10:49:14.042367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:49:14.143992+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:49:14.144119+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:49:23.425918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:50:16.848873+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-02-16T10:50:16.946236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:50:16.994769+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:50:16.994897+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:50:25.962568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:51:13.470226+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T10:51:13.516062+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:51:13.554615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:51:13.554738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:51:21.785036+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:51:21.991930+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:52:06.206972+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T10:52:06.267476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:52:06.304031+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:52:06.304155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:52:14.417309+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:52:14.523480+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:53:12.233175+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T10:53:12.292979+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:53:12.346402+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:53:12.346535+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:53:19.429505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:53:19.541864+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:54:15.392797+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T10:54:15.468507+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:54:15.518604+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:54:15.518698+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:54:22.524817+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:54:22.619814+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:55:17.323750+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T10:55:17.386328+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:55:17.437210+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:55:17.437342+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:55:26.085331+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:55:26.223641+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:56:21.753995+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T10:56:21.828609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:56:21.878215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:56:21.878345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:56:29.953664+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:56:30.059630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:57:26.866329+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T10:57:26.976953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:57:27.083486+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:57:27.083604+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:57:36.443366+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:57:36.555986+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:58:28.004851+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T10:58:28.048750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:58:28.084355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:58:28.084474+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:58:36.390629+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:58:36.640422+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T10:59:33.941098+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T10:59:34.054719+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T10:59:34.143635+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:59:34.143770+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T10:59:41.359507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T10:59:41.456401+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:00:36.475761+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T11:00:36.534467+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:00:36.606454+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:00:36.606614+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:00:45.611605+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:00:45.716788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:01:38.540898+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T11:01:38.590557+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:01:38.627512+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:01:38.627636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:01:48.228620+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:01:48.284848+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:02:40.014941+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T11:02:40.089745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:02:40.324867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:02:40.325328+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:02:50.472978+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:02:50.578573+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:03:42.818504+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T11:03:42.895514+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:03:42.954764+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:03:42.954914+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:03:53.299351+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:03:53.465440+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:04:45.316641+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T11:04:45.393383+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:04:45.445134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:04:45.445265+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:04:56.974606+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:04:57.093863+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:05:47.053968+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T11:05:47.299455+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:05:47.485942+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:05:47.486071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:05:57.103096+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:05:57.213037+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:06:48.399061+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T11:06:48.482858+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:06:48.540062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:06:48.540182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:06:57.085354+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:06:57.211873+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:07:53.739548+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T11:07:53.802641+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:07:53.860259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:07:53.860400+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:08:01.649924+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:08:01.738421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:08:54.187030+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T11:08:54.243029+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:08:54.280608+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:08:54.280736+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:09:02.726032+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:09:02.904214+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:09:58.137134+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T11:09:58.215342+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:09:58.286942+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:09:58.287139+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:10:06.697460+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:10:06.808793+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:10:59.895295+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T11:11:00.101293+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:11:00.173238+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:11:00.173373+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:11:09.381848+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:11:09.570678+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:12:02.051220+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T11:12:02.105138+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:12:02.142279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:12:02.142462+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:12:09.324244+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:12:09.435053+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:13:03.436688+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T11:13:03.484410+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:13:03.519974+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:13:03.520101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:13:11.646573+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:13:11.739414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:14:05.595618+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T11:14:05.655116+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:14:05.702036+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:14:05.702166+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:14:13.099493+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:14:13.253483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:15:11.693886+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T11:15:11.759149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:15:11.818798+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:15:11.818929+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:15:20.683047+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:15:20.842162+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:16:16.375726+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T11:16:16.441915+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:16:16.487892+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:16:16.487990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:16:23.446273+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:16:23.541285+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:17:20.951337+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T11:17:21.083196+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:17:21.157164+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:17:21.157302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:17:31.111624+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:17:31.212119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:18:21.315069+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T11:18:21.363380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:18:21.424758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:18:21.424893+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:18:29.751969+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:18:29.873779+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:19:24.517622+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T11:19:24.589260+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:19:24.637841+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:19:24.637968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:19:31.567957+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:19:31.731091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:20:29.950256+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T11:20:29.991255+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:20:30.031039+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:20:30.031164+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:20:39.141349+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:20:39.237291+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:21:34.998127+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T11:21:35.123222+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:21:35.170099+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:21:35.170221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:21:42.806142+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:21:43.040137+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:22:35.793716+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T11:22:35.827507+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:22:35.869950+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:22:35.870048+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:22:40.501845+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:22:40.565979+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:23:39.047064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T11:23:39.197572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:23:39.401959+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:23:39.402087+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:23:49.560442+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:23:49.709996+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:24:41.785807+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T11:24:41.821678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:24:41.857352+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:24:41.857483+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:24:48.850543+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:24:48.916737+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:25:46.304994+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T11:25:46.369013+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:25:46.423165+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:25:46.423282+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:25:54.126982+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:25:54.230448+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:26:48.990100+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T11:26:49.055541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:26:49.107736+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:26:49.107875+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:26:56.556923+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:26:56.735687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:27:53.819173+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T11:27:53.863098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:27:53.899606+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:27:53.899730+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:28:00.975859+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:28:01.097253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:28:58.093757+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T11:28:58.154247+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:28:58.207239+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:28:58.207351+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:29:05.346899+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:29:05.482211+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:30:03.632045+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T11:30:03.919113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:30:03.974969+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:30:03.975070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:30:16.206129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:30:16.340318+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:31:05.428149+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T11:31:05.529851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:31:05.595982+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:31:05.596106+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:31:05.736016+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T11:31:05.817828+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:32:07.315466+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T11:32:07.463065+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:32:07.577831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:32:07.577985+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:32:07.817924+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T11:32:07.886804+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:33:07.382243+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T11:33:07.620953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:33:07.789695+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:33:07.789832+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:33:07.911195+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T11:33:07.987423+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:34:11.060461+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T11:34:11.143169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:34:11.228801+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:34:11.229050+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:34:11.354620+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T11:34:11.512624+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:35:14.897728+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T11:35:15.082146+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:35:15.295125+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:35:15.295253+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:35:15.449250+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T11:35:15.593769+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:36:19.907532+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T11:36:19.952527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:36:19.994841+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:36:19.994975+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:36:20.086592+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T11:36:20.138366+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:37:21.123040+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-02-16T11:37:21.222404+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:37:21.266441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:37:21.266584+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:37:30.227287+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:38:26.220493+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-02-16T11:38:26.303313+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:38:26.350411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:38:26.350540+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:38:26.620649+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T11:38:26.715692+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T11:38:26.767495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:39:22.644856+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-02-16T11:39:22.702378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:39:22.752466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:39:22.752562+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:39:22.876413+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T11:39:22.956212+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T11:39:23.043908+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:40:25.010237+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-02-16T11:40:25.089704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:40:25.137806+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:40:25.137949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:40:25.404188+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T11:40:25.459751+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T11:40:25.564298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:41:27.043208+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-02-16T11:41:27.115234+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:41:27.151058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:41:27.151185+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:41:27.267464+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T11:41:27.327165+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T11:41:27.423895+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:42:27.550367+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-02-16T11:42:27.631103+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:42:27.680890+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:42:27.681028+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:42:27.897933+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T11:42:27.986847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T11:42:28.057928+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:43:32.524947+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-02-16T11:43:32.648586+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:43:32.725627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:43:32.725773+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:43:32.979861+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T11:43:33.048819+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T11:43:33.107437+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:44:36.299043+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-02-16T11:44:36.371107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:44:36.422783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:44:36.422904+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:44:44.613061+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:45:38.368380+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-02-16T11:45:38.605568+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:45:38.713126+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:45:38.713254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:45:49.402445+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:46:36.556423+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-02-16T11:46:36.768405+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:46:36.915848+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:46:36.916024+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:46:47.649709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:47:28.803753+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T11:47:28.844148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:47:28.917491+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:47:28.917980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:47:37.098939+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:47:37.188215+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:48:13.953662+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T11:48:14.075099+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:48:14.192989+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:48:14.193111+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:48:23.196276+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:48:23.281001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:49:16.097066+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T11:49:16.154944+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:49:16.194110+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:49:16.194235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:49:25.451606+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:49:25.572291+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:50:17.697321+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T11:50:17.764835+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:50:17.815955+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:50:17.816086+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:50:26.680940+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:50:26.831271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:51:19.719607+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T11:51:19.819267+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:51:19.907499+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:51:19.907632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:51:32.556186+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:51:32.794625+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:52:22.290365+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T11:52:22.426200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:52:22.543159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:52:22.543284+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:52:34.083935+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:52:34.584156+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:53:25.389216+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T11:53:25.625408+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:53:25.982546+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:53:25.984788+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:53:39.329357+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:53:39.429338+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:54:29.725920+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T11:54:29.817231+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:54:29.966373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:54:29.966502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:54:38.063323+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:54:38.190069+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:55:31.186781+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T11:55:31.239137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:55:31.278056+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:55:31.278191+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:55:39.924277+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:55:40.059158+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:56:33.016079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T11:56:33.067606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:56:33.117480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:56:33.117598+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:56:40.820592+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:56:40.968493+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:57:33.936975+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T11:57:33.993060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:57:34.062337+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:57:34.062471+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:57:42.970703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:57:43.064276+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:58:34.174801+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T11:58:34.225520+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:58:34.271214+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:58:34.271393+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:58:41.354616+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:58:41.432859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T11:59:35.009140+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T11:59:35.121220+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T11:59:35.189881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:59:35.190008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T11:59:44.188160+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T11:59:44.309993+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:00:35.433554+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T12:00:35.487902+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:00:35.524637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:00:35.524833+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:00:42.784418+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:00:42.871258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:01:39.544064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T12:01:39.582770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:01:39.617784+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:01:39.617904+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:01:48.413123+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:01:48.507463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:02:45.125045+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T12:02:45.198503+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:02:45.236830+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:02:45.236956+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:02:51.849804+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:02:51.972945+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:03:48.030255+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T12:03:48.102076+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:03:48.192814+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:03:48.192931+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:03:56.767064+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:03:56.911503+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:04:51.826646+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T12:04:51.894248+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:04:51.942444+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:04:51.942577+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:04:59.378933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:04:59.485934+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:05:56.214801+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T12:05:56.292989+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:05:56.341859+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:05:56.341978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:06:04.163373+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:06:04.229732+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:07:00.313341+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T12:07:00.399973+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:07:00.453010+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:07:00.453158+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:07:08.087544+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:07:08.191888+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:08:03.825132+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T12:08:03.865327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:08:03.901109+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:08:03.901241+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:08:10.962665+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:08:11.058184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:09:05.906468+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T12:09:05.974652+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:09:06.018681+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:09:06.018776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:09:13.456367+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:09:13.560847+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:10:09.128103+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T12:10:09.250405+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:10:09.338603+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:10:09.338801+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:10:16.595558+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:10:16.731579+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:11:12.936470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T12:11:13.066964+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:11:13.113608+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:11:13.113742+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:11:21.708054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:11:21.822083+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:12:16.490952+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T12:12:16.595228+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:12:16.643898+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:12:16.644033+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:12:24.913801+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:12:25.041087+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:13:20.995578+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T12:13:21.072210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:13:21.121426+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:13:21.121555+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:13:27.435983+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:13:27.527015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:14:21.552078+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T12:14:21.601035+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:14:21.638264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:14:21.638394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:14:26.824365+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:14:26.917336+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:15:24.615410+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T12:15:24.676826+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:15:24.713862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:15:24.713961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:15:29.593970+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:15:29.673504+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:16:25.808371+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T12:16:25.873339+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:16:25.911593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:16:25.911727+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:16:31.435193+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:16:31.499852+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:17:30.739680+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T12:17:30.794106+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:17:30.832239+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:17:30.832369+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:17:37.091205+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:17:37.200043+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:18:32.036137+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T12:18:32.106204+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:18:32.149938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:18:32.150095+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:18:37.471699+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:18:37.556833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:19:37.189898+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T12:19:37.245680+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:19:37.275692+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:19:37.275780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:19:42.648227+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:19:42.711154+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:20:37.887440+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T12:20:37.939327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:20:37.973296+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:20:37.973391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:20:44.023543+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:20:44.106034+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:21:38.333896+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T12:21:38.474042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:21:38.598213+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:21:38.598341+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:21:46.513679+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:21:46.648085+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:22:42.467679+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T12:22:42.518408+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:22:42.552553+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:22:42.552646+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:22:48.564840+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:22:48.632210+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:23:47.737824+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T12:23:47.829426+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:23:47.894335+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:23:47.894435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:23:54.952894+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:23:55.178664+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:24:47.727608+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T12:24:47.799470+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:24:47.850997+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:24:47.851123+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:24:54.419399+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:24:54.568237+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:25:48.190229+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T12:25:48.231476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:25:48.270292+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:25:48.270425+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:25:54.180183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:25:54.271802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:26:51.100020+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T12:26:51.173699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:26:51.222293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:26:51.222426+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:26:51.288951+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T12:26:51.359813+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:27:53.278793+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T12:27:53.385693+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:27:53.481808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:27:53.481942+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:27:53.567390+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T12:27:53.625264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:28:59.003958+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T12:28:59.045823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:28:59.149083+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:28:59.149202+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:28:59.234173+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T12:28:59.304441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:30:03.007704+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T12:30:03.097908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:30:03.149061+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:30:03.149201+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:30:10.018601+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:30:10.123758+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:31:07.207893+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T12:31:07.289881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:31:07.346504+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:31:07.346626+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:31:07.449809+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T12:31:07.532441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:32:10.093731+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T12:32:10.208936+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:32:10.296704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:32:10.297068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:32:10.455466+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T12:32:10.541983+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:33:14.700970+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T12:33:14.773710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:33:14.891491+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:33:14.891619+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:33:15.014571+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T12:33:15.115901+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:34:16.173438+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-02-16T12:34:16.256294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:34:16.335551+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:34:16.335681+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:34:25.158820+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:35:21.666873+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-02-16T12:35:21.734281+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:35:21.785536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:35:21.785972+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:35:29.599880+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:36:19.334252+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-02-16T12:36:19.426506+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:36:19.503935+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:36:19.504063+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:36:27.238540+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:37:09.905019+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T12:37:09.953661+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:37:10.012126+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:37:10.012259+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:37:17.939169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:37:18.265464+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T12:37:55.391909+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-02-16T12:37:55.433978+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:37:55.472139+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:37:55.472268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:38:03.312795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:38:59.995649+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-02-16T12:39:00.072490+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:39:00.150444+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:39:00.150567+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:39:00.427207+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T12:39:00.503026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T12:39:00.565042+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:39:57.938388+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-02-16T12:39:57.983162+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:39:58.061360+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:39:58.061512+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:39:58.198112+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T12:39:58.280333+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T12:39:58.329107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:40:59.072617+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-02-16T12:40:59.148138+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:40:59.195157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:40:59.195282+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:40:59.403182+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T12:40:59.483118+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T12:40:59.550023+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:42:03.913156+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-02-16T12:42:03.973632+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:42:04.001617+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:42:04.001708+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:42:09.179969+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:43:08.812097+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-02-16T12:43:08.879561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:43:08.937550+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:43:08.937645+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:43:15.005450+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:44:03.174428+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T12:44:03.247260+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:44:03.309579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:44:03.309767+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:44:10.992902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:44:11.110444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:44:52.562639+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T12:44:52.696661+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:44:52.787772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:44:52.787944+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:44:58.857981+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:44:58.923414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:45:54.699656+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T12:45:54.757216+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:45:54.795700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:45:54.795828+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:46:01.560544+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:46:01.673340+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:46:58.242456+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T12:46:58.284182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:46:58.314864+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:46:58.314992+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:47:05.519799+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:47:05.585397+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:48:00.423836+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T12:48:00.465795+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:48:00.502633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:48:00.502759+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:48:07.351943+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:48:07.450266+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:49:02.941787+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T12:49:02.995737+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:49:03.101290+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:49:03.101379+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:49:09.513710+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:49:09.747652+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:50:06.891447+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T12:50:06.991789+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:50:07.089842+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:50:07.089967+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:50:18.177331+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:50:18.303649+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:51:10.285689+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T12:51:10.343223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:51:10.385900+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:51:10.386023+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:51:16.827964+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:51:16.914874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:52:10.848288+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T12:52:10.897909+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:52:10.971445+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:52:10.971689+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:52:17.171403+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:52:17.290488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:53:15.480145+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T12:53:15.525619+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:53:15.560044+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:53:15.560169+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:53:21.184422+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:53:21.263948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:54:20.863172+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T12:54:20.909246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:54:20.943454+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:54:20.943581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:54:26.159476+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:54:26.218994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:55:22.489110+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T12:55:22.551936+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:55:22.595829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:55:22.595927+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:55:27.913629+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:55:27.998929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:56:23.701357+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T12:56:23.809087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:56:23.901080+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:56:23.901211+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:56:29.954979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:56:30.089786+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:57:27.694880+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T12:57:27.827285+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:57:27.951502+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:57:27.951622+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:57:36.644623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:57:36.768165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:58:28.757258+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T12:58:28.808578+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:58:28.837077+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:58:28.837172+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:58:34.659142+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:58:34.727854+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T12:59:31.517183+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T12:59:31.643305+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T12:59:31.698731+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:59:31.698877+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T12:59:38.508338+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T12:59:38.643092+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:00:37.019503+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T13:00:37.071263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:00:37.108392+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:00:37.108519+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:00:47.666625+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:00:47.784903+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:01:40.679552+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T13:01:40.800197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:01:40.940707+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:01:40.941261+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:01:51.514627+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:01:51.750726+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:02:42.389817+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T13:02:42.493005+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:02:42.552966+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:02:42.553103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:02:50.586868+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:02:50.690816+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:03:42.826671+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T13:03:42.881059+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:03:42.945440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:03:42.945537+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:03:49.833409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:03:49.896971+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:04:46.884596+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T13:04:46.979386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:04:47.015773+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:04:47.015895+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:04:53.662674+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:04:53.756639+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:05:50.458035+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T13:05:50.512616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:05:50.547184+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:05:50.547313+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:05:57.468646+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:05:57.573190+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:06:51.800476+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T13:06:51.877957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:06:51.937450+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:06:51.937581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:06:58.743567+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:06:58.834516+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:07:56.464774+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T13:07:56.519423+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:07:56.557564+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:07:56.557694+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:08:04.148530+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:08:04.246265+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:08:57.586293+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T13:08:57.637163+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:08:57.671574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:08:57.671702+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:09:03.435710+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:09:03.521225+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:09:58.356786+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T13:09:58.408212+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:09:58.441526+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:09:58.441655+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:10:04.642405+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:10:04.712921+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:11:01.020208+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T13:11:01.067120+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:11:01.100008+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:11:01.100143+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:11:06.588095+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:11:06.680380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:12:07.301473+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T13:12:07.388798+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:12:07.444154+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:12:07.444249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:12:12.962404+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:12:13.070586+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:13:08.052821+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T13:13:08.086191+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:13:08.111772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:13:08.111866+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:13:13.019731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:13:13.086458+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:14:09.151359+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T13:14:09.181462+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:14:09.213618+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:14:09.213716+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:14:14.007713+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:14:14.090500+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:15:11.867789+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T13:15:11.906182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:15:12.014313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:15:12.014437+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:15:17.540294+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:15:17.622430+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:16:16.681733+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T13:16:16.735361+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:16:16.771755+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:16:16.771848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:16:21.369322+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:16:21.436413+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:17:19.793717+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T13:17:19.882687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:17:19.940589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:17:19.940746+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:17:25.707536+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:17:25.816676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:18:20.254158+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T13:18:20.325012+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:18:20.374067+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:18:20.374184+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:18:27.069931+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:18:27.157713+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:19:23.162643+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T13:19:23.297010+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:19:23.375554+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:19:23.375685+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:19:31.107622+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:19:31.266630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:20:27.028081+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T13:20:27.132055+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:20:27.203076+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:20:27.203204+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:20:35.480881+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:20:35.580463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:21:28.555798+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T13:21:28.613418+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:21:28.657786+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:21:28.657909+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:21:36.833925+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:21:36.942392+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:22:31.764846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T13:22:31.833360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:22:31.905259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:22:31.905375+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:22:37.844239+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:22:37.942073+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:23:32.337109+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T13:23:32.429560+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:23:32.487210+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:23:32.487374+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:23:32.610616+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T13:23:32.696611+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:24:39.387132+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T13:24:39.523671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:24:39.584144+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:24:39.584260+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:24:39.702458+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T13:24:39.758816+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:25:36.180174+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T13:25:36.224802+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:25:36.261331+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:25:36.261459+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:25:43.175000+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:25:43.275520+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:26:39.144104+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T13:26:39.234508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:26:39.279216+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:26:39.279344+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:26:39.342463+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T13:26:39.392105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:27:40.636752+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T13:27:40.714458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:27:40.787142+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:27:40.787289+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:27:40.852298+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T13:27:40.922215+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:28:44.576112+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T13:28:44.625122+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:28:44.660299+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:28:44.660385+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:28:44.722019+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T13:28:44.769086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:29:45.315621+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T13:29:45.343824+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:29:45.368310+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:29:45.368393+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:29:45.397383+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T13:29:45.431959+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:30:49.346151+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-02-16T13:30:49.401033+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:30:49.441111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:30:49.441196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:30:49.645529+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T13:30:49.710266+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T13:30:49.754182+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:31:54.119136+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-02-16T13:31:54.156262+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:31:54.185093+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:31:54.185198+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:31:59.070073+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:32:56.616413+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T13:32:56.655992+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:32:56.689973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:32:56.690064+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:33:01.565921+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:33:01.690135+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T13:33:53.288618+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-02-16T13:33:53.350873+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:33:53.401717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:33:53.401810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:33:58.982259+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:34:53.984541+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-02-16T13:34:54.019920+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:34:54.055083+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:34:54.055207+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:34:59.089705+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:35:53.071479+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-02-16T13:35:53.111502+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:35:53.148105+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:35:53.148232+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:35:53.328671+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T13:35:53.398776+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T13:35:53.453223+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:36:45.201470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-02-16T13:36:45.271609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:36:45.319601+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:36:45.319732+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:36:51.922192+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:37:46.665977+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-02-16T13:37:46.726953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:37:46.775176+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:37:46.775320+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:37:54.029776+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:38:41.099585+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T13:38:41.154687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:38:41.194367+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:38:41.194502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:38:41.259250+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T13:38:41.379462+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:39:34.388757+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-02-16T13:39:34.497012+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:39:34.544393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:39:34.544527+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:39:44.186502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:40:38.475704+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-02-16T13:40:38.583146+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:40:38.675450+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:40:38.675647+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:40:47.260564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:41:33.283573+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-02-16T13:41:33.336326+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:41:33.367637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:41:33.367763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:41:45.783507+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:42:24.170955+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T13:42:24.232166+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:42:24.279929+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:42:24.280056+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:42:33.097743+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:42:33.242002+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:43:09.274094+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T13:43:09.312635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:43:09.349929+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:43:09.350058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:43:17.438757+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:43:17.533876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:44:11.865624+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T13:44:12.020325+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:44:12.066015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:44:12.066148+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:44:20.371575+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:44:20.474214+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:45:17.282273+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T13:45:17.379609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:45:17.422661+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:45:17.422788+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:45:25.888907+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:45:25.998288+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:46:18.495067+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T13:46:18.549437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:46:18.600354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:46:18.600478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:46:26.661443+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:46:26.729285+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:47:22.589057+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T13:47:22.642710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:47:22.688026+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:47:22.688156+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:47:30.883729+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:47:30.947751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:48:26.943455+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T13:48:26.994486+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:48:27.044021+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:48:27.044153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:48:35.609572+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:48:35.786137+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:49:28.032805+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T13:49:28.081375+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:49:28.131687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:49:28.131822+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:49:35.630028+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:49:35.709102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:50:29.472965+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T13:50:29.529086+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:50:29.567175+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:50:29.567305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:50:38.622140+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:50:38.782174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:51:30.680537+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T13:51:30.723068+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:51:30.759641+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:51:30.759762+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:51:39.460284+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:51:39.551811+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:52:35.897189+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T13:52:35.951536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:52:36.001091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:52:36.001217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:52:44.041063+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:52:44.144957+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:53:40.778845+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T13:53:40.815559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:53:40.849829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:53:40.849957+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:53:48.534975+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:53:48.629241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:54:44.950811+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T13:54:45.063543+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:54:45.145925+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:54:45.146101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:54:53.935212+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:54:54.058034+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:55:47.733527+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T13:55:47.824523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:55:47.908673+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:55:47.908976+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:55:56.734163+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:55:56.847478+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:56:47.649138+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T13:56:47.690709+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:56:47.735300+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:56:47.735430+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:56:55.922022+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:56:56.070925+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:57:52.214550+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T13:57:52.288662+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:57:52.329939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:57:52.330070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:57:59.901666+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:57:59.968886+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T13:58:57.379982+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T13:58:57.434380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T13:58:57.479719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:58:57.479841+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T13:59:04.770397+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T13:59:04.867278+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:00:00.074004+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T14:00:00.123613+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:00:00.178158+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:00:00.178286+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:00:08.918128+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:00:09.016977+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:01:04.855216+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T14:01:04.898643+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:01:04.937132+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:01:04.937250+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:01:13.479688+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:01:13.572279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:02:09.051741+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T14:02:09.145735+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:02:09.200031+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:02:09.200152+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:02:18.866121+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:02:19.104234+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:03:09.257565+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T14:03:09.391140+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:03:09.459336+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:03:09.459461+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:03:17.995921+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:03:18.101885+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:04:09.725496+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T14:04:09.791881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:04:09.852644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:04:09.852786+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:04:19.934227+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:04:20.117977+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:05:13.829004+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T14:05:13.891825+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:05:13.942840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:05:13.943001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:05:22.199930+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:05:22.316455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:06:15.491333+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T14:06:15.559946+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:06:15.596514+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:06:15.596639+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:06:24.232887+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:06:24.323545+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:07:21.643664+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T14:07:21.798199+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:07:21.938537+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:07:21.938686+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:07:37.507050+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:07:38.450217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:08:24.658197+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T14:08:24.795845+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:08:24.901824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:08:24.902041+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:08:33.886217+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:08:34.011506+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:09:26.937322+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T14:09:27.039627+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:09:27.125853+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:09:27.125965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:09:33.403690+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:09:33.515472+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:10:27.233117+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T14:10:27.290743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:10:27.345880+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:10:27.347215+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:10:33.605440+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:10:33.684993+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:11:31.953818+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T14:11:32.027434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:11:32.130673+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:11:32.130768+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:11:39.732139+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:11:39.823820+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:12:37.684494+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T14:12:37.724132+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:12:37.763159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:12:37.763254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:12:45.084306+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:12:45.173735+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:13:41.831930+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T14:13:41.906696+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:13:41.966445+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:13:41.966568+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:13:49.346569+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:13:49.450653+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:14:44.760833+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T14:14:44.799938+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:14:44.836433+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:14:44.836556+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:14:51.563997+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:14:51.658181+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:15:50.432057+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T14:15:50.481473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:15:50.519823+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:15:50.519955+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:15:57.761073+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:15:57.842855+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:16:52.824018+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T14:16:52.859273+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:16:52.892904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:16:52.892999+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:16:57.836301+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:16:57.910266+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:17:53.681074+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T14:17:53.732384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:17:53.771853+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:17:53.771947+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:17:58.993125+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:17:59.096612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:18:58.619177+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T14:18:58.690348+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:18:58.733711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:18:58.733807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:19:05.961396+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:19:06.067047+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:19:59.916926+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T14:19:59.965686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:20:00.001674+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:20:00.001802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:20:06.892267+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:20:07.017001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:21:04.687381+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T14:21:04.754915+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:21:04.805085+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:21:04.805198+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:21:12.678255+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:21:12.774343+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:22:08.094662+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T14:22:08.174849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:22:08.213427+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:22:08.213567+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:22:08.268302+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T14:22:08.317414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:23:11.801788+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T14:23:11.838928+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:23:11.875399+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:23:11.875530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:23:11.922424+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T14:23:11.971448+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:24:12.930719+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T14:24:12.969723+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:24:13.015800+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:24:13.015934+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:24:13.079229+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T14:24:13.129970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:25:17.844146+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T14:25:17.884306+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:25:17.921869+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:25:17.922001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:25:17.963209+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T14:25:18.017812+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:26:19.150995+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T14:26:19.207415+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:26:19.250605+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:26:19.250713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:26:19.316942+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T14:26:19.385705+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:27:20.352583+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T14:27:20.394966+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:27:20.439637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:27:20.439767+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:27:20.482481+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T14:27:20.536695+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:28:20.801334+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T14:28:20.862019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:28:20.914181+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:28:20.914313+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:28:28.175840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:28:28.323759+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T14:29:24.427490+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-02-16T14:29:24.505767+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:29:24.615459+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:29:24.615608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:29:33.101626+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:30:24.952215+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-02-16T14:30:24.993883+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:30:25.031393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:30:25.031523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:30:25.399334+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:30:25.533514+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:30:25.672169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:31:20.657789+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-02-16T14:31:20.717091+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:31:20.757599+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:31:20.757722+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:31:20.933276+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:31:20.974803+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:31:21.030428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:32:22.657273+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-02-16T14:32:22.797422+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:32:22.858583+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:32:22.858728+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:32:23.257840+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:32:23.353816+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:32:23.475389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:33:22.901119+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-02-16T14:33:22.954494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:33:23.016266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:33:23.016463+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:33:32.744421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:34:26.709760+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-02-16T14:34:26.770905+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:34:26.870606+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:34:26.870728+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:34:27.101660+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:34:27.161961+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:34:27.316494+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:35:23.794884+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-02-16T14:35:23.911565+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:35:24.111051+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:35:24.111506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:35:24.277277+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:35:24.368263+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:35:24.447334+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:36:27.682516+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-02-16T14:36:27.761487+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:36:27.827964+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:36:27.828084+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:36:28.024625+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:36:28.112977+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:36:28.180118+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:37:30.509552+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-02-16T14:37:30.586827+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:37:30.623632+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:37:30.623763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:37:40.342761+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:38:35.091030+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-02-16T14:38:35.236751+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:38:35.321157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:38:35.321306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:38:35.519905+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T14:38:35.595753+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T14:38:35.779926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:39:30.348568+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T14:39:30.386023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:39:30.421711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:39:30.421834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:39:39.564355+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:39:39.684860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:40:33.378846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T14:40:33.438675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:40:33.491564+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:40:33.491696+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:40:42.414812+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:40:42.540190+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:41:33.878467+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T14:41:33.987654+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:41:34.042392+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:41:34.042522+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:41:45.900959+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:41:46.021958+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:42:34.601136+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T14:42:34.707340+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:42:34.775161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:42:34.775300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:42:43.254822+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:42:43.393892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:43:37.910100+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T14:43:37.967341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:43:38.064408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:43:38.064665+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:43:48.416922+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:43:48.579509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:44:42.255319+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T14:44:42.299722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:44:42.352939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:44:42.353074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:44:50.746180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:44:50.835381+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:45:43.061130+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T14:45:43.102237+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:45:43.149607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:45:43.149731+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:45:53.309674+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:45:53.416736+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:46:45.553094+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T14:46:45.638881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:46:45.699172+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:46:45.699300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:46:52.642034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:46:52.741747+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:47:51.539620+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T14:47:51.596001+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:47:51.647984+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:47:51.648114+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:47:59.811648+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:47:59.920658+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:48:54.684122+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T14:48:54.725914+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:48:54.784861+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:48:54.784987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:49:01.364228+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:49:01.535970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:49:56.062908+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T14:49:56.135266+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:49:56.207418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:49:56.207549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:50:04.219274+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:50:04.323494+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:50:56.425994+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T14:50:56.474036+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:50:56.521711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:50:56.521826+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:51:03.958124+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:51:04.076272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:52:01.257600+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T14:52:01.333268+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:52:01.377523+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:52:01.377703+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:52:08.711511+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:52:08.800299+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:53:07.251846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T14:53:07.319876+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:53:07.374310+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:53:07.374421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:53:14.030460+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:53:14.104122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:54:11.796478+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T14:54:11.846532+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:54:11.887157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:54:11.887277+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:54:18.156601+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:54:18.271297+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:55:12.926621+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T14:55:12.970059+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:55:13.020235+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:55:13.020358+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:55:19.543038+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:55:19.674587+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:56:13.247023+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T14:56:13.303877+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:56:13.392256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:56:13.392388+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:56:20.677556+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:56:20.771983+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:57:13.199303+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T14:57:13.324903+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:57:13.379486+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:57:13.379625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:57:20.788216+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:57:20.975772+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:58:15.179386+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T14:58:15.240292+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:58:15.331083+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:58:15.331221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:58:23.049854+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:58:23.151232+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T14:59:20.261144+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T14:59:20.301618+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T14:59:20.339960+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:59:20.340089+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T14:59:28.323516+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T14:59:28.420649+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:00:21.625914+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T15:00:21.699140+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:00:21.804550+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:00:21.804775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:00:28.884756+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:00:29.038859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:01:03.750059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T15:01:22.426799+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T15:01:22.482468+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:01:22.524442+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:01:22.524577+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:01:28.635569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T15:01:31.329387+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:01:31.412620+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:02:27.394899+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T15:02:27.446512+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:02:27.519293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:02:27.519421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:02:34.426363+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:02:34.519071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:02:38.666770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T15:03:28.044109+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T15:03:28.090288+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:03:28.128589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:03:28.128753+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:03:35.024786+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:03:35.199989+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:04:33.611243+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T15:04:33.673357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:04:33.727926+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:04:33.728055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:04:41.281196+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:04:41.339912+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:05:36.551106+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T15:05:36.607976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:05:36.686461+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:05:36.686821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:05:44.004776+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:05:44.134709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:06:38.906809+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T15:06:39.003571+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:06:39.085007+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:06:39.085132+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:06:46.750421+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:06:46.833262+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:07:40.832684+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T15:07:40.884741+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:07:40.920356+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:07:40.920477+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:07:47.913939+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:07:48.002446+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:08:41.124576+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T15:08:41.193637+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:08:41.238339+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:08:41.238458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:08:46.289509+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:08:46.414161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:09:43.587801+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T15:09:43.624892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:09:43.657708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:09:43.657802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:09:48.499847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:09:48.577392+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:10:43.925147+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T15:10:43.978053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:10:44.020087+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:10:44.020182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:10:49.059388+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:10:49.146089+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:11:49.826556+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T15:11:49.867690+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:11:49.916628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:11:49.916808+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:11:56.534550+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:11:56.664433+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:12:53.066058+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T15:12:53.114462+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:12:53.156676+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:12:53.156848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:12:58.409902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:12:58.503948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:13:58.840538+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T15:13:58.908103+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:13:58.943958+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:13:58.944103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:14:04.729361+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:14:04.804165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:15:00.160848+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T15:15:00.192614+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:15:00.224869+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:15:00.224965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:15:07.885054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:15:07.946836+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:15:29.829218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T15:16:04.376814+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T15:16:04.432660+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:16:04.477098+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:16:04.477199+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:16:10.023118+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:16:10.147966+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:17:05.314488+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T15:17:05.403706+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:17:05.448137+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:17:05.448264+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:17:12.869476+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:17:12.999116+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:18:08.226668+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T15:18:08.316949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:18:08.366226+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:18:08.366369+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:18:14.838664+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:18:14.937057+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:19:08.558137+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T15:19:08.596298+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:19:08.634717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:19:08.634815+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:19:16.146205+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:19:16.261107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:20:10.064266+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T15:20:10.128404+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:20:10.181387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:20:10.181509+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:20:10.274399+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T15:20:10.334522+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:21:13.406375+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T15:21:13.447884+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:21:13.484848+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:21:13.484967+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:21:13.532580+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T15:21:13.584259+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:22:17.879182+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T15:22:17.919660+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:22:17.960856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:22:17.961010+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:22:18.008006+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T15:22:18.058682+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:23:23.967196+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T15:23:24.024341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:23:24.077639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:23:24.077779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:23:24.137287+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T15:23:24.200935+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:24:27.469874+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T15:24:27.501646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:24:27.528167+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:24:27.528256+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:24:27.558828+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T15:24:27.595470+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:25:29.250056+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T15:25:29.297607+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:25:29.335152+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:25:29.335253+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:25:29.383664+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T15:25:29.444932+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:26:30.207720+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-02-16T15:26:30.308125+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:26:30.382756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:26:30.382871+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:26:38.145533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:27:33.160059+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-02-16T15:27:33.341293+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:27:33.540898+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:27:33.541036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:27:34.287180+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:27:34.415415+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:27:34.607614+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:28:29.878138+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-02-16T15:28:29.948508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:28:30.095088+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:28:30.095212+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:28:38.141074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:29:31.750705+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-02-16T15:29:31.792095+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:29:31.838266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:29:31.838398+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:29:31.971205+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:29:32.037211+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:29:32.087364+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:30:26.461945+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-02-16T15:30:26.529511+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:30:26.621952+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:30:26.622085+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:30:35.531765+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:31:32.096297+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-02-16T15:31:32.154894+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:31:32.206052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:31:32.206181+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:31:32.391468+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:31:32.457019+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:31:32.522715+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:32:30.458195+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-02-16T15:32:30.521816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:32:30.581466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:32:30.581605+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:32:30.749682+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:32:30.849976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:32:30.927363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:33:33.249498+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-02-16T15:33:33.293258+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:33:33.345837+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:33:33.345959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:33:33.503051+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:33:33.569424+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:33:33.645417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:34:36.733949+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-02-16T15:34:36.792015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:34:36.838876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:34:36.838994+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:34:37.030463+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:34:37.083829+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:34:37.145951+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:35:41.770077+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-02-16T15:35:41.823725+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:35:41.868069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:35:41.868192+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:35:49.441407+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:36:43.104521+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T15:36:43.162628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:36:43.258369+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:36:43.258495+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:36:50.955825+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:36:51.138987+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:37:38.465587+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-02-16T15:37:38.504162+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:37:38.539789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:37:38.539916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:37:38.722517+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T15:37:38.769668+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T15:37:38.807244+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:38:42.295312+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T15:38:42.417571+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:38:42.466574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:38:42.466706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:38:51.469024+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:38:51.575427+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:39:43.236354+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T15:39:43.465770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:39:43.528671+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:39:43.528812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:39:53.174009+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:39:53.298370+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:40:47.077918+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T15:40:47.499497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:40:47.609556+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:40:47.609779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:40:56.318489+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:40:56.431071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:41:48.030917+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T15:41:48.125137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:41:48.188126+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:41:48.188256+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:41:55.677185+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:41:55.822946+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:42:53.292777+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T15:42:53.366535+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:42:53.415441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:42:53.415564+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:42:58.953609+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:42:59.034973+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:43:54.220592+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T15:43:54.280740+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:43:54.312106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:43:54.312228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:43:58.948998+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:43:59.061313+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:44:55.962843+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T15:44:56.021406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:44:56.085552+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:44:56.085686+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:45:02.464127+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:45:02.607424+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:45:56.587648+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T15:45:56.616990+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:45:56.644966+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:45:56.645096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:46:03.336320+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:46:03.423808+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:47:00.780811+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T15:47:00.827046+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:47:00.866252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:47:00.866380+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:47:07.227021+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:47:07.334870+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:48:05.427264+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T15:48:05.480653+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:48:05.530316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:48:05.530434+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:48:11.979805+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:48:12.288218+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:49:10.952511+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T15:49:11.026098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:49:11.082874+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:49:11.083004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:49:17.239025+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:49:17.397435+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:50:12.546548+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T15:50:12.679034+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:50:12.756199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:50:12.756391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:50:21.806437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:50:22.155091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:51:15.738358+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T15:51:15.777277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:51:15.811788+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:51:15.811917+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:51:22.054951+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:51:22.136253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:52:19.184089+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T15:52:19.444623+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:52:19.497494+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:52:19.497632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:52:30.209770+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:52:30.308845+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:53:21.416529+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T15:53:21.521246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:53:21.745485+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:53:21.745673+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:53:29.862680+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:53:29.968492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:54:22.890837+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T15:54:22.928108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:54:22.985234+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:54:22.985371+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:54:30.327049+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:54:30.445069+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:55:27.639833+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T15:55:27.722137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:55:27.786027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:55:27.786159+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:55:40.357881+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:55:41.008627+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:56:30.947069+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T15:56:31.206148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:56:31.401845+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:56:31.402015+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:56:43.712316+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:56:44.328927+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:57:32.140456+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T15:57:32.334730+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:57:32.426830+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:57:32.426968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:57:42.824474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:57:42.952939+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:58:35.948502+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T15:58:36.002020+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:58:36.055332+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:58:36.055520+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:58:44.112682+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:58:44.257950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T15:59:40.456765+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T15:59:40.494416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T15:59:40.532163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:59:40.532283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T15:59:47.114520+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T15:59:47.263031+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:00:40.996894+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T16:00:41.108856+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:00:41.175831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:00:41.175959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:00:49.023439+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:00:49.259323+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:01:41.263204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T16:01:41.344294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:01:41.391648+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:01:41.391762+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:01:47.567785+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:01:47.630440+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:02:42.651064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T16:02:42.773998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:02:42.812702+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:02:42.812855+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:02:48.870897+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:02:48.951598+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:03:46.520853+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T16:03:46.588806+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:03:46.638309+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:03:46.638404+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:03:52.511919+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:03:52.596535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:04:49.658480+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T16:04:49.780066+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:04:49.846713+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:04:49.846833+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:04:56.427002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:04:56.559023+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:05:54.537096+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T16:05:54.581148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:05:54.627874+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:05:54.627999+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:06:00.216034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:06:00.298946+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:06:54.366451+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T16:06:54.409725+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:06:54.454606+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:06:54.454735+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:07:00.959573+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:07:01.039696+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:07:58.997264+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T16:07:59.053042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:07:59.106359+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:07:59.106483+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:08:05.853996+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:08:05.964007+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:09:02.034718+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T16:09:02.074732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:09:02.114531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:09:02.114627+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:09:08.189285+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:09:08.323490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:10:08.022047+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T16:10:08.070229+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:10:08.122275+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:10:08.122411+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:10:16.926245+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:10:17.021860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:11:11.674349+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T16:11:11.817363+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:11:11.963579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:11:11.963714+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:11:22.009576+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:11:22.139449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:12:11.034351+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T16:12:11.076495+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:12:11.116408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:12:11.116535+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:12:18.224451+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:12:18.298474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:13:15.330004+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T16:13:15.411685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:13:15.512658+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:13:15.512802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:13:24.028688+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:13:24.198266+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:14:19.029515+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T16:14:19.134315+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:14:19.226722+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:14:19.226844+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:14:27.779112+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:14:27.928558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:15:22.796678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T16:15:22.877587+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:15:22.947053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:15:22.947213+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:15:30.641300+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:15:30.783966+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:16:27.405541+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T16:16:27.464842+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:16:27.527215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:16:27.527347+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:16:36.000672+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:16:36.061028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:17:31.115821+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T16:17:31.183348+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:17:31.236380+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:17:31.236505+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:17:31.304567+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T16:17:31.349715+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:18:36.618119+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T16:18:36.698407+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:18:36.780025+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:18:36.780159+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:18:36.865908+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T16:18:37.017487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:19:36.874096+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T16:19:36.945766+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:19:37.008100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:19:37.008221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:19:37.138102+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T16:19:37.237715+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:20:38.877529+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T16:20:38.924170+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:20:38.963623+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:20:38.963770+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:20:39.016425+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T16:20:39.089456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:21:39.565088+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T16:21:39.610936+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:21:39.650638+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:21:39.650764+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:21:39.694280+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T16:21:39.756495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:22:44.352469+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T16:22:44.510730+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:22:44.601300+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:22:44.601431+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:22:44.817302+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T16:22:44.917049+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:23:44.443030+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-02-16T16:23:44.485488+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:23:44.527089+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:23:44.527222+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:23:44.999908+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T16:23:45.085180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T16:23:45.181305+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:24:45.164983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-02-16T16:24:45.217368+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:24:45.268068+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:24:45.268200+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:24:51.547548+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:25:49.929742+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-16T16:25:49.976662+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:25:50.013168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:25:50.013301+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:25:57.497687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:25:57.673818+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T16:26:48.891207+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-02-16T16:26:48.957889+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:26:49.017437+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:26:49.017573+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:26:56.437233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:27:49.855610+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-02-16T16:27:49.924705+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:27:49.980355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:27:49.980479+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:27:57.883244+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:28:45.500793+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-02-16T16:28:45.541164+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:28:45.578480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:28:45.578603+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:28:52.405327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:29:37.906017+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-02-16T16:29:37.973225+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:29:38.013904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:29:38.014064+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:29:38.282046+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T16:29:38.365885+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T16:29:38.475347+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:30:22.031943+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-02-16T16:30:22.127670+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:30:22.203427+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:30:22.204461+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:30:30.565814+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:31:26.394908+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-02-16T16:31:26.517283+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:31:26.564178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:31:26.564322+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:31:26.773379+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T16:31:26.862860+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T16:31:26.945707+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:32:22.705009+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-02-16T16:32:22.775119+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:32:22.982116+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:32:22.982249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:32:31.376628+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:33:25.356117+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-02-16T16:33:25.428201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:33:25.484904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:33:25.485034+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:33:25.643721+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T16:33:25.697653+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T16:33:25.768705+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:34:20.279796+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T16:34:20.313465+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:34:20.344175+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:34:20.344264+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:34:25.949122+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:34:26.017978+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:35:22.427709+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T16:35:22.465113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:35:22.505064+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:35:22.505202+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:35:29.814433+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:35:29.867376+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:36:24.925757+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T16:36:24.996216+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:36:25.058244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:36:25.058406+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:36:33.201465+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:36:33.319920+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:37:25.154986+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T16:37:25.231882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:37:25.281992+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:37:25.282129+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:37:34.652682+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:37:34.743200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:38:29.023483+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T16:38:29.159111+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:38:29.239551+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:38:29.239678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:38:36.914315+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:38:37.115819+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:39:32.399071+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T16:39:32.437489+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:39:32.481472+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:39:32.481597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:39:39.736726+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:39:39.818917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:40:35.885895+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T16:40:35.942167+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:40:35.979089+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:40:35.979213+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:40:46.620449+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:40:46.720125+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:41:40.939165+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T16:41:41.072184+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:41:41.182719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:41:41.182864+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:41:48.494524+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:41:48.583065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:42:42.863748+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T16:42:42.903868+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:42:42.948091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:42:42.948227+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:42:49.889020+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:42:49.980566+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:43:47.590604+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T16:43:47.665751+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:43:47.747176+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:43:47.747315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:43:56.065326+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:43:56.211698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:44:48.401336+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T16:44:48.440078+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:44:48.476386+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:44:48.476518+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:44:54.766861+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:44:54.858328+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:45:50.976480+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T16:45:51.026055+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:45:51.077015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:45:51.077160+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:45:57.597390+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:45:57.734104+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:46:56.240186+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T16:46:56.279131+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:46:56.315902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:46:56.316023+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:47:04.305992+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:47:04.394234+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:47:57.848850+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T16:47:57.888993+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:47:57.925535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:47:57.925662+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:48:05.276966+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:48:05.366489+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:48:58.990280+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T16:48:59.045182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:48:59.086311+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:48:59.086410+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:49:05.092644+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:49:05.180578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:50:01.515716+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T16:50:01.580976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:50:01.628470+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:50:01.628598+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:50:10.221122+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:50:10.402832+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:51:04.587564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T16:51:04.639394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:51:04.677177+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:51:04.677299+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:51:12.923829+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:51:13.010188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:52:08.111149+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T16:52:08.190182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:52:08.248342+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:52:08.248439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:52:14.500684+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:52:14.622222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:53:12.237094+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T16:53:12.305877+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:53:12.361945+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:53:12.362108+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:53:20.095493+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:53:20.212904+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:54:14.502494+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T16:54:14.539880+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:54:14.575304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:54:14.575429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:54:20.681647+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:54:20.777188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:55:14.413879+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T16:55:14.456150+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:55:14.499505+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:55:14.499635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:55:21.253208+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:55:21.399921+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:56:18.799407+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T16:56:18.854338+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:56:18.902418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:56:18.902551+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:56:25.602293+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:56:25.689931+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:57:20.284531+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T16:57:20.332921+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:57:20.383563+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:57:20.383689+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:57:29.187621+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:57:29.291760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:58:22.224242+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T16:58:22.296597+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:58:22.348626+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:58:22.348782+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:58:30.222186+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:58:30.322670+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T16:59:28.354776+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T16:59:28.441914+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T16:59:28.510401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:59:28.510547+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T16:59:37.512441+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T16:59:37.600667+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:00:32.893630+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T17:00:32.996194+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:00:33.047201+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:00:33.047337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:00:40.738410+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:00:40.866082+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:01:34.890482+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T17:01:34.970747+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:01:35.008772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:01:35.008900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:01:42.856208+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:01:43.026757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:02:38.053919+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T17:02:38.093740+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:02:38.130638+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:02:38.130794+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:02:45.599738+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:02:45.705020+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:03:41.949158+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T17:03:42.008964+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:03:42.055267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:03:42.055389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:03:50.078167+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:03:50.226337+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:04:43.177024+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T17:04:43.217952+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:04:43.255544+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:04:43.255669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:04:50.830765+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:04:50.927726+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:05:48.921388+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T17:05:48.966127+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:05:49.003584+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:05:49.003726+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:05:56.770290+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:05:56.876453+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:06:52.341803+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T17:06:52.466755+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:06:52.579766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:06:52.579950+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:07:03.118673+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:07:03.397145+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:07:54.858071+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T17:07:54.896390+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:07:54.938054+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:07:54.938188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:08:02.395261+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:08:02.506481+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:08:56.707165+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T17:08:56.767686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:08:56.847615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:08:56.847748+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:09:09.991876+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:09:10.159184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:09:58.656134+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T17:09:58.702540+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:09:58.737179+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:09:58.737306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:10:07.118528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:10:07.203877+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:11:01.542377+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T17:11:01.634910+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:11:01.690211+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:11:01.690335+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:11:12.014769+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:11:12.140492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:12:05.976377+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T17:12:06.149067+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:12:06.254190+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:12:06.254319+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:12:15.490861+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:12:15.657683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:13:08.461696+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T17:13:08.504246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:13:08.549374+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:13:08.549513+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:13:17.525861+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:13:17.629152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:13:28.304724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T17:14:12.178075+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T17:14:12.234013+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:14:12.275204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:14:12.275338+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:14:12.349074+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T17:14:12.402104+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:15:18.208279+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T17:15:18.268657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:15:18.323319+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:15:18.323445+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:15:18.394457+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T17:15:18.503148+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:16:20.386444+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T17:16:20.425716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:16:20.461514+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:16:20.461659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:16:20.506186+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T17:16:20.558630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:17:26.408210+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T17:17:26.447003+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:17:26.499768+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:17:26.499898+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:17:26.568136+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T17:17:26.629884+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:18:32.131309+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T17:18:32.188367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:18:32.237170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:18:32.237300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:18:32.287796+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T17:18:32.349884+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:18:42.752253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T17:19:37.291632+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T17:19:37.331091+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:19:37.387316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:19:37.387435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:19:37.435936+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T17:19:37.486453+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:20:40.437528+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-02-16T17:20:40.498152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:20:40.575574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:20:40.575707+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:20:40.936816+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:20:41.025537+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:20:41.100490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:21:46.045807+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-02-16T17:21:46.111084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:21:46.189000+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:21:46.189128+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:21:46.339176+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:21:46.431991+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:21:46.516693+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:22:48.429469+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-02-16T17:22:48.471751+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:22:48.507284+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:22:48.507436+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:22:56.586729+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:23:49.420625+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-02-16T17:23:49.470088+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:23:49.538088+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:23:49.538213+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:23:49.695221+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:23:49.747704+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:23:49.840495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:24:48.596888+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-02-16T17:24:48.669625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:24:48.731834+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:24:48.731964+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:24:56.833453+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:25:53.948605+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-02-16T17:25:54.004567+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:25:54.046251+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:25:54.046374+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:25:54.156844+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:25:54.214653+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:25:54.321407+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:26:53.035314+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-02-16T17:26:53.089981+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:26:53.162691+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:26:53.162820+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:26:53.351358+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:26:53.392118+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:26:53.446835+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:27:55.111773+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-02-16T17:27:55.177702+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:27:55.228597+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:27:55.228735+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:28:03.995389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:28:56.151326+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-02-16T17:28:56.192450+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:28:56.244408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:28:56.244531+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:29:04.973091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:29:50.196792+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-02-16T17:29:50.255604+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:29:50.296192+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:29:50.296295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:29:50.457289+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:29:50.528026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:29:50.590437+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:30:42.981322+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-02-16T17:30:43.071600+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:30:43.123323+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:30:43.123453+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:30:43.259543+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T17:30:43.367287+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T17:30:43.421332+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:31:43.254259+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-02-16T17:31:43.303388+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:31:43.345461+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:31:43.345584+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:31:53.255920+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:32:49.059361+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T17:32:49.134261+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:32:49.177243+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:32:49.177364+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:32:56.427646+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:32:56.521176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:33:44.520030+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T17:33:44.590975+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:33:44.669192+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:33:44.669315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:33:55.373742+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:33:55.731304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:34:50.401714+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T17:34:50.572471+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:34:50.661312+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:34:50.661439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:34:59.485747+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:34:59.585336+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:35:55.075572+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T17:35:55.115246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:35:55.151452+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:35:55.151578+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:36:02.596651+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:36:02.787228+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:36:58.659767+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T17:36:58.708555+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:36:58.775252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:36:58.775393+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:37:08.602850+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:37:08.735455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:38:02.230541+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T17:38:02.289163+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:38:02.341204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:38:02.341330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:38:11.269241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:38:11.360384+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:39:06.610429+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T17:39:06.646657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:39:06.704080+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:39:06.704210+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:39:15.142579+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:39:15.203009+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:40:10.909846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T17:40:10.990987+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:40:11.036485+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:40:11.036623+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:40:19.079586+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:40:19.252011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:41:12.217061+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T17:41:12.255678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:41:12.302359+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:41:12.302489+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:41:20.435972+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:41:20.530086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:42:15.019196+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T17:42:15.113923+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:42:15.169643+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:42:15.169779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:42:22.455707+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:42:22.618476+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:43:19.588989+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T17:43:19.636139+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:43:19.675229+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:43:19.675359+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:43:30.919423+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:43:31.041298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:44:24.321848+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T17:44:24.360367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:44:24.396233+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:44:24.396346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:44:33.719654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:44:33.836008+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:45:28.881215+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T17:45:28.940516+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:45:29.048973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:45:29.049103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:45:41.555963+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:45:41.687471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:46:29.114707+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T17:46:29.205062+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:46:29.295503+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:46:29.295635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:46:37.060444+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:46:37.216372+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:47:30.629325+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T17:47:30.686123+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:47:30.792104+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:47:30.792234+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:47:38.221029+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:47:38.320846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:48:36.087461+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T17:48:36.182008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:48:36.289023+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:48:36.289153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:48:48.326901+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:48:48.485760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:49:42.079365+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T17:49:42.181232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:49:42.231391+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:49:42.231515+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:49:50.499508+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:49:50.656508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:50:48.176328+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T17:50:48.230812+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:50:48.273579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:50:48.273701+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:50:56.549864+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:50:56.685422+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:51:49.213203+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T17:51:49.278854+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:51:49.338399+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:51:49.338530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:51:57.417359+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:51:57.527817+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:52:53.160994+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T17:52:53.210513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:52:53.248511+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:52:53.248636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:53:00.647902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:53:00.751532+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:53:59.122527+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T17:53:59.196689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:53:59.272581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:53:59.272755+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:54:07.785000+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:54:07.893679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:55:05.032405+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T17:55:05.072725+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:55:05.111734+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:55:05.111874+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:55:14.047594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:55:14.151535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:56:09.828284+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T17:56:09.866732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:56:09.929408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:56:09.929736+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:56:19.023167+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:56:19.124512+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:57:13.062857+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T17:57:13.120983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:57:13.169901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:57:13.170033+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:57:22.455406+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:57:22.558509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:58:13.868151+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T17:58:13.941277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:58:14.031645+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:58:14.031782+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:58:21.189991+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:58:21.331152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T17:59:16.381088+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T17:59:16.430169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T17:59:16.469000+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:59:16.469138+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T17:59:23.970796+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T17:59:24.030778+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:00:17.037701+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T18:00:17.088197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:00:17.146690+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:00:17.146827+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:00:25.662014+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:00:25.730975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:01:17.485547+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T18:01:17.524837+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:01:17.559957+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:01:17.560086+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:01:24.800922+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:01:24.891003+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:02:21.951227+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T18:02:22.016624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:02:22.074559+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:02:22.074693+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:02:32.830882+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:02:33.000678+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:03:22.868954+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T18:03:22.910140+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:03:22.946535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:03:22.946668+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:03:31.784214+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:03:31.903189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:04:27.529349+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T18:04:27.620629+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:04:27.698328+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:04:27.698452+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:04:35.648819+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:04:35.780255+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:05:30.719465+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T18:05:30.845848+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:05:30.886201+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:05:30.886330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:05:40.225547+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:05:40.310925+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:06:31.577476+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T18:06:31.634087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:06:31.687392+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:06:31.687523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:06:42.439425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:06:42.543362+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:07:35.522458+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T18:07:35.580882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:07:35.635401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:07:35.635529+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:07:43.862861+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:07:43.960034+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:08:37.828692+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T18:08:37.868649+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:08:37.907135+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:08:37.907278+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:08:46.246510+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:08:46.447424+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:09:42.627242+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T18:09:42.666499+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:09:42.703204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:09:42.703326+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:09:51.080996+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:09:51.142914+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:10:46.993670+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T18:10:47.032432+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:10:47.066377+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:10:47.066504+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:10:55.390474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:10:55.455912+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:11:49.967819+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T18:11:50.030018+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:11:50.090940+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:11:50.091074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:11:59.911042+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:12:00.072129+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:12:55.766227+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T18:12:55.838675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:12:55.894068+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:12:55.894199+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:13:03.654956+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:13:03.773712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:13:59.880590+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T18:13:59.934379+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:13:59.996942+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:13:59.997065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:14:00.085057+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T18:14:00.395929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:15:04.163576+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T18:15:04.203772+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:15:04.240967+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:15:04.241096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:15:04.287817+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T18:15:04.343652+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:16:08.835450+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T18:16:08.905389+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:16:08.961909+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:16:08.962026+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:16:09.026924+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T18:16:09.123377+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:17:12.754187+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T18:17:12.858077+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:17:12.921466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:17:12.921593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:17:12.987632+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T18:17:13.078793+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:18:17.477147+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T18:18:17.518151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:18:17.554385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:18:17.554510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:18:17.600512+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T18:18:17.652475+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:19:19.386294+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T18:19:19.427441+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:19:19.461069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:19:19.461173+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:19:19.539871+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T18:19:19.590247+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:20:20.327855+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-02-16T18:20:20.368570+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:20:20.407889+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:20:20.408004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:20:20.731967+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:20:20.803628+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:20:20.863355+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:21:24.114143+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-02-16T18:21:24.189238+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:21:24.228028+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:21:24.228161+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:21:31.304365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:22:29.498233+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-02-16T18:22:29.555379+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:22:29.607546+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:22:29.607670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:22:41.245191+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:23:24.696975+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-02-16T18:23:24.745291+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:23:24.788781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:23:24.788910+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:23:25.027542+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:23:25.095219+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:23:25.162722+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:24:14.960550+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-02-16T18:24:15.004498+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:24:15.061060+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:24:15.061192+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:24:15.219422+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:24:15.276615+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:24:15.381210+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:25:15.209096+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-02-16T18:25:15.269807+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:25:15.335391+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:25:15.335522+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:25:15.507215+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:25:15.579463+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:25:15.638961+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:26:18.907404+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-02-16T18:26:18.961389+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:26:19.000418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:26:19.000547+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:26:19.152271+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:26:19.208595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:26:19.259842+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:27:24.897043+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-02-16T18:27:24.957671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:27:25.014178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:27:25.014297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:27:33.706601+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:28:30.075402+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-02-16T18:28:30.164431+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:28:30.211965+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:28:30.212094+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:28:30.400637+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:28:30.456123+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:28:30.533231+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:29:28.748342+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-02-16T18:29:28.851732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:29:28.921201+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:29:28.921337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:29:29.101549+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T18:29:29.154907+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T18:29:29.228576+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:30:30.892940+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-02-16T18:30:31.008984+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:30:31.071236+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:30:31.071398+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:30:41.439618+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:31:35.802296+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T18:31:35.906571+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:31:35.955928+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:31:35.956061+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:31:50.743779+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:31:50.921041+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:32:31.229892+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T18:32:31.325547+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:32:31.379284+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:32:31.379418+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:32:39.786225+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:32:39.935830+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:33:32.521391+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T18:33:32.592610+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:33:32.677776+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:33:32.677907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:33:42.113644+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:33:42.185495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:34:34.867260+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T18:34:34.970772+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:34:35.008627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:34:35.008771+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:34:43.123740+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:34:43.243011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:35:40.290483+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T18:35:40.369759+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:35:40.443856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:35:40.443987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:35:50.142687+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:35:50.275143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:36:42.584667+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T18:36:42.673138+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:36:42.724494+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:36:42.724625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:36:52.164176+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:36:52.315009+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:37:43.817027+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T18:37:43.908054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:37:44.007973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:37:44.008103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:37:52.623882+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:37:52.728627+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:38:45.472407+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T18:38:45.517409+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:38:45.557794+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:38:45.557926+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:38:56.339706+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:38:56.624105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:39:48.587382+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T18:39:48.670082+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:39:48.743667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:39:48.743791+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:39:59.760888+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:39:59.909332+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:40:49.779297+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T18:40:49.818999+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:40:49.869687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:40:49.869823+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:40:58.598246+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:40:58.687262+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:41:51.079013+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T18:41:51.117565+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:41:51.152731+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:41:51.152844+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:42:01.756707+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:42:01.998939+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:42:50.965126+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T18:42:51.022224+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:42:51.073924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:42:51.074056+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:42:59.321618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:42:59.441146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:43:06.108724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T18:43:51.449370+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T18:43:51.491294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:43:51.526785+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:43:51.526911+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:43:53.419926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T18:43:59.084635+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:43:59.192460+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:44:53.545642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T18:44:53.649894+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:44:53.715923+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:44:53.716056+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:45:04.375575+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:45:04.542270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:45:57.968913+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T18:45:58.015059+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:45:58.052670+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:45:58.052840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:46:07.583674+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:46:07.689147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:47:02.796887+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T18:47:02.851664+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:47:02.899174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:47:02.899298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:47:15.352158+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:47:15.452239+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:48:02.805074+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T18:48:02.850924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:48:02.898285+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:48:02.898415+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:48:11.018957+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:48:11.209259+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:49:08.472402+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T18:49:08.590578+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:49:08.648963+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:49:08.649132+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:49:19.754060+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:49:19.967006+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:50:12.499465+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T18:50:12.660230+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:50:12.712899+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:50:12.713080+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:50:24.186139+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:50:24.335624+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:51:15.669710+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T18:51:15.735169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:51:15.793913+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:51:15.794065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:51:25.825852+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:51:26.106699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:52:18.667413+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T18:52:18.726966+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:52:18.814066+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:52:18.814201+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:52:27.001550+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:52:27.221176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:53:25.059146+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T18:53:25.141151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:53:25.187607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:53:25.187738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:53:32.984611+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:53:33.082878+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:54:25.348992+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T18:54:25.415500+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:54:25.467861+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:54:25.467991+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:54:35.116604+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:54:35.339742+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:55:30.713471+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T18:55:30.802627+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:55:30.854308+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:55:30.854460+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:55:38.778346+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:55:38.891772+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:56:31.210893+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T18:56:31.254585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:56:31.329388+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:56:31.329515+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:56:39.220315+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:56:39.329195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:57:31.960083+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T18:57:31.997787+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:57:32.040416+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:57:32.040549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:57:39.263168+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:57:39.320983+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:58:18.334134+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-02-16T18:58:18.374087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:58:18.420700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:58:18.420848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:58:18.595796+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:58:33.980946+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T18:58:34.032857+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:58:34.069111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:58:34.069270+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:58:42.793056+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:58:42.882784+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T18:59:39.299030+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T18:59:39.350421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T18:59:39.388387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:59:39.388515+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T18:59:48.681916+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T18:59:48.776646+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:00:44.387155+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T19:00:44.490794+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:00:44.566295+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:00:44.566413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:00:59.435586+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:00:59.635654+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:01:50.076584+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T19:01:50.147120+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:01:50.195213+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:01:50.195345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:01:57.877251+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:01:57.969620+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:02:45.328278+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-02-16T19:02:45.373332+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:02:45.416694+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:02:45.416831+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:02:45.592085+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:02:53.472197+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T19:02:53.502720+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:02:53.522983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:02:53.523116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:03:01.818496+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:03:01.950497+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:03:31.325788+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:03:51.576360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:03:56.470404+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T19:03:56.500354+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:03:56.524382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:03:56.524498+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:04:03.835739+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:04:03.906924+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:04:12.040133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:04:32.589405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:04:52.873920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:04:58.851869+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T19:04:58.877765+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:04:58.909175+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:04:58.909296+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:05:12.173982+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:05:12.579731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:05:13.151726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:05:32.052159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:05:50.215002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:06:02.684499+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T19:06:02.833293+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:06:02.891398+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:06:02.891530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:06:10.236297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:06:17.195786+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:06:17.272926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:06:30.966561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:06:50.376653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:07:03.132642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T19:07:03.203381+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:07:03.271334+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:07:03.271456+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:07:09.918697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:07:14.850485+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:07:14.926288+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:07:30.534117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:07:49.326842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:08:08.758346+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T19:08:08.836525+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:08:08.883339+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:08:08.883478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:08:09.465947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:08:17.187072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:08:17.232289+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:09:09.683730+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T19:09:09.727883+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:09:09.795362+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:09:09.795484+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:09:17.673448+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:09:17.761892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:09:36.287957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:09:48.902816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:10:02.547829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:10:14.732293+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T19:10:14.765715+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:10:14.789723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:10:14.789848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:10:15.444060+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:10:22.673131+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:10:22.805225+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:11:18.466042+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T19:11:18.516341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:11:18.559403+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:11:18.559550+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:11:25.552375+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:11:25.653253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:12:22.692918+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T19:12:22.786526+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:12:22.894288+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:12:22.894428+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:12:22.976395+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T19:12:23.043449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:12:58.888760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:13:23.747069+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T19:13:23.986604+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:13:24.141152+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:13:24.141311+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:13:24.348000+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T19:13:24.445221+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:14:27.558725+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T19:14:27.657565+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:14:27.723164+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:14:27.723298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:14:27.805223+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T19:14:27.914746+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:15:29.079568+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T19:15:29.254121+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:15:29.348480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:15:29.348611+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:15:29.398735+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T19:15:29.472744+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:16:31.699215+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T19:16:31.756387+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:16:31.794775+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:16:31.794909+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:16:31.877293+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T19:16:31.943509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:17:31.962028+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T19:17:32.068382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:17:32.141456+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:17:32.141593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:17:32.222199+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T19:17:32.335318+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:18:36.415211+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-02-16T19:18:36.474775+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:18:36.518616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:18:36.518733+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:18:45.321245+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:19:38.827309+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-02-16T19:19:38.881109+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:19:38.921807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:19:38.921939+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:19:39.283226+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:19:39.373437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:19:39.477135+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:20:37.830086+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T19:20:37.931453+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:20:37.984000+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:20:37.984117+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:20:47.847895+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:20:48.048351+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T19:21:41.473269+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-02-16T19:21:41.548557+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:21:41.643781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:21:41.643914+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:21:42.035136+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:21:42.105126+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:21:42.282671+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:22:44.071308+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-02-16T19:22:44.177573+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:22:44.254159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:22:44.254287+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:22:44.543292+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:22:44.633100+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:22:44.772406+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:23:44.738286+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-02-16T19:23:44.840691+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:23:44.903687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:23:44.903812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:23:45.152771+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:23:45.198020+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:23:45.280453+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:24:47.406189+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-02-16T19:24:47.448680+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:24:47.502346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:24:47.502478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:24:47.673211+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:24:47.717711+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:24:47.790292+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:25:48.694236+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-02-16T19:25:48.784259+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:25:48.859098+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:25:48.859220+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:25:49.387267+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:25:49.513726+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:25:49.633327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:26:53.266893+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-02-16T19:26:53.363924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:26:53.443893+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:26:53.444032+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:27:05.547574+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:27:53.705342+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-02-16T19:27:53.784309+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:27:53.869286+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:27:53.869445+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:28:03.873188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:28:49.958059+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T19:28:50.075887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:28:50.183439+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:28:50.183894+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:29:01.441922+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:29:01.684456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:29:41.015059+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T19:29:41.081440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:29:41.142244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:29:41.142374+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:29:50.355452+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:29:50.510484+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:30:46.435395+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T19:30:46.556912+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:30:46.741263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:30:46.741392+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:30:55.935994+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:30:56.064334+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:31:51.917078+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T19:31:52.052593+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:31:52.221518+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:31:52.221648+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:32:01.423993+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:32:01.882527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:32:53.921968+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T19:32:54.011236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:32:54.124618+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:32:54.124763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:33:04.227775+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:33:04.344965+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:33:54.356502+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T19:33:54.419619+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:33:54.489704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:33:54.489828+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:34:03.395594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:34:03.574485+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:34:59.715167+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T19:34:59.825610+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:34:59.905199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:34:59.905328+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:35:08.509558+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:35:08.662028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:36:01.825410+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T19:36:01.872060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:36:01.907842+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:36:01.907961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:36:09.710237+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:36:09.838606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:37:03.019504+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T19:37:03.134363+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:37:03.197999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:37:03.198128+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:37:12.684624+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:37:13.006979+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:38:05.620907+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T19:38:05.761863+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:38:05.921939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:38:05.922068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:38:14.896628+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:38:15.019844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:39:08.609771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T19:39:08.692989+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:39:08.742767+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:39:08.742898+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:39:18.241498+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:39:18.356733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:40:11.946532+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T19:40:12.010425+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:40:12.078070+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:40:12.078203+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:40:21.265040+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:40:21.385636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:41:14.603288+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T19:41:14.664462+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:41:14.724144+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:41:14.724274+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:41:23.513039+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:41:23.655236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:42:17.558699+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T19:42:17.636131+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:42:17.683482+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:42:17.683608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:42:25.785067+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:42:25.886497+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:43:19.327616+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T19:43:19.373251+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:43:19.416422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:43:19.416554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:43:27.788137+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:43:27.910760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:44:09.761444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:44:11.724046+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:44:13.609839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:44:15.189503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T19:44:24.906675+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T19:44:24.936440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:44:24.998226+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:44:24.998362+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:44:34.275579+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:44:34.498725+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:45:26.122023+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T19:45:26.164205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:45:26.208432+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:45:26.208568+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:45:35.187562+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:45:35.293383+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:46:29.285727+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T19:46:29.344245+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:46:29.405299+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:46:29.405433+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:46:38.081412+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:46:38.232852+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:47:31.284839+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T19:47:31.343374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:47:31.382227+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:47:31.382354+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:47:39.627137+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:47:39.720089+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:48:37.460075+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T19:48:37.532511+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:48:37.569847+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:48:37.569968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:48:45.630733+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T19:48:46.045136+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:49:42.438687+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T19:49:42.516419+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:49:42.614162+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:49:42.614288+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:49:42.794796+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T19:49:42.868679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:50:43.703945+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T19:50:43.747107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:50:43.784506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:50:43.784623+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:50:43.842731+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T19:50:43.896408+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:51:46.642568+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T19:51:46.715758+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:51:46.791536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:51:46.791668+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:51:46.853090+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T19:51:46.935611+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:52:46.593883+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-02-16T19:52:46.638985+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:52:46.686223+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:52:46.686349+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:52:47.077540+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:52:47.192504+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:52:47.302347+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:53:50.190605+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T19:53:50.248694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:53:50.295475+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:53:50.295597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:54:00.283079+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:54:00.443808+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T19:54:50.751873+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-02-16T19:54:50.793405+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:54:50.828878+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:54:50.829008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:54:51.024464+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:54:51.079282+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:54:51.146359+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:55:53.606036+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-02-16T19:55:53.665774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:55:53.749826+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:55:53.749972+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:55:53.900103+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:55:53.954132+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:55:54.013431+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:56:59.166389+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-02-16T19:56:59.234051+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:56:59.315831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:56:59.316036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:56:59.515100+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:56:59.580705+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:56:59.638016+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:58:01.462330+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-02-16T19:58:01.555275+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:58:01.610994+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:58:01.611133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:58:11.396154+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:59:03.370957+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-02-16T19:59:03.408796+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:59:03.443066+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:59:03.443189+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:59:03.612695+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:59:03.667766+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:59:03.732148+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T19:59:57.817120+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-02-16T19:59:57.882204+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T19:59:57.928646+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:59:57.928793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T19:59:58.058534+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T19:59:58.098912+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T19:59:58.153456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:01:00.084013+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-02-16T20:01:00.178315+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:01:00.220010+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:01:00.220144+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:01:08.878545+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:02:03.102606+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-02-16T20:02:03.215486+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:02:03.287582+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:02:03.287718+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:02:12.151458+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:03:00.982958+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-02-16T20:03:01.024062+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:03:01.061757+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:03:01.061884+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:03:08.828891+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:03:52.546988+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-02-16T20:03:52.646670+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:03:52.723507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:03:52.723637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:03:52.975697+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T20:03:53.049991+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T20:03:53.115814+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:04:36.744188+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-02-16T20:04:36.896579+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:04:36.988052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:04:36.988199+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:04:37.155222+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T20:04:37.233992+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T20:04:37.408354+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:05:39.745957+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-02-16T20:05:39.810714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:05:39.863474+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:05:39.863599+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:05:40.028223+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T20:05:40.075472+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T20:05:40.139463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:06:41.628106+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-02-16T20:06:41.961767+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:06:42.079257+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:06:42.079386+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:06:42.568693+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T20:06:42.678407+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T20:06:42.849430+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:07:43.757969+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T20:07:43.856930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:07:44.008560+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:07:44.008684+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:07:53.217744+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:07:53.331512+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:08:44.429638+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T20:08:44.487336+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:08:44.538325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:08:44.538461+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:08:52.816329+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:08:52.915600+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:09:45.463818+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T20:09:45.502618+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:09:45.546574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:09:45.546935+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:09:53.051842+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:09:53.142507+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:10:48.893086+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T20:10:49.015044+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:10:49.063258+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:10:49.063382+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:10:56.453300+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:10:56.566499+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:11:53.261565+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T20:11:53.318595+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:11:53.379138+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:11:53.379312+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:12:02.377067+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:12:02.510190+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:12:56.293048+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T20:12:56.361599+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:12:56.402637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:12:56.402793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:13:05.150290+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:13:05.282061+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:13:59.893975+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T20:13:59.977091+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:14:00.066331+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:14:00.066463+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:14:10.392279+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:14:10.458954+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:15:05.383518+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T20:15:05.501195+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:15:05.581653+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:15:05.581779+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:15:16.325801+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:15:16.462481+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:16:08.976996+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T20:16:09.028315+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:16:09.080741+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:16:09.080866+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:16:19.727382+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:16:19.812322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:17:13.957992+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T20:17:14.041892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:17:14.123455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:17:14.123582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:17:24.133617+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:17:24.329413+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:18:18.813834+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T20:18:18.894722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:18:18.963903+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:18:18.964019+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:18:27.957660+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:18:28.043425+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:19:22.567046+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T20:19:22.614306+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:19:22.659159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:19:22.659292+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:19:31.599853+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:19:31.752816+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:20:25.622374+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T20:20:25.708242+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:20:25.761720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:20:25.761847+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:20:34.061770+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:20:34.204372+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:21:25.849977+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T20:21:25.924360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:21:25.977591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:21:25.977718+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:21:34.315513+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:21:34.479370+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:22:28.526024+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T20:22:28.675173+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:22:28.749648+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:22:28.749770+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:22:39.794345+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:22:39.939063+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:23:28.417593+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T20:23:28.471397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:23:28.516411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:23:28.516541+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:23:36.532135+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:23:36.654825+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:24:29.996647+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T20:24:30.045728+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:24:30.083732+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:24:30.083902+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:24:30.136893+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:24:30.216018+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:24:32.106752+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T20:24:32.122695+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:24:32.143232+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:24:32.143406+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:24:41.231453+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:24:41.291121+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:25:03.633418+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T20:25:03.679239+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:25:03.717803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:25:03.717936+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:25:03.764801+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:25:03.899417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:25:38.448271+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T20:25:38.533680+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:25:38.600538+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:25:38.600673+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:25:46.298623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:25:46.436963+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:26:06.484931+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T20:26:06.528439+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:26:06.601477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:26:06.601601+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:26:06.666913+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:26:06.717116+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:26:38.414537+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T20:26:38.471921+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:26:38.514675+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:26:38.514807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:26:48.459351+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:26:48.545779+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:27:08.780301+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T20:27:08.852385+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:27:08.890512+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:27:08.890639+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:27:08.951261+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:27:09.036363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:27:40.615949+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T20:27:40.653744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:27:40.687639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:27:40.687763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:27:46.941167+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:27:47.008132+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:28:45.579054+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T20:28:45.626600+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:28:45.720441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:28:45.720574+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:28:53.218998+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:28:53.350159+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:29:49.873771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T20:29:49.931820+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:29:49.988092+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:29:49.988218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:29:56.900671+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:29:57.011448+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:30:51.507515+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T20:30:51.547918+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:30:51.584649+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:30:51.584807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:30:58.575508+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:30:58.676624+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:31:57.685543+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T20:31:57.784855+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:31:57.864267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:31:57.864387+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:32:07.154976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:32:07.316579+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:33:02.629041+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T20:33:02.689440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:33:02.734201+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:33:02.734325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:33:11.858184+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:33:12.057213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:34:08.432251+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T20:34:08.491778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:34:08.543218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:34:08.543343+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:34:16.966545+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:34:17.103356+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:35:12.016953+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T20:35:12.059104+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:35:12.099335+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:35:12.099453+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:35:20.061242+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:35:20.153160+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:36:16.918479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T20:36:17.036443+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:36:17.157351+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:36:17.157485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:36:26.309588+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:36:26.411283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:37:18.468654+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T20:37:18.560844+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:37:18.612612+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:37:18.612773+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:37:27.643579+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:37:27.745465+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:38:20.220603+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T20:38:20.303837+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:38:20.366538+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:38:20.366664+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:38:30.790521+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:38:30.965828+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:39:23.828102+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T20:39:24.198601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:39:24.419699+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:39:24.419825+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:39:33.209532+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:39:33.553955+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:40:23.881318+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T20:40:23.990976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:40:24.134260+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:40:24.134390+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:40:33.004615+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:40:33.210663+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:41:27.104040+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T20:41:27.144089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:41:27.181642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:41:27.181770+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:41:36.705949+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:41:36.825765+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:42:29.297734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T20:42:29.340049+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:42:29.382306+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:42:29.382448+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:42:37.609595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:42:37.694647+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:42:42.299583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T20:42:53.137523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T20:43:31.868701+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T20:43:31.946720+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:43:32.026354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:43:32.026478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:43:41.530678+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:43:41.667749+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:44:36.737006+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T20:44:36.819682+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:44:36.855216+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:44:36.855340+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:44:44.476315+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:44:44.590781+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:45:39.647653+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T20:45:39.701936+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:45:39.741776+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:45:39.741905+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:45:47.285942+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:45:47.386509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:46:41.380814+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T20:46:41.445221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:46:41.554449+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:46:41.554582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:46:49.870678+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:46:50.213551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:47:42.769189+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T20:47:42.815585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:47:42.866213+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:47:42.866348+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:47:42.937637+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T20:47:43.008544+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:48:44.725726+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T20:48:44.849389+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:48:44.950807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:48:44.950932+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:48:45.005882+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T20:48:45.051705+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:49:46.777935+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T20:49:46.819298+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:49:46.856857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:49:46.856989+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:49:46.904527+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:49:46.998731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:50:52.225425+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T20:50:52.286396+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:50:52.381172+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:50:52.381305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:50:52.514933+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:50:52.634587+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:51:55.783304+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T20:51:55.838040+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:51:55.896506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:51:55.896631+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:51:55.974431+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:51:56.057207+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:52:58.390543+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T20:52:58.487043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:52:58.536421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:52:58.536570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:52:58.609982+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T20:52:58.716113+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:54:00.593688+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T20:54:00.631849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:54:00.669931+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:54:00.670133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:54:08.556771+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T20:54:08.650568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:55:03.442585+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T20:55:03.500996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:55:03.566576+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:55:03.566732+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:55:10.942896+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:55:11.144052+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T20:56:06.006949+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-02-16T20:56:06.077814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:56:06.151522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:56:06.151660+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:56:06.421729+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T20:56:06.517035+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T20:56:06.574787+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:57:11.452499+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-02-16T20:57:11.523343+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:57:11.610313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:57:11.610439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:57:11.825664+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T20:57:11.899348+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T20:57:11.990676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:58:15.032023+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-02-16T20:58:15.229673+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:58:15.402946+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:58:15.403084+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:58:27.575178+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T20:59:15.433811+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-02-16T20:59:15.532518+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T20:59:15.635646+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:59:15.635767+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T20:59:23.828260+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:00:14.381090+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-02-16T21:00:14.473989+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:00:14.602316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:00:14.602439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:00:24.686891+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:01:02.225881+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-02-16T21:01:02.286998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:01:02.565016+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:01:02.565154+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:01:13.882345+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:01:47.034504+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-02-16T21:01:47.073385+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:01:47.122711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:01:47.122840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:01:47.374419+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:01:47.515828+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:01:47.620756+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:02:29.734329+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-02-16T21:02:29.830788+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:02:29.883037+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:02:29.883156+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:02:40.645005+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:03:33.662390+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-02-16T21:03:33.870230+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:03:34.135407+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:03:34.135618+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:03:34.689372+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:03:34.888388+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:03:35.059221+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:04:02.851499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T21:04:30.458878+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-02-16T21:04:30.812550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:04:31.107891+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:04:31.115230+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:04:32.091505+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:04:32.578501+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:04:32.886595+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:05:37.237748+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-02-16T21:05:37.603075+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:05:38.005447+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:05:38.005585+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:05:39.487531+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:05:39.699060+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:05:40.051275+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:06:40.002039+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-02-16T21:06:40.183214+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:06:40.366542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:06:40.366659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:06:49.050784+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:07:41.268297+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T21:07:41.310509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:07:41.367142+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:07:41.367275+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:07:49.661105+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:07:49.790887+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:08:36.342771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T21:08:36.386220+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:08:36.424107+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:08:36.424231+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:08:44.523492+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:08:44.728095+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:09:39.742318+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T21:09:39.794833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:09:39.831485+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:09:39.831620+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:09:47.205910+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:09:47.292596+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:10:42.575597+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T21:10:42.616299+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:10:42.654612+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:10:42.654743+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:10:50.177346+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:10:50.274032+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:11:45.430774+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T21:11:45.478215+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:11:45.517144+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:11:45.517284+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:11:53.454260+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:11:53.550258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:12:46.955198+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T21:12:47.070860+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:12:47.238030+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:12:47.238150+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:12:54.085983+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:12:54.147812+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:13:48.938378+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T21:13:48.978735+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:13:49.015133+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:13:49.015277+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:13:56.316479+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:13:56.428212+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:14:49.888400+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T21:14:49.928142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:14:49.981059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:14:49.981203+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:14:59.703455+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:14:59.770797+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:15:55.169309+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T21:15:55.246187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:15:55.297774+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:15:55.297900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:16:03.897123+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:16:04.004588+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:16:55.817240+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T21:16:55.860057+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:16:55.902141+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:16:55.902364+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:17:03.167340+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:17:03.290927+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:17:59.660640+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T21:17:59.699518+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:17:59.738087+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:17:59.738214+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:18:08.913381+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:18:09.060814+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:19:04.217673+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T21:19:04.305095+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:19:04.376287+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:19:04.376412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:19:16.654727+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:19:16.798000+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:20:08.264793+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T21:20:08.376393+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:20:08.479174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:20:08.479380+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:20:23.721789+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:20:23.875632+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:21:13.099789+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T21:21:13.148618+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:21:13.193464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:21:13.193622+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:21:23.311549+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:21:23.574649+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:22:18.637098+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T21:22:18.729006+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:22:18.811709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:22:18.811846+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:22:28.396369+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:22:28.519506+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:23:18.554802+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T21:23:18.594704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:23:18.631665+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:23:18.631784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:23:27.042861+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:23:27.275540+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:24:23.079884+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T21:24:23.121982+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:24:23.166581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:24:23.166711+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:24:30.501451+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:24:30.585697+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:25:25.139820+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T21:25:25.184699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:25:25.219906+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:25:25.220027+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:25:32.774044+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:25:32.867008+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:26:31.117541+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T21:26:31.164804+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:26:31.201325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:26:31.201451+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:26:39.662544+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:26:39.778363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:27:34.838781+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T21:27:34.960567+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:27:35.038782+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:27:35.038918+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:27:45.732055+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:27:45.863157+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:28:34.433127+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T21:28:34.557080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:28:34.594480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:28:34.594604+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:28:43.786786+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:28:43.856244+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:29:34.688153+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T21:29:34.728134+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:29:34.766361+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:29:34.766513+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:29:42.604474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:29:42.669405+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:30:40.394622+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T21:30:40.438294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:30:40.480178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:30:40.480320+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:30:47.192607+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:30:47.258495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:31:45.610966+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T21:31:45.665572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:31:45.734989+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:31:45.735116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:31:53.231793+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:31:53.326535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:32:46.345684+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T21:32:46.384866+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:32:46.420956+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:32:46.421078+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:32:54.175643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:32:54.234539+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:33:49.955079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T21:33:50.123177+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:33:50.241022+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:33:50.241148+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:34:00.290825+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:34:00.444251+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:34:49.395197+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T21:34:49.432906+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:34:49.466872+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:34:49.467005+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:34:56.017770+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:34:56.081323+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:35:51.919111+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T21:35:51.963846+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:35:52.017656+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:35:52.017784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:35:59.927834+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:36:00.057224+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:36:57.766890+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T21:36:57.809735+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:36:57.846905+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:36:57.847037+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:37:04.441181+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:37:04.524410+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:37:58.224524+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T21:37:58.263229+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:37:58.299189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:37:58.299315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:38:05.369123+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:38:05.628679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:39:01.723991+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T21:39:01.782818+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:39:01.831304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:39:01.831435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:39:08.850997+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:39:08.995056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:40:03.557430+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T21:40:03.608596+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:40:03.654277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:40:03.654409+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:40:12.198414+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:40:12.289967+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:40:33.961914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-16T21:41:09.384425+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T21:41:09.441509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:41:09.490198+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:41:09.490332+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:41:18.981081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:41:19.206336+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:42:13.516433+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T21:42:13.561475+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:42:13.635626+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:42:13.635750+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:42:21.850969+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:42:21.970423+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:43:18.014758+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T21:43:18.077080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:43:18.149303+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:43:18.149450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:43:25.877745+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:43:25.981764+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:44:22.921406+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T21:44:23.014882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:44:23.103033+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:44:23.103235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:44:32.797856+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:44:32.904839+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:45:25.156079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T21:45:25.220022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:45:25.274453+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:45:25.274591+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:45:34.235752+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:45:34.373608+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:46:28.940027+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T21:46:28.985345+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:46:29.029926+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:46:29.030051+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:46:39.009153+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T21:46:39.070685+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:47:32.002018+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T21:47:32.047823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:47:32.085938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:47:32.086139+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:47:32.134056+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T21:47:32.179412+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:48:34.759239+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T21:48:34.815911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:48:34.905585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:48:34.905722+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:48:34.987554+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T21:48:35.104110+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:49:35.478982+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T21:49:35.612699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:49:35.730072+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:49:35.730206+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:49:35.875245+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T21:49:35.972806+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:50:37.388195+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T21:50:37.445321+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:50:37.482423+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:50:37.482553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:50:37.559545+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T21:50:37.781313+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:51:39.954537+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T21:51:40.013472+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:51:40.065472+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:51:40.065602+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:51:40.211667+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T21:51:40.317105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:52:44.208820+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T21:52:44.295473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:52:44.406990+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:52:44.407131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:52:44.505082+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T21:52:44.753171+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:53:48.372993+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-02-16T21:53:48.471444+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:53:48.571856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:53:48.571949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:53:48.943350+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:53:49.047394+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:53:49.177576+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:54:50.048318+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-02-16T21:54:50.263921+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:54:50.380131+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:54:50.380262+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:54:50.684029+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:54:50.810807+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:54:50.932895+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:55:53.941143+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-02-16T21:55:54.126776+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:55:54.271182+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:55:54.271301+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:55:54.891744+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:55:55.295050+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:55:55.609790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:56:58.348357+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T21:56:58.409948+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:56:58.461149+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:56:58.461281+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:57:06.729915+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:57:06.892018+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T21:58:03.362515+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-02-16T21:58:03.412476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:58:03.450903+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:58:03.451036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:58:03.623401+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:58:03.665237+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:58:03.713554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T21:59:07.383975+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-02-16T21:59:07.442087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T21:59:07.477474+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:59:07.477593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T21:59:07.655887+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T21:59:07.705641+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T21:59:07.755389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:00:13.131952+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-02-16T22:00:13.225752+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:00:13.326184+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:00:13.326337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:00:29.508389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:01:20.051488+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-02-16T22:01:20.693734+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:01:21.658342+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:01:21.658592+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:01:42.900917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:02:16.032901+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-02-16T22:02:16.237424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:02:16.478096+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:02:16.478228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:02:17.110859+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T22:02:17.273313+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T22:02:17.474797+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:03:07.965133+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-02-16T22:03:08.029405+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:03:08.104972+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:03:08.105116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:03:08.325964+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T22:03:08.387745+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T22:03:08.449177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:04:10.483980+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-16T22:04:10.582937+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:04:10.703334+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:04:10.703462+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:04:23.082067+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:04:23.589370+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T22:05:14.803597+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-02-16T22:05:14.984667+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:05:15.251161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:05:15.251385+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:05:26.979990+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:06:17.690464+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-02-16T22:06:17.974093+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:06:18.209432+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:06:18.209554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:06:31.629906+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:07:13.684150+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-02-16T22:07:13.790423+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:07:13.907387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:07:13.907525+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:07:23.741923+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:08:04.524560+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-02-16T22:08:04.580156+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:08:04.625356+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:08:04.625496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:08:13.170624+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:08:51.748021+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-02-16T22:08:51.787677+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:08:51.825159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:08:51.825280+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:09:02.520960+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:09:33.663048+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T22:09:33.712853+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:09:33.760324+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:09:33.760449+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:09:46.110322+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:09:46.608065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:10:13.003130+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T22:10:13.165760+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:10:13.349775+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:10:13.349907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:10:24.388124+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:10:24.512381+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:11:14.362881+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T22:11:14.421850+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:11:14.460833+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:11:14.460962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:11:26.334314+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:11:26.490560+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:12:16.335051+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T22:12:16.391368+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:12:16.436570+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:12:16.436701+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:12:24.850716+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:12:24.974940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:13:18.607094+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T22:13:18.656395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:13:18.739990+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:13:18.740111+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:13:29.381979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:13:29.492903+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:14:19.504493+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T22:14:19.561584+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:14:19.665328+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:14:19.665506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:14:29.942917+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:14:30.072753+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:15:21.324460+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T22:15:21.368860+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:15:21.408044+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:15:21.408172+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:15:29.209621+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:15:29.271982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:16:24.446688+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T22:16:24.490344+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:16:24.546188+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:16:24.546320+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:16:35.979965+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:16:36.112095+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:17:27.864465+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T22:17:27.936404+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:17:27.983325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:17:27.983465+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:17:35.554079+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:17:35.637342+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:18:33.053683+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T22:18:33.095717+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:18:33.138771+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:18:33.138892+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:18:47.336343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:18:47.614603+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:19:36.343353+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T22:19:36.450077+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:19:36.511654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:19:36.511783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:19:48.386875+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:19:48.633334+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:20:36.713969+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T22:20:36.825767+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:20:36.881786+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:20:36.881915+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:20:47.373071+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:20:47.513167+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:21:39.233990+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T22:21:39.300863+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:21:39.341968+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:21:39.342094+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:21:47.935660+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:21:48.077051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:22:39.891327+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T22:22:39.943068+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:22:39.981623+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:22:39.981756+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:22:49.491923+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:22:49.585375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:23:44.126395+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T22:23:44.187213+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:23:44.223552+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:23:44.223669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:23:50.477232+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:23:50.561408+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:24:44.732819+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T22:24:44.772021+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:24:44.808622+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:24:44.808758+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:24:51.889891+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:24:51.985371+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:25:47.713021+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T22:25:47.754710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:25:47.802497+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:25:47.802625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:25:55.233467+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:25:55.340272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:26:48.618840+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T22:26:48.701316+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:26:48.829962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:26:48.830083+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:26:58.281035+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:26:58.470798+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:27:52.106428+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T22:27:52.169829+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:27:52.217144+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:27:52.217265+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:27:59.057178+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:27:59.156060+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:28:52.627053+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T22:28:52.666038+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:28:52.703704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:28:52.703825+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:29:01.372956+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:29:01.534177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:29:56.246491+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T22:29:56.328867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:29:56.371944+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:29:56.372075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:30:08.105197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:30:08.230173+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:30:57.286775+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T22:30:57.344454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:30:57.398486+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:30:57.398617+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:31:06.146548+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:31:06.254140+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:32:00.401422+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T22:32:00.475161+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:32:00.591278+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:32:00.591413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:32:08.080854+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:32:08.170583+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:33:02.029248+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T22:33:02.086043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:33:02.138682+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:33:02.138838+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:33:10.085924+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:33:10.181597+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:34:05.059224+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T22:34:05.101873+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:34:05.137332+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:34:05.137457+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:34:12.269123+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:34:12.396604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:35:05.107980+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T22:35:05.156866+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:35:05.206592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:35:05.206722+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:35:12.741412+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:35:12.836133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:36:05.808705+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T22:36:05.846380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:36:05.882049+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:36:05.882177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:36:13.059164+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:36:13.239122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:37:10.706463+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T22:37:10.747104+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:37:10.786320+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:37:10.786454+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:37:18.107516+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:37:18.214810+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:38:15.792003+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T22:38:15.838541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:38:15.896201+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:38:15.896337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:38:24.498604+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:38:24.581214+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:39:16.651712+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T22:39:16.749520+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:39:16.827107+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:39:16.827236+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:39:25.151428+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:39:25.237696+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:40:22.104683+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T22:40:22.177960+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:40:22.248790+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:40:22.248928+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:40:30.647241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:40:30.784411+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:41:23.676147+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T22:41:23.728177+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:41:23.767223+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:41:23.767349+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:41:33.281374+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:41:33.597080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:42:29.430753+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T22:42:29.544919+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:42:29.659803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:42:29.659933+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:42:38.290574+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:42:38.856213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:43:32.914914+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T22:43:32.954309+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:43:32.990355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:43:32.990497+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:43:40.395562+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:43:40.492731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:44:36.728305+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T22:44:36.765428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:44:36.799508+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:44:36.799640+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:44:44.089195+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:44:44.275036+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:45:37.919281+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T22:45:37.962481+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:45:38.001356+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:45:38.001482+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:45:45.472801+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:45:45.556331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:46:38.039384+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T22:46:38.086893+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:46:38.155687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:46:38.155812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:46:45.396055+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:46:45.570750+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:47:41.349518+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T22:47:41.442449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:47:41.542073+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:47:41.542183+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:47:48.445781+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T22:47:48.560984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:48:46.320863+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T22:48:46.365549+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:48:46.421075+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:48:46.421207+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:48:46.480415+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T22:48:46.530818+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:49:50.180126+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T22:49:50.234140+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:49:50.286029+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:49:50.286121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:49:50.332329+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T22:49:50.377489+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:50:51.928651+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T22:50:51.961047+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:50:51.992503+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:50:51.992640+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:50:52.037805+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T22:50:52.092443+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:51:53.969115+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T22:51:54.053434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:51:54.117354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:51:54.117484+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:51:54.188000+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T22:51:54.256376+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:52:57.186738+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T22:52:57.251414+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:52:57.286538+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:52:57.286699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:52:57.341092+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T22:52:57.393588+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:53:57.499624+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T22:53:57.538346+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:53:57.573511+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:53:57.573637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:53:57.614705+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T22:53:57.664600+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:54:59.051283+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-16T22:54:59.136364+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:54:59.181078+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:54:59.181206+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:55:07.065119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:55:07.366982+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T22:56:03.923954+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-02-16T22:56:03.988281+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:56:04.037993+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:56:04.038122+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:56:04.248139+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T22:56:04.313584+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T22:56:04.366713+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:57:09.695885+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-16T22:57:09.755760+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:57:09.794271+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:57:09.794393+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:57:18.273308+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:57:18.445549+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-16T22:58:13.685856+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-02-16T22:58:13.722563+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:58:13.757844+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:58:13.757974+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:58:13.875806+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T22:58:13.930061+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T22:58:13.976389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T22:59:14.371916+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-02-16T22:59:14.426748+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T22:59:14.474579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:59:14.474704+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T22:59:14.624315+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T22:59:14.672443+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T22:59:14.736068+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:00:14.651906+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-02-16T23:00:14.694329+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:00:14.732650+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:00:14.732795+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:00:14.958814+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:00:15.054820+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:00:15.203711+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:01:14.612504+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-02-16T23:01:14.673437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:01:14.737181+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:01:14.737313+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:01:21.262104+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:02:18.708775+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-02-16T23:02:18.775269+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:02:18.826053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:02:18.826184+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:02:27.344888+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:03:13.796241+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-02-16T23:03:13.900406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:03:13.962083+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:03:13.962235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:03:14.277410+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:03:14.356524+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:03:14.452222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:04:05.038439+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-02-16T23:04:05.079533+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:04:05.128448+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:04:05.128563+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:04:05.237604+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:04:05.277520+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:04:05.334049+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:05:08.088289+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-02-16T23:05:08.159097+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:05:08.209380+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:05:08.209503+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:05:08.414016+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:05:08.516049+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:05:08.629094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:06:09.628228+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-02-16T23:06:09.808249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:06:09.899737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:06:09.899865+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:06:10.229003+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:06:10.296507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:06:10.423270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:07:09.758209+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-02-16T23:07:09.910574+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:07:10.030451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:07:10.030584+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:07:20.211071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:08:12.373842+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-02-16T23:08:12.421367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:08:12.461306+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:08:12.461416+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:08:19.756748+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:09:10.664783+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-02-16T23:09:10.702609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:09:10.784182+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:09:10.784308+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:09:17.812025+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:10:00.683632+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-02-16T23:10:00.721739+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:10:00.756058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:10:00.756185+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:10:07.916795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:10:45.016447+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T23:10:45.055754+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:10:45.097561+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:10:45.097683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:10:52.004851+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:10:52.110373+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:11:26.294632+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T23:11:26.336432+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:11:26.373305+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:11:26.373442+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:11:32.726672+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:11:32.805443+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:12:26.198809+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-16T23:12:26.242579+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:12:26.283174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:12:26.283332+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:12:34.450082+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:12:34.715139+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:13:30.059976+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T23:13:30.141174+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:13:30.188058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:13:30.188181+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:13:38.590436+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:13:38.677849+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:14:32.896848+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-16T23:14:32.936209+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:14:32.970192+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:14:32.970294+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:14:39.503820+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:14:39.562425+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:15:38.231190+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-16T23:15:38.277994+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:15:38.324632+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:15:38.324798+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:15:46.092812+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:15:46.155714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:16:40.120822+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T23:16:40.178733+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:16:40.224979+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:16:40.225111+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:16:48.445125+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:16:48.598104+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:17:40.752736+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-16T23:17:40.805819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:17:40.850997+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:17:40.851129+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:17:47.835330+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:17:47.918148+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:18:44.706327+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T23:18:44.845281+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:18:44.924342+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:18:44.924466+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:18:54.115187+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:18:54.335930+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:19:48.890721+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-16T23:19:48.977840+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:19:49.028666+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:19:49.028828+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:19:58.140706+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:19:58.325561+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:20:52.342687+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T23:20:52.401028+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:20:52.451398+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:20:52.451529+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:21:03.287179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:21:03.562298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:21:55.312446+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-16T23:21:55.416145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:21:55.486366+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:21:55.486491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:22:05.401275+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:22:05.579172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:23:00.415628+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T23:23:00.456098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:23:00.499859+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:23:00.499986+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:23:08.550958+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:23:08.652502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:24:01.744035+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-16T23:24:01.790800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:24:01.853141+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:24:01.853265+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:24:09.390336+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:24:09.595970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:25:02.240156+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T23:25:02.279419+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:25:02.333976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:25:02.334105+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:25:10.419141+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:25:10.682318+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:26:07.899368+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-16T23:26:07.943322+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:26:08.029448+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:26:08.029568+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:26:15.675933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:26:15.771949+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:27:09.776066+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T23:27:09.839212+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:27:09.900622+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:27:09.900760+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:27:18.256274+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:27:18.374316+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:28:11.336580+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-16T23:28:11.399863+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:28:11.452042+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:28:11.452177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:28:20.615686+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:28:20.701227+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:29:14.181294+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T23:29:14.264383+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:29:14.336395+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:29:14.336520+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:29:23.551814+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:29:23.653140+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:30:15.523625+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-16T23:30:15.589741+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:30:15.644440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:30:15.644593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:30:27.842550+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:30:27.954662+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:31:20.310786+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T23:31:20.350619+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:31:20.387541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:31:20.387672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:31:27.976822+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:31:28.065364+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:32:24.374992+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T23:32:24.419945+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:32:24.479769+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:32:24.479940+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:32:34.369600+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:32:34.458304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:33:24.982859+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-16T23:33:25.025154+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:33:25.063329+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:33:25.063458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:33:33.390419+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:33:33.453393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:34:27.982307+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-16T23:34:28.092439+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:34:28.188462+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:34:28.188588+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:34:37.576868+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:34:37.891578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:35:29.101470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T23:35:29.161388+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:35:29.214258+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:35:29.214376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:35:39.313606+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:35:39.798550+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:36:31.330061+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-16T23:36:31.389857+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:36:31.454238+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:36:31.454364+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:36:42.138517+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:36:42.656847+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:37:36.024688+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T23:37:36.144566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:37:36.228787+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:37:36.228913+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:37:44.160794+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:37:44.264536+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:38:36.341538+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-16T23:38:36.393182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:38:36.440343+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:38:36.440471+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:38:43.790818+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:38:43.891672+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:39:39.629789+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T23:39:39.674690+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:39:39.730958+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:39:39.731056+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:39:48.326547+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:39:48.782952+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:40:40.979473+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-16T23:40:41.094125+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:40:41.130028+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:40:41.130161+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:40:49.938868+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:40:50.013927+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:41:41.925551+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T23:41:41.987394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:41:42.052101+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:41:42.052231+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:41:52.758435+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:41:53.015275+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:42:42.052722+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-16T23:42:42.102301+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:42:42.144112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:42:42.144286+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:42:48.684416+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:42:48.782872+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:43:44.877665+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T23:43:44.932011+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:43:44.983789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:43:44.983920+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:43:52.574998+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:43:52.705387+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:44:49.377833+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T23:44:49.424007+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:44:49.462024+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:44:49.462149+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:44:57.001143+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:44:57.107135+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:45:49.619466+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T23:45:49.661748+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:45:49.709203+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:45:49.709370+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:45:57.716975+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:45:57.784774+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:46:54.416153+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-16T23:46:54.489636+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:46:54.542134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:46:54.542271+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:47:01.878157+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:47:01.978811+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:47:58.024672+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T23:47:58.089377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:47:58.132188+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:47:58.132319+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:48:05.047616+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:48:05.133174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:49:01.641866+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-16T23:49:01.707132+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:49:01.776681+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:49:01.776814+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:49:10.994534+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:49:11.170331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:50:05.178219+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T23:50:05.214840+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:50:05.266700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:50:05.266826+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:50:05.360558+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T23:50:05.410962+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:51:06.369216+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-16T23:51:06.422207+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:51:06.464132+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:51:06.464260+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:51:06.518310+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-16T23:51:06.571596+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:52:09.942751+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T23:52:10.015620+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:52:10.079179+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:52:10.079305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:52:10.181191+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T23:52:10.259268+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:53:14.888522+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-16T23:53:14.971652+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:53:15.060592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:53:15.060776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:53:15.128705+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T23:53:15.198490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:54:15.265957+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T23:54:15.303894+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:54:15.339078+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:54:15.339189+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:54:15.383782+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T23:54:15.438284+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:55:20.952583+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-16T23:55:21.028879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:55:21.093783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:55:21.093896+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:55:28.825053+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-16T23:55:28.938868+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:56:25.075498+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-16T23:56:25.172771+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:56:25.297597+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:56:25.297777+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:56:25.396628+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-16T23:56:25.510333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:57:27.100442+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-02-16T23:57:27.167609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:57:27.232487+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:57:27.232633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:57:27.547823+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:57:27.649236+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:57:27.718039+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:58:28.348287+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-02-16T23:58:28.431262+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:58:28.483304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:58:28.483437+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:58:28.691317+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:58:28.766361+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:58:28.831713+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-16T23:59:28.502460+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-02-16T23:59:28.568039+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-16T23:59:28.623118+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:59:28.623250+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-16T23:59:28.798147+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-16T23:59:28.861701+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-16T23:59:28.925673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:00:31.309061+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-02-17T00:00:31.352023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:00:31.419360+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:00:31.419486+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:00:31.646566+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:00:31.708965+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:00:31.757365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:01:31.683458+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T00:01:31.741991+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:01:31.792254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:01:31.792404+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:01:41.467980+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:01:41.605411+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T00:02:37.221859+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T00:02:37.294108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:02:37.382664+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:02:37.382784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:02:47.187433+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:02:47.373627+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T00:03:39.746662+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-02-17T00:03:39.834695+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:03:39.906569+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:03:39.906683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:03:40.390430+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:03:40.540167+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:03:40.647153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:04:42.813266+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-02-17T00:04:42.977929+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:04:43.198899+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:04:43.199036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:04:43.919913+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:04:44.034033+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:04:44.161986+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:05:42.242252+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-02-17T00:05:42.331003+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:05:42.413743+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:05:42.413879+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:05:42.760698+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:05:42.833011+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:05:42.978938+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:06:46.839027+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-02-17T00:06:47.202017+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:06:47.521292+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:06:47.524740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:07:07.027078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:07:48.273698+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-02-17T00:07:48.396675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:07:48.503117+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:07:48.503234+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:07:48.807355+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:07:48.890179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:07:49.026112+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:08:46.283771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-02-17T00:08:46.326231+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:08:46.395055+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:08:46.395210+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:08:55.627466+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:09:50.343827+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-02-17T00:09:50.418961+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:09:50.497945+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:09:50.498075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:09:50.817013+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:09:50.868811+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:09:50.954903+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:10:45.640391+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-02-17T00:10:45.756881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:10:45.837529+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:10:45.837671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:10:46.103896+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:10:46.246607+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:10:46.398235+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:11:49.564730+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-02-17T00:11:49.640811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:11:49.856756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:11:49.856892+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:11:59.052746+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:12:52.905047+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-02-17T00:12:52.948375+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:12:52.985616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:12:52.985762+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:12:53.144508+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:12:53.193239+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:12:53.281790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:13:49.736002+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-02-17T00:13:49.784457+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:13:49.839918+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:13:49.840431+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:13:50.008481+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:13:50.072571+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:13:50.171353+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:14:51.664586+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-02-17T00:14:51.731007+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:14:51.779894+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:14:51.780046+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:14:51.956005+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:14:52.016539+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:14:52.077239+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:15:57.708750+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-02-17T00:15:57.881992+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:15:57.959127+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:15:57.959324+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:15:58.233698+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:15:58.328017+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:15:58.463122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:16:58.913043+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T00:16:59.026724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:16:59.116080+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:16:59.116209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:17:09.492401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:17:09.631543+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:17:58.892275+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T00:17:58.936954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:17:58.976932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:17:58.977054+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:18:08.057903+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:18:08.197147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:18:59.906040+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T00:18:59.953176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:18:59.995778+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:18:59.995900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:19:09.889463+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:19:09.974984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:20:03.687498+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T00:20:03.829590+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:20:03.951985+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:20:03.952112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:20:12.575942+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:20:12.692684+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:21:07.694894+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T00:21:07.777958+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:21:07.839860+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:21:07.839955+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:21:16.185233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:21:16.301153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:22:11.553836+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T00:22:11.610605+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:22:11.654439+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:22:11.654574+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:22:19.871447+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:22:19.978917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:23:15.507418+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T00:23:15.593461+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:23:15.683866+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:23:15.684013+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:23:27.145972+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:23:27.248316+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:24:17.425158+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T00:24:17.484940+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:24:17.577342+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:24:17.577473+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:24:27.247395+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:24:27.394166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:25:21.146267+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T00:25:21.221124+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:25:21.268654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:25:21.268869+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:25:29.117664+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:25:29.218854+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:26:21.471714+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T00:26:21.515563+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:26:21.554586+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:26:21.554716+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:26:29.166009+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:26:29.255001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:27:23.249850+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T00:27:23.373848+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:27:23.451972+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:27:23.452096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:27:31.740360+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:27:31.865179+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:28:22.885511+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T00:28:23.053637+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:28:23.124043+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:28:23.124191+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:28:33.609778+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:28:33.834072+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:29:26.680659+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T00:29:26.793811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:29:27.041708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:29:27.041830+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:29:37.321387+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:29:37.452604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:30:31.508612+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T00:30:31.616407+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:30:31.728583+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:30:31.728752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:30:41.578999+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:30:41.740495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:31:31.941493+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T00:31:32.025388+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:31:32.107457+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:31:32.107590+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:31:42.561930+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:31:42.705084+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:32:32.734364+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T00:32:32.779113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:32:32.854591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:32:32.854724+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:32:42.415682+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:32:42.512195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:33:36.256823+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T00:33:36.315357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:33:36.380114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:33:36.380237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:33:45.499679+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:33:45.649110+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:34:38.049381+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T00:34:38.147572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:34:38.216881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:34:38.217002+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:34:50.397792+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:34:50.631861+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:35:39.345590+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T00:35:39.389106+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:35:39.446029+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:35:39.446166+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:35:51.633378+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:35:51.751021+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:36:45.510294+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T00:36:45.680500+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:36:45.823280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:36:45.824290+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:36:46.052536+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T00:36:46.260585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:37:49.650713+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T00:37:49.724565+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:37:49.791169+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:37:49.791297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:37:49.854450+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T00:37:49.922847+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:38:51.056234+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T00:38:51.112494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:38:51.174682+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:38:51.174804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:38:51.241437+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T00:38:51.291793+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:39:56.493986+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-02-17T00:39:56.584651+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:39:56.641505+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:39:56.641622+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:39:56.916516+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:39:57.021579+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:39:57.168115+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:40:58.677044+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-02-17T00:40:58.793559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:40:58.914754+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:40:58.914873+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:40:59.082328+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:40:59.128191+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:40:59.200415+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:42:03.063958+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-02-17T00:42:03.120949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:42:03.172946+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:42:03.173075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:42:03.360864+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:42:03.408620+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:42:03.465402+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:43:03.995638+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-02-17T00:43:04.036683+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:43:04.079748+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:43:04.079879+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:43:04.381880+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:43:04.432072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:43:04.480164+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:44:05.088181+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-02-17T00:44:05.147132+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:44:05.194947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:44:05.195067+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:44:12.880818+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:45:08.739350+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-02-17T00:45:08.875724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:45:08.950994+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:45:08.951114+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:45:17.384677+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:46:06.594348+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-02-17T00:46:06.753722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:46:06.852747+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:46:06.852873+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:46:14.487264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:46:56.831594+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-02-17T00:46:56.972293+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:46:57.078996+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:46:57.079115+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:47:06.199436+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:47:44.229076+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-02-17T00:47:44.295249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:47:44.375746+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:47:44.375881+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:47:44.784501+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:47:44.832583+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:47:44.899435+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:48:24.566814+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-02-17T00:48:24.626906+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:48:24.672363+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:48:24.672488+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:48:24.830855+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:48:24.868250+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:48:24.914431+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:49:29.191818+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-02-17T00:49:29.231803+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:49:29.272846+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:49:29.272969+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:49:29.432964+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:49:29.485458+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:49:29.554833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:50:32.786547+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-02-17T00:50:32.868636+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:50:32.914625+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:50:32.914752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:50:33.024460+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T00:50:33.065517+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T00:50:33.123688+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:51:35.410977+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-02-17T00:51:35.455898+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:51:35.503560+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:51:35.503726+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:51:44.284617+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:52:39.379247+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-02-17T00:52:39.418428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:52:39.455507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:52:39.455634+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:52:46.981535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:53:38.430263+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T00:53:38.476667+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:53:38.513170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:53:38.513295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:53:44.719799+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:53:44.884386+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:54:29.634728+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T00:54:29.681523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:54:29.728703+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:54:29.728891+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:54:37.533260+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:54:37.685671+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:55:30.788937+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T00:55:31.035794+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:55:31.102856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:55:31.102992+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:55:43.711486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:55:43.918198+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:56:35.537151+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T00:56:35.702925+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:56:35.761492+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:56:35.761627+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:56:44.991766+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:56:45.105084+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:57:41.074774+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T00:57:41.134513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:57:41.190712+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:57:41.190839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:57:48.959067+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:57:49.159925+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:58:41.388488+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T00:58:41.462944+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:58:41.542702+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:58:41.542814+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:58:48.810537+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:58:48.927003+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T00:59:45.278495+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T00:59:45.319602+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T00:59:45.357868+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:59:45.357994+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T00:59:55.034507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T00:59:55.126122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:00:50.309809+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T01:00:50.438743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:00:50.519033+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:00:50.519212+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:00:58.820400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:00:59.048899+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:01:56.394791+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T01:01:56.483653+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:01:56.592266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:01:56.592382+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:02:05.905853+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:02:06.526123+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:03:01.604194+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T01:03:01.766770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:03:01.873922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:03:01.874054+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:03:12.800160+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:03:12.969911+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:04:07.272379+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T01:04:07.585626+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:04:07.844244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:04:07.844373+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:04:18.293474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:04:18.524907+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:05:08.165780+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T01:05:08.307727+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:05:08.467603+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:05:08.467749+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:05:17.415056+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:05:17.526161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:06:11.780362+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T01:06:11.921065+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:06:12.018619+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:06:12.018749+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:06:20.236436+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:06:20.385941+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:07:11.841102+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T01:07:11.967325+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:07:12.056985+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:07:12.057121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:07:20.875734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:07:20.961731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:08:13.485834+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T01:08:13.598155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:08:13.695803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:08:13.695991+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:08:21.815534+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:08:21.917802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:09:17.117261+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T01:09:17.179207+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:09:17.231924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:09:17.232054+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:09:24.755374+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:09:24.856274+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:10:21.170177+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T01:10:21.219819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:10:21.392995+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:10:21.393127+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:10:30.018806+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:10:30.119114+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:11:24.956682+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T01:11:25.020912+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:11:25.057720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:11:25.057846+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:11:33.123952+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:11:33.269272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:12:28.439714+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T01:12:28.479265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:12:28.516484+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:12:28.516616+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:12:37.248403+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:12:37.333559+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:13:29.956091+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T01:13:29.998145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:13:30.047951+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:13:30.048081+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:13:30.100382+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T01:13:30.147918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:14:30.711942+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T01:14:30.771691+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:14:30.832275+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:14:30.832868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:14:30.925664+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T01:14:31.007984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:15:35.387269+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T01:15:35.449123+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:15:35.509668+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:15:35.509800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:15:35.639945+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T01:15:35.778310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:16:38.980178+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T01:16:39.033768+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:16:39.117847+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:16:39.118614+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:16:47.525841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:16:47.792653+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T01:17:41.517852+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-02-17T01:17:41.558015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:17:41.607812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:17:41.607939+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:17:41.828907+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:17:41.886735+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:17:41.934331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:18:43.037236+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T01:18:43.076301+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:18:43.110699+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:18:43.110824+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:18:49.434661+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:18:49.559566+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T01:19:43.281891+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-02-17T01:19:43.327817+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:19:43.373979+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:19:43.374287+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:19:43.529221+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:19:43.586927+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:19:43.652041+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:20:43.482856+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-02-17T01:20:43.525300+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:20:43.562331+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:20:43.562456+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:20:43.684965+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:20:43.730530+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:20:43.783840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:21:47.181816+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-02-17T01:21:47.224606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:21:47.258207+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:21:47.258315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:21:47.380967+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:21:47.433657+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:21:47.493303+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:22:51.634712+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-02-17T01:22:51.679955+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:22:51.717709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:22:51.717848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:22:51.849287+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:22:51.902987+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:22:51.952867+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:23:52.525345+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-02-17T01:23:52.595382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:23:52.636172+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:23:52.636299+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:23:59.745415+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:24:52.779607+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-02-17T01:24:52.816535+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:24:52.855897+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:24:52.856065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:24:53.011068+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:24:53.058889+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:24:53.109823+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:25:51.094651+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T01:25:51.134217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:25:51.171477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:25:51.171597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:25:51.218958+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T01:25:51.260597+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:26:54.837151+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-02-17T01:26:54.896836+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:26:54.944141+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:26:54.944268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:27:02.494698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:27:58.695359+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-02-17T01:27:58.756417+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:27:58.798783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:27:58.798907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:28:06.189823+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:28:56.252279+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-02-17T01:28:56.291284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:28:56.327858+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:28:56.328017+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:28:56.476243+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:28:56.520663+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:28:56.593762+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:29:48.601999+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-02-17T01:29:48.659929+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:29:48.706066+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:29:48.706198+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:29:48.862294+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:29:48.909382+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:29:48.978768+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:30:50.799156+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-02-17T01:30:50.855836+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:30:50.908236+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:30:50.908353+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:30:51.084281+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:30:51.132659+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:30:51.236314+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:31:54.513855+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-02-17T01:31:54.552098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:31:54.587786+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:31:54.587914+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:32:03.633207+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:33:00.161563+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-02-17T01:33:00.203241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:33:00.240105+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:33:00.240246+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:33:06.165039+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:33:55.893829+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-02-17T01:33:55.958304+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:33:56.004316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:33:56.004435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:34:03.123835+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:34:44.803676+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-02-17T01:34:44.866685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:34:44.904694+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:34:44.904837+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:34:45.038493+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T01:34:45.080307+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T01:34:45.132377+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:35:30.940302+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T01:35:30.980991+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:35:31.034596+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:35:31.034723+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:35:38.460614+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:35:38.519461+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:36:33.626316+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T01:36:33.666002+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:36:33.702248+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:36:33.702379+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:36:41.474479+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:36:41.634292+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:37:38.722059+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T01:37:38.758463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:37:38.800594+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:37:38.800740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:37:45.467466+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:37:45.578689+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:38:40.624688+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T01:38:40.695771+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:38:40.747117+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:38:40.747245+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:38:47.349829+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:38:47.436982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:39:46.245471+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T01:39:46.287210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:39:46.334099+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:39:46.334226+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:39:52.934102+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:39:53.069955+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:40:48.969607+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T01:40:49.010769+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:40:49.068322+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:40:49.068613+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:40:56.094893+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:40:56.199723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:41:52.171471+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T01:41:52.233403+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:41:52.283387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:41:52.283514+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:41:59.121041+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:41:59.203323+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:42:55.715660+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T01:42:55.752826+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:42:55.790803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:42:55.790934+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:43:01.380758+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:43:01.458767+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:43:55.898760+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T01:43:55.934709+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:43:55.969063+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:43:55.969211+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:44:03.135233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:44:03.193058+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:44:56.530935+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T01:44:56.586015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:44:56.633018+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:44:56.633151+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:45:04.335912+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:45:04.438468+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:45:57.454569+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T01:45:57.522409+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:45:57.568059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:45:57.568188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:46:04.174402+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:46:04.264458+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:47:01.542524+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T01:47:01.583443+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:47:01.619211+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:47:01.619319+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:47:08.122439+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:47:08.216128+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:48:03.983061+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T01:48:04.031079+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:48:04.071889+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:48:04.071982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:48:10.915653+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:48:11.014693+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:49:09.627264+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T01:49:09.668310+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:49:09.708802+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:49:09.708927+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:49:15.634604+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:49:15.719911+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:50:11.467399+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T01:50:11.542642+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:50:11.622504+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:50:11.622640+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:50:19.738139+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:50:19.856276+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:51:13.746302+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T01:51:13.821555+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:51:13.890214+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:51:13.890344+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:51:24.113957+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:51:24.261987+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:52:15.945876+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T01:52:16.066934+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:52:16.140257+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:52:16.140787+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:52:25.724155+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:52:25.824564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:53:18.238025+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T01:53:18.275974+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:53:18.316594+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:53:18.316734+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:53:24.457084+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:53:24.502352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:54:21.166609+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T01:54:21.254284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:54:21.292382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:54:21.292504+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:54:22.081472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T01:54:29.014466+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:54:29.107872+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:55:22.621245+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T01:55:22.664112+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:55:22.703672+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:55:22.703801+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:55:29.566400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:55:29.672696+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:55:50.478640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T01:56:25.252856+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T01:56:25.331539+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:56:25.379967+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:56:25.380096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:56:31.784726+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:56:31.889254+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:57:26.681828+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T01:57:26.726504+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:57:26.818136+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:57:26.818255+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:57:33.795111+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:57:33.931688+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:58:31.459879+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T01:58:31.500327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:58:31.558515+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:58:31.558637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:58:38.474060+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:58:38.664200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T01:59:34.544161+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T01:59:34.609405+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T01:59:34.662555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:59:34.662690+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T01:59:41.944876+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T01:59:42.031699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:00:36.207319+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T02:00:36.250963+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:00:36.312660+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:00:36.312801+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:00:42.965568+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:00:43.047107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:01:37.693171+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T02:01:37.839609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:01:37.911030+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:01:37.911162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:01:46.130052+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:01:46.250033+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:02:41.966952+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T02:02:42.033931+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:02:42.097689+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:02:42.097836+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:02:48.277539+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:02:48.365919+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:03:43.973204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T02:03:44.013602+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:03:44.053719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:03:44.053840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:03:49.833810+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:03:49.921350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:04:47.127831+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T02:04:47.168339+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:04:47.262851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:04:47.262969+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:04:55.460819+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:04:56.075987+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:05:51.262160+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T02:05:51.313787+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:05:51.392699+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:05:51.392825+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:05:58.234079+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:05:58.347189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:06:49.386040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T02:06:53.411790+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T02:06:53.541538+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:06:53.591484+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:06:53.591569+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:07:01.515050+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:07:01.657056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:07:49.997340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T02:07:53.362510+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T02:07:53.392038+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:07:53.424476+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:07:53.424600+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:07:59.192244+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:07:59.294670+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:09:03.831077+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T02:09:04.028506+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:09:04.370713+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:09:04.370903+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:09:12.784328+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:09:12.996416+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:10:05.291711+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T02:10:05.409562+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:10:05.471269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:10:05.471391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:10:12.236816+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:10:12.336574+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:11:07.151513+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T02:11:07.264745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:11:07.323494+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:11:07.323629+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:11:13.777846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:11:14.052533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:12:08.630972+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T02:12:08.733843+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:12:08.810107+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:12:08.810241+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:12:17.116670+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:12:17.303948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:13:10.667424+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T02:13:10.861266+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:13:10.944780+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:13:10.944916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:13:22.741634+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:13:22.918121+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:14:13.970467+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T02:14:14.053485+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:14:14.100388+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:14:14.100511+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:14:20.568845+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:14:20.676396+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:15:17.412547+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T02:15:17.496170+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:15:17.560089+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:15:17.560233+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:15:17.705606+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T02:15:17.844578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:16:21.536015+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T02:16:21.586394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:16:21.625489+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:16:21.625622+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:16:21.686447+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T02:16:21.735915+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:17:23.935788+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T02:17:24.020397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:17:24.076334+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:17:24.076474+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:17:24.262031+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T02:17:24.331586+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:18:27.061333+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T02:18:27.314203+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:18:27.437156+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:18:27.437283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:18:27.619701+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T02:18:27.705355+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:19:32.769386+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T02:19:33.249552+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:19:33.321509+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:19:33.321644+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:19:33.377629+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T02:19:33.519455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:20:38.244248+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T02:20:38.318896+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:20:38.386589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:20:38.386716+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:20:38.519610+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T02:20:38.622281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:21:42.981945+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T02:21:43.162308+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:21:43.231199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:21:43.231369+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:21:51.791719+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:21:52.013253+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T02:22:48.445862+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-02-17T02:22:48.508250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:22:48.579934+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:22:48.580064+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:22:49.609630+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:22:49.867112+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:22:49.961602+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:23:49.284486+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T02:23:49.413541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:23:49.497835+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:23:49.497980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:23:56.847293+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:23:57.024020+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:24:53.024985+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T02:24:53.076918+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:24:53.158366+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:24:53.158496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:25:02.026463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:25:02.234647+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T02:25:54.029847+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-02-17T02:25:54.193543+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:25:54.295419+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:25:54.295570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:25:54.669282+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:25:54.785098+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:25:54.839325+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:26:57.373294+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-02-17T02:26:57.484983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:26:57.607325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:26:57.607451+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:26:57.909371+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:26:58.032169+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:26:58.160138+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:28:00.490504+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-02-17T02:28:00.580962+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:28:00.671752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:28:00.671874+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:28:00.873244+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:28:00.957831+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:28:01.075878+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:29:02.491097+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-02-17T02:29:02.589440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:29:02.688783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:29:02.688925+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:29:02.866279+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:29:02.970865+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:29:03.047455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:30:04.143665+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-02-17T02:30:04.459531+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:30:04.537853+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:30:04.537978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:30:15.636349+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:31:06.499354+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-02-17T02:31:06.593927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:31:06.698991+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:31:06.699117+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:31:14.820383+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:32:03.175200+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-02-17T02:32:03.316586+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:32:03.374964+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:32:03.375099+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:32:03.660224+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:32:03.749256+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:32:03.809945+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:32:52.661536+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-02-17T02:32:52.767081+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:32:52.852248+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:32:52.852385+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:33:01.692512+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:33:58.179598+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-02-17T02:33:58.428472+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:33:58.554688+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:33:58.554806+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:33:59.137953+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:33:59.330297+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:33:59.527064+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:34:52.093795+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T02:34:52.173774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:34:52.260455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:34:52.260583+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:34:59.744253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:34:59.892196+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T02:35:53.450389+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-02-17T02:35:53.536068+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:35:53.585259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:35:53.585356+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:36:02.498727+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:36:58.738888+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-02-17T02:36:58.884745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:36:59.659035+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:36:59.659182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:37:11.845964+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:37:53.640006+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-02-17T02:37:54.203103+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:37:54.628812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:37:54.628942+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:37:56.005927+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T02:37:56.275580+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T02:37:56.602456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:38:46.038264+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-02-17T02:38:46.403137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:38:46.697315+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:38:46.697450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:38:57.378250+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:39:46.112846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T02:39:46.367261+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:39:46.594347+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:39:46.594481+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:39:53.876479+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:39:54.588138+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:40:43.628779+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T02:40:43.823602+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:40:43.990726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:40:43.990858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:40:53.359506+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:40:53.469982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:41:43.079715+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T02:41:43.176781+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:41:43.254680+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:41:43.254809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:41:53.998226+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:41:54.152783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:42:44.012161+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T02:42:44.241053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:42:44.334975+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:42:44.335098+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:42:52.189835+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:42:52.337850+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:43:48.206179+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T02:43:48.306155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:43:48.404844+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:43:48.405007+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:43:57.083046+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:43:57.218190+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:44:50.752138+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T02:44:50.845683+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:44:50.883443+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:44:50.883568+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:44:58.294968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:44:58.465089+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:45:53.961750+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T02:45:54.077657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:45:54.125716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:45:54.125822+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:45:58.847146+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:45:59.006419+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:46:55.589614+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T02:46:55.676339+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:46:55.713298+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:46:55.713421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:47:00.414685+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:47:00.554508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:48:00.340183+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T02:48:00.412088+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:48:00.438386+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:48:00.438475+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:48:05.243782+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:48:05.394978+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:49:02.088381+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T02:49:02.206494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:49:02.265723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:49:02.265864+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:49:07.764186+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:49:07.860233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:50:07.194394+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T02:50:07.244386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:50:07.293376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:50:07.293508+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:50:13.492153+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:50:13.659892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:51:10.221616+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T02:51:10.269861+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:51:10.299538+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:51:10.299631+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:51:15.545247+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:51:15.612556+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:52:16.849167+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T02:52:17.020178+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:52:17.107146+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:52:17.107275+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:52:22.209006+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:52:22.343732+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:53:19.379871+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T02:53:19.439618+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:53:19.494687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:53:19.494808+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:53:24.481041+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:53:24.571280+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:54:22.770077+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T02:54:22.865874+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:54:22.921247+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:54:22.921336+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:54:28.156663+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:54:28.280281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:55:25.222683+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T02:55:25.298458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:55:25.332599+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:55:25.332748+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:55:30.771081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:55:30.903844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:56:30.092862+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T02:56:30.219261+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:56:30.307134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:56:30.307273+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:56:37.304734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:56:37.565272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:57:30.632954+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T02:57:30.714777+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:57:30.769268+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:57:30.769397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:57:35.589984+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:57:35.656414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:58:33.126416+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T02:58:33.180494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:58:33.227976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:58:33.228095+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:58:38.319914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:58:38.422268+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T02:59:35.505070+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T02:59:35.630706+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T02:59:35.765442+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:59:35.765547+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T02:59:40.642248+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T02:59:40.719714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:00:40.212733+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T03:00:40.309148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:00:40.385853+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:00:40.385970+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:00:45.436891+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:00:45.543894+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:01:44.422285+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T03:01:44.625478+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:01:44.694679+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:01:44.694784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:01:50.671192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:01:50.777473+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:02:45.405466+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T03:02:45.558679+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:02:45.609249+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:02:45.609376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:02:50.899870+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:02:50.980469+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:03:49.616662+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T03:03:49.735292+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:03:49.764833+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:03:49.764921+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:03:54.864410+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:03:55.075857+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:04:55.277630+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T03:04:55.520440+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:04:55.628056+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:04:55.628185+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:05:01.729642+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:05:01.899393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:06:03.756002+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T03:06:04.059685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:06:04.364571+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:06:04.364702+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:06:10.678804+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:06:10.995282+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:07:08.163630+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T03:07:08.527671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:07:09.051274+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:07:09.051400+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:07:15.668771+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:07:15.879753+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:08:08.450021+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T03:08:08.623662+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:08:08.695671+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:08:08.695769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:08:14.315331+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:08:14.441833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:09:12.835159+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T03:09:13.082642+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:09:13.137790+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:09:13.137879+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:09:17.986846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:09:18.427193+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:10:16.449473+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T03:10:16.673486+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:10:16.759941+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:10:16.760028+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:10:21.624117+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:10:21.777105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:11:18.428027+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T03:11:18.708763+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:11:18.832267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:11:18.832361+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:11:24.011277+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:11:24.275893+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:12:20.605033+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T03:12:20.674351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:12:20.716364+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:12:20.716454+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:12:25.606738+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:12:25.710783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:13:23.944298+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T03:13:24.036206+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:13:24.169362+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:13:24.169503+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:13:30.041053+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:13:30.361120+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:14:28.286908+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T03:14:28.636094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:14:28.850189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:14:28.850315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:14:34.901401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:14:35.112757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:15:29.592780+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T03:15:29.734820+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:15:30.043845+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:15:30.043965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:15:35.863434+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:15:36.130595+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:16:30.786255+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T03:16:30.976069+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:16:31.164975+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:16:31.165076+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:16:36.747146+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:16:36.830920+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:17:33.814265+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T03:17:34.048402+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:17:34.282496+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:17:34.282609+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:17:39.445494+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:17:39.724400+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:18:40.606222+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T03:18:40.917378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:18:41.112982+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:18:41.113073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:18:46.128441+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:18:46.355876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:19:41.997407+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T03:19:42.149951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:19:42.238588+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:19:42.238719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:19:42.403491+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T03:19:42.518191+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:20:47.369143+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T03:20:47.557041+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:20:47.647344+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:20:47.647438+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:20:47.812530+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T03:20:47.958569+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:21:48.863225+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T03:21:49.052220+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:21:49.196355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:21:49.196450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:21:49.515204+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T03:21:49.683069+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:22:55.382212+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T03:22:55.735760+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:22:55.836170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:22:55.836297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:22:55.962690+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T03:22:56.055025+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:23:54.503059+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T03:23:54.581833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:23:54.690878+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:23:54.690967+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:23:54.862445+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T03:23:54.956668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:24:55.242180+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T03:24:55.346452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:24:55.411198+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:24:55.411288+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:24:55.519254+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T03:24:55.622604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:25:59.075412+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T03:25:59.713241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:26:00.082657+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:26:00.082745+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:26:07.653583+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:26:07.898000+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T03:27:03.230269+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-02-17T03:27:03.415888+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:27:03.500572+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:27:03.500665+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:27:04.725421+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:27:04.953525+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:27:05.037143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:28:09.252061+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T03:28:09.403981+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:28:09.510699+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:28:09.510819+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:28:15.121777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:28:15.361437+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T03:29:13.728272+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-02-17T03:29:14.092838+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:29:14.274266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:29:14.274394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:29:14.903637+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:29:15.074450+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:29:15.298038+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:30:12.496837+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-02-17T03:30:12.669137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:30:12.720818+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:30:12.720945+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:30:13.062731+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:30:13.177343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:30:13.282924+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:31:14.956565+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T03:31:15.111911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:31:15.205191+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:31:15.205283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:31:21.672732+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:31:21.963977+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T03:32:19.370220+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-02-17T03:32:19.557403+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:32:19.658915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:32:19.659042+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:32:25.025333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:33:23.669900+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-02-17T03:33:23.766920+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:33:23.869507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:33:23.869598+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:33:24.173745+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:33:24.319195+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:33:24.463491+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:34:19.587299+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-02-17T03:34:19.900157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:34:19.928758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:34:19.928845+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:34:20.220262+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:34:20.331793+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:34:20.436475+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:35:24.635561+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-02-17T03:35:24.821071+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:35:24.935376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:35:24.935458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:35:25.181685+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:35:25.266090+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:35:25.328912+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:36:27.929668+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-02-17T03:36:28.224487+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:36:28.394674+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:36:28.394799+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:36:29.409166+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:36:29.727900+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:36:30.244596+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:37:32.351108+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-02-17T03:37:32.909971+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:37:33.660988+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:37:33.661116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:37:34.154846+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:37:34.271760+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:37:34.394538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:38:32.078291+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T03:38:32.273263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:38:32.443604+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:38:32.443723+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:38:39.436599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:38:39.614369+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T03:39:41.209950+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T03:39:41.559951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:39:42.048389+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:39:42.048496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:39:48.282712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:39:48.439643+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T03:40:41.197314+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-02-17T03:40:41.593324+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:40:42.127371+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:40:42.127466+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:40:43.059098+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:40:43.337171+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:40:43.498674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:41:42.655906+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-02-17T03:41:43.178371+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:41:43.604962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:41:43.605106+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:41:44.810737+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:41:45.235259+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:41:45.542227+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:42:49.337934+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-02-17T03:42:50.302777+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:42:50.848851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:42:50.848942+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:42:51.938375+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T03:42:52.375911+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T03:42:52.670586+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:43:49.703939+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T03:43:49.834167+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:43:50.046977+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:43:50.047070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:43:55.691906+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:43:55.861030+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:44:59.507307+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T03:45:00.086915+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:45:00.783535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:45:00.783620+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:45:07.434219+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:45:07.793836+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:46:15.561794+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T03:46:16.883508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:46:17.741679+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:46:17.741799+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:46:24.461657+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:46:26.370312+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:47:14.444246+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T03:47:16.177131+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:47:17.600642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:47:17.600739+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:47:25.905394+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:47:27.904679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:48:15.473694+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T03:48:16.437386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:48:17.403986+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:48:17.404108+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:48:24.243843+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:48:25.179470+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:49:10.095854+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T03:49:10.972202+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:49:11.555357+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:49:11.555481+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:49:18.424608+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:49:18.936110+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:50:08.348465+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T03:50:08.919654+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:50:09.431557+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:50:09.431688+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:50:15.097567+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:50:15.660910+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:51:10.238555+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T03:51:10.887897+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:51:11.284162+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:51:11.304085+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:51:18.148926+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:51:18.428016+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:52:11.965360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T03:52:12.345541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:52:12.792118+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:52:12.792245+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:52:19.061695+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:52:19.506190+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:53:18.652530+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T03:53:19.131828+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:53:19.752873+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:53:19.753009+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:53:25.994544+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:53:26.471612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:54:14.490285+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T03:54:14.779990+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:54:14.960893+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:54:14.961013+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:54:21.039836+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:54:21.215307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:55:20.821581+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T03:55:21.190970+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:55:21.378293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:55:21.378395+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:55:27.015777+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:55:27.404241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:56:22.453048+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T03:56:22.625206+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:56:22.711383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:56:22.711472+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:56:27.570046+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:56:27.719508+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:57:28.199521+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T03:57:28.362591+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:57:28.475851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:57:28.475971+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:57:33.556101+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:57:33.648144+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:58:33.299643+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T03:58:33.510019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:58:33.880987+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:58:33.881110+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:58:39.436682+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:58:39.916352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T03:59:35.468682+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T03:59:35.687714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T03:59:35.828063+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:59:35.828150+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T03:59:40.744189+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T03:59:40.863717+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:00:36.589208+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T04:00:36.893600+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:00:37.562737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:00:37.562858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:00:42.978842+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:00:43.486285+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:01:38.219978+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T04:01:38.746597+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:01:38.991245+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:01:38.991346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:01:44.213098+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:01:44.365077+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:02:40.113490+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T04:02:40.415984+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:02:40.478809+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:02:40.478909+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:02:45.476520+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:02:45.640917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:03:44.247722+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T04:03:44.348360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:03:44.390046+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:03:44.390133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:03:44.430749+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T04:03:44.503441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:04:44.300488+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T04:04:44.443664+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:04:44.513236+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:04:44.513321+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:04:44.593922+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T04:04:44.714069+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:05:49.834180+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T04:05:49.892886+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:05:50.061095+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:05:50.061182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:05:50.147517+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T04:05:50.207821+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:06:54.917574+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T04:06:55.068837+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:06:55.147281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:06:55.147376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:07:01.191416+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:07:01.318384+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T04:07:55.288424+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-02-17T04:07:55.354105+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:07:55.391894+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:07:55.391990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:07:55.861675+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:07:56.014180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:07:56.076279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:09:02.081767+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-02-17T04:09:02.454221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:09:02.799600+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:09:02.799699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:09:03.699265+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:09:03.936888+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:09:04.157492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:09:59.245147+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-02-17T04:09:59.392485+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:09:59.466315+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:09:59.466401+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:09:59.756429+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:09:59.847645+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:09:59.972967+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:11:01.052227+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-02-17T04:11:01.195743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:11:01.586023+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:11:01.586108+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:11:02.526293+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:11:02.585348+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:11:03.002186+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:12:09.564659+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-02-17T04:12:09.879453+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:12:10.391876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:12:10.391968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:12:11.534354+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:12:11.933271+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:12:12.438184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:13:05.451748+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-02-17T04:13:05.549596+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:13:05.613123+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:13:05.613218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:13:11.930423+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:14:06.915523+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-02-17T04:14:07.726629+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:14:08.268007+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:14:08.268134+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:14:08.918611+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:14:09.027902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:14:09.171989+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:15:01.988069+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-02-17T04:15:02.140968+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:15:02.227963+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:15:02.228096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:15:02.591676+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:15:02.673425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:15:02.747633+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:16:06.365181+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-02-17T04:16:06.513084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:16:06.546346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:16:06.546436+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:16:12.467584+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:17:07.317736+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-02-17T04:17:07.411264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:17:07.463943+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:17:07.464056+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:17:13.237264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:18:05.510238+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-02-17T04:18:05.600488+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:18:05.705561+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:18:05.705647+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:18:10.694567+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:18:57.718215+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-02-17T04:18:57.813587+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:18:57.870083+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:18:57.870167+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:19:03.544102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:19:47.468341+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-02-17T04:19:47.661127+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:19:47.791708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:19:47.791836+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:19:48.277862+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:19:48.469778+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:19:48.569662+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:20:25.715230+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-02-17T04:20:25.839675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:20:25.917554+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:20:25.917649+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:20:31.619924+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:21:29.460934+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-02-17T04:21:29.773088+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:21:29.959418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:21:29.959521+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:21:30.325613+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T04:21:30.402210+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T04:21:30.463474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:22:30.782932+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T04:22:31.001136+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:22:31.288069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:22:31.288156+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:22:36.469067+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:22:36.972095+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:23:29.303699+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T04:23:29.754586+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:23:29.934132+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:23:29.934218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:23:34.575086+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:23:34.760643+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:24:34.573329+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T04:24:34.681746+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:24:34.742309+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:24:34.742397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:24:39.462283+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:24:39.610246+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:25:40.221488+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T04:25:40.453714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:25:40.532277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:25:40.532394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:25:46.213491+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:25:46.443434+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:26:40.636144+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T04:26:40.790585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:26:40.843190+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:26:40.843302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:26:45.564296+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:26:45.631683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:27:41.920097+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T04:27:42.039108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:27:42.113494+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:27:42.113611+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:27:47.477872+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:27:47.629926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:28:46.249002+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T04:28:46.349205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:28:46.387720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:28:46.387808+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:28:51.083586+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:28:51.248581+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:29:05.730758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T04:29:48.977694+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T04:29:49.110754+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:29:49.185788+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:29:49.185869+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:29:54.655043+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:29:54.792240+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:30:06.534330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T04:30:50.750917+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T04:30:51.104399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:30:51.276526+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:30:51.276650+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:30:56.845251+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:30:57.031006+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:31:55.770824+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T04:31:55.994839+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:31:56.116235+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:31:56.116361+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:32:00.897858+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:32:01.006812+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:32:56.718373+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T04:32:56.788223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:32:56.830662+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:32:56.830748+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:33:01.954126+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:33:02.346258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:34:01.681173+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T04:34:01.832675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:34:01.879129+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:34:01.879248+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:34:06.840233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:34:07.208523+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:35:03.326959+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T04:35:03.477518+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:35:03.544312+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:35:03.544397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:35:08.553016+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:35:08.654171+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:36:02.616870+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T04:36:02.667814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:36:02.698840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:36:02.698935+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:36:07.637981+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:36:07.886172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:37:07.000077+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T04:37:07.041518+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:37:07.073633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:37:07.073773+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:37:11.152516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T04:37:11.977669+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:37:12.045213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:37:31.335463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T04:38:08.974100+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T04:38:09.022537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:38:09.140571+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:38:09.140663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:38:14.422063+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:38:14.503671+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:39:10.949251+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T04:39:11.072652+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:39:11.187855+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:39:11.187982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:39:16.040622+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:39:16.127858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:40:15.468230+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T04:40:15.540008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:40:15.581919+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:40:15.582010+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:40:20.520617+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:40:20.650306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:41:17.791090+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T04:41:17.829418+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:41:17.864116+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:41:17.864205+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:41:22.592171+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:41:22.670481+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:42:19.697386+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T04:42:19.772531+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:42:19.830617+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:42:19.830744+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:42:24.244364+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:42:24.343523+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:43:20.788037+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T04:43:20.857591+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:43:20.932897+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:43:20.932985+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:43:26.216945+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:43:26.383151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:44:22.081496+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T04:44:22.212498+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:44:22.258667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:44:22.258756+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:44:27.286912+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:44:27.554578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:45:25.286783+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T04:45:25.391502+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:45:25.424170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:45:25.424254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:45:30.151944+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:45:30.273463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:46:30.130091+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T04:46:30.160634+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:46:30.186370+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:46:30.186460+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:46:35.088208+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:46:35.163322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:47:33.991596+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T04:47:34.039198+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:47:34.074323+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:47:34.074446+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:47:39.122990+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:47:39.229525+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:48:39.518221+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T04:48:39.570617+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:48:39.706625+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:48:39.706769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:48:45.044610+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:48:45.097337+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:49:41.501180+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T04:49:41.593732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:49:41.636872+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:49:41.636962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:49:46.260624+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:49:46.332898+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:50:43.117613+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T04:50:43.243057+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:50:43.350689+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:50:43.350772+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:50:48.330704+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:50:48.454047+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:51:45.346493+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T04:51:45.448373+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:51:45.518529+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:51:45.518630+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:51:50.842730+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:51:51.018274+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:52:48.709528+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T04:52:48.809924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:52:48.911600+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:52:48.911691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:52:53.598212+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:52:53.675277+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:53:53.544360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T04:53:53.596264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:53:53.639676+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:53:53.639765+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:53:58.460908+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:53:58.535891+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:54:59.666173+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T04:54:59.716233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:54:59.757968+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:54:59.758060+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:55:04.955283+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:55:05.038330+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:56:02.786734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T04:56:02.825416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:56:02.868830+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:56:02.868949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:56:07.457052+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:56:07.539064+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:57:03.957974+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T04:57:03.997530+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:57:04.046105+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:57:04.046228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:57:09.019694+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:57:09.099262+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:58:09.083708+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T04:58:09.161573+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:58:09.216823+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:58:09.216913+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:58:13.967437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:58:14.071459+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T04:59:11.825695+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T04:59:11.891277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T04:59:11.928748+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:59:11.928845+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T04:59:16.925933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T04:59:17.197174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:00:13.100696+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T05:00:13.194814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:00:13.538559+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:00:13.538681+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:00:19.405379+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:00:19.484074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:01:14.966129+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T05:01:15.004310+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:01:15.039952+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:01:15.040043+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:01:19.914177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:01:20.012299+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:02:18.268862+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T05:02:18.351244+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:02:18.386207+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:02:18.386298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:02:18.488472+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T05:02:18.532902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:03:17.901681+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T05:03:17.931187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:03:17.957201+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:03:17.957287+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:03:17.990380+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T05:03:18.033967+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:04:23.530030+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T05:04:23.602659+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:04:23.650269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:04:23.650372+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:04:23.813413+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T05:04:23.882108+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:05:26.641258+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T05:05:26.739185+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:05:26.784422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:05:26.784523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:05:26.849327+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T05:05:26.929825+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:06:27.477456+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T05:06:27.535625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:06:27.582339+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:06:27.582462+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:06:27.662579+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T05:06:27.720836+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:07:32.677707+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T05:07:32.777398+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:07:32.818189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:07:32.818294+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:07:32.883896+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T05:07:32.943147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:08:33.474997+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T05:08:33.534980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:08:33.569900+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:08:33.569993+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:08:39.971568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:08:40.106982+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T05:09:36.451370+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-02-17T05:09:36.503135+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:09:36.565648+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:09:36.565775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:09:37.310385+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:09:37.549157+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:09:37.623969+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:10:36.646428+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-02-17T05:10:36.695497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:10:36.725682+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:10:36.725836+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:10:36.865459+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:10:36.906348+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:10:36.959909+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:11:43.329617+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-02-17T05:11:43.370382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:11:43.404235+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:11:43.404360+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:11:43.505461+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:11:43.622925+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:11:43.686629+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:12:43.784116+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T05:12:43.848157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:12:43.900195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:12:43.900325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:12:49.326288+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:12:49.410548+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T05:13:44.143169+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-02-17T05:13:44.205603+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:13:44.252268+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:13:44.252358+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:13:44.413404+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:13:44.473388+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:13:44.545687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:14:47.914203+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T05:14:47.965227+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:14:48.013789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:14:48.013916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:14:53.507806+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:14:53.598846+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T05:15:50.997532+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T05:15:51.053016+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:15:51.093724+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:15:51.093831+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:15:56.182051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:15:56.272412+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T05:16:52.428952+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-02-17T05:16:52.540408+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:16:52.669317+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:16:52.669407+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:16:52.821357+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:16:53.165242+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:16:53.256680+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:17:57.436166+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-02-17T05:17:57.575992+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:17:57.623423+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:17:57.623549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:17:57.814672+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:17:57.868482+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:17:57.928339+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:18:59.626392+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-02-17T05:18:59.687894+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:18:59.722843+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:18:59.722959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:18:59.835934+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:18:59.876158+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:18:59.922877+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:20:02.973061+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-02-17T05:20:03.058582+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:20:03.106605+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:20:03.106721+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:20:03.237588+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:20:03.292385+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:20:03.338131+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:21:08.851929+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-02-17T05:21:08.933549+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:21:08.986666+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:21:08.987008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:21:14.552227+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:22:12.021904+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-02-17T05:22:12.117143+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:22:12.182685+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:22:12.182801+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:22:12.443924+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T05:22:12.606360+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T05:22:12.686248+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:24:00.930608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T05:24:21.193988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T05:29:42.272078+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-17T05:29:42.574952+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:29:42.835420+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:29:42.835507+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:29:47.812409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:29:48.174103+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:30:17.143806+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-17T05:30:17.173589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:30:17.202181+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:30:17.202272+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:30:22.910985+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:30:23.015047+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:31:19.585377+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-17T05:31:19.633627+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:31:19.689677+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:31:19.689814+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:31:24.324050+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:31:24.373929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:31:50.465600+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T05:31:57.056990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T05:32:21.309836+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-17T05:32:21.400541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:32:21.451525+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:32:21.451623+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:32:26.210262+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:32:26.253492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:33:20.450641+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-17T05:33:20.492399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:33:20.534432+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:33:20.534546+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:33:25.024996+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:33:25.101463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:34:24.038001+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-17T05:34:24.070475+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:34:24.097716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:34:24.097800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:34:28.468000+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:34:28.517087+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:35:29.447503+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-17T05:35:29.684955+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:35:29.791290+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:35:29.791413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:35:36.748291+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:35:37.021402+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:36:31.842687+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-17T05:36:31.969523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:36:32.084912+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:36:32.085037+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:36:42.425559+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:36:42.714035+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:38:35.030437+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-17T05:38:35.118617+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:38:35.160900+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:38:35.161038+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:38:40.288654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:38:40.392253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:39:34.711432+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-17T05:39:34.784350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:39:34.833537+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:39:34.833633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:39:40.670228+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:39:40.742801+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:40:35.535519+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-17T05:40:35.766405+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:40:35.808178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:40:35.808276+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:40:41.461611+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:40:41.583173+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:41:40.533758+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-17T05:41:40.591881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:41:40.665879+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:41:40.666009+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:41:46.130826+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:41:46.220399+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:42:44.617782+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-17T05:42:44.702626+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:42:44.732363+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:42:44.732476+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:42:50.052701+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:42:50.108907+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:43:49.295976+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-17T05:43:49.359276+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:43:49.421962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:43:49.422071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:43:55.076088+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:43:55.188026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:44:50.554818+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-17T05:44:50.615281+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:44:50.655376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:44:50.655501+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:44:56.737595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:44:56.864536+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:45:52.669419+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-17T05:45:52.847425+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:45:52.880349+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:45:52.880474+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:45:58.253352+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:45:58.364217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:46:54.805425+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-17T05:46:54.896469+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:46:55.082519+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:46:55.082635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:47:01.489879+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:47:01.619236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:47:55.008799+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-17T05:47:55.067020+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:47:55.113482+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:47:55.113610+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:48:00.427737+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:48:00.502472+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T05:49:01.085662+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-17T05:49:01.125986+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T05:49:01.160571+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:49:01.160693+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T05:49:06.486486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-17T05:49:06.572310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:31:16.795405+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T06:31:17.014635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:31:17.139157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:31:17.139302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:31:17.320897+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T06:31:17.449362+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:31:40.084189+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T06:31:40.155716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:31:40.213138+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:31:40.213237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:31:40.329329+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T06:31:40.392585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:32:41.840551+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T06:32:41.898528+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:32:41.942765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:32:41.942889+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:32:42.026022+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T06:32:42.090788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:40:09.456687+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T06:40:09.542359+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:40:09.601015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:40:09.601155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:40:09.693196+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T06:40:09.782096+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:43:37.342210+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-17T06:43:37.472974+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:43:37.553925+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:43:37.554065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:43:48.845022+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:43:49.310458+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T06:44:42.437443+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-02-17T06:44:42.632736+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:44:42.756618+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:44:42.756803+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:44:43.625473+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-17T06:44:43.767503+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-17T06:44:43.855955+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:45:44.472412+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-17T06:45:44.541437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T06:45:44.591292+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:45:44.591419+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T06:45:52.967759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T06:45:53.250152+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-17T11:14:30.397342+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T11:14:33.805307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:12:26.658543+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-17T15:12:26.793930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T15:12:26.982759+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:12:26.982852+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:12:27.200384+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T15:12:27.277143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T15:13:25.420240+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-17T15:13:25.494494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T15:13:25.531602+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:13:25.531743+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:13:25.702312+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T15:13:25.780594+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T15:35:06.951014+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-02-17T15:35:07.055667+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T15:35:07.172795+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:35:07.172920+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:35:07.196175+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T15:35:07.325287+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-02-17T15:35:07.345904+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-02-17T15:36:03.502304+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-02-17T15:36:03.540550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T15:36:03.571628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:36:03.571726+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:36:03.583669+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T15:36:03.606641+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-02-17T15:36:03.607481+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-02-17T15:43:10.930737+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-02-17T15:43:11.004939+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T15:43:11.067684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:43:11.067804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:43:11.254283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T15:44:11.008491+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-02-17T15:44:11.055821+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T15:44:11.084232+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:44:11.084336+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T15:44:11.107890+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T15:53:06.082294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:54:04.693767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:55:08.306847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:56:08.997018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:57:10.585072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:58:15.027233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T15:59:20.150653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:00:24.792468+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:01:27.099938+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:02:32.308832+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:04:33.469481+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:05:27.807747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:07:20.376545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:09:16.631947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:10:13.109602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:12:07.551129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:13:13.068544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:18:27.113765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:19:31.005973+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:20:36.024027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:21:39.303808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:22:43.694685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:23:47.301724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:24:48.914128+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:25:52.954520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:26:56.556239+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:28:01.167920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:29:01.810425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:30:02.687352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:31:07.071761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:32:08.703145+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:33:13.947205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:34:19.500051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:35:21.369733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:36:22.784841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:37:22.757548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:42:41.994175+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T16:42:42.153833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:42:42.218205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:42:42.218315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:42:42.330867+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T16:42:42.444243+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:43:19.562980+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-17T16:43:19.607732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:43:19.638954+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:43:19.639077+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:43:19.680810+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-17T16:43:19.718565+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:44:26.146062+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T16:44:26.231485+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:44:26.278367+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:44:26.278491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:44:26.391221+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T16:44:26.484359+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:45:26.309453+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-17T16:45:26.364559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:45:26.400139+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:45:26.400243+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:45:26.440135+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T16:45:26.489630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:46:29.954886+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T16:46:30.088531+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:46:30.148108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:46:30.148370+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:46:30.213964+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T16:46:30.310465+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:47:32.289549+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-17T16:47:32.368924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:47:32.414788+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:47:32.414914+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:47:32.461396+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T16:47:32.506641+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:48:33.425555+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-02-17T16:48:33.523386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:48:33.581566+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:48:33.581696+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:48:34.221673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:49:38.428164+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-02-17T16:49:38.493708+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:49:38.540371+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:49:38.540502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:49:38.976486+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:55:16.668371+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-17T16:55:16.776098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:55:16.835031+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:55:16.835122+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:55:16.923925+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T16:55:16.983579+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:55:50.971812+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-17T16:55:50.999427+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-17T16:55:51.023374+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:55:51.023464+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-17T16:55:51.061943+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-17T16:55:51.107708+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-17T16:57:26.037859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T16:57:26.852357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:17:25.129078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:24:16.456214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T18:58:00.149818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T18:58:40.213836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T19:26:51.789235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T19:27:44.579013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:33:09.005251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:34:04.080846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:35:09.267660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:36:10.651224+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:37:14.321511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:38:15.757422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:39:21.091740+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:40:22.640588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:41:23.177663+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:50:20.738785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T02:51:59.660907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T15:09:57.910171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T15:10:49.667631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T16:31:27.831522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:18:49.758473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:19:51.447044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:20:56.826866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:22:02.335564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:23:06.584193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:24:08.016500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:25:11.076888+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:26:12.157024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:27:18.230392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:28:20.238123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:29:24.894048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:30:27.398451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:31:33.186818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:32:35.939443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:35:38.508191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:38:43.585274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:39:21.033221+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:39:57.595093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:40:34.001675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:41:11.706175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:41:50.238414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:50:37.578510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:56:34.746676+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T18:57:15.665806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T19:05:31.901874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T18:55:53.276397+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-25T18:55:54.916107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-25T18:55:55.720838+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T18:55:55.720929+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T18:55:57.473630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-25T20:20:04.156297+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-02-25T20:20:04.865084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-25T20:20:05.494535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:20:05.494663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:20:06.450759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-25T20:20:14.148000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:20:25.760207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:20:21.105729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:20:33.294685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:20:40.029601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] erTrait.php:70)"} [] [2025-02-25T20:20:49.373861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:20:56.364324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:01.342054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:04.157455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:08.869690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:14.610087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:16.358639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:20.290603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:28.976767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:36.034199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:50.921489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-25T20:21:44.953544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:21:52.695857+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-02-25T20:21:52.742344+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-25T20:21:52.769941+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:21:52.770066+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:21:53.288401+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-25T20:21:56.873220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:03.984737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:08.898282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:12.246111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:16.400347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:19.904041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:24.697016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:28.225780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:32.305503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:40.868439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:22:50.549244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-25T20:22:56.082670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:23:04.018509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:23:12.274280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:23:21.680274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-25T20:24:44.745343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:24:49.902133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:24:51.995240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:29:00.606888+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:29:04.572655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:30:49.435036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:36:56.299724+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-02-25T20:36:56.348552+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-25T20:36:56.389310+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:36:56.389443+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:36:56.702635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-25T20:36:59.988522+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-02-25T20:37:00.005330+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-25T20:37:00.025098+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:37:00.025212+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-25T20:37:00.126621+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-25T20:37:35.707658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:37:43.046196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:37:56.324060+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:38:11.157160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:38:12.166087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:38:15.266252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:38:16.526810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T20:38:18.283570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:18:45.763956+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-26T01:18:45.925713+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:18:46.134210+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:18:46.134296+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:18:46.942379+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:18:51.755553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:18:56.783963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:18:59.948620+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:03.753994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:08.331506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:12.086346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:15.637630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:23.839626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:29.544063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:31.723945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:35.986821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:48.271130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] +01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:00.632604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] ompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:19:56.094282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:08.701877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:16.100747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:19.965735+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:24.035322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:31.773270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-26T01:20:48.247254+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-02-26T01:20:48.293271+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:20:48.324335+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:20:48.324445+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:20:48.560572+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:20:51.961167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:56.155057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:20:59.631504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:08.250395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFounundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:20.546175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:16.066269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:28.492157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:31.591817+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:35.684273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:45.185423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-26T01:21:48.450007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:51.715543+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:21:56.241486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:22:01.299612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:22:04.763912+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:22:08.386357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:22:12.652096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:22:16.663882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:23:35.007112+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:23:41.643348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:00.228403+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-02-26T01:25:00.264617+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:25:00.299817+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:25:00.299912+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:25:00.383874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:25:04.299733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:08.075105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:11.865608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:16.260079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:21.872404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:31.857752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] 70)"} [] [2025-02-26T01:25:27.896207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:40.870299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:44.302984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:48.245790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:25:51.680568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:00.039265+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:07.927781+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] erTrait.php:70)"} [] [2025-02-26T01:26:12.908907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:15.876773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:23.903992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:28.068478+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:32.113495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:35.744042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:40.219006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:26:49.002123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/E://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-02-26T01:26:44.217235+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:26:44.261062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:26:44.261190+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:26:44.338926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:27:01.339893+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] hp:70)"} [] [2025-02-26T01:26:55.923721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:04.223213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:07.933239+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:12.372068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:15.994946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:20.895027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:24.204353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:27.852885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:32.367023+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:36.545470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:27:46.670082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-26T01:27:53.481675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [] [2025-02-26T01:27:55.854048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:28:01.619868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:28:12.904825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:28:18.666075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:28:21.309237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:28:28.500937+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:35:48.203183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:35:52.120114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:37:44.090010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:37:49.033536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:41:14.908995+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:41:20.678847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:55:07.247459+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-02-26T01:55:07.342849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:55:07.393582+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:55:07.393717+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:55:07.547314+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:56:07.287969+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-02-26T01:56:07.357296+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:56:07.399760+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:56:07.399894+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:56:07.594344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:56:19.701972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:56:26.519443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:56:31.214508+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:56:33.352885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:56:37.827199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:56:45.191293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:57:35.304522+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-02-26T01:57:35.418588+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T01:57:35.463957+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:57:35.464089+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:57:35.569978+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:57:47.770434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/C"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T01:57:38.062224+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T01:57:45.738196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:57:55.658426+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:57:56.385203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:57:58.109694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:58:02.112171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T01:58:10.121490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:15:39.986811+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-02-26T11:15:40.866117+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T11:15:41.679446+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:15:41.679542+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:15:42.697980+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T11:17:13.009362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:17:24.478881+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-26T11:17:24.520616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T11:17:24.539632+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:17:24.539724+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:17:24.713928+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-26T11:17:24.753143+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T11:17:59.465330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:18:10.812528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:18:23.899194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:20:55.577368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:21:07.243907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:21:45.474955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:22:23.348261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:23:38.662324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:24:15.668897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:24:41.789590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:25:05.070307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:25:18.222308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:26:08.838469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:28:02.857381+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-02-26T11:28:02.920279+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T11:28:02.990781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:28:02.990886+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:28:03.317093+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T11:29:55.077076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:30:04.192424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:30:13.653178+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-02-26T11:30:13.693358+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T11:30:13.721971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:30:13.722065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:30:15.547686+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T11:30:15.869309+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T11:30:15.960157+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T11:30:22.470379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:31:17.792809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:31:44.151018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:32:11.986190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:33:36.331054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:34:58.718397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:35:27.330100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:35:54.164965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:36:21.975596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:36:49.150905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:37:15.871704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:38:09.440083+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:38:36.987229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:40:28.966408+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-02-26T11:40:29.309054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T11:40:29.389348+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:40:29.389494+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T11:40:29.643011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T11:45:16.897062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:46:01.536575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:46:16.404151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:46:32.805425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:46:48.076833+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:47:05.923879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:47:54.520428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:48:25.266317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T11:54:56.594165+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T12:23:42.645284+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-26T12:23:43.572027+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:23:44.397350+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:23:44.397477+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:23:44.978054+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-26T12:23:45.299009+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:24:28.468301+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-26T12:24:28.576773+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:24:28.612247+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:24:28.612356+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:24:28.708031+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T12:24:28.762080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:28:42.364701+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-02-26T12:28:42.405094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:28:42.431313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:28:42.431401+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:28:43.698859+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T12:28:43.834221+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T12:28:43.887388+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:29:44.330019+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-02-26T12:29:44.389687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:29:44.428721+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:29:44.428848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:29:51.393791+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:30:47.399007+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-02-26T12:30:47.482106+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:30:47.526859+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:30:47.526953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:30:47.678996+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T12:30:47.759929+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T12:30:47.816308+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:31:42.823329+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-02-26T12:31:42.888836+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:31:42.927223+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:31:42.927316+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:31:47.732951+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:32:45.381169+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-02-26T12:32:45.444798+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:32:45.507561+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:32:45.507693+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:32:45.649354+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T12:32:45.749855+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T12:32:45.795572+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:33:44.271877+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-02-26T12:33:44.311678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:33:44.349576+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:33:44.349647+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:33:49.166922+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:34:49.898791+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-02-26T12:34:49.970128+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:34:50.031134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:34:50.031238+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:34:56.361212+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:35:45.216348+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-02-26T12:35:45.283162+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:35:45.316184+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:35:45.316279+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:35:50.113358+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:36:36.770254+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-02-26T12:36:36.850633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:36:36.914591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:36:36.914685+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:36:41.976935+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:37:23.209438+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-02-26T12:37:23.273849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:37:23.341185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:37:23.341306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:37:28.559818+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:38:05.758014+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-02-26T12:38:05.802282+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:38:05.839377+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:38:05.839474+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:38:10.419056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:38:43.560589+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-02-26T12:38:43.596192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:38:43.630669+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:38:43.630800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:38:43.769489+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T12:38:43.843252+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T12:38:43.909153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:39:16.078419+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-26T12:39:16.126412+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:39:16.152926+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:39:16.153026+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:39:20.991459+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:39:21.068686+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:40:21.502475+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-26T12:40:21.558600+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:40:21.606016+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:40:21.606147+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:40:26.705540+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:40:26.805020+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:41:21.815112+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-26T12:41:21.885718+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:41:21.934421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:41:21.934514+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:41:26.539505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:41:26.609594+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:43:23.142666+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T12:43:23.215451+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:43:23.251134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:43:23.251275+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:43:28.200691+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:43:28.261113+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:44:23.201115+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-26T12:44:23.261454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:44:23.296300+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:44:23.296376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:44:27.807458+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:44:27.918860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:45:28.706235+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-26T12:45:28.789171+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:45:28.829619+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:45:28.829716+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:45:33.142295+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:45:33.205614+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:46:30.366907+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-26T12:46:30.462532+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:46:30.518661+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:46:30.518801+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:46:35.124134+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:46:35.583750+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:46:39.797029+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-02-26T12:46:39.807093+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:46:39.819633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:46:39.819713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:46:39.937107+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T12:46:39.958271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:46:52.937085+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-02-26T12:46:53.568078+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:46:53.928554+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:46:53.928628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:46:54.333181+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T12:46:54.602636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:49:37.560756+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T12:49:37.614020+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:49:37.645772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:49:37.645883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:49:42.487975+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:49:42.572087+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:50:42.718131+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-26T12:50:42.762449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:50:42.790644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:50:42.790740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:50:47.911856+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:50:47.982970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:52:46.434501+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-26T12:52:46.485996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:52:46.516938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:52:46.517058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:52:51.580524+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:52:51.631717+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:54:56.508509+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-26T12:54:56.551229+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:54:56.585111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:54:56.585207+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:55:01.220762+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:55:01.294970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:55:30.061701+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-02-26T12:55:30.129025+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:55:30.162651+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:55:30.162750+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:55:30.211472+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T12:55:30.261778+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:55:59.630403+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-26T12:55:59.677911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:55:59.733450+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:55:59.733620+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:56:04.916956+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:56:04.982904+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:58:00.728980+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T12:58:00.770786+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:58:00.801588+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:58:00.801683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:58:05.437412+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T12:58:05.499457+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T12:59:03.526548+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-26T12:59:03.560221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T12:59:03.586704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:59:03.586766+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T12:59:03.697383+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-26T12:59:03.731175+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:02:09.499983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-02-26T13:02:09.561589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:02:09.589595+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:02:09.589652+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:02:14.062169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:03:10.256428+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-02-26T13:03:10.298202+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:03:10.363763+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:03:10.363883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:03:14.798370+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:04:04.829396+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-02-26T13:04:04.886988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:04:04.930762+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:04:04.930834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:04:09.491446+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:05:38.894415+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-02-26T13:05:38.982825+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:05:39.016094+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:05:39.016153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:05:43.592261+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:06:25.252427+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-02-26T13:06:25.302380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:06:25.333668+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:06:25.333787+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:06:25.457702+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:06:25.512095+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:06:25.547391+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:07:05.449614+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-02-26T13:07:05.487635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:07:05.513252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:07:05.513346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:07:05.596173+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:07:05.626608+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:07:05.660434+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:08:07.004091+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-02-26T13:08:07.036910+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:08:07.064858+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:08:07.064915+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:08:07.152514+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:08:07.182976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:08:07.217604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:10:13.641613+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-02-26T13:10:13.693423+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:10:13.719971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:10:13.720113+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:10:13.957543+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:10:14.019928+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:10:14.069547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:12:21.205634+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-26T13:12:21.267423+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:12:21.296892+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:12:21.297004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:12:26.115453+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:12:26.197897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:13:26.038255+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-26T13:13:26.084532+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:13:26.136711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:13:26.136800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:13:30.632451+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:13:30.709315+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:14:31.112334+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-26T13:14:31.152851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:14:31.180859+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:14:31.180919+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:14:35.522245+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:14:35.586204+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:15:35.190900+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T13:15:35.239068+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:15:35.272803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:15:35.272916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:15:39.922718+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:15:40.076564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:16:38.619437+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-26T13:16:38.652085+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:16:38.685092+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:16:38.685206+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:16:43.137859+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:16:43.215499+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:17:41.556035+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-26T13:17:41.615607+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:17:41.641904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:17:41.641995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:17:46.407388+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:17:46.469903+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:18:47.331369+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-26T13:18:47.368523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:18:47.425552+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:18:47.425647+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:18:52.035307+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:18:52.089251+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:19:50.818363+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-26T13:19:50.852876+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:19:50.880156+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:19:50.880258+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:19:55.542576+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:19:55.618663+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:20:56.264178+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T13:20:56.297881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:20:56.329592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:20:56.329712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:21:00.969151+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:21:01.026392+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:21:58.892834+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-26T13:21:58.930969+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:21:58.957582+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:21:58.957671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:22:03.698072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:22:03.762238+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:22:59.971505+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-26T13:23:00.005805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:23:00.048097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:23:00.048221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:23:04.600110+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:23:04.662898+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:25:08.647738+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T13:25:08.681147+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:25:08.708792+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:25:08.708885+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:25:13.667854+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:25:13.731315+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:26:09.366144+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-26T13:26:09.394333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:26:09.430173+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:26:09.430245+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:26:09.528519+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-26T13:26:09.561668+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:27:13.734769+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-02-26T13:27:13.784408+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:27:13.820103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:27:13.820235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:27:18.570887+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:28:14.580744+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-02-26T13:28:14.617584+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:28:14.647987+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:28:14.648125+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:28:14.895585+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:28:14.964331+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:28:15.008213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:29:10.287646+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-02-26T13:29:10.360701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:29:10.421426+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:29:10.421552+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:29:15.844757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:30:18.011933+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-02-26T13:30:18.044461+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:30:18.085065+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:30:18.085151+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:30:18.346078+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:30:18.434651+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:30:18.475527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:32:13.675113+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-02-26T13:32:13.708792+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:32:13.736640+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:32:13.736698+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:32:18.100118+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:33:16.459239+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-02-26T13:33:16.501392+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:33:16.531283+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:33:16.531416+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:33:21.112798+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:34:12.976444+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-02-26T13:34:13.020118+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:34:13.047328+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:34:13.047441+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:34:18.130773+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:35:03.482882+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-02-26T13:35:03.516439+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:35:03.549058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:35:03.549177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:35:08.391731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:35:47.520853+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-02-26T13:35:47.571962+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:35:47.611978+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:35:47.612072+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:35:47.762214+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:35:47.813769+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:35:47.881795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:39:36.312321+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-26T13:39:36.372465+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:39:36.407279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:39:36.407374+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:39:41.514605+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:39:41.593811+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:40:37.016996+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T13:40:37.092711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:40:37.301296+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:40:37.301392+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:40:41.877168+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:40:41.937611+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:41:41.364527+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-26T13:41:41.442397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:41:41.480017+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:41:41.480110+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:41:46.212318+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:41:46.253071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:42:45.722513+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-26T13:42:45.772585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:42:45.806264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:42:45.806384+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:42:50.856193+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:42:50.919236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:43:45.706606+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-26T13:43:45.739446+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:43:45.774614+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:43:45.774719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:43:50.279045+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:43:50.367982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:44:48.207965+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T13:44:48.263661+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:44:48.297913+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:44:48.298044+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:44:52.711833+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:44:52.779444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:45:49.785660+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-26T13:45:49.821174+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:45:49.850938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:45:49.850997+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:45:54.183372+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:45:54.229842+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:47:50.846144+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-26T13:47:50.887716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:47:50.923157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:47:50.923236+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:47:55.380817+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:47:55.424892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:48:57.168290+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T13:48:57.221516+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:48:57.264464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:48:57.264609+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:49:01.769460+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T13:49:01.844168+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:50:01.858529+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-02-26T13:50:01.892308+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:50:01.920102+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:50:01.920197+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:50:02.012487+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-02-26T13:50:02.050648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:51:07.047091+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-02-26T13:51:07.094749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:51:07.120409+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:51:07.120502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:51:11.745965+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:52:14.619981+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-02-26T13:52:14.665428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:52:14.696240+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:52:14.696366+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:52:14.842222+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:52:14.912340+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:52:14.967645+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:53:07.872114+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-02-26T13:53:07.952836+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:53:08.029512+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:53:08.029609+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:53:08.180089+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:53:08.252054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:53:08.293042+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:54:10.893277+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-02-26T13:54:10.923473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:54:10.950688+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:54:10.950783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:54:11.096220+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:54:11.160389+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:54:11.211635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:55:14.336953+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-02-26T13:55:14.397004+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:55:14.435876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:55:14.435949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:55:18.913076+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:56:15.728347+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-02-26T13:56:15.788429+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:56:15.854177+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:56:15.854271+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:56:15.953688+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:56:15.987311+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:56:16.021998+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:57:14.072059+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-02-26T13:57:14.110236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:57:14.137533+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:57:14.137608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:57:14.225792+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T13:57:14.255731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T13:57:14.288538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:59:19.647923+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-26T13:59:19.715174+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T13:59:19.770616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:59:19.770737+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T13:59:24.781492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T13:59:24.909936+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-26T14:00:26.294287+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-02-26T14:00:26.337487+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:00:26.368324+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:00:26.368381+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:00:26.483085+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:00:26.524920+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:00:26.571806+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:01:25.860767+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-02-26T14:01:25.899226+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:01:25.924114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:01:25.924209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:01:26.017825+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:01:26.064353+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:01:26.097712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:02:28.263595+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-26T14:02:28.297080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:02:28.337965+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:02:28.338056+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:02:32.831899+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:02:32.903454+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:03:30.931424+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T14:03:30.963277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:03:31.018401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:03:31.018490+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:03:35.583267+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:03:35.647169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:05:36.654789+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-26T14:05:36.685756+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:05:36.712040+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:05:36.712136+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:05:41.369475+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:05:41.431292+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:07:43.925080+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-26T14:07:43.969443+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:07:44.001497+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:07:44.001623+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:07:48.801557+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:07:48.899299+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:08:48.772466+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T14:08:48.802930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:08:48.829350+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:08:48.829461+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:08:53.250755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:08:53.296126+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:09:54.625894+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-26T14:09:54.658497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:09:54.684377+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:09:54.684471+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:09:59.524191+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:09:59.572088+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:11:00.417565+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T14:11:00.446908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:11:00.475819+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:11:00.475981+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:11:05.332221+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:11:05.376777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:13:09.664076+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-02-26T14:13:09.708569+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:13:09.742280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:13:09.742407+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:13:09.999646+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:13:10.070933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:13:10.118103+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:14:12.561609+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-02-26T14:14:12.609104+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:14:12.739895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:14:12.740020+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:14:12.828353+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:14:12.871238+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:14:12.904545+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:15:16.438635+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-02-26T14:15:16.472628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:15:16.508256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:15:16.508315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:15:16.672448+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:15:16.774723+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:15:16.820687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:16:22.115187+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-02-26T14:16:22.147559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:16:22.175592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:16:22.175649+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:16:22.265496+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:16:22.302257+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:16:22.334820+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:17:24.034254+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-02-26T14:17:24.082168+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:17:24.124373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:17:24.124496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:17:28.638462+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:19:23.829831+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-02-26T14:19:23.866617+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:19:23.900534+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:19:23.900659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:19:28.849279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:20:19.463917+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-02-26T14:20:19.499225+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:20:19.528765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:20:19.528868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:20:19.647545+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:20:19.694283+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:20:19.738180+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:25:16.923360+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-02-26T14:25:16.961432+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:25:16.997163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:25:16.997258+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:25:17.138752+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:25:17.179736+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:25:17.216119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:27:16.223559+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-02-26T14:27:16.269327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:27:16.310338+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:27:16.310435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:27:20.958003+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:28:19.446535+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-02-26T14:28:19.484624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:28:19.511866+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:28:19.511961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:28:24.105659+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:31:02.771716+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T14:31:02.809063+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:31:02.836919+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:31:02.837013+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:31:07.609408+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:31:07.673588+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:31:52.781734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-26T14:31:52.815212+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:31:52.845876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:31:52.845974+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:31:57.651904+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:31:57.718960+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:36:06.046905+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T14:36:06.127892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:36:06.193543+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:36:06.193678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:36:11.056692+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:36:11.135533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:37:08.387480+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-26T14:37:08.431241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:37:08.494467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:37:08.494588+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:37:13.355674+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:37:13.411603+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:38:09.340121+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T14:38:09.396300+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:38:09.446567+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:38:09.446661+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:38:14.108962+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:38:14.211235+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:39:09.193749+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-02-26T14:39:09.233236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:39:09.261691+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:39:09.261786+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:39:09.391235+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:39:09.458994+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:39:09.500733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:40:10.374410+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-02-26T14:40:10.451953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:40:10.479441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:40:10.479537+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:40:10.624939+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:40:10.664648+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:40:10.723565+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:41:14.235815+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-02-26T14:41:14.316543+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:41:14.366130+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:41:14.366288+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:41:14.502808+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:41:14.548463+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:41:14.616744+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:42:19.076477+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-02-26T14:42:19.117043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:42:19.148038+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:42:19.148153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:42:19.271163+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:42:19.311180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:42:19.361203+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:44:21.681473+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-02-26T14:44:21.732141+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:44:21.763642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:44:21.763727+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:44:26.837056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:45:23.837866+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-02-26T14:45:23.878351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:45:23.916646+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:45:23.916774+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:45:24.033471+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:45:24.081402+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:45:24.118093+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:46:21.689697+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-02-26T14:46:21.724048+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:46:21.752757+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:46:21.752850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:46:26.635703+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:48:20.379880+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-02-26T14:48:20.417486+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:48:20.452863+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:48:20.452980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:48:24.860577+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:49:15.859498+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-02-26T14:49:15.897837+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:49:15.938527+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:49:15.938618+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:49:21.348924+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:50:08.161700+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-02-26T14:50:08.201053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:50:08.229750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:50:08.229821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:50:08.378922+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:50:08.427922+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:50:08.467663+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:50:54.663115+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-02-26T14:50:54.693986+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:50:54.720918+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:50:54.720988+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:50:54.808575+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T14:50:54.839709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T14:50:54.874732+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:54:06.434631+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T14:54:06.468448+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:54:06.502547+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:54:06.502669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:54:11.186339+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:54:11.251428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:56:16.530557+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T14:56:16.572699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:56:16.604482+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:56:16.604605+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:56:21.003440+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:56:21.068131+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T14:58:19.891020+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T14:58:19.928825+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T14:58:19.964224+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:58:19.964352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T14:58:25.166084+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T14:58:25.396109+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:00:26.095093+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-02-26T15:00:26.145586+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:00:26.190231+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:00:26.190405+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:00:26.370962+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:00:26.443072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:00:26.497040+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:01:27.499203+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-02-26T15:01:27.534528+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:01:27.568311+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:01:27.568428+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:01:27.665412+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:01:27.702763+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:01:27.746950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:02:32.968099+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-02-26T15:02:33.015414+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:02:33.075234+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:02:33.075352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:02:33.225993+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:02:33.269345+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:02:33.316678+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:03:34.732652+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-02-26T15:03:34.827238+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:03:34.872847+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:03:34.872955+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:03:34.989448+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:03:35.034982+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:03:35.094541+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:04:38.552923+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-02-26T15:04:38.612588+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:04:38.656670+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:04:38.656768+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:04:38.810964+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:04:38.857802+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:04:38.908685+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:05:44.741687+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-02-26T15:05:44.818089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:05:44.894586+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:05:44.894751+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:05:45.351783+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:05:45.390623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:05:45.443141+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:06:46.373004+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-02-26T15:06:46.408542+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:06:46.434647+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:06:46.434731+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:06:46.522359+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:06:46.555968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:06:46.589665+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:07:48.135686+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-02-26T15:07:48.174426+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:07:48.208580+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:07:48.208706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:07:53.455278+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:08:51.539868+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-02-26T15:08:51.575844+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:08:51.619696+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:08:51.619823+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:08:56.172906+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:10:38.004188+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-26T15:10:38.037967+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:10:38.068195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:10:38.068285+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:10:42.498535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:10:42.621392+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-26T15:11:29.903156+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-02-26T15:11:29.965721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:11:30.018238+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:11:30.018336+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:11:34.754931+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:12:33.862711+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-02-26T15:12:33.901750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:12:33.929903+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:12:33.930001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:12:38.745145+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:13:29.904599+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-02-26T15:13:29.939801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:13:29.972266+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:13:29.972392+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:13:35.203884+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:14:21.234071+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-02-26T15:14:21.290044+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:14:21.347214+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:14:21.347338+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:14:21.487654+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:14:21.541629+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:14:21.608113+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:15:08.501987+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-02-26T15:15:08.594327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:15:08.657548+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:15:08.657672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:15:08.825252+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:15:08.882662+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:15:08.946144+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:16:10.629143+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-02-26T15:16:10.675904+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:16:10.717820+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:16:10.717946+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:16:10.840457+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:16:10.882417+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:16:10.934493+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:17:14.698093+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-02-26T15:17:14.737033+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:17:14.773058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:17:14.773186+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:17:14.890425+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:17:14.982315+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:17:15.081455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:18:18.195308+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T15:18:18.231182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:18:18.258228+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:18:18.258331+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:18:22.957668+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:18:23.037475+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:19:21.513202+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-26T15:19:21.565717+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:19:21.605031+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:19:21.605160+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:19:27.287625+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:19:27.366724+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:20:58.096234+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T15:20:58.149722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:20:58.197993+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:20:58.198133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:21:03.246477+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:21:03.301478+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:22:31.960502+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-02-26T15:22:32.001558+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:22:32.035990+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:22:32.036112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:22:32.126715+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:22:32.164824+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:22:32.202788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:24:36.838228+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-02-26T15:24:36.868078+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:24:36.893946+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:24:36.894029+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:24:36.975507+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:24:37.004437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:24:37.038064+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:25:38.433366+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-02-26T15:25:38.514573+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:25:38.557112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:25:38.557244+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:25:43.262759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:27:35.794490+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-02-26T15:27:35.846401+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:27:35.883327+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:27:35.883457+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:27:36.023784+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:27:36.071135+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:27:36.129700+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:28:30.454687+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-26T15:28:30.490376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:28:30.522113+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:28:30.522204+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:28:35.187886+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:28:35.337342+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-26T15:29:31.520462+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-02-26T15:29:31.553879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:29:31.578296+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:29:31.578389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:29:36.123390+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:30:36.769277+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-02-26T15:30:36.814983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:30:36.840819+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:30:36.840915+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:30:41.500254+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:31:32.171865+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-02-26T15:31:32.231981+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:31:32.264624+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:31:32.264746+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:31:36.798575+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:32:21.988782+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-02-26T15:32:22.051509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:32:22.087686+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:32:22.087797+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:32:26.506488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:33:08.124678+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-02-26T15:33:08.159609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:33:08.190969+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:33:08.191058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:33:08.273246+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:33:08.309724+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:33:08.342218+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:33:49.504896+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-02-26T15:33:49.537000+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:33:49.573783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:33:49.573877+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:33:54.246757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:34:54.890653+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-02-26T15:34:54.953360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:34:55.008617+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:34:55.008715+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:35:01.387309+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:35:50.871951+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T15:35:50.901008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:35:50.950924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:35:50.951066+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:35:56.373912+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:35:56.439069+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:37:45.840384+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T15:37:45.888120+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:37:45.925238+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:37:45.925364+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:37:52.153461+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:37:52.230120+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:38:49.651907+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-02-26T15:38:49.703493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:38:49.753652+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:38:49.753834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:38:50.784604+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:38:50.888787+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:38:50.938751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:39:51.663895+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-02-26T15:39:51.694601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:39:51.727050+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:39:51.727141+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:39:51.811160+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:39:51.839956+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:39:51.872106+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:40:53.965663+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-02-26T15:40:54.026414+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:40:54.065699+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:40:54.065792+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:40:54.239204+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:40:54.277197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:40:54.324127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:41:57.879581+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-26T15:41:57.909459+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:41:57.934918+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:41:57.934980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:42:03.029008+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:42:03.120008+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-26T15:43:02.716166+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-02-26T15:43:02.747071+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:43:02.773639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:43:02.773737+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:43:02.884099+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:43:02.929831+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:43:02.973517+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:44:08.233946+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-02-26T15:44:08.265732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:44:08.298609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:44:08.298670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:44:12.827533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:45:09.059151+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-02-26T15:45:09.123155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:45:09.169185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:45:09.169327+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:45:09.373469+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:45:09.450009+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:45:09.543900+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:47:05.064230+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-02-26T15:47:05.134021+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:47:05.199617+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:47:05.199709+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:47:10.486172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:48:05.380323+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-02-26T15:48:05.449410+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:48:05.509973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:48:05.510067+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:48:05.770244+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:48:05.820400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:48:05.889147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:48:59.772235+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-02-26T15:48:59.823949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:48:59.867276+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:48:59.867376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:49:00.065817+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:49:00.155791+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:49:00.234657+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:50:01.096193+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-02-26T15:50:01.184342+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:50:01.259251+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:50:01.259374+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:50:01.454210+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:50:01.522837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:50:01.586883+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:51:01.655489+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-02-26T15:51:01.729458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:51:01.777730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:51:01.777854+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:51:07.211557+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:52:06.097696+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-02-26T15:52:06.162929+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:52:06.228430+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:52:06.228559+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:52:06.347323+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:52:06.398658+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:52:06.450253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:54:07.479438+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-02-26T15:54:07.562750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:54:07.607301+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:54:07.607406+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:54:13.597048+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:55:12.765502+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-26T15:55:12.796446+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:55:12.838570+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:55:12.838664+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:55:17.802180+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:55:17.999512+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:56:10.908373+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T15:56:10.975023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:56:11.015895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:56:11.015989+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:56:15.649713+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T15:56:15.724272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:57:11.620452+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-26T15:57:11.907793+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:57:11.947841+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:57:11.947958+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:57:17.216618+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:57:17.382689+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-26T15:58:16.638786+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-02-26T15:58:16.687205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:58:16.721467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:58:16.721597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:58:16.882493+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:58:16.931082+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:58:16.979422+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T15:59:17.824811+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-02-26T15:59:17.873744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T15:59:17.911857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:59:17.911981+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T15:59:18.040317+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T15:59:18.090280+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T15:59:18.165777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:02:27.456506+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-02-26T16:02:27.566387+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:02:27.645188+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:02:27.645306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:02:27.859377+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T16:02:27.935807+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T16:02:28.024996+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:03:32.126749+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-02-26T16:03:32.247698+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:03:32.404451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:03:32.404580+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:03:32.687135+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T16:03:32.783786+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T16:03:32.856102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:04:32.757136+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-02-26T16:04:32.797726+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:04:32.866146+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:04:32.866214+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:04:33.015769+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T16:04:33.099895+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T16:04:33.187387+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:05:36.098341+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-02-26T16:05:36.149418+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:05:36.186254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:05:36.186384+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:05:36.367007+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T16:05:36.413029+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T16:05:36.492745+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:28:13.721489+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-26T16:28:14.167412+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:28:14.477724+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:28:14.477819+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:28:14.831070+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T16:28:15.096772+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:31:53.235896+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-02-26T16:31:53.269170+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:31:53.299686+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:31:53.299805+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:31:53.308780+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:31:53.443785+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-02-26T16:31:53.462886+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-02-26T16:42:32.275923+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-02-26T16:42:32.340030+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T16:42:32.383424+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:42:32.383526+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T16:42:32.621648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T16:53:04.154717+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T16:55:08.312027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T16:57:14.317268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T16:58:15.540758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T16:59:19.123521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:06:31.059491+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-02-26T17:06:31.306333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T17:06:31.382324+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:06:31.382419+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:06:32.034885+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T17:08:29.422820+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-26T17:08:29.483975+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T17:08:29.527586+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:08:29.527683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:08:29.592081+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T17:08:29.650864+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T17:13:29.522728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:19:48.676030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:25:48.706627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:33:59.840492+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-02-26T17:34:00.127344+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T17:34:00.209447+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:34:00.209540+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:34:00.939409+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T17:34:01.098204+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T17:34:01.254885+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T17:34:04.148757+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-02-26T17:34:04.172281+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T17:34:04.185402+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:34:04.185495+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:34:04.196769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:34:04.219484+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-26T17:34:04.235865+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-26T17:34:04.254688+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T17:37:56.190405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:50:34.851870+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-02-26T17:50:34.906978+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T17:50:34.951142+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:50:34.951245+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:50:40.042880+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T17:52:36.146686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:53:36.198792+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-02-26T17:53:36.242226+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T17:53:36.276733+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:53:36.276859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T17:53:40.852454+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T17:53:40.917610+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T17:55:40.184776+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T17:59:24.248779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:02:28.777068+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-26T18:02:28.809983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T18:02:28.834675+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T18:02:28.834741+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T18:02:33.462097+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-26T18:02:33.549612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T18:04:36.064357+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-26T18:04:36.118828+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-26T18:04:36.145188+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T18:04:36.145278+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-26T18:04:36.198482+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-26T18:04:36.234068+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-26T18:07:12.666640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:08:08.148417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:09:00.696384+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:11:48.560363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:19:36.552924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:20:32.007608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:24:00.326271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:42:00.621756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:50:18.437752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T18:58:40.444876+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:07:16.945950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:12:08.962301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:14:47.109597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:15:52.022205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:17:28.393659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:25:28.205757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:26:09.012976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:26:32.481754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:32:16.391904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:40:28.529903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:44:00.328401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:44:37.278347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:45:36.876229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:48:53.033621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T19:50:56.824056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:06:52.630628+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:07:33.077746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:13:32.730630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:22:25.341313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:29:01.234044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:29:56.244884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:54:56.656215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:55:24.575999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:58:56.803309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T20:59:32.511218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T21:05:48.363559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T21:09:16.507234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T21:12:52.981252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T05:54:26.283842+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-02-27T05:54:29.969483+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-02-27T05:54:26.283857+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-02-27T05:54:28.026248+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:54:28.026272+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:54:28.026272+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:54:28.316298+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:28.316388+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:28.316735+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:28.316735+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:28.316836+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:28.316836+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:31.293284+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:54:31.293284+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:54:31.293284+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:54:31.812799+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:54:31.812791+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:54:31.812791+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:54:32.593433+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:54:32.593456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:54:32.593456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] 4:32.987264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:54:45.961879+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-02-27T05:54:45.995140+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:54:46.021892+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:46.021978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:46.162765+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:54:46.180018+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:54:46.198074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:54:41.420175+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-02-27T05:54:41.432801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:54:41.453698+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:41.453894+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:41.495858+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:54:41.523158+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:54:41.544253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:54:53.711969+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-27T05:54:53.751095+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:54:53.794353+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:53.794446+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:54:53.994690+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-27T05:54:49.367056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:01.237174+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-02-27T05:55:01.248118+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:01.260812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:01.260908+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:01.449635+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:01.479400+01:00] request.CRITICAL: Uncaught PH[2025-02-27T05:55:05.713195+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-02-27T05:55:05.776437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:05.811483+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:05.811539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:05.961583+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:05.995539+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:06.068527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:08.812640+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-02-27T05:55:08.822097+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:08.833707+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:08.833767+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:08.863676+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:08.879565+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:08.897555+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:14.319660+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-02-27T05:55:14.329879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:14.342371+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:14.342437+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:14.379006+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:14.402582+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:14.420585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:27.187162+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-02-27T05:55:27.315245+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:27.365793+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:27.365899+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:27.551245+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:27.594034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:27.671304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [] [2025-02-27T05:55:20.775291+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-02-27T05:55:20.785141+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:20.797267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:20.797321+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:20.827748+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:20.843262+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:20.860500+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:37.215460+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-02-27T05:55:37.225608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:37.238034+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:37.238118+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:37.292437+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:37.326097+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:37.343897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] 025-02-27T05:55:34.286230+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-02-27T05:55:34.320311+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:34.352915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:34.352993+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:34.584823+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:34.666863+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:34.775633+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:45.758371+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-02-27T05:55:45.858951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:55:45.893874+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:45.893961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:46.628090+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:46.948649+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:47.242051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:55:54.531557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] "App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:55:49.032612+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:55:49.047742+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:55:49.064654+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:04.790132+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-02-27T05:56:04.951852+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:04.968155+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:04.968231+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:05.282467+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:05.303350+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:05.340399+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2025-02-27T05:56:09.550050+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-02-27T05:56:09.562832+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:09.602609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:09.602668+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:09.640855+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:09.675827+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:09.729621+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:18.169668+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-02-27T05:56:18.186168+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:18.210579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:18.210695+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:18.280055+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:18.394826+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:18.436097+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2025-02-27T05:56:21.148204+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-02-27T05:56:21.173897+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:21.199206+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:21.199305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:21.559997+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:21.583804+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:21.653877+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:25.911965+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-02-27T05:56:25.925495+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:25.963976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:25.964068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:26.013956+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:26.069482+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:26.136319+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:29.015069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T05:56:32.973204+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-02-27T05:56:32.983993+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:32.996978+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:32.997081+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:33.029945+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:33.049861+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:33.069299+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:37.376151+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-02-27T05:56:37.412465+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:37.426700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:37.426780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:37.586774+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:37.611829+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:37.660926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:41.973444+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-02-27T05:56:41.985507+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:42.021545+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:42.021635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:42.057998+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:42.081303+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:42.177036+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:56:45.129659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T05:56:52.987087+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-02-27T05:56:53.008659+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:53.025292+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:53.025381+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:53.202488+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:53.229442+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:53.262016+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] oken. [] [] [2025-02-27T05:56:57.433583+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-02-27T05:56:57.445214+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:56:57.467057+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:57.467130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:56:57.503818+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:56:57.528287+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:56:57.571866+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:01.132495+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-02-27T05:57:01.182016+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:01.195870+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:01.195968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:01.229105+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:01.259027+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:01.276938+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:08.939358+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-02-27T05:57:08.971309+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:08.997776+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:08.997862+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:09.200472+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:09.232024+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:09.256937+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:23.141180+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-02-27T05:57:23.201365+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:23.260412+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:23.260467+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:23.310505+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:23.353857+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:23.404078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:16.944135+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-02-27T05:57:16.954333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:16.966592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:16.966689+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:16.997322+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:17.053099+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:17.070367+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:31.218945+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-02-27T05:57:31.359234+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:31.443007+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:31.443101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:31.556081+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\Doctrin[2025-02-27T05:57:33.732960+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-27T05:57:33.[2025-02-27T05:57:37.426744+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-02-27T05:57:37.436997+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:37.449602+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:37.449663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:38.286364+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:39.992270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] layVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-27T05:57:33.788105+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:50.201943+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-02-27T05:57:50.302775+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:50.390510+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:50.390573+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:50.450685+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:50.487023+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:50.569858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] NFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-02-27T05:57:45.337676+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:45.349577+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:45.349671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:45.380752+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:45.397087+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:45.414261+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:01.558671+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-02-27T05:58:01.568791+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:01.581406+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:01.581465+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:01.775417+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.them t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:53.174310+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:53.191869+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:57:57.203463+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-02-27T05:57:57.213424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:57:57.225595+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:57.225670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:57:57.256485+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:57:57.271998+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:57:57.289141+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:09.793371+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-02-27T05:58:09.854343+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:09.900295+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:09.900423+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:10.082546+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:10.158031+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:10.230608+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:13.538735+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-02-27T05:58:13.552569+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:13.568633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:13.568723+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:13.604141+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:13.620661+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:13.637836+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:17.512934+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-02-27T05:58:17.523080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:17.535549+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:17.535633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:17.570172+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:17.587734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:17.604928+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:21.123613+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-02-27T05:58:21.135962+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:21.151013+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:21.151124+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:21.194369+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:21.215545+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:21.234885+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:29.527179+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-02-27T05:58:29.582998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:29.624910+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:29.625001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:29.739628+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:29.818870+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:29.854359+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:31.707229+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-02-27T05:58:31.717145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:31.729209+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:31.729264+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:31.759743+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:31.774732+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:31.791428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:33.608036+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-02-27T05:58:33.619845+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:33.632263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:33.632348+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:33.663746+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:33.679545+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:33.697015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:37.882835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T05:58:41.331746+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-02-27T05:58:41.349054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:41.403719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:41.403821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:41.540235+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:41.569748+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:41.614764+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:45.295095+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-02-27T05:58:45.305324+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:45.317567+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:45.317659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:45.348612+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:45.363685+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:45.381399+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:49.313760+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-02-27T05:58:49.323658+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:49.335789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:49.335848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:49.366922+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:49.382468+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:49.399435+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:53.801008+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-02-27T05:58:53.870092+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:53.928752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:53.928845+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:54.164962+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:54.235025+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:54.379699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:58:57.159176+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-02-27T05:58:57.169240+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:58:57.181618+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:57.181675+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:58:57.213045+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:58:57.229714+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:58:57.247181+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:01.063759+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-02-27T05:59:01.073646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:01.085717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:01.085772+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:01.115986+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:01.132296+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:01.149086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:05.215078+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-02-27T05:59:05.225079+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:05.237318+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:05.237408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:05.267714+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:05.283129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:05.300333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:15.032494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/thenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:09.973856+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:10.024931+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:10.064822+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:25.439925+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-02-27T05:59:25.459514+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:25.474727+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:25.474833+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:25.585993+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:25.634012+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:25.688687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] ] [2025-02-27T05:59:21.098417+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-02-27T05:59:21.108828+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:21.124762+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:21.124857+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:21.161797+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:21.202388+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:21.221304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:30.887942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T05:59:33.208336+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-02-27T05:59:33.218479+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:33.230860+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:33.230951+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:33.265120+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:33.296055+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:33.313210+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:38.376130+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-02-27T05:59:38.409609+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:38.461532+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:38.461628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:38.581928+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:38.621487+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:38.653910+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:41.154883+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-02-27T05:59:41.165024+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:41.177421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:41.177511+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:41.208662+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:41.225497+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:41.243435+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:45.174573+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-02-27T05:59:45.184887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:45.197243+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:45.197336+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:45.230715+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:45.253595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:45.271294+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:49.640701+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-02-27T05:59:49.651228+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:49.663597+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:49.663690+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:49.695058+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:49.714109+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:49.739737+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T05:59:54.085106+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-02-27T05:59:54.133264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T05:59:54.159094+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:54.159170+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T05:59:54.256911+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T05:59:54.347059+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T05:59:54.379218+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T06:00:05.270819+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-02-27T06:00:05.284047+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T06:00:05.296393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T06:00:05.296485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T06:00:05.332522+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T06:00:05.401422+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T06:00:05.425011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T06:00:01.273640+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-02-27T06:00:01.286475+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T06:00:01.304172+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T06:00:01.304264+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T06:00:01.343683+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T06:00:01.359793+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T06:00:01.379284+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T06:00:13.866955+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-02-27T06:00:13.928246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T06:00:13.974047+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T06:00:13.974138+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T06:00:14.078909+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-27T06:00:14.141531+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:01.437319+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-02-27T07:06:01.484377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:01.527912+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:01.528076+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:01.800133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:05.250392+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-02-27T07:06:05.261757+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:05.276310+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:05.276409+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:09.151294+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-02-27T07:06:09.162148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:09.175196+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:09.175292+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:10.348899+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:13.085652+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-27T07:06:13.096499+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:13.109542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:13.109626+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:13.802099+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:17.813756+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:17.874564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-27T07:06:17.881471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:17.910959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:17.946818+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:17.946935+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:21.966320+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-27T07:06:22.431296+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:22.482831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:22.482959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:25.372273+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-02-27T07:06:25.383304+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:25.395986+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:25.396050+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:27.057370+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:27.127878+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:29.019744+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-27T07:06:29.029422+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:29.041103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:29.041182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:29.681867+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:29.727153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:33.006257+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-27T07:06:33.015749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:33.027416+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:33.027476+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:33.460434+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:33.488456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:37.466429+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-27T07:06:37.470640+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:37.496606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:37.499534+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:37.533123+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:37.533211+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:41.028405+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-02-27T07:06:41.037932+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:41.049655+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:41.049743+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:41.925639+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:41.949923+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:45.316652+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:06:45.384026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:06:45.656819+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-02-27T07:06:45.666275+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:45.677891+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:45.677948+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:49.207999+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-02-27T07:06:49.252970+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:49.288789+01:00] security.DEBUG: Checking[2025-02-27T07:06:53.161211+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-02-27T07:06:53.190776+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:53.216579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:53.216662+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:06:57.252575+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-27T07:06:57.262519+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:06:57.274534+01:00] security.DEBUG: Checking[2025-02-27T07:07:05.045856+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-27T07:07:05.055733+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:05.067858+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:05.067949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T07:07:01.863017+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:01.890004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:09.716170+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:09.985413+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] rt on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:09.383992+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:13.203449+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-02-27T07:07:13.216777+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:13.234346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:13.234467+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:14.168407+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:14.258130+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:18.536760+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:18.575976+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:18.666293+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-27T07:07:18.681924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:18.700927+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:18.701058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:20.989630+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-27T07:07:21.004510+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:21.018464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:21.018554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:23.438858+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:23.478381+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:25.386256+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-27T07:07:25.422953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:25.462011+01:00] security.DEBUG: Checking support[2025-02-27T07:07:29.817149+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-27T07:07:29.870774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:29.927951+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:29.928076+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2[2025-02-27T07:07:37.012067+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-27T07:07:37.025427+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:37.043124+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:37.043220+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:35.151591+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:41.328748+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-02-27T07:07:41.362993+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:41.391411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:41.391519+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:41.800188+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:41.827058+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:45.334621+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-02-27T07:07:45.347433+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:45.365097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:45.365225+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:46.233174+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:46.513410+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:49.313913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T07:07:50.141400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:50.170808+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:07:53.371728+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-27T07:07:53.414343+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:53.452217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:53.452347+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:57.014883+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-27T07:07:57.024523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:07:57.036592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:57.036678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:07:57.994721+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:07:58.036011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:01.530183+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-27T07:08:01.545060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:01.564751+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:01.564868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:02.089298+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:08:02.124921+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:06.945430+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:08:06.971795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:17.535145+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-02-27T07:08:17.573813+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:17.609440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:17.609535+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] tor. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:09.107712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:11.484829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:12.997286+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-02-27T07:08:13.007010+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:13.018780+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:13.018868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:13.214653+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-02-27T07:08:13.294438+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-02-27T07:08:13.335522+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:13.667651+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:22.307151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-02-27T07:08:21.471744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:21.488898+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:21.488997+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:25.395437+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-02-27T07:08:25.451133+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:25.485346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:25.485440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:26.237980+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:29.175087+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-02-27T07:08:29.184908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:29.196943+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:29.197007+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:30.421260+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:32.991852+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"http://test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-02-27T07:08:33.001814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:33.013659+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:33.013719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:33.523857+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:37.513159+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:41.365402+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-02-27T07:08:41.401122+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:41.436423+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:41.436557+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:42.402648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:08:46.565873+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:08:48.874509+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-02-27T07:08:48.884133+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:48.896006+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:48.896090+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:02.019042+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-02-27T07:09:02.053206+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:02.084306+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:02.084430+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:57.162521+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-02-27T07:08:57.191661+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:08:57.216242+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:57.216316+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:08:57.612743+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:01.853276+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:09.022935+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-02-27T07:09:09.032410+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:09.043959+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:09.044020+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:13.282086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:13.346566+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-02-27T07:09:13.377689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:13.403305+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:13.403362+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:16.944515+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-02-27T07:09:16.954132+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:16.965915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:16.965979+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:18.057679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:20.958763+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-02-27T07:09:20.968523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:20.980747+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:20.980840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:21.408646+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:25.382941+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:29.428096+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-02-27T07:09:29.476074+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:29.511097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:29.511168+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:30.216971+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:41.067421+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-02-27T07:09:41.076933+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:41.088531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:41.088587+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:37.005334+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-02-27T07:09:37.015341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:37.027178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:37.027264+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:37.727538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:41.408129+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:46.198265+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:09:53.607121+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-02-27T07:09:53.643823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:53.686250+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:53.686369+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-02-27T07:09:49.234446+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:09:49.246228+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:49.246301+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:09:50.719566+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:53.613966+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:09:56.921345+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:10:05.036357+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-02-27T07:10:05.046491+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:05.062203+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:05.062298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:13.295760+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-02-27T07:10:13.326366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:13.352704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:13.352773+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:10.732983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-27T07:10:10.742401+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:10.754016+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:10.754073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:13.850784+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:16.886321+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-27T07:10:16.895776+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:16.907464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:16.907525+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:17.783120+01:00[2025-02-27T07:10:21.171348+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"http://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-02-27T07:10:21.181399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:21.193279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:21.193335+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:25.589694+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:33.508606+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-02-27T07:10:33.558087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:33.583015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:33.583098+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:29.230908+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:29.280549+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-02-27T07:10:29.311280+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:29.336195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:29.336284+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:33.884762+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:36.902628+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:10:41.015759+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-02-27T07:10:41.025374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:41.037147+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:41.037217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:45.146435+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-02-27T07:10:45.156378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:45.168011+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:45.168068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:45.366642+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:49.378634+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-02-27T07:10:49.399286+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:49.413096+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:49.445085+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:49.445216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:52.999272+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-02-27T07:10:53.013840+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:53.031797+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:53.031924+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:53.902521+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:10:56.895350+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"http://test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-02-27T07:10:56.905160+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:10:56.917178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:56.917246+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:10:57.531297+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:01.332675+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:11:10.001516+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-02-27T07:11:10.040204+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:10.072039+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:10.072166+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-02-27T07:11:04.936308+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:04.948063+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:04.948136+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:05.726254+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:09.233376+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:17.611980+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-02-27T07:11:17.689627+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:17.733643+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:17.733806+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:14.574377+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:18.207787+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:25.941961+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-02-27T07:11:25.970957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:26.001853+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:26.001910+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:22.669268+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:25.543740+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:29.085495+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:11:37.040409+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-02-27T07:11:37.049943+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:37.061730+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:37.061819+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:41.284742+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] "request_uri":"http://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-02-27T07:11:33.357847+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:33.389909+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:33.390033+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:33.699986+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:38.321940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:44.883767+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-02-27T07:11:44.893282+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:44.905009+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:44.905078+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:49.194461+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:11:57.691602+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-02-27T07:11:57.722732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:57.753015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:57.753110+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:53.075777+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-02-27T07:11:53.085395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:11:53.097128+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:53.097186+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:11:54.122595+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:11:57.377306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:09.215773+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-02-27T07:12:09.257295+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:12:09.286309+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:09.286386+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:02.291623+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:04.973868+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-02-27T07:12:04.983349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:12:04.994904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:04.994961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:05.636265+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:09.195868+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:12.962885+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-02-27T07:12:12.972913+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:12:12.985159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:12.985228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:13.880145+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:17.133275+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-02-27T07:12:17.142950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:12:17.155053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:17.155146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:17.249548+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:21.133991+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-02-27T07:12:21.143492+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:12:21.155118+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:21.155173+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:12:21.388152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:12:25.635461+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:21.282938+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-02-27T07:17:21.325008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:21.352320+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:21.352411+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:21.449204+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:25.077172+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-02-27T07:17:25.087000+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:25.099170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:25.099226+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:29.384391+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:41.155553+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-27T07:17:41.185212+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:41.217167+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:41.217257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] roller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-27T07:17:33.084344+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:33.096984+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:33.097041+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:34.219470+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:36.952734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-27T07:17:36.962488+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:36.974572+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:36.974667+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:37.484651+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:17:37.540208+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:41.264515+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:17:41.291221+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:53.724897+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-27T07:17:53.774007+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:53.830916+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:53.831012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ] [2025-02-27T07:17:45.531540+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:17:45.575139+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:49.165751+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-27T07:17:49.180462+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:17:49.198808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:49.198930+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:17:49.800161+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:17:49.845652+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:17:53.547483+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:17:53.573904+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:01.609761+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-02-27T07:18:01.643716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:01.672214+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:01.672315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:05.520685+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-02-27T07:18:05.530107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:05.541721+01:00] security.DEBUG: Checki[2025-02-27T07:18:17.313771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-27T07:18:17.343640+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:17.369262+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:17.369359+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ng support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:09.364268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:09.936129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:09.969994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:13.349641+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-02-27T07:18:13.362628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:13.374726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:13.374822+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:14.591032+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:14.648341+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:21.934563+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:22.009056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:21.154576+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-27T07:18:21.166296+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:21.182354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:21.182480+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:33.364270+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-27T07:18:33.420137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:33.447232+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:33.447323+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ] [2025-02-27T07:18:26.965279+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:27.008667+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:29.005614+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-02-27T07:18:29.021287+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:29.039753+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:29.039880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:32.147507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:32.211578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:34.467581+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:34.504125+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:37.060738+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-27T07:18:37.071258+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:37.086189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:37.086295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:41.249562+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-27T07:18:41.278755+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:41.303356+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:41.303413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:41.420846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:41.445860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:44.972416+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-27T07:18:44.982079+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:44.993863+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:44.993955+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:45.666700+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:45.692093+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:49.086633+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-02-27T07:18:49.096107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:49.107732+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:49.107789+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:49.305417+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:49.344976+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:18:53.419986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:53.446606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:06.035192+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-27T07:19:06.067756+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:06.095533+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:06.095630+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ] [2025-02-27T07:18:57.293974+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-02-27T07:18:57.308485+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:18:57.326600+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:57.326713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:18:58.291197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:18:58.339117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:01.099164+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-27T07:19:01.108696+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:01.120484+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:01.120565+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:01.862669+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:19:01.886982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:05.359436+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:19:05.385191+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:13.187098+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-02-27T07:19:13.218449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:13.244329+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:13.244387+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] icator"} [] [2025-02-27T07:19:10.507829+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:19:10.551020+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:13.545965+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:19:13.573683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:16.928095+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-02-27T07:19:16.940344+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:16.956394+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:16.956507+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:17.583243+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:21.134064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-02-27T07:19:21.143561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:21.155276+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:21.155345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:21.438301+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:25.039168+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-02-27T07:19:25.048779+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:25.060566+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:25.060651+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:25.498407+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:29.102140+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:19:33.406844+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-02-27T07:19:33.451169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:33.486044+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:33.486098+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:45.805539+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-02-27T07:19:45.863182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:45.890309+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:45.890402+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:57.459051+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-02-27T07:19:57.504574+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:57.555860+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:57.555953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:50.335365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:53.184571+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-02-27T07:19:53.194006+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:19:53.205594+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:53.205652+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:19:53.506721+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:19:57.462583+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:05.194332+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-02-27T07:20:05.239724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:05.266694+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:05.266771+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:09.059537+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-02-27T07:20:09.074221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:09.088336+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:09.088451+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:09.879321+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:12.921070+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-02-27T07:20:12.933758+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:12.949050+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:12.949159+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:13.750185+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:16.963771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-02-27T07:20:16.974218+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:16.986729+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:16.986821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:17.732136+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:21.649595+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:23.131950+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-02-27T07:20:23.165647+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:23.195466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:23.195582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:27.761204+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:33.064409+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-02-27T07:20:33.073854+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:33.085448+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:33.085506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:37.250602+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-02-27T07:20:37.260216+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:37.272046+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:37.272133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:41.653891+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-02-27T07:20:41.682355+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:41.715825+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:41.715883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:41.783451+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:45.191263+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-02-27T07:20:45.200740+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:45.212430+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:45.212497+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:45.999883+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:49.309069+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-02-27T07:20:49.318563+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:49.330204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:49.330260+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:49.435706+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:53.306312+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-02-27T07:20:53.318042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:53.331020+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:53.331097+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:53.608382+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:20:57.436515+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-02-27T07:20:57.466299+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:20:57.494488+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:57.494582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:20:57.865901+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:21:01.145330+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:21:04.997068+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-27T07:21:05.006519+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:05.018272+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:05.018330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:17.296584+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-02-27T07:21:17.421512+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:17.467740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:17.467837+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:21.005358+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-27T07:21:21.015235+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:21.027397+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:21.027483+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:25.446240+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:21:29.162390+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] eption has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-27T07:21:33.643950+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-02-27T07:21:33.676996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:33.709349+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:33.709491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:33.765418+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:21:38.144956+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-02-27T07:21:36.926394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:36.938864+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:36.938940+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:49.753818+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-02-27T07:21:49.784565+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:49.840864+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:49.840962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:41.212429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:21:45.275260+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:21:45.622119+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-02-27T07:21:45.660800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:45.710801+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:45.710857+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:50.115934+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:21:57.056318+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-02-27T07:21:57.066098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:21:57.079758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:21:57.079850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:01.443761+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:22:05.285085+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-02-27T07:22:05.329043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:05.370752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:05.370835+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:05.816039+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:18.085691+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-02-27T07:22:18.114554+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:18.178558+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:18.178653+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:09.855150+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:13.054722+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-02-27T07:22:13.064193+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:13.075720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:13.075776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:13.527213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:17.319658+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:20.909947+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-02-27T07:22:20.919332+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:20.930966+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:20.931022+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:22.509064+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:25.012195+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-02-27T07:22:25.022116+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:25.034277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:25.034337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:25.224423+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:29.234916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:33.340731+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-02-27T07:22:33.369026+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:33.392932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:33.392995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:33.791849+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:41.349988+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-02-27T07:22:41.380617+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:41.406533+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:41.406625+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:37.721858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:41.613298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:44.967938+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-02-27T07:22:44.977990+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:44.990257+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:44.990347+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:45.812537+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:49.187836+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-02-27T07:22:49.199324+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:49.213902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:49.214019+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:49.275660+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:53.487665+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:22:53.984057+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-02-27T07:22:53.994187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:22:54.006692+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:54.006786+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:22:57.314443+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:23:01.269069+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-02-27T07:23:01.308956+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:23:01.334934+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:01.335023+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:05.479292+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:23:13.364861+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-02-27T07:23:13.374397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:23:13.386238+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:13.386327+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-02-27T07:23:09.216546+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:23:09.228464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:09.228569+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:09.816743+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:23:13.540213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:23:17.708650+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-02-27T07:23:17.573098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:23:17.598863+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:17.598921+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:21.488074+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-02-27T07:23:21.518513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:23:21.545282+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:21.545346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:24.974204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-02-27T07:23:24.983775+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:23:24.995627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:24.995713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:23:25.827026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:23:29.218409+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:05.404432+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-02-27T07:24:05.452142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:05.478015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:05.478107+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:05.578199+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:09.184109+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-02-27T07:24:09.193719+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:09.205748+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:09.205803+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:13.377507+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-02-27T07:24:13.387008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:13.399086+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:13.399145+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:13.531502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:17.608691+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:29.437616+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-02-27T07:24:29.478647+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:29.513862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:29.513956+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] ller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-02-27T07:24:21.412084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:21.424654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:21.424711+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:22.168631+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:24:22.228350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:25.318337+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-02-27T07:24:25.327783+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:25.339482+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:25.339553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:25.692666+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:24:25.743197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:29.909193+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:24:29.936554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:37.640178+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-02-27T07:24:37.679552+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:37.715682+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:37.715798+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] 025-02-27T07:24:34.054278+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:24:34.117498+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:37.651935+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:24:37.678328+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:24:41.223775+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-02-27T07:24:41.234225+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:41.250642+01:00] security.DEBUG: Check[2025-02-27T07:24:45.526285+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-02-27T07:24:45.538726+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:45.554883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:45.555015+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:49.456352+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-02-27T07:24:49.485639+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:49.511561+01:00] security.DEBUG: Checking [2025-02-27T07:24:53.814423+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-02-27T07:24:53.844149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:53.880866+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:53.880992+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:24:57.196726+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-02-27T07:24:57.206831+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:24:57.219842+01:00] security.DEBUG: Checkin[2025-02-27T07:25:01.155335+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-02-27T07:25:01.164835+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:01.176540+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:01.176600+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:09.512518+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-02-27T07:25:09.541222+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:09.566460+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:09.566517+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:13.203699+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-02-27T07:25:13.213248+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:13.224997+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:13.225063+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:13.953686+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:13.996918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:17.582422+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:17.616944+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-02-27T07:25:17.622235+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:17.628730+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:17.642291+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:17.642376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:21.261472+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-02-27T07:25:21.275572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:21.289981+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:21.290076+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:22.318853+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:22.340439+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:25.788462+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:25.815306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:25.902494+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-02-27T07:25:25.931923+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:25.956581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:25.956637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:29.328585+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-02-27T07:25:29.342307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:29.354091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:29.354168+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:30.258122+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:30.292979+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:33.245605+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-02-27T07:25:33.255065+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:33.266631+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:33.266687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:33.601509+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:33.626336+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:37.528447+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:37.547442+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:49.647730+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-02-27T07:25:49.680421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:49.708039+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:49.708095+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] .DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:41.498067+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:41.498144+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:41.498219+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:41.498291+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:45.309687+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-02-27T07:25:45.320280+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:45.333143+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:45.333202+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:45.914331+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:45.995034+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:46.018215+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:46.034914+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:49.618781+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:49.666273+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:53.253436+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-02-27T07:25:53.263321+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:53.275380+01:00] security.DEBUG: Checking support on gua[2025-02-27T07:26:01.141790+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-02-27T07:26:01.151928+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:01.164428+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:01.164525+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-02-27T07:25:57.573442+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:25:57.574973+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:25:57.601064+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:25:57.601146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:02.000956+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:05.460283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:05.603652+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-02-27T07:26:05.652282+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:05.681918+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:05.681975+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:09.149740+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-02-27T07:26:09.171243+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:09.182915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:09.182976+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:09.953564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:13.338764+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-02-27T07:26:13.348320+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:13.359952+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:13.360062+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:13.391450+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:17.635753+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:17.767252+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb[2025-02-27T07:26:21.170654+01:0[2025-02-27T07:26:29.429033+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-02-27T07:26:29.461663+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:29.489270+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:29.489327+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] 0] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:25.269331+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-02-27T07:26:25.282950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:25.301997+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:25.302127+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:26.202396+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:29.869798+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:33.334772+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-02-27T07:26:33.383364+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:33.395256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:33.395353+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:34.641648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:34.728438+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-02-27T07:26:37.421368+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-02-27T07:26:37.432535+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:37.447130+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:37.447222+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:38.197441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:41.127710+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-02-27T07:26:41.141706+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:41.159382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:41.159501+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:42.336266+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:45.397358+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:26:49.452986+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-02-27T07:26:49.494731+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:49.522932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:49.522998+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:57.376265+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-02-27T07:26:57.385964+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:26:57.397693+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:57.397776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:26:54.012205+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:26:57.511089+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:27:05.535486+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-02-27T07:27:05.564541+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:05.589582+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:05.589677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:09.981807+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:27:09.488024+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-02-27T07:27:09.498620+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:09.513539+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:09.513629+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:17.181604+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-02-27T07:27:17.191061+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:17.202664+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:17.202722+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:21.719543+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:27:17.638487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:27:25.660579+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-02-27T07:27:25.691537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:25.719469+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:25.719562+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:26.915666+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:27:30.146564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-02-27T07:27:29.324971+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:29.336777+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:29.336859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:33.343413+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:27:37.602215+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-02-27T07:27:37.650768+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:37.678541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:37.678632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:41.462774+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:27:49.112022+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-02-27T07:27:49.124999+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:49.141744+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:49.141858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:53.297729+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:28:01.454020+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-02-27T07:28:01.484043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:01.512757+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:01.512850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:05.936834+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] "request_uri":"https://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-02-27T07:27:57.417028+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:27:57.448939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:57.449055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:27:57.790374+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:01.816072+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:16.087161+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-02-27T07:28:16.097163+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:16.109413+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:16.109484+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:09.429305+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-02-27T07:28:09.439292+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:09.451248+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:09.451330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:09.931964+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:13.722592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:21.936093+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-02-27T07:28:21.968863+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:21.993217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:21.993310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:20.415233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:22.112754+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:25.693514+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:28:29.788098+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-02-27T07:28:29.797531+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:29.809163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:29.809220+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:33.349578+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:28:37.429004+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-02-27T07:28:37.460650+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:37.487762+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:37.487819+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:41.375759+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:28:49.326654+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-02-27T07:28:49.339643+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:49.357325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:49.357439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:53.710738+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] "request_uri":"https://test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-02-27T07:28:45.334726+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:45.346335+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:45.346389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:45.848080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:28:49.673807+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:01.406411+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-02-27T07:29:01.437729+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:01.461977+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:01.462071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:57.498491+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-02-27T07:28:57.508384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:28:57.520075+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:57.520135+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:28:58.194141+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:02.055273+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:05.319131+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:29:17.539473+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-02-27T07:29:17.572421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:17.613803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:17.613886+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] {"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-02-27T07:29:09.346400+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:09.374376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:09.374462+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:09.629578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:13.349394+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-02-27T07:29:13.359351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:13.371355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:13.371447+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:14.074052+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:17.673666+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:21.066488+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":[2025-02-27T07:29:25.272470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-02-27T07:29:25.282954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:25.300590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:25.300706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:34.197599+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-02-27T07:29:34.250040+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:34.283438+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:34.283496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:34.126522+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:37.166206+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-02-27T07:29:37.176819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:37.188593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:37.188694+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:38.816042+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:41.366740+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-02-27T07:29:41.376766+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:41.388850+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:41.388941+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:41.620151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:45.327333+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-02-27T07:29:45.336888+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:45.348601+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:45.348685+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:45.749051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:49.363813+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-02-27T07:29:49.391784+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:49.416198+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:49.416263+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:49.798810+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:53.471450+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-02-27T07:29:53.481270+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:53.493527+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:53.493617+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:54.077841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:29:57.334241+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-02-27T07:29:57.363525+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:29:57.388460+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:29:57.388524+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:01.279346+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-02-27T07:30:01.289218+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:30:01.301036+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:01.301117+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:01.949084+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:30:05.859937+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-02-27T07:30:05.869738+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:30:05.881470+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:05.881539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:06.299307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:30:09.165555+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-02-27T07:30:09.180524+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T07:30:09.195584+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:09.195713+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T07:30:10.624421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T07:30:14.077331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:34.595213+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-02-27T09:14:34.659126+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:34.703036+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:34.703134+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:34.753126+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:34.845227+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-02-27T09:14:34.875381+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-02-27T09:14:35.258888+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-02-27T09:14:35.269993+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:35.283102+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:35.283193+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:35.423403+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:37.278293+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-02-27T09:14:37.288430+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:37.301104+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:37.301201+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:37.884675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:40.973259+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-02-27T09:14:40.984714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:41.002026+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:41.002134+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:41.004901+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:41.013949+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-02-27T09:14:41.014430+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-02-27T09:14:50.820822+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-02-27T09:14:41.877999+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:41.927996+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:41.928131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:42.046874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:45.192153+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-02-27T09:14:45.207732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:45.228108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:45.228240+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:45.304252+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:49.261806+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-02-27T09:14:49.274181+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:49.290440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:49.290532+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:49.292654+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T09:14:49.308240+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-02-27T09:14:49.310236+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-02-27T09:14:53.296787+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-02-27T09:14:53.306972+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T09:14:53.321843+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:53.321926+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T09:14:53.344617+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T13:17:39.697591+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-27T13:17:39.880002+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T13:17:40.038414+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T13:17:40.038537+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T13:17:40.263733+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-27T13:17:40.471612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T13:17:45.190106+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-27T13:17:45.206376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T13:17:45.224379+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T13:17:45.224470+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T13:17:45.239658+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-27T13:17:45.260554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T13:26:10.035135+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-02-27T13:26:10.117586+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-02-27T13:26:10.223212+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T13:26:10.223344+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-02-27T13:26:10.334942+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-02-27T13:26:10.523339+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-02-27T17:23:01.198928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T17:29:30.310329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T17:33:29.558683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T17:37:29.550959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T17:46:29.865437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T17:48:53.385098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T17:53:33.490723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:01:01.138184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:02:49.595774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:05:41.424750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:06:21.149976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:07:45.272491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:09:09.799244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:09:25.279370+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:09:56.896081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:14:29.602427+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:19:45.928148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:20:09.489680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:21:57.525836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:27:13.710940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:35:29.252899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:35:33.291691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:37:01.318542+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:40:13.488628+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:40:45.753794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:49:29.581775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:55:37.554330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T18:57:41.440013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:00:33.587235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:01:41.277732+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:05:37.735911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:06:13.117327+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:07:45.534145+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:08:09.357018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:15:16.314969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:18:21.359224+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:19:41.722633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:24:33.234810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:24:37.507499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:33:41.389267+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:34:17.649085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:39:17.258588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:39:25.366697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:41:05.584600+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:52:46.730456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:53:02.468702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:57:58.593049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:58:06.288382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:59:02.758682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:06:58.903110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:19:15.179630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:19:50.600128+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:20:50.654447+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:21:02.569125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:22:38.660348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:25:43.755971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:26:02.654553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:26:06.521049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:26:38.659689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:28:42.534320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:31:30.351148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:31:34.759763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:32:34.926799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:33:18.475096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:33:27.024588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:33:30.672293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:35:02.751208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:37:34.696914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:37:46.669288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:46:18.756571+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:51:06.911739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:57:46.571544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T20:58:46.373922+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:00:22.378104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:02:10.540497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:05:46.636300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:10:50.568317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:11:54.590566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:13:26.915292+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:16:22.498965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:16:58.801246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:17:54.395261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:18:30.514521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:23:14.425231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:23:30.532386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:24:30.906641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:24:58.573901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:26:58.724983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:30:54.850861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:34:50.703078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:37:46.788076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:44:54.586826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:45:47.329780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:46:30.982461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:48:14.579287+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:49:46.665068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T21:51:19.358807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:01:30.730625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:01:58.586400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:04:43.182165+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:07:02.778469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:10:59.173229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:17:02.576622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:21:22.704530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:21:30.632611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:25:26.736861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:25:38.213737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:34:11.691484+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:37:46.814511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:39:02.764043+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:39:18.496074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:39:26.345813+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:41:46.430110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:42:30.788031+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:45:14.905100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:45:26.567516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:46:34.402305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:52:50.646017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:52:54.294914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:54:39.045529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:55:14.483775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T22:57:03.064203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:05:19.209573+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:08:06.562713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:09:58.385766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:12:47.615079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:13:46.555537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:17:26.535035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:25:02.668986+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:25:22.591490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:35:02.668777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:35:22.569769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:38:18.673177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:44:18.941042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:44:35.409302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:44:50.703861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:45:47.360072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:59:18.744184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T23:59:22.281202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:00:26.698266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:12:58.934901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:13:07.030775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:20:27.075562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:23:18.776382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:25:22.748370+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:26:38.873836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:29:11.095393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:34:38.700856+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:35:50.718566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:40:54.606741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:48:22.929529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:50:42.430100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:52:47.330486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:52:50.842574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:54:34.890990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T00:54:38.151578+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T01:02:50.742296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T01:05:30.755135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T01:06:58.525191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T01:14:03.055581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T01:15:58.911232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T01:17:22.580831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:20:13.101288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:20:47.426926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:25:56.939834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:26:55.519148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:31:51.641094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:35:47.506006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:39:47.626066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T17:50:15.659086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:00:51.444593+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:06:15.516504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:07:47.506772+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:15:23.483365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:17:39.424134+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:23:47.486149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:25:59.587009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:26:43.420325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:26:59.590784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:30:15.445723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:31:07.464230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:31:19.076452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:35:39.536820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:38:47.600129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:43:03.902797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:43:47.560679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:45:23.982318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:46:23.855373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:46:52.103927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:50:51.049017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:52:15.497097+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T18:53:15.619517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:09:15.458935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:15:55.398587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:17:43.486164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:27:15.703590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:30:55.923072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:40:03.873744+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:43:07.400568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:48:07.480168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:48:27.503380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:52:03.531334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:53:15.717143+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T19:59:55.915967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:01:11.556914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:04:15.566695+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:10:51.327811+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:19:19.588160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:19:23.605770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:25:20.012921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:36:01.212075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:36:17.117661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:36:57.652161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:43:24.977627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:44:28.442697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:44:36.701703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:46:40.968217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:48:04.979369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:49:29.142244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:51:01.594449+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:59:13.186183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:01:49.424460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:05:49.224626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:15:57.035272+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:19:29.161281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:19:40.899646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:22:17.183762+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:23:58.315884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:29:02.418703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:31:26.701419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:34.758561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:51:22.312104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:34.623058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:30.384362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:38.381611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:30.546152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:42.517314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:26.624318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:42.505011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:42.415276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:46.874654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:15:06.340139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:28:22.556310+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:42.659116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:38.599877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:50.349154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:49:50.543464+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:18.541649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:10.481041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:02:58.409104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:05:54.462421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:06.405122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:08:30.496095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:09:26.471125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:19:42.216232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:23:34.361889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:27:22.334299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:38:50.240005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:58.540095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:51:38.331750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:54:14.575694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:54:38.511122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:54:54.493110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:07:30.649186+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:13:30.645911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:23:10.220195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:25:06.977174+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:25:10.504930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:26:50.341474+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:26:58.059401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:27:02.503816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:31:02.242619+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:35:34.574437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:40:50.282532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:43:53.924313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:51:06.170069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:54:17.695764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:55:05.592524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:55:17.470248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:59:37.966721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:00:17.902259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:01:37.983185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:10:05.873819+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:11:45.910372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:12:14.220979+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:13:29.868841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:16:14.259992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T13:14:54.533140+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-01T13:14:55.324099+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-01T13:14:55.766581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-01T13:14:55.766706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-01T13:14:57.385945+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-01T17:29:27.766021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T17:51:49.938511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T18:06:02.258404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T18:07:38.412629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T18:14:45.795053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T19:03:58.515130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T19:33:42.127831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T20:33:34.034321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T20:50:53.846024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T21:10:18.036830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T21:12:49.802996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T21:39:10.273661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T23:01:46.905843+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-01T23:01:47.366379+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-01T23:01:47.488607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-01T23:01:47.488735+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-01T23:01:48.599056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-01T23:56:22.097960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T23:59:18.158500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-02T18:09:52.469844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-02T20:47:04.230154+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-02T20:47:05.037542+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-02T20:47:05.629153+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-02T20:47:05.629240+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-02T20:47:07.037706+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T12:39:02.620446+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T14:11:19.203696+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T14:11:19.921986+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T14:11:20.240831+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T14:11:20.240907+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T14:11:21.689372+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:52.243001+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.243033+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.243001+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.242997+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.242997+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.243020+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.243013+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:52.242992+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-03T23:24:53.181350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181371+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.181395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-03T23:24:53.945740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945776+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945832+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945843+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945825+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945841+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945894+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945898+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945912+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945941+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.945945+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.946022+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.946032+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.946020+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:53.946097+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-03T23:24:56.032306+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032334+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-03T23:24:56.032361+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-05T16:58:16.510719+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-05T16:58:17.553496+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-05T16:58:18.382273+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-05T16:58:18.382345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-05T16:58:20.164148+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-07T19:16:43.811621+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-07T19:16:44.976338+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-07T19:16:45.699579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-07T19:16:45.699658+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-07T19:16:47.557078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:42:30.485330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:42:37.325062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:42:53.537328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:43:08.896138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:43:24.705741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:43:40.731853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:43:56.353265+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:44:11.921338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:44:28.237171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:44:43.627925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:44:58.378908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:45:14.459660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:45:45.604082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:45:48.669780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:45:59.733211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:46:39.847479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:47:30.627297+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-08T19:47:31.118582+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:47:31.254324+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:47:31.254391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:47:32.404084+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T19:47:32.917505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T19:47:33.091222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:47:55.945580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:48:04.870771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:48:08.515974+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T19:48:08.528466+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:48:08.537939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:48:08.537979+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:48:08.590230+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T19:48:08.606075+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:48:12.784565+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T19:48:12.808395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:48:12.831467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:48:12.831533+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:48:12.865649+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T19:48:12.893434+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:48:22.176930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:48:24.299277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:48:58.918545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:49:28.293799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:49:35.498008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.test"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.test\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:51:22.170732+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-03-08T19:51:22.217896+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:51:22.246728+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:51:22.246771+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:51:22.373265+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T19:51:22.420486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T19:51:22.456691+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:51:33.278545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:51:57.808553+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-03-08T19:51:57.855471+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:51:57.876723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:51:57.876771+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:51:57.998567+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T19:51:58.024105+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T19:51:58.060558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:52:59.743528+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T19:52:59.779807+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:52:59.807138+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:52:59.807180+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:53:03.914034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T19:53:03.973773+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:53:59.783576+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T19:53:59.809702+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:53:59.831849+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:53:59.831910+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:54:02.653027+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T19:54:02.725997+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:54:44.433696+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-08T19:54:44.485691+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:54:44.524279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:54:44.524341+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:54:47.316518+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T19:54:47.386606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:55:02.537435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:55:50.127815+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-08T19:55:50.153382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:55:50.174627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:55:50.174681+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:55:52.963637+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T19:55:53.014830+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:56:03.476942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:56:50.948375+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-08T19:56:50.972988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:56:50.994865+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:56:50.994943+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:56:51.164083+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T19:56:51.205456+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T19:56:51.228331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:57:07.200227+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:57:52.955917+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-08T19:57:52.979769+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:57:52.999932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:57:52.999978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:57:55.811831+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T19:57:55.891823+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:58:53.759441+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-08T19:58:53.783808+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:58:53.803587+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:58:53.803629+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:58:56.708219+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T19:58:56.767592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T19:59:17.366711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T19:59:59.569980+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-08T19:59:59.604207+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T19:59:59.624099+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T19:59:59.624150+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:00:02.660881+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:00:02.716940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:00:17.265541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:01:02.247734+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-08T20:01:02.271491+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:01:02.291419+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:01:02.291476+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:01:02.367137+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:01:02.390134+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:01:02.414232+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:01:18.428413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:02:04.084976+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-08T20:02:04.133482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:02:04.162109+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:02:04.162158+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:02:07.013237+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:02:07.064350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:02:19.716192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:03:06.707222+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-08T20:03:06.731422+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:03:06.751640+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:03:06.751687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:03:06.819291+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:03:06.844299+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:03:06.867904+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:03:23.228157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:04:07.088245+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-08T20:04:07.113638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:04:07.136047+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:04:07.136093+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:04:10.054192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:04:10.107375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:04:25.407843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:05:11.315913+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-08T20:05:11.344454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:05:11.368354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:05:11.368410+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:05:13.969406+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:05:14.026154+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:06:31.524135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:07:21.507582+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-08T20:07:21.533488+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:07:21.553273+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:07:21.553330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:07:21.636677+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:07:21.662119+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:07:21.687050+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:07:31.425935+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-03-08T20:07:31.433478+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:07:31.442448+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:07:31.442505+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:07:32.146422+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:08:25.868946+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-08T20:08:25.895113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:08:25.916215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:08:25.916256+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:08:25.985907+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:08:26.013624+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:08:26.039863+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:08:33.458498+01:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-03-08T20:08:33.464833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:08:33.472567+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:08:33.472610+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:08:33.520258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:09:30.043415+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-08T20:09:30.089308+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:09:30.123547+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:09:30.123629+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:09:33.161422+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:09:33.225680+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:10:35.560302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:11:41.283359+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:12:42.536739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:13:44.786362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:14:19.196792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:14:44.521393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:15:09.251839+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T20:15:09.298427+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:15:09.326459+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:15:09.326515+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:15:09.363647+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T20:15:09.398368+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:15:33.332015+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T20:15:33.356172+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:15:33.376205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:15:33.376253+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:15:33.400238+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T20:15:33.427172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:15:46.077049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:16:49.909260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:17:55.617281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:18:59.586407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:20:02.274246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:20:13.158238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:20:56.509334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:21:06.523585+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:22:11.064118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:23:16.738585+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:24:20.742787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:25:24.237290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:26:27.469342+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /vendor/laravel-filemanager/js/script.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /vendor/laravel-filemanager/js/script.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/laravel-filemanager/js/script.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:26:29.023829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:26:42.579893+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:26:59.246859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:27:30.240840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:28:33.618580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:28:44.290905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:28:51.367309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:28:58.277502+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-03-08T20:28:58.289772+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:28:58.298903+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:28:58.298952+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:28:58.401554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:29:04.734764+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-03-08T20:29:04.740704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:29:04.747651+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:29:04.747705+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:29:04.756123+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:29:11.097306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/ipb.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/ipb.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/ipb.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:16.250953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/audio/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/audio/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/audio\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:21.759301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:27.368070+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:32.491914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:37.923792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:43.648650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:29:54.924177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:30:00.262063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:30:05.206362+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T20:30:05.222710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:30:05.233647+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:30:05.233707+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:30:05.247397+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T20:30:05.263045+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:30:10.101902+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T20:30:10.114107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:30:10.123377+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:30:10.123432+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:30:10.131727+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T20:30:10.143620+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:30:25.271215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:30:35.151343+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-03-08T20:30:35.163396+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:30:35.172472+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:30:35.172510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:30:35.239468+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:31:08.830207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:31:41.351566+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/login","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"security_login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login/","method":"GET"} [] [2025-03-08T20:31:41.378068+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:31:41.402842+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:31:41.402903+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:31:41.511955+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:32:40.343200+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/login","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"security_login","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/login/","method":"GET"} [] [2025-03-08T20:32:40.375346+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:32:40.398838+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:32:40.398883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:32:40.426904+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:33:21.632880+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /phpinfo.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /phpinfo.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:33:29.421714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:34:15.739823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:35:02.348756+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-08T20:35:02.378714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:35:02.402573+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:35:02.402618+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:35:05.328702+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:35:05.393107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:35:48.925915+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-08T20:35:48.953563+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:35:48.977505+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:35:48.977572+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:35:49.119075+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:35:49.196407+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:35:49.226000+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:36:22.245825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:36:49.243081+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-08T20:36:49.268769+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:36:49.289971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:36:49.290054+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:36:49.402323+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:36:52.136395+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:36:52.176498+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:37:16.609730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset("" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset(\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset(/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:37:44.385286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset("" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset(\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset(/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:37:50.181433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:38:55.280714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:39:57.342769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:40:58.043552+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:41:02.640660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:41:11.621851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:41:21.388237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:41:30.460101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:41:40.202526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.sample.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.sample.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:42:00.669534+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:42:07.283263+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T20:42:07.296159+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:42:07.306136+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:42:07.306179+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:42:09.995048+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:42:10.040076+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:42:16.803928+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-08T20:42:16.823645+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:42:16.843054+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:42:16.843121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:42:16.911664+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:42:16.936837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:42:16.956613+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:42:44.046901+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T20:42:44.070199+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:42:44.088810+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:42:44.088852+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:42:46.787504+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:42:46.847168+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:43:01.415035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:43:47.927731+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-08T20:43:47.951968+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:43:47.972620+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:43:47.972678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:43:48.039642+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:43:48.065025+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:43:48.093949+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:44:49.525998+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-03-08T20:44:49.549720+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:44:49.569067+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:44:49.569130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:44:49.586669+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:45:06.584342+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-08T20:45:06.635131+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:45:06.665240+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:45:06.665296+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:45:07.018167+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:45:07.048034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:45:07.073709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:45:55.328374+01:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-03-08T20:45:55.355769+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:45:55.386493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:45:55.386539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:45:55.411551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:46:08.235374+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T20:46:08.241503+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:46:08.249070+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:46:08.249110+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:46:11.109348+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:46:11.181455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:46:51.264347+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T20:46:51.296846+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:46:51.316479+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:46:51.316526+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:46:54.142638+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:46:54.196194+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:47:13.886022+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T20:47:13.920674+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:47:13.942263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:47:13.942349+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:47:16.848595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:47:16.898631+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:47:42.903987+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T20:47:42.926872+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:47:42.945415+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:47:42.945466+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:47:45.711095+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:47:45.743954+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:48:17.921093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:48:47.073085+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-08T20:48:47.102697+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:48:47.123553+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:48:47.123598+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:48:47.191536+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:48:47.214985+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:48:47.238327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:49:21.727832+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:49:47.388649+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-08T20:49:47.420024+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:49:47.452572+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:49:47.452639+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:49:47.875021+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:49:47.903530+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:49:47.928649+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:50:21.849485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:50:52.535127+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:51:25.450161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:51:56.169721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:52:30.394087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:52:59.031099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:53:30.503104+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/14","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14/","method":"GET"} [] [2025-03-08T20:53:30.528635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:53:30.549955+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:53:30.550000+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:53:30.580513+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:54:05.075335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:54:31.031363+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-08T20:54:31.058113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:54:31.077932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:54:31.077973+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:54:33.935218+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:54:33.991931+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:55:07.085751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:55:26.298016+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-03-08T20:55:26.336342+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:55:26.364636+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:55:26.364691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:55:26.463471+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:55:26.491346+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:55:26.517219+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:56:08.891207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:56:27.758782+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-08T20:56:27.783355+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:56:27.811308+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:56:27.811361+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:56:30.521722+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:56:30.579028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:57:09.926069+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T20:57:09.951302+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:57:09.972065+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:57:09.972130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:57:09.998437+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T20:57:10.046073+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:57:31.525082+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-08T20:57:31.559072+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:57:31.584714+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:57:31.584784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:57:34.483424+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T20:57:34.516546+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:58:11.089244+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T20:58:11.118125+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:58:11.138958+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:58:11.139010+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:58:11.188776+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T20:58:11.214787+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:58:37.040833+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-03-08T20:58:37.064438+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T20:58:37.090830+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:58:37.090880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T20:58:37.187898+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T20:58:37.220402+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T20:58:37.251524+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T20:59:16.801229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T20:59:38.226384+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:00:16.881360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:00:41.270749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:01:19.861799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:01:43.532772+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:02:25.599556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:02:48.318095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:03:31.017229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:04:33.057898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:04:54.058081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:05:48.527269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:06:47.314707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:07:38.845332+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:07:44.966582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:08:43.170496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:08:43.522689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:09:41.353018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:09:43.339337+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:10:36.944592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:10:43.252422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:11:33.796928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:12:29.785482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:13:27.564595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:13:49.833655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:14:21.876705+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:14:54.109113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:15:17.894231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:16:13.167002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:17:11.578204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:17:59.955365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:18:05.308471+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:18:49.114512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:19:01.794240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:19:39.604790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:20:29.566957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:20:59.806870+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:21:48.499595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:22:39.796149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:23:29.336023+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:24:20.481747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:24:52.253733+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-08T21:24:52.279407+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:24:52.300200+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:24:52.300263+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:24:52.372400+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:24:52.412545+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:24:52.437238+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:25:14.002731+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:25:20.695737+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-03-08T21:25:20.708670+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:25:20.718170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:25:20.718217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:25:23.443438+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:26:02.762406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:26:25.650368+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-08T21:26:25.695949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:26:25.716091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:26:25.716136+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:26:25.810323+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:26:25.842626+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:26:25.867154+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:26:54.228891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:27:23.471284+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-08T21:27:23.516576+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:27:23.537114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:27:23.537182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:27:23.617787+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:27:23.643696+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:27:23.668012+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:27:47.136616+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-08T21:27:47.174591+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:27:47.199883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:27:47.199928+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:27:47.318442+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:28:28.089224+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-03-08T21:28:28.125032+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:28:28.169430+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:28:28.169486+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:28:31.672339+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:28:37.503412+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-08T21:28:37.509096+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:28:37.516120+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:28:37.516163+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:28:40.251625+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:28:40.277423+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:29:23.313747+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-08T21:29:23.345072+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:29:23.365172+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:29:23.365224+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:29:26.122973+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:29:26.180219+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:29:28.957191+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-03-08T21:29:28.962780+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:29:28.969548+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:29:28.969586+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:29:31.985077+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:30:23.829174+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-08T21:30:23.864540+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:30:23.890265+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:30:23.890328+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:30:24.019778+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:30:24.104518+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:30:24.140189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:30:28.034827+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-08T21:30:28.044243+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:30:28.054902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:30:28.054971+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:30:28.082413+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:30:28.094719+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:30:28.106568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:31:20.188192+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-03-08T21:31:20.214938+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:31:20.236750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:31:20.236796+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:31:23.100532+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:31:25.758156+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-08T21:31:25.763758+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:31:25.770616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:31:25.770655+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:31:28.778908+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:31:28.812549+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:32:24.028864+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-03-08T21:32:24.054105+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:32:24.075088+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:32:24.075134+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:32:27.013566+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:32:28.593181+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-08T21:32:28.599015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:32:28.606281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:32:28.606328+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:32:31.486709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:32:31.523733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:33:20.917043+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-08T21:33:20.943696+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:33:20.965168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:33:20.965217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:33:21.038128+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:33:21.067387+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:33:21.098118+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:33:31.860983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-08T21:33:31.867902+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:33:31.876271+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:33:31.876320+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:33:35.000727+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:33:35.043037+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:34:12.273153+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-08T21:34:12.299022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:34:12.320513+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:34:12.320553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:34:12.392908+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:34:12.417107+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:34:12.442445+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:34:35.781905+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-03-08T21:34:35.816380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:34:35.837771+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:34:35.837815+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:34:35.934627+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:34:35.967389+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:34:35.991757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:35:14.783936+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T21:35:14.821297+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:35:14.843129+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:35:14.843170+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:35:14.902829+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T21:35:14.948352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:35:41.192144+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-08T21:35:41.227358+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:35:41.248922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:35:41.248992+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:35:44.303819+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:35:44.357463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:36:20.206494+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T21:36:20.231577+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:36:20.251649+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:36:20.251696+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:36:23.037920+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:36:23.095400+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:36:44.714166+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-03-08T21:36:44.740233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:36:44.761385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:36:44.761440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:36:44.830857+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:36:44.856694+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:36:44.881776+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:37:24.338514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:37:50.454714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:38:25.923808+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T21:38:25.958626+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:38:25.986139+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:38:25.986188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:38:26.020673+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T21:38:26.055791+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:38:52.765554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:39:31.280866+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T21:39:31.334570+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:39:31.366569+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:39:31.366619+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:39:34.100892+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:39:34.215721+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:39:56.306862+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:40:33.508752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:40:56.470810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:41:56.472842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:43:00.572137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:43:38.128877+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T21:43:38.169106+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:43:38.198826+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:43:38.198902+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:43:41.052517+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:43:41.123287+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:44:00.690474+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:44:39.663544+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T21:44:39.697414+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:44:39.732862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:44:39.732910+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:44:42.672376+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:44:42.727519+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:45:01.934264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:45:44.005263+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T21:45:44.035742+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:45:44.059734+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:45:44.059789+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:45:46.910933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:45:46.967694+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:46:04.006913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:46:44.916457+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T21:46:44.941947+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:46:44.991388+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:46:44.991448+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:46:47.899796+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:46:47.970899+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:47:06.804080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:47:49.553269+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"http://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-03-08T21:47:49.580082+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:47:49.601915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:47:49.601964+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:47:49.702178+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:47:49.814841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:48:10.277726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:48:52.214594+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-08T21:48:52.253695+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:48:52.283829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:48:52.283872+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:48:52.387534+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:48:52.421567+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:48:52.455384+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:49:14.583238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:49:48.326437+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-03-08T21:49:48.352715+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:49:48.375279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:49:48.375345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:49:51.330630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:50:15.833257+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:50:52.774416+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-03-08T21:50:52.809204+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:50:52.835205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:50:52.835270+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:50:55.585216+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:51:19.461244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:51:47.678656+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-08T21:51:47.702421+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:51:47.721513+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:51:47.721556+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:51:47.806913+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:51:47.831712+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:51:47.855239+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:52:20.049582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:52:37.709138+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-08T21:52:37.745528+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:52:37.772599+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:52:37.772648+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:52:37.919638+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:52:37.946671+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:52:37.972604+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:53:23.016064+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-03-08T21:53:23.053489+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:53:23.083674+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:53:23.083729+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:53:23.160136+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:53:23.187939+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:53:23.213530+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:53:38.438681+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-03-08T21:53:38.475658+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:53:38.508127+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:53:38.508210+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:53:41.386313+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:54:25.321582+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-08T21:54:25.345267+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:54:25.364936+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:54:25.364979+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:54:28.152710+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:54:28.204876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:54:43.252241+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-08T21:54:43.275560+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:54:43.295112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:54:43.295168+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:54:43.362544+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:54:43.386018+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:54:43.409858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:55:26.886603+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-08T21:55:26.918844+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:55:26.952200+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:55:26.952254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:55:29.665500+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T21:55:29.717235+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:55:37.859945+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-03-08T21:55:37.865603+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:55:37.872628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:55:37.872670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:55:40.599358+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:56:31.195551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:56:39.076223+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-03-08T21:56:39.094921+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:56:39.107036+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:56:39.107079+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:56:41.968740+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:57:36.766888+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T21:57:36.793353+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:57:36.803664+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:57:36.803704+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:57:36.803422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:57:36.819960+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T21:57:36.840098+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:58:26.116254+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-03-08T21:58:26.153655+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:58:26.183233+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:58:26.183284+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:58:26.289432+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T21:58:26.334419+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T21:58:26.366317+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:58:37.288107+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T21:59:26.146241+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T21:59:26.173931+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T21:59:26.195148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:59:26.195191+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T21:59:26.222573+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T21:59:26.250754+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T21:59:41.495746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:00:27.303153+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T22:00:27.327182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:00:27.347543+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:00:27.347583+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:00:30.257659+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:00:30.322111+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:00:42.634527+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T22:00:42.657165+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:00:42.676001+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:00:42.676047+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:00:45.270174+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:00:45.295159+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:01:27.767100+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T22:01:27.791346+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:01:27.811509+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:01:27.811555+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:01:30.570476+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:01:30.626929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:01:42.856457+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-08T22:01:42.882686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:01:42.903692+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:01:42.903753+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:01:42.974536+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:01:42.992080+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:01:43.003515+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:02:47.055249+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T22:02:47.084243+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:02:47.105958+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:02:47.106052+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:02:50.015775+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:02:50.069537+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:03:47.264571+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-08T22:03:47.293067+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:03:47.315808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:03:47.315872+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:03:50.231109+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:03:50.291010+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:04:52.221177+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-08T22:04:52.245995+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:04:52.265900+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:04:52.265941+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:04:55.311686+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:04:55.360746+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:05:55.538759+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-08T22:05:55.564094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:05:55.584854+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:05:55.584900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:05:55.674522+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:05:55.700354+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:05:55.729174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:06:58.135499+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-08T22:06:58.162665+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:06:58.183724+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:06:58.183772+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:07:01.133460+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:07:01.190518+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:07:58.915642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-08T22:07:58.959210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:07:58.989912+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:07:58.989979+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:08:01.964474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:08:02.018055+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:09:04.424410+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-03-08T22:09:04.451497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:09:04.474437+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:09:04.474497+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:09:04.545638+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:09:04.572852+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:09:04.613152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:10:07.577849+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-08T22:10:07.603760+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:10:07.628603+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:10:07.628661+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:10:10.689581+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:10:10.740112+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:10:50.965209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:11:12.557271+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-03-08T22:11:12.609899+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:11:12.630206+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:11:12.630265+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:11:12.699835+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:11:12.726405+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:11:12.753025+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:11:52.470767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:12:13.367326+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-08T22:12:13.408098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:12:13.435837+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:12:13.435890+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:12:16.149755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:12:16.207742+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:13:16.287308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:14:19.349150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:15:23.941762+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-08T22:15:24.001128+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:15:24.031809+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:15:24.031880+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:15:26.887753+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:15:26.943934+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:16:29.940013+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-08T22:16:29.965012+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:16:29.985397+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:16:29.985445+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:16:33.335198+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:16:33.407091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:17:35.626501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:18:35.642509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:19:36.848511+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-03-08T22:19:36.875362+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:19:36.897218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:19:36.897269+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:19:36.984653+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:19:37.048156+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:19:37.091474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:20:18.525999+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T22:20:18.551019+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:20:18.570585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:20:18.570648+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:20:21.295121+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:20:21.351270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:20:41.137791+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-03-08T22:20:41.161813+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:20:41.182732+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:20:41.182780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:20:41.251022+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:20:41.275821+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:20:41.300517+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:21:20.680193+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T22:21:20.705233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:21:20.725452+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:21:20.725522+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:21:24.611418+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:21:24.668831+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:21:41.428788+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-08T22:21:41.453904+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:21:41.473536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:21:41.473580+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:21:44.325581+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:21:44.378961+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:22:23.900711+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-08T22:22:23.925716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:22:23.946205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:22:23.946252+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:22:24.014351+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:22:24.039720+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:22:24.064841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:22:45.823892+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-08T22:22:45.848478+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:22:45.870696+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:22:45.870775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:22:48.739554+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:22:48.793856+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:23:24.272069+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T22:23:24.297564+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:23:24.318536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:23:24.318585+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:23:27.408755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:23:27.467074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:23:50.376880+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-08T22:23:50.414648+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:23:50.446147+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:23:50.446205+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:23:50.570955+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T22:23:50.607578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:24:25.685488+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-08T22:24:25.710210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:24:25.742688+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:24:25.742737+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:24:25.827239+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:24:25.852457+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:24:25.878397+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:24:54.974773+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-03-08T22:24:55.012489+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:24:55.038609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:24:55.038677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:24:55.111558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:25:30.690082+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T22:25:30.728647+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:25:30.750601+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:25:30.750643+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:25:33.610375+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:25:33.664176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:26:00.240795+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-08T22:26:00.265250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:26:00.287088+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:26:00.287142+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:26:00.315135+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T22:26:00.345655+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:26:35.207977+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-03-08T22:26:35.233929+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:26:35.266960+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:26:35.267003+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:26:38.080761+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:26:58.884882+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/Livre_audio","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio/","method":"GET"} [] [2025-03-08T22:26:58.914814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:26:58.934681+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:26:58.934740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:26:58.965471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:27:38.988616+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-08T22:27:39.013509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:27:39.033304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:27:39.033354+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:27:39.102652+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:27:39.133670+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:27:39.163871+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:28:36.163931+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-03-08T22:28:36.190780+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:28:36.211810+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:28:36.211856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:28:38.864544+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:29:01.962508+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:29:41.224941+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-08T22:29:41.255200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:29:41.284616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:29:41.284667+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:29:41.399707+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:29:41.437222+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:29:41.483474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:30:03.897877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:30:40.197578+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-03-08T22:30:40.233529+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:30:40.260418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:30:40.260482+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:30:43.195795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:31:07.398225+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-03-08T22:31:07.424700+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:31:07.445066+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:31:07.445121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:31:07.505269+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:31:41.808394+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-08T22:31:41.832239+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:31:41.852014+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:31:41.852071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:31:41.920139+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:31:41.945655+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:31:41.974805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:32:39.167277+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-03-08T22:32:39.191526+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:32:39.212053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:32:39.212096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:32:41.880808+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:33:44.103782+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-08T22:33:44.140588+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:33:44.168851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:33:44.168892+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:33:44.249066+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:33:44.275488+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:33:44.304521+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:34:38.425970+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-03-08T22:34:38.452994+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:34:38.474375+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:34:38.474425+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:34:41.749619+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:35:08.855905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:35:43.014573+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-08T22:35:43.040398+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:35:43.062349+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:35:43.062396+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:35:43.133271+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:35:43.159703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:35:43.184841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:36:10.643405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:36:37.220492+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-08T22:36:37.244246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:36:37.263522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:36:37.263570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:36:37.336126+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:36:37.360401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:36:37.386323+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:37:14.812495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:37:42.438891+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T22:37:42.463479+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:37:42.486257+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:37:42.486304+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:37:42.524060+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T22:37:42.559788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:38:16.461983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:38:45.768422+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T22:38:45.808557+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:38:45.829544+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:38:45.829589+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:38:45.862980+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T22:38:45.895930+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:39:17.613307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:39:50.864064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T22:39:50.890164+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:39:50.912290+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:39:50.912332+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:39:53.841399+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:39:53.897515+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:40:18.739490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:40:56.706195+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T22:40:56.738057+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:40:56.757085+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:40:56.757146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:40:59.454847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:40:59.486421+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:41:21.833450+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:41:59.239864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:42:22.159740+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:43:03.305841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:43:22.359425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:44:23.053875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:45:28.764346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:46:13.995692+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T22:46:14.025838+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:46:14.052962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:46:14.053015+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:46:16.903775+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:46:16.977312+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:46:32.939258+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:47:14.571324+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T22:47:14.595661+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:47:14.615619+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:47:14.615671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:47:17.521416+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:47:17.577965+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:47:37.445767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:48:20.426064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T22:48:20.451999+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:48:20.473896+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:48:20.473962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:48:23.170919+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:48:23.227142+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:48:41.385011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:49:21.090491+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T22:49:21.116303+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:49:21.144889+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:49:21.144934+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:49:23.921889+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T22:49:23.970199+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:49:41.818694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:50:24.892119+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-08T22:50:24.917790+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:50:24.938166+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:50:24.938231+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:50:25.091911+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:50:25.142195+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:50:25.173509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:52:32.485304+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-08T22:52:32.511154+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:52:32.531922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:52:32.531971+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:52:32.603186+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:52:32.628787+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:52:32.653909+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:52:51.253432+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:53:34.678998+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-03-08T22:53:34.703407+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:53:34.723659+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:53:34.723707+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:53:37.575448+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:53:55.739486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:54:38.022056+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-03-08T22:54:38.046224+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:54:38.065789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:54:38.065841+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:54:40.883184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:54:58.001497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:55:32.509921+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-08T22:55:32.534996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:55:32.556392+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:55:32.556448+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:55:32.669708+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:55:32.698921+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:55:32.728342+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:56:01.957159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T22:56:25.023846+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-08T22:56:25.048822+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:56:25.068882+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:56:25.068933+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:56:25.138065+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:56:25.162608+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:56:25.187362+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:57:25.309078+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-03-08T22:57:25.333948+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:57:25.354929+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:57:25.354999+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:57:28.127650+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:58:30.451376+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-08T22:58:30.476052+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:58:30.496905+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:58:30.496953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:58:30.565615+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:58:30.590783+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T22:58:30.614445+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T22:59:29.581370+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-03-08T22:59:29.610657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T22:59:29.630174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:59:29.630237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T22:59:29.734567+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T22:59:29.826502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:00:34.818471+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-08T23:00:34.847925+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:00:34.868074+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:00:34.868124+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:00:34.984813+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:00:35.010927+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:00:35.036734+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:03:36.697460+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T23:03:36.720970+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:03:36.740747+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:03:36.740817+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:03:36.765025+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T23:03:36.790099+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:04:33.980506+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-08T23:04:34.006858+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:04:34.029588+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:04:34.029648+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:04:34.058130+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-08T23:04:34.089928+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:05:37.659446+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T23:05:37.685747+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:05:37.707219+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:05:37.707270+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:05:40.498340+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T23:05:40.570297+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:06:38.960353+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-08T23:06:38.986984+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:06:39.008208+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:06:39.008251+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:06:41.594173+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T23:06:41.648866+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:07:40.678446+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:08:44.440788+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:09:47.666782+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-03-08T23:09:47.712200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:09:47.735108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:09:47.735153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:09:47.861258+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:09:47.887652+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:09:47.912064+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:30:10.327742+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-08T23:30:10.375471+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:30:10.397899+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:30:10.397965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:30:10.478447+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:30:10.502687+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:30:10.528728+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:30:46.002410+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T23:30:46.026902+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:30:46.046819+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:30:46.046868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:30:48.954474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T23:30:49.002673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:31:46.966031+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-08T23:31:46.991232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:31:47.020628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:31:47.020682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:31:49.928810+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T23:31:49.984354+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:32:47.473475+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T23:32:47.497297+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:32:47.516819+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:32:47.516863+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:32:50.145221+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T23:32:50.197578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:33:53.384036+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-08T23:33:53.409153+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:33:53.429447+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:33:53.429514+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:33:56.057634+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-08T23:33:56.113552+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:34:53.506177+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-08T23:34:53.533562+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:34:53.555752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:34:53.555795+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:34:53.629389+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:34:53.654961+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:34:53.680567+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:37:56.027153+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-08T23:37:56.072304+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:37:56.103875+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:37:56.103937+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:37:56.253525+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:37:56.280943+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:37:56.318384+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:38:47.244185+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-08T23:38:47.268301+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:38:47.288630+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:38:47.288682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:38:47.371546+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:38:47.394322+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:38:47.456595+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:39:47.754540+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-08T23:39:47.784088+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:39:47.807960+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:39:47.808048+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:39:47.882759+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:39:47.906751+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:39:47.930795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:40:48.048008+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-08T23:40:48.117673+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:40:48.139120+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:40:48.139172+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:40:48.245482+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:40:48.269506+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:40:48.305877+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:41:53.467590+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-08T23:41:53.503945+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:41:53.534443+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:41:53.534522+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:41:53.630342+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:41:53.662613+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:41:53.706916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:42:56.920700+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-08T23:42:56.945919+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:42:56.965568+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:42:56.965634+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:42:57.032789+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:42:57.057446+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:42:57.082570+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:43:56.949745+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-08T23:43:56.978790+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:43:57.017863+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:43:57.017949+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:43:57.094731+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:43:57.128083+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:43:57.152833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:45:00.467884+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-08T23:45:00.493358+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:45:00.513948+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:45:00.513990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:45:00.582637+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-08T23:45:00.609088+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-08T23:45:00.633801+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:46:05.724242+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:47:07.706066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:48:11.450376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:49:13.984803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.example"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.example\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:50:17.598328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:51:19.636010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:55:58.177612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:56:41.100409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:57:20.944893+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-08T23:57:20.982559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:57:21.002824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:57:21.002885+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:57:21.590149+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:57:33.950424+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/zh_CN/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"video","_locale":"zh_CN"},"request_uri":"http://www.test.phila-ca.com/public/zh_CN","method":"GET"} [] [2025-03-08T23:57:33.956669+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:57:33.964130+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:57:33.964175+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:57:33.984410+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:58:02.756526+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-08T23:58:02.802851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-08T23:58:02.833076+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:58:02.833126+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-08T23:58:02.956640+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-08T23:58:38.434212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-08T23:59:11.085694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:02:21.293025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:02:38.185037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:02:55.233848+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:03:13.540828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:03:30.473769+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-09T00:03:30.504037+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:03:30.527372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:03:30.527434+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:03:30.607504+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T00:03:30.634226+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:03:48.955202+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-09T00:03:49.047416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:03:49.122962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:03:49.123022+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:03:49.166220+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T00:03:49.193156+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:04:40.860858+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:05:29.865319+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T00:05:29.899777+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:05:29.931633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:05:29.931687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:05:29.975707+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T00:05:30.000146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:05:46.731353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:06:24.813472+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T00:06:24.848613+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:06:24.874588+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:06:24.874651+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:06:24.900564+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T00:06:24.925182+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:06:49.511878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:07:55.294785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:08:56.802299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:09:59.444324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:11:00.566565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:12:04.725372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:13:05.708736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:14:10.071100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:15:14.576355+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:16:17.668383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:17:23.024544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:18:27.425117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:19:28.903125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:20:31.680125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:21:35.937790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:22:39.131366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:23:45.029451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:24:25.929411+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T00:24:25.954706+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:24:25.975560+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:24:25.975611+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:24:26.017099+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T00:24:26.044232+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:24:50.735402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:25:28.695146+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T00:25:28.727277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:25:28.747725+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:25:28.747769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:25:28.803686+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T00:25:28.852812+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:25:56.117273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:26:30.206073+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T00:26:30.228950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:26:30.247839+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:26:30.247886+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:26:30.271056+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T00:26:30.295586+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:26:58.851278+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:27:34.423736+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T00:27:34.449501+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:27:34.469277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:27:34.469324+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:27:34.493914+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T00:27:34.518449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:30:12.165195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:31:14.389220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:34:20.901005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:35:26.849966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:36:32.695450+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:37:34.026915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:38:38.223962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:39:44.300520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:40:48.599223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:41:54.583567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:42:44.715559+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-03-09T00:42:44.751124+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:42:44.773547+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:42:44.773606+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:42:47.725157+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:42:58.273733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:43:45.993086+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-03-09T00:43:46.018217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:43:46.039089+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:43:46.039132+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:43:46.136728+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:43:46.183683+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:43:46.207805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:43:59.552001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:44:41.847481+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-03-09T00:44:41.884773+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:44:41.906797+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:44:41.906848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:44:41.982044+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:44:42.010230+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:44:42.035686+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:44:59.793475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:45:45.510029+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-03-09T00:45:45.534633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:45:45.554536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:45:45.554582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:45:45.632972+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:45:45.657867+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:45:45.682958+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:46:02.915623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:46:47.044667+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-03-09T00:46:47.070722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:46:47.092389+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:46:47.092438+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:46:47.171791+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:46:47.214376+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:46:47.261599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:47:52.282365+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-03-09T00:47:52.314237+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:47:52.345821+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:47:52.345865+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:47:52.447104+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:47:52.488777+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:47:52.550545+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:48:56.948088+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-03-09T00:48:56.983309+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:48:57.004551+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:48:57.004616+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:49:00.090639+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:50:00.060808+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-03-09T00:50:00.099652+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:50:00.120370+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:50:00.120412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:50:00.659853+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:50:02.063444+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-03-09T00:50:02.069496+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:50:02.076824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:50:02.076864+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:50:02.146543+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:50:02.164893+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:50:02.185109+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:50:49.104269+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-03-09T00:50:49.130476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:50:49.151381+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:50:49.151428+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:50:49.196301+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:51:01.416372+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-03-09T00:51:01.422391+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:51:01.429734+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:51:01.429774+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:51:01.493100+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:51:01.511927+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:51:01.536741+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:51:35.767508+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:52:02.170572+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-03-09T00:52:02.196136+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:52:02.217281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:52:02.217325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:52:02.288975+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:52:02.314943+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:52:02.340168+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:52:16.608577+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-03-09T00:52:16.614876+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:52:16.622289+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:52:16.622330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:52:16.646039+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:52:16.658618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:52:16.670540+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:52:58.628543+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T00:53:04.513564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T00:53:04.528558+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:53:04.540766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:53:04.540821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:53:07.473719+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:53:07.520891+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:53:59.467463+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-03-09T00:53:59.492684+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:53:59.513378+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:53:59.513422+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:54:02.557059+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:54:02.615700+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:54:09.345620+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T00:54:09.351328+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:54:09.358195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:54:09.358239+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:54:12.284882+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:54:12.300439+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:55:00.695121+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-03-09T00:55:00.721746+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:55:00.743237+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:55:00.743289+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:55:00.811298+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:55:00.835055+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:55:00.859515+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:55:10.221972+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T00:55:10.228506+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:55:10.236346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:55:10.236385+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:55:12.963017+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:55:13.003319+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:56:01.213349+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-03-09T00:56:01.238905+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:56:01.260087+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:56:01.260171+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:56:04.311170+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:56:04.369160+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:56:13.926175+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T00:56:13.931827+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:56:13.938865+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:56:13.938905+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:56:16.842492+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:56:16.875598+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:57:15.518360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T00:57:15.559023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:57:15.579175+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:57:15.579242+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:57:18.455802+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:57:18.509647+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:58:17.686038+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-03-09T00:58:17.724535+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:58:17.756069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:58:17.756123+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:58:17.835089+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T00:58:17.860168+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T00:58:17.884262+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T00:59:23.570753+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T00:59:23.598014+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T00:59:23.618091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:59:23.618142+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T00:59:26.469836+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T00:59:26.527202+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:00:27.687734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T01:00:27.711770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:00:27.740264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:00:27.740306+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:00:30.639630+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:00:30.705380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:01:30.166837+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T01:01:30.192042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:01:30.226256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:01:30.226300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:01:32.944761+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:01:33.023095+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:02:33.094819+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T01:02:33.120779+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:02:33.141461+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:02:33.141510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:02:35.921069+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:02:35.993872+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:03:35.116888+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T01:03:35.163458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:03:35.192605+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:03:35.192663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:03:38.328742+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:03:38.432483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:04:36.051697+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T01:04:36.093659+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:04:36.133135+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:04:36.133179+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:04:39.019332+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:04:39.071111+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:05:41.922889+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T01:05:41.969199+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:05:42.002269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:05:42.002322+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:05:45.046082+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:05:45.104325+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:06:43.509180+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T01:06:43.545223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:06:43.568755+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:06:43.568805+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:06:46.310295+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:06:46.362916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:07:41.325526+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-09T01:07:41.351719+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:07:41.374218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:41.374273+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:41.450827+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:07:41.481278+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:07:41.507859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:07:43.734101+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-09T01:07:43.740506+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:07:43.748179+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:43.748216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:43.768255+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:07:43.779081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:07:43.789956+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:07:43.935194+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T01:07:43.941289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:07:43.948618+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:43.948655+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:46.887550+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:07:46.923330+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:07:46.954589+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T01:07:46.961395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:07:46.969105+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:46.969143+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:49.905649+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:07:49.943678+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:07:58.150053+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-09T01:07:58.173492+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:07:58.192554+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:58.192618+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:07:58.259457+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:07:58.283534+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:07:58.306757+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:08:29.072128+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-09T01:08:29.098753+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:08:29.120454+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:08:29.120510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:08:29.193256+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:08:29.217019+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:08:29.241669+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:08:47.674470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T01:08:47.714327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:08:47.740130+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:08:47.740192+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:08:50.541531+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:08:50.601429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:09:30.577421+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T01:09:30.605366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:09:30.628108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:09:30.628174+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:09:33.412785+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:09:33.468573+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:09:51.671954+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T01:09:51.695897+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:09:51.714917+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:09:51.714971+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:09:54.475643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:09:54.508854+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:10:31.003108+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T01:10:31.042677+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:10:31.073569+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:10:31.073621+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:10:34.088183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:10:34.138921+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:10:55.496159+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T01:10:55.549640+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:10:55.581307+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:10:55.581365+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:10:58.373918+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:10:58.461532+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:11:31.341052+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T01:11:31.370046+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:11:31.390347+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:11:31.390393+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:11:34.155576+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:11:34.225871+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:11:58.810372+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T01:11:58.840325+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:11:58.860076+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:11:58.860128+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:12:01.661298+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:12:01.695635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:12:34.649031+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-09T01:12:34.679034+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:12:34.699659+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:12:34.699699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:12:34.770136+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:12:34.795473+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:12:34.818972+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:13:00.713681+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T01:13:00.744436+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:13:00.765901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:13:00.765946+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:13:03.762218+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:13:03.821911+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:13:36.252244+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T01:13:36.277954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:13:36.298717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:13:36.298778+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:13:39.109771+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:13:39.175452+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:14:01.129738+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T01:14:01.153372+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:14:01.176157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:14:01.176207+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:14:01.204473+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T01:14:01.234659+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:14:37.896744+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-09T01:14:37.922344+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:14:37.944055+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:14:37.944108+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:14:38.017915+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:14:38.044735+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:14:38.072699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:15:03.254027+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T01:15:03.288467+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:15:03.315864+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:15:03.315929+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:15:03.346362+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T01:15:03.387720+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:15:38.133861+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T01:15:38.159156+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:15:38.182422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:15:38.182469+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:15:41.432992+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:15:41.494928+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:16:03.293824+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T01:16:03.320299+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:16:03.342234+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:16:03.342293+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:16:03.370281+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T01:16:03.400466+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:16:42.016594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:17:08.367777+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-09T01:17:08.393055+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:17:08.414312+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:17:08.414364+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:17:08.483049+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:17:08.507354+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:17:08.532224+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:17:42.794959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:18:10.731073+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-03-09T01:18:10.757055+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:18:10.778576+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:18:10.778619+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:18:10.865717+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:18:10.891681+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:18:10.917057+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:19:13.632311+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-03-09T01:19:13.661778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:19:13.685825+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:19:13.685902+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:19:13.780384+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:19:13.810350+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:19:13.839953+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:20:17.452139+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-03-09T01:20:17.477430+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:20:17.497782+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:20:17.497827+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:20:17.566410+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:20:17.591967+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:20:17.617273+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:21:21.533657+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-03-09T01:21:21.560544+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:21:21.584888+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:21:21.584978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:21:21.658517+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:21:21.685921+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:21:21.713484+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:22:23.214873+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-03-09T01:22:23.271373+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:22:23.293684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:22:23.293728+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:22:26.109352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:23:25.113341+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-03-09T01:23:25.145633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:23:25.170161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:23:25.170219+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:23:28.042750+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:24:19.318174+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-03-09T01:24:19.347508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:24:19.369722+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:24:19.369769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:24:19.445886+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:24:19.470661+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:24:19.497596+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:24:46.101239+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/Livre_audio","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio/","method":"GET"} [] [2025-03-09T01:24:46.128711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:24:46.149313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:24:46.149379+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:24:46.179102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:25:08.469942+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-09T01:25:08.495328+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:25:08.515125+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:25:08.515197+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:25:11.409783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:25:11.493644+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T01:25:14.088814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:26:10.378985+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-03-09T01:26:10.406183+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:26:10.428291+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:26:10.428349+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:26:13.238725+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:27:13.803901+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-03-09T01:27:13.828493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:27:13.848759+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:27:13.848807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:27:13.921877+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:27:13.944809+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:27:13.971223+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:27:44.809866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:28:10.489671+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-03-09T01:28:10.514015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:28:10.534259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:28:10.534310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:28:10.605050+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:28:10.631421+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:28:10.655588+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:29:13.742309+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-03-09T01:29:13.767934+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:29:13.788489+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:29:13.788540+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:29:16.490035+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:29:54.991282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:29:57.115601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:29:59.114353+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-03-09T01:29:59.127589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:29:59.137142+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:29:59.137186+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:29:59.239866+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:29:59.257864+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:29:59.276183+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:30:01.344218+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-03-09T01:30:01.349810+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:30:01.356765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:01.356803+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:04.235938+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:30:04.253944+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:30:06.555421+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-03-09T01:30:06.564163+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:30:06.572269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:06.572311+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:06.591595+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:30:06.603327+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:30:06.613818+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:30:14.342701+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-03-09T01:30:14.368538+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:30:14.389313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:14.389375+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:14.491967+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:30:14.514690+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:30:14.547544+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:30:17.146407+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-03-09T01:30:17.152506+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:30:17.159998+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:17.160043+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:30:20.066205+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:30:20.106954+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:31:13.639364+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-09T01:31:13.676339+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:31:13.701336+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:31:13.701387+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:31:13.787900+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T01:31:13.819623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T01:31:13.850531+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:32:18.476177+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T01:32:18.501169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:32:18.521641+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:32:18.521683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:32:21.226578+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:32:21.286234+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:32:47.689529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:33:19.447375+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T01:33:19.474324+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:33:19.496440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:33:19.496496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:33:22.406329+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:33:22.442197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:33:37.693333+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:34:21.402638+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T01:34:21.427115+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:34:21.447488+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:34:21.447532+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:34:24.497750+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:34:24.557469+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:34:27.458890+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:35:17.017959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:35:25.756965+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T01:35:25.770682+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:35:25.782410+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:35:25.782459+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:35:28.536573+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:35:28.557753+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:36:08.689407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:36:26.058654+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T01:36:26.087496+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:36:26.109544+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:36:26.109585+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:36:28.984896+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:36:29.037028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:36:57.349501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:37:30.393400+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T01:37:30.416422+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:37:30.435376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:37:30.435417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:37:33.049296+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:37:33.093198+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:37:48.443060+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:38:34.954068+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T01:38:34.998641+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:38:35.029467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:38:35.029549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:38:37.889504+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:38:37.952270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:38:39.860880+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:39:33.093222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:39:38.028125+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T01:39:38.041807+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:39:38.052155+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:39:38.052226+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:39:40.881250+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:39:40.934337+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:40:39.774897+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T01:40:39.801323+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:40:39.823050+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:40:39.823092+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:40:42.757370+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:40:42.828942+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:41:40.045268+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T01:41:40.077624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:41:40.101809+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:41:40.101886+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:41:42.999427+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:41:43.056833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:42:44.745538+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T01:42:44.772417+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:42:44.796037+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:42:44.796098+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:42:47.555684+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:42:47.612789+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:43:45.011030+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T01:43:45.036081+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:43:45.057821+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:43:45.057906+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:43:47.849034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:43:47.882065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:44:46.465827+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T01:44:46.491258+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:44:46.512614+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:44:46.512673+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:44:49.538366+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:44:49.594357+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:45:50.521564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T01:45:50.569690+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:45:50.590895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:45:50.590960+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:45:53.205305+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:45:53.266644+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:46:52.519479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T01:46:52.564314+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:46:52.592035+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:46:52.592088+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:46:55.498495+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:46:55.564487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:47:57.758455+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T01:47:57.784474+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:47:57.805880+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:47:57.805928+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:48:00.571495+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:48:00.633132+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:49:01.453984+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T01:49:01.511511+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:49:01.533734+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:49:01.533807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:49:04.297623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:49:04.334940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:50:06.991009+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T01:50:07.020192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:50:07.042523+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:50:07.042592+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:50:09.829402+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:50:09.916403+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:51:08.263344+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T01:51:08.290660+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:51:08.312413+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:51:08.312453+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:51:11.139588+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:51:11.195824+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:52:11.766088+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T01:52:11.791304+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:52:11.811722+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:52:11.811764+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:52:14.763986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:52:14.825975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:53:14.179058+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T01:53:14.219090+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:53:14.242473+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:53:14.242528+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:53:17.188385+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:53:17.243247+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:53:32.082483+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T01:53:32.109029+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:53:32.128852+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:53:32.128908+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:53:34.958365+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:53:34.988228+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:53:45.504391+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T01:53:45.509965+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:53:45.516829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:53:45.516868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:53:48.336768+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:53:48.366237+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:54:15.686753+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T01:54:15.734020+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:54:15.753692+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:54:15.753748+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:54:18.601672+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:54:18.629191+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:54:26.498812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.test.local"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.test.local\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:55:18.100302+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T01:55:18.127612+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:55:18.149728+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:55:18.149787+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:55:20.899049+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:55:20.959486+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:55:32.179821+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-03-09T01:55:32.185563+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:55:32.192396+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:55:32.192434+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:55:32.193574+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:55:32.283851+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-03-09T01:55:32.304605+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-03-09T01:56:23.741150+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T01:56:23.779638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:56:23.802890+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:56:23.802931+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:56:26.896233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:56:26.952387+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:56:34.218302+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-03-09T01:56:34.224009+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:56:34.230840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:56:34.230881+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:56:34.232024+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:56:34.238848+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-03-09T01:56:34.239531+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-03-09T01:57:28.583035+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T01:57:28.617165+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:57:28.637771+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:57:28.637812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:57:30.100322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:57:31.294414+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:57:31.337543+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:58:21.263037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/links-bg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:58:30.673279+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T01:58:30.688094+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:58:30.698808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:58:30.698849+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:58:33.392907+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:58:33.437092+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T01:59:12.594108+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T01:59:36.722999+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T01:59:36.757665+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T01:59:36.778631+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:59:36.778693+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T01:59:39.460134+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T01:59:39.512577+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:00:01.239981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:00:37.277707+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T02:00:37.323980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:00:37.360179+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:00:37.360250+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:00:40.133097+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:00:40.203193+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:01:40.722740+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T02:01:40.768795+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:01:40.790713+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:01:40.790778+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:01:43.871884+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:01:43.927083+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:03:10.831899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.dev"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.dev\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:03:45.896465+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T02:03:45.922579+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:03:45.944925+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:03:45.944984+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:03:48.804732+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:03:48.858469+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:04:46.571702+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T02:04:46.601012+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:04:46.624563+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:04:46.624607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:04:49.533271+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:04:49.587733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:05:47.616679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:05:47.786515+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T02:05:47.800203+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:05:47.810581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:05:47.810620+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:05:50.734522+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:05:50.777502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:06:48.122859+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T02:06:48.195515+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:06:48.219469+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:06:48.219533+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:06:50.781380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:06:50.896498+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:06:50.941829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:07:51.155140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:07:52.023618+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T02:07:52.041286+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:07:52.054731+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:07:52.054807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:07:54.948466+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:07:54.990896+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:08:55.422362+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T02:08:55.482392+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:08:55.496373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:08:55.496444+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:08:55.501899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:08:58.347752+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:08:58.407703+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:09:56.746441+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T02:09:56.801135+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:09:56.909867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:09:56.909931+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:09:59.686891+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-03-09T02:09:59.693755+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:09:59.701563+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:09:59.701603+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:09:59.975054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:10:00.066980+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:10:00.525699+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:10:00.597684+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:10:00.608952+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:10:59.669916+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T02:10:59.749432+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:10:59.800621+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:10:59.800678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:10:59.939824+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T02:10:59.979484+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:11:00.150554+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-03-09T02:11:00.156911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:11:00.164589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:11:00.164627+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:11:03.131163+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:11:03.180657+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:12:00.104839+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T02:12:00.149110+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:12:00.179844+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:12:00.179898+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:12:00.251716+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T02:12:00.313166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:12:03.673682+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-03-09T02:12:03.680675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:12:03.689497+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:12:03.689538+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:12:06.444810+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:12:06.482701+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:13:04.458771+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-03-09T02:13:04.497709+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:13:04.533423+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:13:04.533488+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:13:04.623385+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:13:04.686844+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:13:04.726491+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:13:05.418375+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T02:13:05.425077+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:13:05.433153+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:13:05.433198+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:13:05.442932+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:13:05.454990+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:14:06.247939+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-03-09T02:14:06.334818+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:14:06.400631+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:14:06.400684+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:14:07.657613+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T02:14:07.664247+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:14:07.672227+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:14:07.672268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:14:07.693019+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:14:07.733146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:14:10.273171+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:15:10.581688+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-03-09T02:15:10.581701+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T02:15:10.779890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:15:10.780000+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:15:10.817407+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:15:10.817464+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:15:10.817853+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:15:10.817939+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:15:10.883797+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:15:10.944823+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:15:10.971674+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:15:11.000191+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:15:11.011305+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:16:05.965635+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-03-09T02:16:06.000871+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:16:06.030758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:16:06.030819+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:16:06.161009+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:16:06.205594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:16:06.231040+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:16:11.445622+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T02:16:11.452197+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:16:11.460185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:16:11.460225+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:16:11.469448+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:16:11.482213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:17:10.194528+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-03-09T02:17:10.240929+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:17:10.311007+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:17:10.311075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:17:12.851617+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-09T02:17:12.857988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:17:12.865798+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:17:12.865837+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:17:13.504246+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:17:15.603745+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:17:15.697431+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T02:18:16.306561+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-03-09T02:18:16.391965+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:18:16.431528+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:18:16.431573+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:18:18.624443+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-03-09T02:18:18.631338+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:18:18.639132+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:18:18.639171+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:18:19.380943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:18:21.482677+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:19:10.055653+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-03-09T02:19:10.148076+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:19:10.187902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:19:10.187963+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:19:10.450356+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:19:10.505830+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:19:10.540832+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:19:21.802994+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-03-09T02:19:21.809572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:19:21.817573+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:19:21.817626+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:19:21.838087+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:19:21.856129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:19:21.867035+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:20:18.294808+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-03-09T02:20:18.372616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:20:18.416395+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:20:18.416470+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:20:18.575386+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:20:18.634815+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:20:18.702858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:21:19.927697+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-03-09T02:21:20.000300+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:21:20.020129+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:21:20.020186+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:21:20.117878+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:21:20.158162+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:21:20.182805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:22:23.891933+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-03-09T02:22:24.027302+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:22:24.095645+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:22:24.095715+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:22:27.235071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:23:29.572081+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-03-09T02:23:29.645245+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:23:29.689285+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:23:29.689340+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:23:29.807462+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:23:29.897381+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:23:29.935692+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:23:32.043836+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-09T02:23:32.050241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:23:32.058013+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:23:32.058055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:23:32.070255+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:23:32.081885+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:24:14.076360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-09T02:24:14.195442+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:24:14.217300+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:24:14.217343+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:24:16.902896+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:24:17.033490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:24:24.376507+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-03-09T02:24:24.382482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:24:24.389940+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:24:24.389990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:24:24.552985+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:24:24.569237+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:24:24.581307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:25:19.084983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:25:28.511620+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-03-09T02:25:28.555357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:25:28.575202+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:25:28.575261+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:25:32.009897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:26:19.121645+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-09T02:26:19.263623+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:26:19.422476+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:26:19.422544+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:26:19.564787+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:26:19.619554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:26:35.106256+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-03-09T02:26:35.226971+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:26:35.260226+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:26:35.260293+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:26:35.543354+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:26:35.597035+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:26:35.665583+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:27:24.514498+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-09T02:27:24.577335+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:27:24.620664+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:27:24.620712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:27:27.720719+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:27:27.814995+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:27:30.408985+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-03-09T02:27:30.415678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:27:30.423946+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:27:30.424006+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:27:30.623460+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:27:30.651050+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:27:30.661427+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:28:28.773633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:28:32.203049+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T02:28:32.219817+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:28:32.229597+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:28:32.229636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:28:35.024435+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:28:35.103334+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:29:33.444367+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T02:29:33.537753+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:29:33.627244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:29:33.627325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:29:36.782197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:29:36.893083+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:30:38.125107+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T02:30:38.229100+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:30:38.263521+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:30:38.263583+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:30:41.384944+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:30:41.470669+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:31:39.408196+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T02:31:39.555638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:31:39.629771+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:31:39.629830+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:31:42.534689+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:31:42.636467+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:32:42.591242+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T02:32:42.740954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:32:42.792817+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:32:42.792865+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:32:45.661766+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:32:45.740582+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:33:42.269032+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T02:33:42.335117+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:33:42.428276+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:33:42.428343+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:33:45.534117+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:33:45.631310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:34:45.485585+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T02:34:45.608113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:34:45.766200+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:34:45.766263+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:34:48.853825+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:34:48.940028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:35:46.949813+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T02:35:47.076230+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:35:47.120464+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:35:47.120530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:35:50.279113+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:35:50.381975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:36:03.721863+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T02:36:03.877145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:36:03.975382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:36:03.975468+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:36:06.816199+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:36:06.964260+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:36:36.092221+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T02:36:36.265022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:36:36.291280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:36:36.291330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:36:39.101979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:36:39.181507+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:36:49.926244+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T02:36:49.932233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:36:49.940283+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:36:49.940332+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:36:52.948825+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:36:52.992201+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:37:42.300056+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T02:37:42.500828+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:37:42.613165+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:37:42.613232+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:37:45.632054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:37:45.773365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:37:50.081804+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T02:37:50.088503+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:37:50.096910+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:37:50.096953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:37:52.888179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:37:52.922103+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:38:45.372885+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T02:38:45.532980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:38:45.619261+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:38:45.619323+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:38:48.605720+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:38:48.785922+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:38:54.436148+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T02:38:54.441905+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:38:54.448934+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:38:54.448975+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:38:57.186934+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:38:57.199974+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:39:52.147763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:39:58.705964+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T02:39:58.718114+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:39:58.730665+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:39:58.730715+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:40:01.484678+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:40:01.557305+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:40:55.430861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:40:59.746607+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T02:40:59.774459+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:40:59.784026+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:40:59.784065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:41:02.615830+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:41:02.655835+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:41:55.942039+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-03-09T02:41:56.006360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:41:56.064627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:41:56.064683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:41:59.043639+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:41:59.135884+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:42:01.712113+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T02:42:01.717820+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:42:01.724893+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:42:01.724936+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:42:04.623264+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:42:04.638792+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:42:58.860695+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-03-09T02:42:58.888112+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:42:58.947278+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:42:58.947346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:43:01.821519+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:43:01.930123+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:43:07.269926+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T02:43:07.276362+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:43:07.284079+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:43:07.284120+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:43:10.206946+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:43:10.222303+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:44:02.108563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:44:09.359009+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T02:44:09.438704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:44:09.493862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:44:09.493921+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:44:12.505234+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:44:12.672267+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:45:05.090902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T02:45:13.415870+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T02:45:13.432706+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:45:13.445555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:45:13.445602+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:45:16.421189+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:45:16.493321+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:46:09.686497+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T02:46:09.831403+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:46:09.916978+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:46:09.917049+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:46:12.873476+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:46:12.928675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:46:16.748315+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T02:46:16.754648+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:46:16.762230+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:46:16.762270+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:46:19.520349+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:46:19.535857+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:47:12.596342+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T02:47:12.704779+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:47:12.772451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:47:12.772511+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:47:15.693929+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:47:16.244904+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:47:18.581623+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T02:47:18.587346+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:47:18.594281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:47:18.594326+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:47:18.618579+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T02:47:18.628015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:48:12.830482+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T02:48:12.877491+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:48:12.970428+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:48:12.970494+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:48:15.806765+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:48:15.932729+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:48:21.425148+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T02:48:21.431157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:48:21.438534+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:48:21.438580+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:48:21.483301+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:48:21.495112+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:49:15.576355+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T02:49:15.754255+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:49:15.844237+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:49:15.844299+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:49:18.741682+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:49:18.831036+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:49:27.294863+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T02:49:27.300493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:49:27.307391+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:49:27.307433+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:49:27.343097+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T02:49:27.354636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:50:21.581112+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T02:50:21.818142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:50:21.905000+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:50:21.905069+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:50:25.053124+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:50:25.143147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:50:32.557521+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-09T02:50:32.563139+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:50:32.570100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:50:32.570138+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:50:37.574155+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:50:37.673932+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T02:51:25.334522+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T02:51:25.409115+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:51:25.431589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:51:25.431660+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:51:28.381903+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:51:28.508362+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:51:36.730130+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-03-09T02:51:36.736180+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:51:36.743785+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:51:36.743829+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:51:37.599423+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:51:37.778595+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:51:37.793773+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:52:28.122939+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-03-09T02:52:28.194240+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:52:28.272254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:52:28.272318+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:52:31.160386+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:52:31.237241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:52:38.079409+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-03-09T02:52:38.085274+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:52:38.092633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:52:38.092672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:52:38.674509+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:52:38.815513+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:52:38.826449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:53:34.833228+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-03-09T02:53:34.914902+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:53:34.950154+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:53:34.950200+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:53:38.080468+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:53:38.199054+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:53:40.470983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-03-09T02:53:40.477356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:53:40.485014+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:53:40.485065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:53:43.789186+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:54:46.878159+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-03-09T02:54:46.918235+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:54:46.959181+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:54:46.959249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:54:47.117585+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:54:47.191555+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:54:47.236867+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:55:44.779309+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-03-09T02:55:44.858509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:55:44.886251+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:55:44.886298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:55:47.899007+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:56:49.407248+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-03-09T02:56:49.480531+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:56:49.575217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:56:49.575294+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:56:49.781301+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:56:49.828035+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:56:49.905777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:57:46.659099+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-03-09T02:57:46.748437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:57:46.811796+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:57:46.811859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:57:46.985210+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:57:47.048456+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:57:47.126577+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:58:52.359154+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-03-09T02:58:52.646779+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:58:52.878382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:58:52.878468+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:58:56.461267+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:59:39.255079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T02:59:39.489493+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:59:39.762269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:59:39.762338+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:59:42.921153+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T02:59:43.034868+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T02:59:51.159187+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-03-09T02:59:51.164723+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T02:59:51.171515+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:59:51.171552+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T02:59:51.547684+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T02:59:51.589479+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T02:59:51.600311+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:00:13.332665+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T03:00:13.429031+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:00:13.506588+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:00:13.506656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:00:16.718799+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:00:16.791015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:00:51.920456+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-03-09T03:00:52.016057+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:00:52.158118+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:00:52.158188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:00:55.815378+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:01:14.940809+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-03-09T03:01:15.662149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:01:15.803086+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:01:15.803162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:01:19.244619+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:01:19.382407+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:01:50.807455+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-03-09T03:01:50.902754+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:01:50.935471+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:01:50.935546+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:01:54.143362+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:02:17.120244+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-03-09T03:02:17.324896+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:02:17.460221+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:02:17.460296+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:02:20.530863+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:02:20.562881+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:02:47.655408+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-03-09T03:02:47.731332+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:02:47.892781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:02:47.892849+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:02:48.618804+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:02:48.737072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:02:48.813809+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:03:38.165386+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T03:03:38.320785+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:03:38.464033+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:03:38.464095+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:03:41.816026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:03:41.921250+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:04:43.868921+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T03:04:44.196390+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:04:44.357483+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:04:44.357549+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:04:47.710325+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:04:47.904687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:05:48.739837+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T03:05:49.231218+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:05:49.433470+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:05:49.433535+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:05:52.843723+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:05:53.126910+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:06:52.178080+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T03:06:52.383523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:06:52.583753+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:06:52.583821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:06:55.669544+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:06:55.878084+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:07:59.926730+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T03:08:00.138595+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:08:00.297485+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:08:00.297553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:08:03.616094+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:08:03.889271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:09:01.272586+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T03:09:01.509314+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:09:01.686704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:09:01.686770+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:09:04.994838+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:09:05.240276+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:10:05.448198+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T03:10:05.715183+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:10:05.873229+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:10:05.873310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:10:09.101341+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:10:09.237548+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:11:10.404297+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T03:11:10.604463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:11:10.726710+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:11:10.726793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:11:14.204334+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:11:14.334858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:12:16.798383+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T03:12:16.892468+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:12:17.062603+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:12:17.062675+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:12:20.094083+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:12:20.737620+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:13:16.133911+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T03:13:16.296838+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:13:16.439900+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:13:16.439969+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:13:19.520737+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:13:20.039568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:14:20.921753+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T03:14:21.307473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:14:21.759400+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:14:21.759506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:14:26.023918+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:14:26.678782+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:15:21.476455+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T03:15:21.663592+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:15:21.836522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:15:21.836592+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:15:24.872129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:15:25.263897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:16:24.717150+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T03:16:25.127189+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:16:25.376069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:16:25.376140+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:16:28.399407+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:16:28.779319+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:17:27.975772+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T03:17:28.212416+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:17:28.414276+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:17:28.414344+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:17:31.735826+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:17:32.012427+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:18:31.433679+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T03:18:31.761527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:18:32.029124+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:18:32.029190+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:18:35.607105+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:18:35.969021+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:19:35.209352+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T03:19:35.717507+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:19:36.037875+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:19:36.037944+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:19:40.076678+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:19:41.042413+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:20:37.533774+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T03:20:38.205381+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:20:38.785183+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:20:38.785251+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:20:42.890417+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:20:43.127736+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:21:42.485609+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T03:21:43.044436+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:21:43.186909+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:21:43.186973+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:21:46.730371+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:21:46.888263+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:22:43.213415+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T03:22:43.506419+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:22:43.635575+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:22:43.635639+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:22:47.426935+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:22:47.758149+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:23:44.843116+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T03:23:45.162782+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:23:45.242197+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:23:45.242259+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:23:48.239783+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:23:48.764804+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:24:45.637307+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T03:24:45.892624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:24:46.145942+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:24:46.146040+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:24:49.485114+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:24:49.818505+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:25:50.424238+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T03:25:51.053526+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:25:51.262611+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:25:51.262678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:25:54.423817+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:25:54.723858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:26:52.193205+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T03:26:52.698458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:26:52.867281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:26:52.867352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:26:56.183257+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:26:56.511408+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:27:57.516579+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T03:27:58.467008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:27:58.533484+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:27:58.533550+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:28:01.812387+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:28:02.096709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:29:02.288288+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T03:29:02.521176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:29:02.744454+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:29:02.744521+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:29:06.030013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:29:07.572882+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:30:08.635771+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T03:30:08.941481+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:30:09.424820+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:30:09.424882+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:30:13.177224+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:30:14.015653+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:31:09.683171+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T03:31:10.196889+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:31:10.504911+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:31:10.504975+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:31:13.589521+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:31:13.964319+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:32:13.621836+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T03:32:14.124390+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:32:14.339262+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:32:14.339330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:32:17.513264+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:32:18.012237+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:33:13.520993+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T03:33:13.905712+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:33:14.506081+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:33:14.506149+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:33:18.065816+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:33:18.262918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:34:16.647113+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T03:34:16.983181+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:34:17.173543+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:34:17.173619+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:34:20.494669+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:34:20.829793+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:35:17.997554+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T03:35:19.003917+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:35:19.568924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:35:19.568995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:35:23.395172+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:35:23.757264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:36:24.144349+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T03:36:24.676113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:36:24.872526+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:36:24.872595+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:36:28.456799+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:36:28.647035+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:37:24.271234+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T03:37:24.422767+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:37:24.854149+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:37:24.854217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:37:28.670309+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:37:28.752827+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:38:28.549360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T03:38:28.885545+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:38:29.083892+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:38:29.083960+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:38:33.542673+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:38:34.406186+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:39:27.476195+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T03:39:27.679858+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:39:27.982698+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:39:27.982766+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:39:31.159193+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:39:31.379654+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:40:34.980299+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T03:40:35.239816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:40:35.374355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:40:35.374424+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:40:35.608013+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T03:40:35.759242+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:41:37.483590+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T03:41:37.935404+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:41:39.243252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:41:39.243323+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:41:39.786956+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T03:41:40.460705+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:42:39.615055+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T03:42:39.956135+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:42:40.099755+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:42:40.099820+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:42:40.227557+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T03:42:40.377344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:43:42.724049+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T03:43:42.885984+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:43:42.989528+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:43:42.989592+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:43:43.310274+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T03:43:43.461797+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:44:45.183980+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T03:44:45.280817+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:44:45.415462+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:44:45.415528+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:44:45.616500+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T03:44:45.947398+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:45:58.141741+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T03:45:58.448793+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:45:58.846604+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:45:58.846673+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:45:59.409815+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T03:45:59.763414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:46:52.909610+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-03-09T03:46:53.069034+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:46:53.225298+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:46:53.225370+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:46:55.408884+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:46:55.932541+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:46:57.002893+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:47:59.653947+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-03-09T03:47:59.865404+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:47:59.895477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:47:59.895535+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:48:01.334083+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:48:01.547045+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:48:01.705659+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:49:04.073770+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-03-09T03:49:04.246561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:49:04.462121+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:49:04.462196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:49:05.043171+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:49:06.052818+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:49:07.055872+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:50:10.693563+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-03-09T03:50:11.818113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:50:12.031307+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:50:12.031368+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:50:19.329829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:51:15.165171+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-03-09T03:51:16.580252+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:51:16.753035+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:51:16.753106+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:51:21.810858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:52:12.635825+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-03-09T03:52:12.783497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:52:12.891121+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:52:12.891194+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:52:16.268357+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:53:05.083237+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-03-09T03:53:05.436564+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:53:05.686737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:53:05.686807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:53:09.384348+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:53:48.597509+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-03-09T03:53:48.732999+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:53:48.875818+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:53:48.875891+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:53:49.541061+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:53:49.724040+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:53:49.867015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:54:28.876507+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-03-09T03:54:29.044201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:54:29.191306+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:54:29.191378+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:54:29.997003+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:54:30.120356+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:54:30.240810+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:55:30.196481+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-03-09T03:55:30.277959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:55:30.451103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:55:30.451170+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:55:30.868722+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:55:31.004504+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:55:31.079788+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:56:32.664256+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-03-09T03:56:32.983189+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:56:33.119022+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:56:33.119107+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:56:33.648313+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:56:33.740418+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:56:33.828226+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:57:16.429592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.prod"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.prod\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T03:57:37.197472+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-03-09T03:57:37.400722+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:57:37.590640+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:57:37.590710+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:57:42.017075+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:58:21.237331+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se/","method":"GET"} [] [2025-03-09T03:58:21.402291+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:58:21.480338+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:58:21.480408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:58:21.631076+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:58:35.735101+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-03-09T03:58:35.741321+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:58:35.748761+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:58:35.748800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:58:35.956017+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T03:58:36.023313+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T03:58:36.063897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:59:20.829126+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se/","method":"GET"} [] [2025-03-09T03:59:20.957104+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:59:21.079943+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:59:21.080009+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:59:21.255625+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T03:59:30.836340+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T03:59:30.845219+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T03:59:30.856115+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:59:30.856177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T03:59:33.750444+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T03:59:33.818243+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:00:36.987871+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T04:00:37.201169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:00:37.328900+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:00:37.328965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:00:40.782711+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:00:40.900936+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:01:41.308790+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T04:01:41.793527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:01:42.738478+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:01:42.738556+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:01:46.972898+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:01:47.449155+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:02:43.239526+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T04:02:43.692970+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:02:43.752613+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:02:43.752663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:02:46.657849+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:02:46.735352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:03:43.194518+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T04:03:43.711984+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:03:44.018676+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:03:44.018760+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:03:47.442734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:03:47.951783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:04:22.332002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.backup"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.backup\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:04:47.870578+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T04:04:48.177772+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:04:48.375125+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:04:48.375196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:04:49.518791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:04:51.566258+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:04:51.650488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:05:22.381991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:05:50.565603+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T04:05:50.708606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:05:50.735013+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:05:50.735073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:05:53.725824+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:05:53.904716+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:06:22.431737+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T04:06:22.734833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:06:22.827899+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:06:22.827968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:06:23.028369+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T04:06:23.144854+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:06:49.810750+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T04:06:50.013545+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:06:50.089384+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:06:50.089476+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:06:50.234536+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T04:06:50.242869+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:06:50.250660+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:06:50.250699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:06:50.297166+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T04:06:52.887189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:06:55.519817+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:06:55.555389+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:07:57.170064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T04:07:57.291275+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:07:57.349585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:07:57.349656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:08:00.362649+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:08:00.467783+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:08:53.085379+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-09T04:08:53.532968+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:08:53.611408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:08:53.611493+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:08:57.449627+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:08:57.605327+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:08:57.997767+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T04:08:58.004176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:08:58.012717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:08:58.012780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:09:01.046602+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:09:01.057963+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:10:01.729850+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T04:10:01.964037+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:10:02.333457+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:10:02.333526+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:10:06.192284+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:10:06.348133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:11:01.411064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T04:11:01.493631+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:11:01.534168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:11:01.534235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:11:04.433002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:11:04.557152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:12:03.180173+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-09T04:12:03.180197+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T04:12:03.688295+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:12:03.688356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:12:04.070542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:12:04.070576+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:12:04.070613+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:12:04.070645+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:12:07.210328+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:12:07.924543+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:12:07.926645+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:12:08.200037+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:12:08.200054+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:13:00.074610+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-09T04:13:00.307688+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:13:00.336057+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:13:00.336119+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:13:00.576762+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:13:00.686134+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:13:00.834157+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:13:04.913212+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T04:13:04.920249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:13:04.928681+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:13:04.928719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:13:07.995617+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:13:08.033717+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:14:04.759165+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-03-09T04:14:05.110300+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:14:05.155928+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:14:05.155990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:14:09.473457+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:14:10.288978+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T04:14:10.295630+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:14:10.303644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:14:10.303683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:14:10.578627+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:14:12.982679+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:14:13.024455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:15:03.751246+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-09T04:15:04.242638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:15:04.390814+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:15:04.390884+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:15:05.250507+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:15:05.396135+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:15:05.528878+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:15:12.870215+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T04:15:12.877001+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:15:12.885112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:15:12.885153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:15:15.650253+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:15:15.689189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:16:06.118149+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-09T04:16:06.210311+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:16:06.245534+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:16:06.245587+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:16:09.179976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:16:09.316400+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:16:16.754248+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T04:16:16.760632+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:16:16.767906+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:16:16.767948+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:16:19.589826+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:16:19.602496+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:17:11.650213+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-09T04:17:12.127566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:17:12.415644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:17:12.415712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:17:13.137531+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:17:13.558765+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:17:14.072967+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:17:20.661676+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T04:17:20.668143+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:17:20.675997+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:17:20.676036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:17:24.529481+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:17:24.580012+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:18:12.482712+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-03-09T04:18:14.077339+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:18:14.247758+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:18:14.247825+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:18:17.751177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:18:17.990032+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:18:25.601341+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T04:18:25.609192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:18:25.619333+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:18:25.619408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:18:28.428871+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:18:28.507547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:19:13.711349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/libraries/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/libraries/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/libraries/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:19:26.269551+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T04:19:26.339458+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:19:26.353407+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:19:26.353455+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:19:29.261820+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:19:29.551316+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:20:32.754167+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T04:20:32.837469+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:20:32.964962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:20:32.965031+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:20:36.290306+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:20:36.391528+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:21:37.105783+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T04:21:37.139040+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:21:37.164821+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:21:37.164883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:21:39.951057+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:21:40.102499+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:22:13.668914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:22:41.920564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T04:22:41.976220+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:22:42.010450+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:22:42.010518+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:22:44.726780+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:22:44.822976+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:23:05.975033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:23:46.475651+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T04:23:46.571159+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:23:46.635351+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:23:46.635411+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:23:52.175701+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:23:52.749881+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:24:45.857316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:24:47.607349+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T04:24:47.626804+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:24:47.640737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:24:47.640781+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:24:50.705404+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:24:50.745353+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:25:34.104094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:25:52.458629+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T04:25:52.784756+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:25:52.807457+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:25:52.807504+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:25:55.650445+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:25:55.727495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:26:59.192558+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T04:26:59.256183+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:26:59.306071+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:26:59.306129+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:27:02.273060+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:27:02.364015+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:27:57.859971+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T04:27:57.964078+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:27:58.083097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:27:58.083166+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:28:01.214156+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:28:01.280452+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:29:03.097054+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T04:29:03.744155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:29:03.777419+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:29:03.777477+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:29:07.003338+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:29:07.064216+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:30:06.202292+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T04:30:06.811134+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:30:06.936463+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:30:06.936530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:30:09.755655+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:30:09.844300+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:31:07.921441+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T04:31:08.043532+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:31:08.138947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:31:08.139014+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:31:11.309798+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:31:11.393751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:31:13.275914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:32:06.245750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:32:07.903537+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T04:32:07.980278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:32:07.990185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:32:07.990233+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:32:11.065277+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:32:11.307592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:33:13.743290+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T04:33:13.820537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:33:13.882197+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:33:13.882257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:33:16.789539+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:33:16.908073+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:34:18.251427+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T04:34:18.308687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:34:18.346440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:34:18.346520+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:34:21.664907+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:34:21.874929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:35:22.616737+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T04:35:22.703482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:35:22.768478+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:35:22.768538+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:35:25.950435+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:35:26.026680+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:36:27.976777+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T04:36:28.037287+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:36:28.076014+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:36:28.076058+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:36:28.144696+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T04:36:28.257797+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:37:37.809031+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T04:37:38.230349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:37:38.455951+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:37:38.456019+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:37:39.243382+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T04:37:39.468559+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:37:40.827840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:38:04.777274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:38:27.184975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:38:36.544598+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T04:38:36.818680+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:38:36.872666+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:38:36.872720+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:38:37.263297+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T04:38:37.282864+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:38:50.719058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:39:11.716812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:39:33.684725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:39:40.209862+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T04:39:41.172020+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:39:41.236752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:39:41.236821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:39:41.438502+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T04:39:41.464414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:39:58.459953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:40:15.225682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:40:48.826272+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T04:40:48.923671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:40:48.984798+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:40:48.984858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:40:49.081569+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T04:40:49.178587+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:40:59.391485+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/7","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/livre/7/","method":"GET"} [] [2025-03-09T04:40:59.397290+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:40:59.404218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:40:59.404257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:40:59.720099+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:41:48.540928+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T04:41:48.608217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:41:48.638405+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:41:48.638452+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:41:48.705850+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T04:41:48.741781+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:42:07.553746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:42:52.815694+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-03-09T04:42:52.917108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:42:52.996432+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:42:53.014845+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:42:55.013240+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:42:55.277620+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:42:55.671188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:42:58.305238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:43:51.322643+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-03-09T04:43:51.391294+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:43:51.429732+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:43:51.429790+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:43:54.654354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:43:55.432929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:44:50.902708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T04:44:52.833479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-03-09T04:44:52.870651+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:44:52.885287+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:44:52.885338+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:44:56.807583+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:45:56.418270+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-03-09T04:45:56.654586+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:45:56.736914+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:45:56.736980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:45:57.879520+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:45:57.998103+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:45:58.153875+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:46:41.726179+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-03-09T04:46:41.780386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:46:41.802541+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:46:41.802587+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:46:41.933079+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:46:42.001509+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:46:42.097268+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:47:46.123882+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-03-09T04:47:46.210226+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:47:46.278744+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:47:46.278797+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:47:46.554485+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:47:46.616848+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:47:46.679221+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:48:48.276523+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-03-09T04:48:48.894071+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:48:48.980595+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:48:48.980663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:48:49.540309+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:48:49.607788+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:48:49.673409+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:49:52.526887+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-03-09T04:49:52.593406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:49:52.630765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:49:52.630826+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:49:52.740470+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:49:52.785510+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:49:52.818915+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:50:57.784483+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-03-09T04:50:58.586922+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:50:58.686742+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:50:58.686810+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:51:02.026676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:51:57.114780+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-03-09T04:51:57.162187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:51:57.200283+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:51:57.200343+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:51:57.421284+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T04:51:57.675252+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T04:51:57.790984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:52:53.279016+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-03-09T04:52:53.444857+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:52:53.544287+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:52:53.544357+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:52:57.350551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:53:54.503264+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T04:53:54.657942+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:53:55.183493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:53:55.183564+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:53:58.393234+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:53:58.462551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:54:51.262678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T04:54:51.425585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:54:51.463901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:54:51.463947+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:54:54.426697+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:54:54.531398+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:55:50.096854+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T04:55:50.149265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:55:50.180062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:55:50.180127+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:55:53.064129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:55:53.323042+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:56:53.367509+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T04:56:53.419788+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:56:53.469160+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:56:53.469211+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:56:57.017005+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:56:57.609820+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:57:59.101975+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T04:57:59.792307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:57:59.929706+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:57:59.929784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:58:03.304343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:58:03.398698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:58:59.756294+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T04:58:59.996551+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T04:59:00.640270+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:59:00.640346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T04:59:04.017592+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T04:59:04.129104+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T04:59:59.864363+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T05:00:00.052633+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:00:00.103395+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:00:00.103447+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:00:03.973185+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:00:04.504839+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:01:04.045851+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T05:01:04.167781+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:01:04.299150+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:01:04.299220+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:01:08.337620+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:01:08.400758+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:02:06.014578+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T05:02:06.059908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:02:06.115186+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:02:06.115252+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:02:09.137426+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:02:09.222159+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:03:06.147381+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T05:03:06.205112+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:03:06.229902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:03:06.229971+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:03:09.079925+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:03:09.171720+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:04:07.284408+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T05:04:07.373694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:04:07.438849+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:04:07.438913+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:04:10.531354+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:04:10.860682+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:04:42.040051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:05:08.453354+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T05:05:09.318508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:05:11.360263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:05:11.360334+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:05:14.874605+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:05:14.947504+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:05:31.002941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:06:13.098995+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T05:06:13.167561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:06:13.231546+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:06:13.231598+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:06:16.258139+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:06:17.803651+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:07:17.503776+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T05:07:17.574527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:07:17.727996+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:07:17.728075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:07:21.080042+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:07:21.856968+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:08:18.071339+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T05:08:18.159642+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:08:18.225243+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:08:18.225297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:08:21.512371+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:08:21.611125+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:09:21.178065+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T05:09:21.430463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:09:21.491407+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:09:21.491475+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:09:24.541637+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:09:24.611192+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:10:21.207475+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T05:10:21.260433+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:10:21.298385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:10:21.298441+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:10:24.030994+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:10:24.137281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:11:22.701883+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T05:11:22.730788+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:11:22.811468+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:11:22.811527+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:11:26.733570+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:11:26.957991+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:12:25.780522+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T05:12:26.475453+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:12:30.864734+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:12:30.886467+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:12:34.261544+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:12:34.393000+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:13:32.033161+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T05:13:32.105607+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:13:32.200656+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:13:32.200724+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:13:37.281437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:13:37.492896+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:14:36.701418+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T05:14:36.829241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:14:37.071916+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:14:37.071984+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:14:41.669409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:14:41.813964+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:15:35.477232+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T05:15:35.549678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:15:35.573865+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:15:35.573919+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:15:38.658475+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:15:38.703936+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:16:37.860078+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T05:16:37.922634+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:16:38.084163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:16:38.084232+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:16:42.715364+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:16:42.919133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:17:42.396846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T05:17:42.461246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:17:42.535071+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:17:42.535137+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:17:45.638394+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:17:45.720102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:18:46.805241+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T05:18:46.916806+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:18:47.326231+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:18:47.326300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:18:50.339309+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:18:50.767216+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:19:49.492307+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T05:19:49.610535+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:19:49.679857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:19:49.679923+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:19:52.638451+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:19:52.974747+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:20:51.548649+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T05:20:52.030152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:20:52.099750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:20:52.099822+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:20:55.477626+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:20:55.983720+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:21:57.009052+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T05:21:57.082370+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:21:57.149288+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:21:57.149357+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:22:00.284486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:22:00.436612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:23:00.299563+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T05:23:00.369743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:23:00.400999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:23:00.401042+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:23:03.598409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:23:03.700165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:23:57.400640+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T05:23:57.534898+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:23:57.629522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:23:57.629588+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:24:00.694248+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:24:00.962531+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:24:58.364168+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T05:24:58.428502+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:24:58.457932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:24:58.457977+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:25:01.828873+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:25:02.022800+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:26:04.534863+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T05:26:04.696356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:26:04.767537+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:26:04.767604+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:26:08.470650+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:26:08.740511+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:27:07.474717+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T05:27:07.556614+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:27:07.666709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:27:07.666770+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:27:09.630040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:27:10.488998+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:27:10.619502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:27:12.754803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:27:15.678599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:27:19.057315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:27:25.412061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:27:27.762861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T05:28:10.760114+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T05:28:10.906600+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:28:11.236705+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:28:11.236781+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:28:14.165763+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:28:14.307582+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:29:12.774263+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T05:29:12.829792+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:29:12.873778+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:29:12.873824+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:29:16.155220+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:29:16.445789+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:30:17.537076+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T05:30:17.617102+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:30:18.187234+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:30:18.191034+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:30:18.980737+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T05:30:19.149428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:31:19.954096+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T05:31:20.257616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:31:20.903026+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:31:20.903094+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:31:21.340480+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T05:31:21.487699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:32:20.542258+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T05:32:20.597432+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:32:20.645422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:32:20.645482+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:32:20.748921+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T05:32:20.822790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:33:23.058825+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T05:33:23.173358+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:33:23.228016+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:33:23.228098+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:33:23.291985+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T05:33:23.349912+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:34:25.488916+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T05:34:25.518711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:34:25.541721+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:34:25.541773+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:34:25.976499+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T05:34:26.021920+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:35:30.936693+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T05:35:31.025779+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:35:31.054424+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:35:31.054485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:35:31.668416+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T05:35:32.440536+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:36:33.249602+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-03-09T05:36:33.445316+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:36:33.486053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:36:33.486113+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:36:35.426779+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:36:35.882888+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:36:36.142113+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:37:38.455217+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-09T05:37:38.548192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:37:38.648368+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:37:38.648450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:37:39.265210+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:37:39.438968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:37:39.623587+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:38:39.286361+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-03-09T05:38:39.516638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:38:39.634363+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:38:39.634429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:38:40.666043+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:38:40.841081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:38:41.071488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:39:40.576598+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-03-09T05:39:40.672882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:39:40.736838+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:39:40.736908+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:39:41.610638+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:39:41.845179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:39:42.561435+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:40:46.426447+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-03-09T05:40:46.659217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:40:46.728093+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:40:46.728155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:40:46.907357+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:40:47.039990+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:40:47.470881+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:41:44.702723+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-03-09T05:41:45.076420+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:41:45.152854+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:41:45.152917+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:41:49.682388+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:42:46.640118+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-03-09T05:42:47.839764+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:42:48.021591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:42:48.021679+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:42:48.557836+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:42:48.675348+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:42:48.711020+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:43:42.971181+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-03-09T05:43:43.002935+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:43:43.023710+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:43:43.023752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:43:43.229962+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:43:43.258594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:43:43.286315+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:44:44.924648+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-03-09T05:44:45.001384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:44:45.058062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:44:45.058141+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:44:45.250159+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:44:45.304740+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:44:45.381874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:45:49.159430+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-03-09T05:45:49.229671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:45:49.272901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:45:49.272970+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:45:49.436811+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:45:49.483789+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:45:49.527732+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:46:54.451539+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-03-09T05:46:55.370425+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:46:55.520747+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:46:55.520829+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:46:56.064738+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:46:56.445614+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:46:56.548696+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:47:56.762157+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-03-09T05:47:56.888841+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:47:57.001312+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:47:57.001378+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:48:00.501444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:49:00.162934+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-03-09T05:49:00.406710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:49:00.469454+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:49:00.469517+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:49:00.743087+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:49:00.788401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:49:00.870344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:49:56.276106+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-03-09T05:49:56.530487+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:49:56.835581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:49:56.835651+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:49:57.680751+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:49:57.826759+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:49:57.906947+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:50:54.742835+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-03-09T05:50:54.944419+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:50:55.036864+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:50:55.036925+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:50:55.234813+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T05:50:55.301765+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T05:50:55.344942+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:53:00.300863+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T05:53:00.397075+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:53:00.444932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:53:00.444999+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:53:04.117206+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:53:04.571914+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:54:02.965168+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T05:54:03.085030+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:54:03.144743+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:54:03.144809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:54:07.265545+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:54:10.442375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:55:06.309522+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T05:55:07.006584+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:55:10.741999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:55:10.742081+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:55:14.021936+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:55:14.148646+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:56:11.570612+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T05:56:11.642811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:56:11.765626+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:56:11.765686+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:56:14.590690+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:56:14.704232+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:57:12.953779+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T05:57:13.028545+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:57:13.077772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:57:13.077839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:57:15.951522+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:57:16.141286+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:58:16.431421+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T05:58:16.794430+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:58:16.969385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:58:16.969456+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:58:20.569773+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:58:20.916178+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T05:59:15.683108+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T05:59:15.762177+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T05:59:15.818256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:59:15.818320+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T05:59:19.313804+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T05:59:19.391290+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:00:20.942594+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T06:00:21.023791+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:00:21.274912+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:00:21.274982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:00:24.734464+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:00:24.804080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:01:22.173804+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T06:01:22.220338+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:01:22.249662+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:01:22.249712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:01:25.147757+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:01:25.218661+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:02:24.502425+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T06:02:24.546017+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:02:24.569637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:02:24.569687+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:02:27.525904+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:02:27.609182+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:03:26.314219+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T06:03:26.366039+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:03:26.404207+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:03:26.404260+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:03:29.674213+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:03:29.811831+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:04:29.679159+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T06:04:29.738090+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:04:29.769305+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:04:29.769352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:04:33.117475+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:04:33.475672+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:05:36.720127+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T06:05:36.828312+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:05:36.892463+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:05:36.892522+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:05:41.447787+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:05:41.837760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:06:39.383405+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T06:06:40.376528+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:06:40.561125+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:06:40.561193+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:06:43.538740+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:06:43.710891+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:07:40.939959+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T06:07:41.169156+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:07:41.337421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:07:41.337490+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:07:44.328991+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:07:44.379322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:08:43.489932+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T06:08:43.567477+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:08:43.621326+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:08:43.621394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:08:52.660949+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:08:52.737854+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:09:45.998497+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T06:09:46.104005+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:09:46.170797+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:09:46.170873+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:09:49.040197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:09:49.209219+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:10:47.346961+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T06:10:47.395578+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:10:47.418078+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:10:47.418131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:10:50.317585+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:10:50.439701+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:11:48.983934+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T06:11:49.031811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:11:49.085341+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:11:49.085422+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:11:52.074716+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:11:52.160561+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:12:59.956598+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T06:13:00.204374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:13:00.272679+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:13:00.272769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:13:03.360218+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:13:03.436538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:14:01.873165+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T06:14:01.911256+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:14:01.978928+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:14:01.978994+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:14:04.830394+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:14:04.966871+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:15:03.229284+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T06:15:03.298482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:15:03.391383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:15:03.391447+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:15:06.361291+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:15:06.422739+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:16:03.155299+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T06:16:03.196950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:16:03.220107+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:16:03.220155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:16:06.429838+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:16:06.525394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:17:05.176319+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T06:17:05.216675+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:17:05.296395+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:17:05.296468+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:17:08.133964+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:17:08.253941+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:18:11.486470+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T06:18:11.785327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:18:11.890871+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:18:11.890952+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:18:15.561249+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:18:15.737664+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:19:14.240595+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T06:19:14.538027+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:19:14.680379+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:19:14.680448+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:19:17.858635+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:19:18.161606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:20:19.232723+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T06:20:19.302341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:20:19.355243+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:20:19.355302+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:20:22.729528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:20:23.004444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:21:22.094344+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T06:21:22.179465+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:21:22.365144+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:21:22.365213+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:21:25.745735+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:21:25.823169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:22:23.511642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T06:22:23.607663+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:22:23.667740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:22:23.667799+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:22:23.704429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T06:22:26.643767+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:22:27.462713+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:22:54.269208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T06:23:30.305152+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T06:23:30.603289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:23:30.686546+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:23:30.686617+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:23:34.249972+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:23:34.346843+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:24:27.456017+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T06:24:27.556948+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:24:27.641096+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:24:27.641158+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:24:32.054781+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:24:32.361747+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:25:33.881160+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T06:25:34.032922+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:25:34.183088+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:25:34.183176+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:25:37.597097+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:25:39.371195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:26:32.269886+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T06:26:32.504029+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:26:32.824298+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:26:32.824369+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:26:38.998314+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:26:39.085633+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:27:36.512567+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T06:27:36.547397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:27:36.613379+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:27:36.613452+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:27:42.072568+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:27:42.714796+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:28:39.427319+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T06:28:39.497561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:28:39.542476+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:28:39.542537+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:28:42.542896+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:28:42.622450+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:30:47.294384+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T06:30:47.354843+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:30:47.405057+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:30:47.405120+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:30:47.453547+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T06:30:47.573163+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:31:51.537763+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T06:31:51.583097+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:31:51.620304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:31:51.620375+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:31:51.667497+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T06:31:51.951385+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:32:58.914947+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T06:32:58.974490+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:32:59.034417+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:32:59.034485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:32:59.399474+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T06:32:59.589471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:34:00.192813+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T06:34:00.268038+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:34:00.328449+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:34:00.328511+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:34:00.481791+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T06:34:00.537127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:35:02.773032+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T06:35:02.841491+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:35:02.894611+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:35:02.894677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:35:02.965258+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T06:35:03.038284+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:35:40.551636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/images/images/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/images/images/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/images/images/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T06:36:06.278582+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-03-09T06:36:06.313262+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:36:06.345189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:36:06.345244+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:36:06.480774+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:36:06.544063+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:36:06.578867+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:36:46.578088+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/images/images/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/images/images/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/images/images/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T06:37:07.343846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-03-09T06:37:07.506766+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:37:07.531679+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:37:07.531729+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:37:10.474580+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:37:47.985628+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.stage"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.stage\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T06:38:09.408336+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-03-09T06:38:09.504393+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:38:09.606380+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:38:09.606447+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:38:09.980627+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:38:10.018453+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:38:10.057402+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:39:06.592679+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-03-09T06:39:06.658931+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:39:06.702745+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:39:06.702800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:39:07.212167+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:39:07.682925+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:39:08.286503+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:40:08.748689+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-03-09T06:40:08.806592+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:40:08.858578+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:40:08.858632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:40:09.098402+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:40:09.171727+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:40:09.247300+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:41:12.692174+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-03-09T06:41:12.752122+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:41:12.798954+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:41:12.799021+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:41:12.981689+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:41:13.049616+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:41:13.118596+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:42:16.046324+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-03-09T06:42:16.076653+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:42:16.097500+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:42:16.097543+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:42:17.103094+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:42:17.156092+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:42:17.251504+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:43:20.734359+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-03-09T06:43:21.028054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:43:21.068886+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:43:21.068968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:43:25.414484+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:44:21.609891+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-03-09T06:44:21.680766+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:44:21.715069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:44:21.715116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:44:21.826386+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T06:44:21.862163+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T06:44:21.902387+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:45:16.320130+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-03-09T06:45:16.381810+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:45:16.444703+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:45:16.444769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:45:20.645548+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:46:16.392322+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-03-09T06:46:16.424182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:46:16.449531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:46:16.466182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:46:19.288962+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:47:15.879680+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T06:47:15.924110+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:47:15.959999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:47:15.960061+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:47:18.835756+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:47:18.900113+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:48:05.079491+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T06:48:05.149318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:48:05.197346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:48:05.197417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:48:08.040437+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:48:08.121572+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:49:11.276736+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T06:49:11.358242+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:49:11.448655+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:49:11.448728+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:49:14.270255+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:49:14.348144+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:50:14.473486+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-09T06:50:14.880268+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:50:15.145561+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:50:15.145628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:50:18.541862+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:50:18.775509+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:51:18.375512+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T06:51:18.455395+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:51:18.489302+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:51:18.489353+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:51:21.680382+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:51:21.815718+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:52:21.687132+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T06:52:21.714071+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:52:21.734975+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:52:21.735020+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:52:24.736362+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:52:25.833247+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:53:25.921976+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T06:53:25.978396+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:53:26.031843+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:53:26.031908+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:53:28.748169+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:53:28.821107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:54:29.634655+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T06:54:29.700337+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:54:29.744571+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:54:29.744641+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:54:32.587187+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:54:32.651439+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:55:33.136308+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T06:55:33.600569+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:55:33.632267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:55:33.632335+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:55:36.610540+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:55:36.674814+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:56:32.710866+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T06:56:32.909223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:56:33.114768+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:56:33.114837+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:56:36.516763+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:56:36.587313+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:57:34.620058+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T06:57:34.698359+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:57:34.751475+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:57:34.751548+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:57:37.509295+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:57:37.932136+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:58:40.362664+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T06:58:40.423694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:58:40.465337+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:58:40.465400+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:58:43.386113+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:58:43.730234+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T06:59:44.096715+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T06:59:45.503249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T06:59:45.695264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:59:45.695357+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T06:59:49.182685+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T06:59:49.755934+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:00:45.187189+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T07:00:45.247332+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:00:45.294449+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:00:45.294500+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:00:48.521342+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:00:48.635895+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:01:49.602795+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T07:01:49.671909+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:01:49.730642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:01:49.730711+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:01:52.615724+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:01:52.720304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:02:55.471232+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T07:02:55.552171+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:02:55.614535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:02:55.614608+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:02:58.715397+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:02:58.796270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:03:59.338482+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T07:03:59.489939+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:03:59.557998+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:03:59.558075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:04:02.472086+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:04:02.635740+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:05:01.061977+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T07:05:01.142093+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:05:01.199381+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:05:01.199445+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:05:06.942318+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:05:07.048092+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:06:05.979515+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T07:06:06.077417+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:06:06.158915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:06:06.158976+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:06:06.253469+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T07:06:06.340436+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:07:11.985811+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T07:07:12.158596+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:07:12.263777+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:07:12.263839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:07:12.377394+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T07:07:12.550619+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:08:19.817367+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T07:08:20.654951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:08:22.287272+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:08:22.287342+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:08:22.344879+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T07:08:22.420019+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:09:15.566935+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T07:09:15.610589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:09:15.639199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:09:15.639247+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:09:18.386469+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:09:18.475271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:10:19.849697+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-03-09T07:10:21.011406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:10:21.394808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:10:21.394895+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:10:21.613564+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:10:21.867920+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:10:21.997393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:11:25.149814+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-03-09T07:11:25.205356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:11:25.253102+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:11:25.253160+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:11:25.381085+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:11:25.426049+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:11:25.474547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:12:26.392703+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-03-09T07:12:26.657750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:12:26.989636+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:12:26.989727+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:12:27.586556+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:12:27.638051+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:12:27.708275+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:13:30.444551+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-03-09T07:13:30.513143+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:13:30.556168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:13:30.556237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:13:34.536925+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:14:30.423502+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-03-09T07:14:30.514282+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:14:30.565361+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:14:30.565418+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:14:33.710178+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:15:28.392758+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-03-09T07:15:28.427567+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:15:28.454128+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:15:28.454181+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:15:28.552838+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:15:28.688561+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:15:28.728834+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:16:19.735061+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-03-09T07:16:19.791850+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:16:19.840418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:16:19.840474+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:16:20.010723+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:16:20.159645+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:16:20.498943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:17:21.158407+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-03-09T07:17:21.374980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:17:21.518102+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:17:21.518171+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:17:28.349991+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:18:22.489838+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-03-09T07:18:22.553979+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:18:22.613799+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:18:22.613886+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:18:25.668352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:19:18.647107+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-09T07:19:18.697022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:19:18.716748+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:19:18.716802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:19:18.787597+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:19:18.817629+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:19:18.844353+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:20:12.291625+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-03-09T07:20:12.331584+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:20:12.359176+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:20:12.359223+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:20:15.397078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:21:14.103682+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-03-09T07:21:14.192974+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:21:14.275993+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:21:14.276054+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:21:17.612133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:22:07.582631+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-03-09T07:22:07.646705+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:22:07.699410+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:22:07.699459+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:22:07.905544+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:22:07.959497+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:22:08.006533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:22:59.255735+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T07:23:00.125125+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:23:00.177971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:23:00.178055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:23:03.913791+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:23:04.796274+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:23:59.078949+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T07:23:59.166811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:23:59.222096+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:23:59.222154+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:24:02.165572+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:24:02.613416+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:24:59.334523+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T07:24:59.398542+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:24:59.455628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:24:59.455688+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:25:02.351656+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:25:02.409354+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:26:03.354652+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T07:26:03.420278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:26:03.471556+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:26:03.471640+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:26:06.298241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:26:06.393733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:30:16.974222+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T07:30:17.007307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:30:17.036102+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:30:17.036154+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:30:20.006032+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:30:20.090703+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:31:25.167106+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T07:31:25.264080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:31:25.335455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:31:25.335525+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:31:28.274953+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:31:28.454802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:32:26.311563+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T07:32:26.780447+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:32:26.831053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:32:26.831121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:32:30.552012+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:32:30.658407+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:33:29.344125+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T07:33:29.840350+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:33:29.912338+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:33:29.912397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:33:33.290633+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:33:33.389706+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:34:31.515592+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T07:34:31.976778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:34:32.063877+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:34:32.063965+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:34:35.410875+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:34:35.585991+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:35:32.564772+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T07:35:32.613484+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:35:32.637740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:35:32.637797+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:35:35.435505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:35:35.526850+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:36:36.951210+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T07:36:37.270318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:36:37.321542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:36:37.321602+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:36:40.516886+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:36:40.752277+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:37:41.626877+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T07:37:41.969696+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:37:42.031711+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:37:42.031775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:37:45.148265+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:37:45.259568+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:38:47.294367+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T07:38:47.375036+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:38:47.422376+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:38:47.422425+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:38:50.974201+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:38:51.073059+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:39:49.765888+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T07:39:49.822373+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:39:49.852428+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:39:49.852490+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:39:52.753755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:39:52.817561+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:40:51.697459+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T07:40:51.763889+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:40:51.816949+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:40:51.817001+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:40:55.687646+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T07:40:56.190538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:41:52.201413+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T07:41:52.279713+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:41:52.321111+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:41:52.321180+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:41:52.395167+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T07:41:52.450271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:42:55.226268+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T07:42:55.332983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:42:55.406397+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:42:55.406454+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:42:55.480206+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T07:42:55.545451+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:44:01.957462+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T07:44:02.241089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:44:02.302086+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:44:02.302157+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:44:02.380347+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T07:44:02.494529+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:45:00.206342+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-03-09T07:45:00.690694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:45:00.737403+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:45:00.737470+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:45:01.329940+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:45:01.390906+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:45:01.593698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:46:04.265493+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-03-09T07:46:04.351544+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:46:04.541592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:46:04.541661+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:46:05.791946+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:46:05.840026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:46:05.945719+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:47:07.322077+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-03-09T07:47:07.403505+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:47:07.459799+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:47:07.459859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:47:07.641326+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:47:07.693054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:47:07.791172+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:48:09.403483+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-03-09T07:48:09.453097+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:48:09.486620+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:48:09.486673+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:48:09.606700+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:48:10.215238+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:48:10.537540+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:49:09.557757+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-03-09T07:49:09.618380+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:49:09.675761+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:49:09.675818+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:49:09.796471+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:49:09.836530+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:49:09.877689+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:50:14.811474+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-03-09T07:50:14.867424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:50:15.005667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:50:15.005739+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:50:16.106453+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:50:16.540862+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:50:16.584633+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:51:15.726339+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-03-09T07:51:15.815366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:51:15.872673+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:51:15.872743+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:51:16.062312+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:51:16.131838+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:51:16.193641+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:52:19.451020+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-03-09T07:52:19.633201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:52:19.723401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:52:19.723466+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:52:20.031736+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:52:20.080842+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:52:20.134465+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:53:21.293254+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-03-09T07:53:21.355174+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:53:21.415177+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:53:21.415247+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:53:24.848536+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:54:24.873331+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-03-09T07:54:24.906494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:54:24.948175+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:54:24.948246+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:54:25.050858+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:54:25.083954+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:54:25.116376+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:55:23.864965+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-03-09T07:55:24.068333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:55:24.280408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:55:24.280479+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:55:25.175123+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:55:25.229681+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:55:25.502179+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:56:21.797300+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-03-09T07:56:21.831801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:56:21.860607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:56:21.860676+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:56:21.969467+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:56:22.020860+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:56:22.066747+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:57:25.038599+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-03-09T07:57:25.193736+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:57:25.483640+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:57:25.483711+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:57:30.720994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:58:28.212637+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-03-09T07:58:28.262449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:58:28.293994+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:58:28.294075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:58:28.417017+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T07:58:28.456477+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T07:58:28.495758+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T07:59:24.065972+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-03-09T07:59:24.109482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T07:59:24.146764+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:59:24.146829+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T07:59:27.081609+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:00:28.792562+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-03-09T08:00:28.871415+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:00:28.925392+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:00:28.925457+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:00:31.858930+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:01:22.761501+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-03-09T08:01:22.830989+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:01:22.895480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:01:22.895536+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:01:23.080217+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:01:23.164952+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:01:23.279009+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:02:13.793121+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-03-09T08:02:13.854771+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:02:13.900451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:02:13.900525+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:02:14.497354+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:02:14.844515+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:02:14.903459+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:03:17.537090+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T08:03:18.298526+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:03:18.361729+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:03:18.361791+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:03:21.068080+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:03:21.151165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:04:16.708704+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T08:04:16.742863+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:04:16.778822+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:04:16.778890+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:04:20.222215+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:04:20.296180+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:05:22.754204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T08:05:22.801598+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:05:22.856183+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:05:22.856241+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:05:26.260212+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:05:26.492703+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:06:23.828500+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T08:06:23.893155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:06:24.247262+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:06:24.247331+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:06:27.076248+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:06:27.158346+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:07:28.230305+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T08:07:28.294252+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:07:28.344234+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:07:28.344285+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:07:31.334092+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:07:31.771011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:08:29.199376+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T08:08:29.260352+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:08:29.299301+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:08:29.299383+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:08:32.381407+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:08:32.466973+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:09:30.113930+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T08:09:30.173371+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:09:30.223636+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:09:30.223709+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:09:33.268639+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:09:33.350241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:10:33.784267+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T08:10:33.849829+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:10:33.902824+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:10:33.902890+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:10:37.390507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:10:37.821584+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:11:37.850918+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T08:11:37.880506+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:11:37.905505+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:11:37.905553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:11:40.504181+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:11:40.563132+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:12:40.407403+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T08:12:40.441838+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:12:40.470766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:12:40.470808+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:12:43.603798+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:12:43.666248+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:13:43.961766+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T08:13:44.013221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:13:44.037777+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:13:44.037821+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:13:46.975984+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:13:47.034676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:14:46.281931+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T08:14:46.322492+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:14:46.352620+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:14:46.352669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:14:49.252807+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:14:49.334702+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:15:48.589024+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T08:15:48.617939+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:15:48.639759+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:15:48.639812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:15:51.457316+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:15:51.531564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:16:52.110797+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T08:16:52.158333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:16:52.186627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:16:52.186682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:16:54.996378+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:16:55.056440+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:17:54.030731+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T08:17:54.073932+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:17:54.098684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:17:54.098745+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:17:56.925425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:17:56.988454+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:18:55.655236+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T08:18:55.706823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:18:55.730112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:18:55.730164+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:18:55.759502+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T08:18:55.786773+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:19:57.636671+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T08:19:57.670124+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:19:57.696918+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:19:57.696981+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:19:57.730286+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T08:19:57.761123+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:21:02.214986+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T08:21:02.246963+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:21:02.277194+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:21:02.277259+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:21:02.307360+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T08:21:02.337053+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:22:06.748112+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-03-09T08:22:06.791316+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:22:06.819637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:22:06.819690+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:22:06.953948+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:22:06.991402+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:22:07.021875+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:23:07.985194+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-03-09T08:23:08.023278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:23:08.048241+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:23:08.048312+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:23:08.191201+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:23:08.243703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:23:08.283031+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:24:10.792506+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-03-09T08:24:10.838508+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:24:10.868639+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:24:10.868698+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:24:10.989582+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:24:11.014963+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:24:11.063933+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:25:13.388574+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-03-09T08:25:13.430113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:25:13.457355+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:25:13.457407+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:25:16.331968+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:26:17.917518+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-03-09T08:26:17.966701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:26:17.996525+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:26:17.996569+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:26:18.108344+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:26:18.145671+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:26:18.188066+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:27:13.657457+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-03-09T08:27:13.683403+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:27:13.707380+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:27:13.707423+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:27:13.778237+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:27:13.802962+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:27:13.828753+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:28:16.236247+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-03-09T08:28:16.269748+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:28:16.293756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:28:16.293796+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:28:16.373192+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:28:16.404482+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:28:16.434375+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:29:20.152323+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-03-09T08:29:20.180268+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:29:20.201360+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:29:20.201407+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:29:20.303279+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:29:20.330094+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:29:20.357288+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:30:23.096139+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-03-09T08:30:23.158513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:30:23.184821+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:30:23.184887+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:30:23.274153+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:30:23.307609+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:30:23.364592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:31:26.633615+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-03-09T08:31:26.676277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:31:26.699107+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:31:26.699150+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:31:26.816388+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:31:26.846322+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:31:26.880554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:32:31.741622+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-03-09T08:32:31.776839+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:32:31.807134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:32:31.807180+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:32:31.920802+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:32:31.960030+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:32:32.026205+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:33:37.101861+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-03-09T08:33:37.141914+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:33:37.181009+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:33:37.181092+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:33:37.321480+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:33:37.368439+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:33:37.439704+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:34:42.690534+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-03-09T08:34:42.772399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:34:42.804185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:34:42.804249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:34:45.885230+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:35:49.328609+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T08:35:49.372030+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:35:49.411248+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:35:49.411299+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:35:52.309924+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:35:52.433365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:36:42.785192+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-03-09T08:36:42.898494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:36:42.941330+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:36:42.941384+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:36:43.086291+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T08:36:43.120328+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T08:36:43.162468+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:37:46.914799+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T08:37:46.971453+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:37:47.004455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:37:47.004516+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:37:50.155381+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:37:50.270864+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:38:46.226346+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T08:38:46.256856+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:38:46.285400+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:38:46.285458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:38:49.111401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:38:49.172801+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:39:48.520877+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T08:39:48.597048+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:39:48.626414+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:39:48.626488+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:39:51.577401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:39:51.643232+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:40:52.019753+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T08:40:52.071606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:40:52.115716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:40:52.115769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:40:55.250138+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:40:55.333117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:41:55.241993+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T08:41:55.277765+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:41:55.299679+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:41:55.299725+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:41:58.069007+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:41:58.138902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:42:58.735531+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T08:42:58.786495+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:42:58.816056+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:42:58.816126+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:43:01.644377+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:43:01.700150+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:44:00.402090+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T08:44:00.443821+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:44:00.473955+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:44:00.474000+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:44:03.353097+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:44:03.424855+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:45:04.107294+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T08:45:04.139785+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:45:04.167715+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:45:04.167782+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:45:07.113132+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:45:07.171380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:46:07.668819+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T08:46:07.713365+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:46:07.746503+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:46:07.746566+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:46:10.597945+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:46:10.663674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:47:13.690893+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T08:47:13.721851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:47:13.748304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:47:13.748370+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:47:16.476199+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:47:16.544034+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:48:17.381441+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T08:48:17.411211+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:48:17.434929+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:48:17.434972+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:48:20.061985+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:48:20.125537+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:49:20.767784+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T08:49:20.812039+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:49:20.839702+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:49:20.839747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:49:23.596458+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:49:23.665494+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:50:24.730100+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T08:50:24.796005+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:50:24.848277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:50:24.848339+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:50:27.990600+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:50:28.094741+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:51:25.919382+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T08:51:25.952272+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:51:25.978057+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:51:25.978107+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:51:28.816462+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:51:28.880032+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:52:26.620129+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T08:52:26.659512+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:52:26.690982+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:52:26.691053+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:52:29.777691+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:52:29.845496+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:53:28.197586+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T08:53:28.233487+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:53:28.263963+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:53:28.264017+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:53:31.051593+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:53:31.111697+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:54:33.374789+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T08:54:33.412474+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:54:33.441090+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:54:33.441139+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:54:36.358039+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:54:36.420549+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:55:38.330500+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T08:55:38.365906+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:55:38.396841+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:55:38.396885+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:55:41.096733+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:55:41.154633+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:56:41.483100+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T08:56:41.510700+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:56:41.533047+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:56:41.533100+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:56:44.508866+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:56:44.569426+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:57:47.736692+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T08:57:47.797955+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:57:47.824876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:57:47.824946+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:57:50.635489+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:57:50.698640+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:58:52.312978+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T08:58:52.347459+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:58:52.371706+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:58:52.371771+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:58:55.117824+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T08:58:55.163420+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T08:59:58.496768+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T08:59:58.544331+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T08:59:58.578901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T08:59:58.578968+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:00:01.454598+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:00:01.536883+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:01:02.226675+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T09:01:02.252536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:01:02.276915+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:01:02.276958+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:01:05.154377+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:01:05.221709+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:02:06.215662+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T09:02:06.249672+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:02:06.279627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:02:06.279672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:02:09.185845+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:02:09.251590+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:03:08.794683+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T09:03:08.842730+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:03:08.873555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:03:08.873632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:03:11.717425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:03:11.777676+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:04:14.465507+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T09:04:14.509324+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:04:14.556995+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:04:14.557048+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:04:17.430208+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:04:17.496810+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:05:19.924205+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T09:05:19.966149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:05:19.998115+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:05:19.998179+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:05:22.697598+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:05:22.764829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:06:19.995450+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T09:06:20.040051+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:06:20.064015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:06:20.064075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:06:22.915267+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:06:22.990197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:07:23.696408+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T09:07:23.727823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:07:23.752283+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:07:23.752347+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:07:26.612648+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:07:26.707876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:08:26.402979+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T09:08:26.433313+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:08:26.458101+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:08:26.458145+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:08:29.493535+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:08:29.554222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:09:27.520744+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T09:09:27.574230+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:09:27.609010+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:09:27.609066+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:09:30.421871+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:09:30.476738+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:10:30.714443+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T09:10:30.742141+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:10:30.773319+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:10:30.773387+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:10:30.805005+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T09:10:30.833970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:11:35.105463+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T09:11:35.137891+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:11:35.167598+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:11:35.167655+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:11:35.205154+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T09:11:35.237675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:12:37.053777+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T09:12:37.097685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:12:37.123026+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:12:37.123069+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:12:37.156316+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T09:12:37.199044+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:13:40.199526+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T09:13:40.227093+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:13:40.251698+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:13:40.251765+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:13:40.289061+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T09:13:40.327123+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:14:45.350217+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T09:14:45.380527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:14:45.405722+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:14:45.405777+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:14:45.438978+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T09:14:45.468564+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:15:46.728693+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-03-09T09:15:46.754982+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:15:46.776833+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:15:46.776893+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:15:46.858497+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T09:15:46.915522+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T09:15:46.941145+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:16:49.519678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-03-09T09:16:49.560805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:16:49.597543+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:16:49.597619+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:16:52.490177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:17:52.787849+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-03-09T09:17:52.839374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:17:52.870203+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:17:52.870274+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:17:55.652889+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:18:51.003117+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-03-09T09:18:51.045728+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:18:51.080460+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:18:51.080530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:18:51.219535+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T09:18:51.256409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T09:18:51.294207+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:19:42.773411+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-03-09T09:19:42.800854+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:19:42.822070+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:19:42.822112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:19:42.903468+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T09:19:42.961212+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T09:19:42.993412+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:20:45.181705+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-03-09T09:20:45.213844+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:20:45.238981+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:20:45.239030+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:20:47.927166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:21:45.527023+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-03-09T09:21:45.567047+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:21:45.597447+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:21:45.597502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:21:48.384784+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:22:43.595511+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-03-09T09:22:43.629795+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:22:43.659717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:22:43.659762+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:22:43.765041+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T09:22:43.795125+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T09:22:43.824162+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:23:34.737191+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-03-09T09:23:34.772357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:23:34.798099+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:23:34.798162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:23:37.580925+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:24:37.734001+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-03-09T09:24:37.761710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:24:37.793728+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:24:37.793787+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:24:40.553512+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:25:36.589256+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-03-09T09:25:36.632504+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:25:36.663545+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:25:36.663602+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:25:39.418682+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:26:26.289840+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T09:26:26.318745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:26:26.341205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:26:26.341257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:26:29.031318+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:26:29.107827+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:27:10.260979+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T09:27:10.303825+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:27:10.335729+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:27:10.335777+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:27:13.134100+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:27:13.189977+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:28:12.296556+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T09:28:12.329717+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:28:12.354218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:28:12.354278+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:28:15.293616+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:28:15.362748+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:29:14.327751+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T09:29:14.374193+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:29:14.409538+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:29:14.409619+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:29:17.169744+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:29:17.226532+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:30:17.939878+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T09:30:17.972751+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:30:18.002076+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:30:18.002138+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:30:20.888401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:30:20.955923+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:31:19.599538+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T09:31:19.639521+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:31:19.669073+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:31:19.669119+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:31:22.397127+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:31:22.458632+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:32:19.796043+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T09:32:19.824911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:32:19.852360+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:32:19.852412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:32:22.859997+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:32:22.909547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:33:24.896873+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T09:33:24.949142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:33:24.979602+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:33:24.979664+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:33:28.080166+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:33:28.153428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:34:26.906726+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T09:34:26.944948+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:34:26.973849+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:34:26.973896+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:34:29.845196+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:34:29.903185+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:35:32.345007+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T09:35:32.374718+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:35:32.405194+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:35:32.405241+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:35:35.162429+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:35:35.216716+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:36:32.804327+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T09:36:32.836932+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:36:32.869910+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:36:32.869995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:36:35.812355+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:36:35.903341+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:37:38.329293+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T09:37:38.366823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:37:38.396916+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:37:38.396974+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:37:41.232650+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:37:41.268292+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:38:42.396063+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T09:38:42.442669+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:38:42.471983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:38:42.472028+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:38:45.084224+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:38:45.141681+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:39:45.858791+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T09:39:45.888965+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:39:45.910578+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:39:45.910628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:39:48.800052+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:39:48.856599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:40:51.611171+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T09:40:51.649096+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:40:51.684976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:40:51.685020+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:40:54.456940+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:40:54.523061+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:41:52.697092+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T09:41:52.726302+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:41:52.749739+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:41:52.749799+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:41:55.679036+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:41:55.733413+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:42:57.235907+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T09:42:57.271225+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:42:57.299728+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:42:57.299784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:43:00.039997+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:43:00.102255+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:43:57.495875+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T09:43:57.523753+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:43:57.546168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:43:57.546211+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:44:00.178590+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:44:00.211761+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:45:01.221697+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T09:45:01.250312+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:45:01.274350+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:45:01.274414+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:45:04.171467+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:45:04.216007+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:46:03.868421+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T09:46:03.894521+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:46:03.914888+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:46:03.914931+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:46:06.658933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:46:06.740847+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:47:06.942318+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T09:47:06.970601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:47:06.997841+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:47:06.997885+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:47:09.869635+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:47:09.931414+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:48:09.447713+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T09:48:09.480890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:48:09.504372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:48:09.504419+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:48:12.360756+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:48:12.425088+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:49:12.882233+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T09:49:12.912638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:49:12.934540+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:49:12.934587+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:49:16.110259+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:49:16.169030+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:50:16.621670+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T09:50:16.663312+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:50:16.688911+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:50:16.688962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:50:19.514585+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:50:19.579803+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:51:18.317462+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T09:51:18.359397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:51:18.395411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:51:18.395458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:51:21.327038+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:51:21.395233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:52:20.677371+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T09:52:20.705833+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:52:20.726675+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:52:20.726732+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:52:23.477513+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:52:23.544212+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:53:23.146353+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T09:53:23.187527+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:53:23.208586+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:53:23.208627+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:53:26.078463+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:53:26.137281+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:56:27.036214+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T09:56:27.080500+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:56:27.118922+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:56:27.118985+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:56:30.032290+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:56:30.112386+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:57:28.628891+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T09:57:28.671756+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:57:28.694968+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:57:28.695019+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:57:31.512004+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:57:31.575551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:58:33.320903+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T09:58:33.354303+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:58:33.381221+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:58:33.381267+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:58:36.410218+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:58:36.474363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T09:59:34.917440+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T09:59:34.950406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T09:59:34.975932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:59:34.976004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T09:59:37.909850+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T09:59:37.977466+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:00:35.432374+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T10:00:35.466710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:00:35.494143+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:00:35.494191+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:00:35.523877+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T10:00:35.553681+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:01:40.684433+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T10:01:40.731105+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:01:40.757924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:01:40.757981+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:01:40.804279+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:01:40.852928+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:02:43.331857+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T10:02:43.359841+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:02:43.383410+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:02:43.383471+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:02:43.414523+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:02:43.444601+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:03:44.293220+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T10:03:44.322809+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:03:44.348646+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:03:44.348691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:03:44.383115+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:03:44.415403+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:04:47.852606+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T10:04:47.889233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:04:47.918148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:04:47.918201+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:04:47.949056+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:04:47.983548+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:05:51.940276+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-03-09T10:05:51.971299+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:05:51.996152+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:05:51.996209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:05:52.098108+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:05:52.146332+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:05:52.177173+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:06:51.537979+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-03-09T10:06:51.579450+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:06:51.608768+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:06:51.608840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:06:51.713113+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:06:51.749382+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:06:51.782239+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:07:52.703324+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-03-09T10:07:52.746216+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:07:52.781301+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:07:52.781366+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:07:52.883791+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:07:52.917808+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:07:52.946754+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:08:58.662781+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-03-09T10:08:58.697658+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:08:58.723512+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:08:58.723571+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:08:58.814962+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:08:58.857467+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:08:58.892802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:10:00.748820+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T10:10:00.800689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:10:00.836413+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:10:00.836478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:10:03.710480+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:10:03.781380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:11:02.782207+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-03-09T10:11:02.815269+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:11:02.845482+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:11:02.845541+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:11:06.074399+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:12:05.442218+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-03-09T10:12:05.509614+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:12:05.586962+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:12:05.587027+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:12:05.701251+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:12:05.749048+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:12:05.790370+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:12:59.941315+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-03-09T10:12:59.979101+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:13:00.015096+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:13:00.015162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:13:03.094155+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:14:01.333133+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-03-09T10:14:01.391147+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:14:01.426740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:14:01.426798+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:14:04.266151+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:14:59.467249+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-03-09T10:14:59.518959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:14:59.541445+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:14:59.541488+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:15:00.018106+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:15:00.062192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:15:00.089250+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:15:49.123094+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-03-09T10:15:49.169034+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:15:49.220609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:15:49.220676+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:15:52.154683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:16:54.200170+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T10:16:54.247210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:16:54.275280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:16:54.275355+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:16:57.139411+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:16:57.229026+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T10:17:52.307677+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-03-09T10:17:52.337092+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:17:52.357041+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:17:52.357086+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:17:55.214698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:18:57.784797+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-03-09T10:18:57.831248+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:18:57.884638+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:18:57.884704+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:18:57.999609+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:18:58.032699+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:18:58.061169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:19:54.154998+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-03-09T10:19:54.195169+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:19:54.222294+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:19:54.222350+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:19:54.318116+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:19:54.359621+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:19:54.386577+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:20:57.135986+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T10:20:57.190660+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:20:57.216343+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:20:57.216387+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:21:00.031018+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:21:00.111127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:22:00.494477+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T10:22:00.524927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:22:00.550316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:22:00.550376+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:22:03.431774+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:22:03.495140+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:23:03.085179+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T10:23:03.127192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:23:03.153636+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:23:03.153699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:23:06.290596+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:23:06.344428+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:24:05.017137+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T10:24:05.056816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:24:05.081434+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:24:05.081481+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:24:07.825790+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:24:07.900691+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:25:07.691315+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T10:25:07.735710+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:25:07.766723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:25:07.766789+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:25:10.908399+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:25:10.967567+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:26:10.778479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T10:26:10.827908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:26:10.859544+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:26:10.859607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:26:13.626155+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:26:13.691193+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:27:13.151137+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T10:27:13.213284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:27:13.242041+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:27:13.242094+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:27:15.987547+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:27:16.048719+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:28:17.655357+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T10:28:17.729143+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:28:17.753354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:28:17.753412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:28:20.738845+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:28:20.801164+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:29:21.359360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T10:29:21.391338+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:29:21.419528+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:29:21.419591+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:29:24.351841+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:29:24.416739+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:30:24.836527+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T10:30:24.891176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:30:24.915241+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:30:24.915297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:30:27.679908+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:30:27.746328+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:31:26.588914+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T10:31:26.632040+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:31:26.654114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:31:26.654160+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:31:29.599065+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:31:29.659865+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:32:27.586410+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T10:32:27.627619+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:32:27.651704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:32:27.651758+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:32:30.389688+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:32:30.446074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:33:28.663442+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T10:33:28.706056+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:33:28.736284+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:33:28.736339+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:33:31.752794+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:33:31.823911+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:34:33.851929+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T10:34:33.903420+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:34:33.942360+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:34:33.942422+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:34:37.157759+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:34:37.218279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:35:35.440743+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T10:35:35.491862+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:35:35.923205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:35:35.923276+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:35:38.707378+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:35:38.760999+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:36:36.129151+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T10:36:36.180805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:36:36.207598+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:36:36.207645+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:36:38.993780+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:36:39.065599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:37:38.324485+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T10:37:38.364353+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:37:38.387992+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:37:38.388036+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:37:41.184176+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:37:41.258196+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:38:43.513211+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T10:38:43.546335+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:38:43.570447+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:38:43.570502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:38:46.623273+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:38:46.684569+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:39:48.926826+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T10:39:48.961778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:39:48.982810+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:39:48.982856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:39:51.665683+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:39:51.720571+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:40:49.826131+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T10:40:49.867038+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:40:49.889680+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:40:49.889721+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:40:52.705593+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:40:52.769318+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:41:51.990508+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T10:41:52.046210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:41:52.085138+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:41:52.085185+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:41:55.179501+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:41:55.236800+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:42:53.285676+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T10:42:53.321352+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:42:53.344780+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:42:53.344835+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:42:56.179149+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:42:56.244776+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:43:57.145387+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T10:43:57.186596+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:43:57.207950+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:43:57.207995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:44:00.241877+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:44:00.309558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:45:01.269576+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T10:45:01.311771+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:45:01.340637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:45:01.340703+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:45:04.261846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:45:04.319908+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:46:01.729176+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T10:46:01.764954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:46:01.785585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:46:01.785631+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:46:04.880802+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:46:04.936916+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:47:06.896206+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T10:47:06.937152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:47:06.959237+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:47:06.959290+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:47:09.712538+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:47:09.770665+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:48:09.612247+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T10:48:09.650485+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:48:09.676926+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:48:09.677014+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:48:12.607087+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:48:12.664286+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:49:10.255296+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T10:49:10.298159+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:49:10.355640+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:49:10.355702+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:49:13.194912+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:49:13.266351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:50:12.984671+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T10:50:13.028100+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:50:13.050293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:50:13.050335+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:50:15.730095+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:50:15.785827+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:51:18.150708+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T10:51:18.194050+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:51:18.236590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:51:18.236675+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:51:20.932372+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:51:20.991171+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:52:21.828775+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T10:52:21.879864+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:52:21.908576+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:52:21.908634+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:52:24.899317+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T10:52:24.966536+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:53:24.838342+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T10:53:24.886728+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:53:24.910548+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:53:24.910597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:53:24.941865+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T10:53:24.970718+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:54:27.165743+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T10:54:27.209768+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:54:27.243591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:54:27.243656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:54:27.291542+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:54:27.327981+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:55:31.040490+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T10:55:31.096366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:55:31.144327+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:55:31.144388+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:55:31.189089+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:55:31.238356+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:56:34.875728+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T10:56:34.923087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:56:34.956024+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:56:34.956093+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:56:34.996353+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:56:35.036474+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:57:38.941559+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T10:57:39.123598+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:57:39.147384+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:57:39.147435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:57:39.180206+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T10:57:39.210505+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:58:38.845340+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-03-09T10:58:38.938663+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:58:39.371059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:58:39.371126+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:58:39.893872+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:58:39.942192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:58:39.976279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T10:59:41.352399+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-03-09T10:59:41.396473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T10:59:41.426184+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:59:41.426235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T10:59:41.527097+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T10:59:41.574827+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T10:59:41.614986+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:00:41.487899+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-03-09T11:00:41.544564+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:00:41.578634+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:00:41.578707+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:00:41.685211+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:00:41.722603+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:00:41.756712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:01:47.461102+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-03-09T11:01:47.511522+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:01:47.536707+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:01:47.536751+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:01:47.636148+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:01:47.673382+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:01:47.706296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:02:50.966931+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-03-09T11:02:51.019657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:02:51.043809+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:02:51.043852+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:02:53.959145+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:03:56.682760+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-03-09T11:03:56.729096+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:03:56.759640+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:03:56.759700+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:03:56.870032+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:03:56.910091+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:03:56.944285+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:05:56.521731+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-03-09T11:05:56.560550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:05:56.587738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:05:56.587784+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:05:59.528712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:06:58.519401+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-03-09T11:06:58.565623+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:06:58.602766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:06:58.625165+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:07:01.639495+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:07:55.890339+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-03-09T11:07:55.926057+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:07:55.972894+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:07:55.972945+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:07:58.829229+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:08:47.982339+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-03-09T11:08:48.045466+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:08:48.101793+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:08:48.101863+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:08:48.242068+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:08:48.294872+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:08:48.330468+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:09:32.569202+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-03-09T11:09:32.642690+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:09:32.670749+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:09:32.670802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:09:32.840733+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:09:32.872607+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:09:32.930792+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:10:36.358321+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-03-09T11:10:36.439748+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:10:36.471602+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:10:36.471656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:10:39.671902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:11:40.085064+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-03-09T11:11:40.140830+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:11:40.182952+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:11:40.183031+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:11:40.362709+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:11:40.405197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:11:40.440083+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:12:37.350254+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-03-09T11:12:37.405081+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:12:37.429076+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:12:37.429129+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:12:40.458338+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:13:37.896072+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T11:13:37.938747+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:13:37.973668+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:13:37.973739+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:13:40.797594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:13:40.856700+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:14:32.355479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T11:14:32.426595+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:14:32.454435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:14:32.454506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:14:35.375367+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:14:35.427824+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:15:34.523690+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T11:15:34.572289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:15:34.597780+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:15:34.597859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:15:37.307582+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:15:37.369138+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:16:37.003522+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T11:16:37.054188+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:16:37.084176+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:16:37.084243+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:16:39.901970+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:16:40.391956+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:17:38.200182+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T11:17:38.239188+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:17:38.270205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:17:38.270265+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:17:41.046439+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:17:41.111174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:18:42.157356+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T11:18:42.191769+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:18:42.215750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:18:42.215798+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:18:44.998425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:18:45.073086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:19:46.735402+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T11:19:46.777882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:19:46.803060+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:19:46.803121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:19:50.076965+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:19:50.136337+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:20:50.005182+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T11:20:50.033473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:20:50.059199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:20:50.059247+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:20:53.008013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:20:53.044653+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:21:50.781079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T11:21:50.816025+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:21:50.841383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:21:50.841438+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:21:53.627794+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:21:53.722270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:22:52.036839+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T11:22:52.074950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:22:52.096746+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:22:52.096802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:22:55.109865+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:22:55.581126+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:23:53.858316+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T11:23:53.901148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:23:53.927641+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:23:53.927693+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:23:56.809120+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:23:56.879102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:24:56.868897+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T11:24:56.911573+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:24:56.935819+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:24:56.935872+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:25:00.018745+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:25:00.076422+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:26:00.172267+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T11:26:00.286911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:26:00.324095+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:26:00.324181+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:26:03.242721+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:26:03.309480+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:27:04.688348+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T11:27:04.724805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:27:04.760262+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:27:04.760314+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:27:07.495024+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:27:07.558146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:28:08.493412+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T11:28:08.536193+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:28:08.559059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:28:08.559104+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:28:11.316670+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:28:11.385826+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:29:12.945021+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T11:29:12.975146+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:29:12.995697+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:29:12.995747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:29:16.122666+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:29:16.175063+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:30:16.756926+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T11:30:16.797090+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:30:16.841004+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:30:16.841070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:30:19.770098+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:30:19.846478+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:31:17.100942+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T11:31:17.128514+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:31:17.156243+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:31:17.156288+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:31:19.943177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:31:20.006481+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:32:21.638150+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T11:32:21.700388+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:32:21.733061+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:32:21.733125+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:32:24.631477+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:32:24.723599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:34:22.077894+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T11:34:22.146849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:34:22.176207+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:34:22.176266+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:34:25.099033+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:34:25.163874+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:35:24.456326+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T11:35:24.485044+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:35:24.506937+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:35:24.506982+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:35:27.126292+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:35:27.181786+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:36:25.589064+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T11:36:25.616505+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:36:25.639641+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:36:25.639706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:36:28.486039+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:36:28.542812+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:38:32.144050+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T11:38:32.182696+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:38:32.209583+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:38:32.209628+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:38:35.163137+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:38:35.223933+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:39:34.253655+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T11:39:34.286412+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:39:34.311812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:39:34.311859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:39:37.246365+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:39:37.296402+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:40:36.396294+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T11:40:36.434090+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:40:36.464931+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:40:36.464995+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:40:39.357763+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:40:39.435865+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:41:37.636588+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T11:41:37.673646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:41:37.700842+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:41:37.700894+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:41:40.632108+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:41:40.686838+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:42:43.517080+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T11:42:43.555750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:42:43.588108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:42:43.588156+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:42:46.383770+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:42:46.448434+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:43:48.248954+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T11:43:48.278315+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:43:48.300341+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:43:48.300389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:43:51.101994+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:43:51.170122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:44:50.357213+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T11:44:50.406331+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:44:50.434883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:44:50.434928+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:44:53.263028+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T11:44:53.320527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:45:55.902542+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T11:45:55.945356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:45:55.991021+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:45:55.991089+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:45:56.039408+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T11:45:56.084546+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:46:57.501204+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T11:46:57.532601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:46:57.557186+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:46:57.557248+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:46:57.591763+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T11:46:57.623344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:48:02.200256+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T11:48:02.229181+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:48:02.252247+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:48:02.252307+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:48:02.282354+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T11:48:02.314391+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:49:05.088711+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T11:49:05.121318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:49:05.146413+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:49:05.146462+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:49:05.182828+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T11:49:05.621301+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:50:06.249093+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T11:50:06.278606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:50:06.301871+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:50:06.301946+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:50:06.332725+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T11:50:06.370028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:51:08.712030+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-03-09T11:51:08.752646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:51:08.778426+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:51:08.778477+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:51:08.895827+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:51:08.958638+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:51:08.989018+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:52:08.446987+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-03-09T11:52:08.477544+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:52:08.526938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:52:08.526996+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:52:08.628329+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:52:08.663081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:52:08.698789+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:53:09.304986+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-03-09T11:53:09.334924+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:53:09.361062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:53:09.361131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:53:09.440416+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:53:09.470505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:53:09.499280+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:54:11.271073+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-03-09T11:54:11.311636+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:54:11.349902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:54:11.349977+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:54:11.452963+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:54:11.486259+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:54:11.512759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:55:13.549710+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T11:55:13.584582+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:55:13.615556+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:55:13.615624+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:55:16.650993+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:55:16.715547+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T11:56:14.904564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-03-09T11:56:14.941793+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:56:14.973333+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:56:14.973403+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:56:17.891387+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:57:17.285849+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-03-09T11:57:17.314317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:57:17.337388+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:57:17.337441+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:57:17.412898+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:57:17.441699+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:57:17.473444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:58:14.885790+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-03-09T11:58:14.923500+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:58:14.948516+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:58:14.948560+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:58:15.069188+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T11:58:15.160977+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T11:58:15.188485+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:59:19.996981+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T11:59:20.034010+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T11:59:20.061884+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:59:20.061935+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T11:59:23.040784+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T11:59:23.100172+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T12:00:25.633734+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-03-09T12:00:25.664701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:00:25.688176+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:00:25.688227+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:00:25.821450+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:00:25.855105+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:00:25.886483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:01:26.116674+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-03-09T12:01:26.149210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:01:26.175106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:01:26.175155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:01:26.267623+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:01:26.297428+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:01:26.327047+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:02:28.409432+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-03-09T12:02:28.455494+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:02:28.482281+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:02:28.482363+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:02:28.567979+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:02:28.609136+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:02:28.636165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:03:30.092732+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-03-09T12:03:30.208387+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:03:30.257186+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:03:30.257242+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:03:33.200429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:04:31.021425+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-03-09T12:04:31.061778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:04:31.091542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:04:31.091602+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:04:31.194929+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:04:31.225205+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:04:31.257989+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:05:25.996377+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-09T12:05:26.024732+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:05:26.047655+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:05:26.047697+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:05:29.630457+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:05:29.688610+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T12:06:28.029542+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-03-09T12:06:28.062260+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:06:28.108348+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:06:28.108418+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:06:28.202239+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:06:28.235631+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:06:28.270088+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:07:33.581267+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T12:07:33.621529+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:07:33.651142+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:07:33.651195+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:07:36.502468+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:07:36.574440+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:08:33.963764+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T12:08:34.005474+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:08:34.037115+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:08:34.037174+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:08:36.960071+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:08:37.028836+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:09:36.485129+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T12:09:36.523200+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:09:36.557754+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:09:36.557840+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:09:39.613782+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:09:39.677246+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:10:40.591766+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T12:10:40.630949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:10:40.655307+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:10:40.655354+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:10:43.320800+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:10:43.383200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:11:46.736330+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-09T12:11:46.778193+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:11:46.806537+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:11:46.806592+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:11:49.838089+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:11:49.954236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:12:52.397661+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-09T12:12:52.425521+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:12:52.453521+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:12:52.453579+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:12:55.161703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:12:55.233537+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:13:58.220828+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T12:13:58.270498+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:13:58.300169+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:13:58.300221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:14:01.042836+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:14:01.098480+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:15:03.660605+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T12:15:03.687293+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:15:03.709390+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:15:03.709450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:15:06.490985+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:15:06.549344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:16:07.797239+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T12:16:07.824182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:16:07.865928+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:16:07.865978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:16:10.794613+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:16:10.860665+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:17:11.395357+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T12:17:11.424552+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:17:11.445924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:17:11.445985+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:17:14.545628+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:17:14.610770+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:18:15.088095+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T12:18:15.113577+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:18:15.147807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:18:15.147858+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:18:18.361169+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:18:18.453712+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:19:16.114375+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T12:19:16.151088+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:19:16.186140+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:19:16.186187+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:19:19.049789+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:19:19.116993+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:20:16.658634+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T12:20:16.716518+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:20:16.739628+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:20:16.739688+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:20:19.512632+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:20:19.551242+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:21:16.919480+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T12:21:16.958831+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:21:16.987492+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:21:16.987559+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:21:19.957457+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:21:20.002417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:22:19.950180+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T12:22:19.978930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:22:20.093383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:22:20.093454+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:22:22.992446+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:22:23.058795+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:23:21.107259+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T12:23:21.134976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:23:21.161124+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:23:21.161172+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:23:24.091248+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:23:24.148671+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:24:22.469666+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T12:24:22.515424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:24:22.545499+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:24:22.545550+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:24:25.455502+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:24:25.524441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:25:24.093008+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T12:25:24.129175+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:25:24.158937+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:25:24.159002+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:25:27.052748+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:25:27.107964+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:26:26.138779+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T12:26:26.171998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:26:26.196296+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:26:26.196340+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:26:28.948444+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:26:29.003053+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:27:30.733152+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T12:27:30.760914+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:27:30.781527+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:27:30.781571+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:27:33.675663+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:27:33.732302+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:28:35.834345+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T12:28:35.873552+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:28:35.901140+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:28:35.901194+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:28:38.768304+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:28:38.831264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:29:38.037194+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T12:29:38.073640+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:29:38.102434+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:29:38.102487+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:29:40.981017+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:29:41.033798+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:30:42.526966+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-09T12:30:42.551632+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:30:42.573210+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:30:42.573269+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:30:45.459745+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:30:45.520493+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:31:44.678216+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-09T12:31:44.766276+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:31:44.789660+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:31:44.789703+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:31:47.709185+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:31:47.761310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:32:48.669426+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T12:32:48.695734+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:32:48.715750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:32:48.715794+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:32:51.735377+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:32:51.785777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:33:51.740891+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T12:33:51.807432+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:33:51.840747+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:33:51.840809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:33:54.686235+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:33:54.745886+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:34:52.619499+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T12:34:52.656388+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:34:52.688113+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:34:52.688177+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:34:55.530984+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:34:55.580153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:35:53.703450+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T12:35:53.742142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:35:53.784239+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:35:53.784300+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:35:56.761938+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:35:56.816195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:36:54.685581+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T12:36:54.722240+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:36:54.758707+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:36:54.758761+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:36:57.764959+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T12:36:57.823731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:37:55.866816+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T12:37:55.906869+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:37:55.940061+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:37:55.940112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:37:55.975534+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T12:37:56.008067+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:38:56.740191+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T12:38:56.810356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:38:56.853634+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:38:56.853691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:38:56.930635+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T12:38:56.972533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:40:02.106893+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T12:40:02.138023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:40:02.162510+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:40:02.162569+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:40:02.194401+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T12:40:02.225241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:41:07.456614+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T12:41:07.485469+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:41:07.505617+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:41:07.505670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:41:07.532842+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T12:41:07.567219+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:42:08.837081+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T12:42:08.873394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:42:08.901870+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:42:08.901916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:42:08.930826+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T12:42:08.962939+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:43:12.772990+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T12:43:12.810377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:43:12.839477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:43:12.839528+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:43:15.931063+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:43:15.992372+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T12:44:18.868734+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-03-09T12:44:18.910952+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:44:18.936688+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:44:18.936738+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:44:19.080355+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:44:19.156506+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:44:19.191075+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:45:24.310560+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T12:45:24.344457+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:45:24.395586+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:45:24.395645+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:45:27.264922+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:45:27.324872+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T12:46:26.067077+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-03-09T12:46:26.097916+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:46:26.128422+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:46:26.128468+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:46:26.232978+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:46:26.267796+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:46:26.302859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:47:29.921355+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-03-09T12:47:29.955928+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:47:29.994798+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:47:29.994870+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:47:30.102795+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:47:30.151837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:47:30.187178+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:48:35.865707+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-03-09T12:48:35.914306+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:48:35.951643+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:48:35.951724+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:48:36.038268+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:48:36.062902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:48:36.089110+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:49:37.488378+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-09T12:49:37.549980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:49:37.578285+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:49:37.578347+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:49:40.538228+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:49:40.622018+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T12:50:42.311832+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-03-09T12:50:42.341513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:50:42.365971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:50:42.366047+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:50:42.463149+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:50:42.496485+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:50:42.531042+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:51:42.370554+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-03-09T12:51:42.418321+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:51:42.439664+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:51:42.439719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:51:42.519773+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:51:42.547885+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:51:42.576264+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:52:45.623653+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-03-09T12:52:45.665839+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:52:45.698127+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:52:45.698186+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:52:48.744320+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:53:49.537334+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-03-09T12:53:49.566129+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:53:49.606033+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:53:49.606092+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:53:49.700880+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:53:49.734057+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:53:49.762902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:54:45.077597+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-03-09T12:54:45.106077+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:54:45.127196+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:54:45.127257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:54:47.989723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:55:48.882644+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-03-09T12:55:48.923671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:55:48.957130+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:55:48.957218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:55:49.069525+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:55:49.097635+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:55:49.129330+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:56:45.510823+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-03-09T12:56:45.539464+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:56:45.563240+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:56:45.563310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:56:45.651950+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:56:45.683709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:56:45.710542+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:57:46.826642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-03-09T12:57:46.867534+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:57:46.896522+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:57:46.896571+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:57:49.776046+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:58:49.523575+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-03-09T12:58:49.560151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:58:49.586021+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:58:49.586084+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:58:52.399216+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T12:59:45.306715+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-03-09T12:59:45.331188+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T12:59:45.350807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:59:45.350853+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T12:59:45.442967+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T12:59:45.481887+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T12:59:45.518926+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:00:36.509085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T13:01:37.392886+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/main.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/main.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T13:02:38.097520+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-09T13:02:38.130124+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:02:38.156869+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:02:38.156939+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:02:40.965518+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:02:41.035254+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:03:40.845869+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-09T13:03:40.876150+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:03:40.899458+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:03:40.899518+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:03:43.766538+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:03:43.822982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:04:46.253724+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-09T13:04:46.285824+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:04:46.308992+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:04:46.309034+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:04:49.112307+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:04:49.186640+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:05:47.100608+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-09T13:05:47.129856+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:05:47.153358+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:05:47.153418+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:05:50.015313+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:05:50.091147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:06:50.642734+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-09T13:06:50.671802+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:06:50.691932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:06:50.691974+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:06:53.509061+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:06:53.566941+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:07:55.610139+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-09T13:07:55.646588+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:07:55.673529+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:07:55.673588+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:07:58.576897+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:07:58.694760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:08:56.678375+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-09T13:08:56.710108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:08:56.733053+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:08:56.733104+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:09:00.407213+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:09:00.466215+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:09:58.163564+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-09T13:09:58.209805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:09:58.239736+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:09:58.239785+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:10:00.972643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:10:01.056197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:11:00.515864+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-09T13:11:00.546510+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:11:00.570082+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:11:00.570148+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:11:03.683364+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:11:03.736088+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:12:06.169840+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-09T13:12:06.196180+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:12:06.217196+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:12:06.217237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:12:08.979587+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:12:09.036940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:13:09.510955+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-09T13:13:09.543053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:13:09.566103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:13:09.566159+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:13:12.280298+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:13:12.341940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:14:15.052300+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-09T13:14:15.124665+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:14:15.169205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:14:15.169283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:14:18.122831+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:14:18.233665+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:15:16.235099+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-09T13:15:16.265311+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:15:16.288508+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:15:16.288554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:15:19.092741+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:15:19.157227+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:16:19.411841+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-09T13:16:19.441579+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:16:19.465611+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:16:19.465689+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:16:22.272500+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-09T13:16:22.326886+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:17:19.682433+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-09T13:17:19.705749+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:17:19.726108+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:17:19.726151+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:17:19.753517+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-09T13:17:19.779815+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:18:23.609824+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-09T13:18:23.642669+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:18:24.073481+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:18:24.073551+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:18:24.124496+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T13:18:24.180892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:19:29.020037+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-09T13:19:29.055674+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:19:29.079168+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:19:29.079232+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:19:29.120619+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T13:19:29.147879+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:20:34.024794+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-09T13:20:34.053040+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:20:34.075553+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:20:34.075604+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:20:36.977371+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:20:37.032837+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T13:21:36.672886+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-03-09T13:21:36.711816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:21:36.739107+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:21:36.739175+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:21:36.829679+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T13:21:36.863264+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T13:21:36.891582+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:22:39.566091+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-03-09T13:22:39.605742+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:22:39.632842+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:22:39.632902+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:22:39.749347+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T13:22:39.776136+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T13:22:39.800998+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:23:42.821017+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-03-09T13:23:42.849196+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:23:42.871029+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:23:42.871072+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:23:42.966129+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T13:23:42.995688+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T13:23:43.019901+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:24:48.201526+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T13:24:48.228333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:24:48.252302+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:24:48.252352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:24:51.259892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:24:51.410810+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T13:25:51.046834+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-03-09T13:25:51.085490+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:25:51.115262+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:25:51.115340+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:25:51.230482+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T13:25:51.263759+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T13:25:51.297329+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:30:46.714806+01:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-03-09T13:30:46.771187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T13:30:46.804888+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:30:46.804961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T13:30:47.086675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T13:59:32.016672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/livre/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/livre/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/livre\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T14:00:28.047806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/ipb.js"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/ipb.js\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/ipb.js/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T14:01:25.512157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T14:38:48.936570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/config"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/config\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T15:22:25.695028+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/36","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36/","method":"GET"} [] [2025-03-09T15:22:25.745378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:22:25.768349+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:22:25.768391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:22:25.804094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:23:09.688766+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/12","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12/","method":"GET"} [] [2025-03-09T15:23:09.715274+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:23:09.737101+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:23:09.737168+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:23:09.769127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:23:52.550771+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/46","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46/","method":"GET"} [] [2025-03-09T15:23:52.582717+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:23:52.605828+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:23:52.605872+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:23:52.643736+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:24:28.311854+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/22","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22/","method":"GET"} [] [2025-03-09T15:24:28.340933+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:24:28.395023+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:24:28.395091+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:24:28.442977+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:30:09.493608+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-03-09T15:30:09.612658+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:30:09.687531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:30:09.687600+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:30:10.031003+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:30:10.151441+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:30:10.218094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:30:51.058286+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-03-09T15:30:51.159763+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:30:51.235222+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:30:51.235286+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:30:51.645185+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:30:51.756354+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:30:51.837280+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:31:53.317586+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-03-09T15:31:53.367367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:31:53.394727+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:31:53.394776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:31:53.472783+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:31:53.499567+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:31:53.524951+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:32:53.803585+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-03-09T15:32:53.844538+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:32:53.880684+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:32:53.880739+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:32:54.028495+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:32:54.071735+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:32:54.116704+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:42:49.039173+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/50","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50/","method":"GET"} [] [2025-03-09T15:42:49.089365+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:42:49.112968+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:42:49.113024+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:42:49.185943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:43:45.186078+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/34","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34/","method":"GET"} [] [2025-03-09T15:43:45.222340+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:43:45.251046+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:43:45.251118+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:43:45.300267+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:44:38.853400+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/61","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61/","method":"GET"} [] [2025-03-09T15:44:38.917446+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:44:38.945178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:44:38.945236+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:44:38.988459+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:47:03.285193+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/63","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/63/","method":"GET"} [] [2025-03-09T15:47:03.339668+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:47:03.373840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:47:03.373918+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:47:03.421897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:48:09.673717+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/17","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/17/","method":"GET"} [] [2025-03-09T15:48:09.719913+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:48:09.743291+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:48:09.743337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:48:09.785455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:49:08.564998+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/54","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54/","method":"GET"} [] [2025-03-09T15:49:08.609509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:49:08.645441+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:49:08.645510+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:49:08.676806+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:49:57.606398+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/52","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52/","method":"GET"} [] [2025-03-09T15:49:57.643250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:49:57.666592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:49:57.666657+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:49:57.701351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:50:43.794859+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/48","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48/","method":"GET"} [] [2025-03-09T15:50:43.843267+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:50:43.874528+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:50:43.874593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:50:43.918636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:51:24.028996+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/35","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35/","method":"GET"} [] [2025-03-09T15:51:24.085606+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:51:24.107783+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:51:24.107832+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:51:24.141504+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:51:59.815368+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-03-09T15:51:59.841385+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:51:59.870041+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:51:59.870106+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:51:59.969248+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:52:00.014178+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:52:00.042373+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:52:34.760659+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-03-09T15:52:34.793879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:52:34.819223+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:52:34.819278+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:52:34.902658+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:52:34.933961+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:52:34.959873+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:53:36.330063+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/16","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16/","method":"GET"} [] [2025-03-09T15:53:36.387834+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:53:36.410579+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:53:36.410650+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:53:36.467902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:54:40.024974+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/58","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58/","method":"GET"} [] [2025-03-09T15:54:40.074715+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:54:40.100737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:54:40.100786+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:54:40.152235+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:55:34.871607+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/32","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32/","method":"GET"} [] [2025-03-09T15:55:34.908373+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:55:34.930727+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:55:34.930783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:55:34.962947+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:56:24.472969+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/64","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64/","method":"GET"} [] [2025-03-09T15:56:24.515953+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:56:24.543540+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:56:24.543601+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:56:24.582686+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:57:13.011622+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-03-09T15:57:13.045474+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:57:13.069806+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:57:13.069856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:57:13.144986+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:57:13.205981+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:57:13.235802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:57:52.253534+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-03-09T15:57:52.561711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:57:52.603154+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:57:52.603225+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:57:52.700203+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:57:52.730695+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:57:52.767169+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:58:52.586325+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-03-09T15:58:52.629278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:58:52.656782+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:58:52.656828+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:58:52.748434+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:58:52.787244+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:58:52.818409+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T15:59:54.080802+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-03-09T15:59:54.120412+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T15:59:54.171103+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:59:54.171161+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T15:59:54.264598+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T15:59:54.292656+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T15:59:54.324781+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:00:57.056957+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/63","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63/","method":"GET"} [] [2025-03-09T16:00:57.100556+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:00:57.136613+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:00:57.136677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:00:57.211372+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:01:58.566573+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/36","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36/","method":"GET"} [] [2025-03-09T16:01:58.654704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:01:58.698904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:01:58.698966+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:01:58.753335+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:02:55.989619+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-09T16:02:56.047870+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:02:56.080974+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:02:56.081037+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:02:56.207039+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:02:56.233878+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:02:56.264129+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:03:46.332199+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/53","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53/","method":"GET"} [] [2025-03-09T16:03:46.416787+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:03:46.451488+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:03:46.451557+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:03:46.515629+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:04:52.139752+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-03-09T16:04:52.185882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:04:52.207709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:04:52.207765+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:04:52.326915+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:04:52.366433+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:04:52.401377+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:05:49.116925+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/59","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59/","method":"GET"} [] [2025-03-09T16:05:49.158186+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:05:49.192903+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:05:49.192961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:05:49.329681+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:06:53.658012+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/62","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62/","method":"GET"} [] [2025-03-09T16:06:53.689241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:06:53.710862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:06:53.710909+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:06:53.746215+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:07:52.202585+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/28","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28/","method":"GET"} [] [2025-03-09T16:07:52.230342+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:07:52.251493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:07:52.251543+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:07:52.288429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:08:45.320443+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/26","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26/","method":"GET"} [] [2025-03-09T16:08:45.350433+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:08:45.375982+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:08:45.376026+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:08:45.414074+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:09:32.455240+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/32","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32/","method":"GET"} [] [2025-03-09T16:09:32.490346+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:09:32.519658+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:09:32.519706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:09:32.558980+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:10:14.763722+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-03-09T16:10:14.794326+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:10:14.821122+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:10:14.821175+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:10:14.903450+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:10:14.933622+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:10:14.961363+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:10:50.152655+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/41","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41/","method":"GET"} [] [2025-03-09T16:10:50.180144+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:10:50.205261+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:10:50.205310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:10:50.244974+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:11:51.396687+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/57","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57/","method":"GET"} [] [2025-03-09T16:11:51.426721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:11:51.447692+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:11:51.447743+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:11:51.483066+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:12:50.256764+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/40","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40/","method":"GET"} [] [2025-03-09T16:12:50.282377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:12:50.303593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:12:50.303649+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:12:50.333426+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:13:43.081871+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/39","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39/","method":"GET"} [] [2025-03-09T16:13:43.114819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:13:43.139229+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:13:43.139295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:13:43.173549+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:14:28.177422+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-03-09T16:14:28.213778+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:14:28.237055+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:14:28.237130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:14:28.314168+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:14:28.365951+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:14:28.392720+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:15:08.960679+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-03-09T16:15:09.005359+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:15:09.034757+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:15:09.034820+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:15:09.139403+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:15:09.178755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:15:09.213838+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:16:10.739957+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/25","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25/","method":"GET"} [] [2025-03-09T16:16:10.799108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:16:10.832434+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:16:10.832497+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:16:10.884119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:17:15.788344+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-03-09T16:17:15.819747+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:17:15.860164+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:17:15.860227+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:17:15.955596+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:17:15.985134+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:17:16.020494+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:18:14.017116+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/53","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53/","method":"GET"} [] [2025-03-09T16:18:14.042770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:18:14.063269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:18:14.063312+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:18:14.092940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:19:16.465741+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/19","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19/","method":"GET"} [] [2025-03-09T16:19:16.517510+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:19:16.538626+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:19:16.538678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:19:16.569298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:20:12.538877+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/39","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39/","method":"GET"} [] [2025-03-09T16:20:12.570307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:20:12.602244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:20:12.602314+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:20:12.631797+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:21:46.301932+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-09T16:21:46.329063+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:21:46.349712+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:21:46.349757+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:21:49.387807+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:21:49.448631+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-09T16:25:31.933843+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-03-09T16:25:31.972930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:25:31.999742+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:25:31.999794+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:25:32.081282+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:25:32.116870+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:25:32.154184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:27:37.373019+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-03-09T16:27:37.400934+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:27:37.424109+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:27:37.424155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:27:37.521098+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:27:37.556193+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:27:37.591768+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:29:44.209094+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-03-09T16:29:44.236062+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:29:44.266352+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:29:44.266411+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:29:44.364175+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-09T16:29:44.402305+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-09T16:29:44.444636+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:48:28.602091+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/7","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7/","method":"GET"} [] [2025-03-09T16:48:28.667146+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:48:28.714946+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:48:28.715005+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:48:28.774621+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:50:43.866594+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/4","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4/","method":"GET"} [] [2025-03-09T16:50:43.891142+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:50:43.911860+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:50:43.911916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:50:43.944061+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:51:02.543473+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/audio/1","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"audio","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/1/","method":"GET"} [] [2025-03-09T16:51:02.567895+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:51:02.587506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:51:02.587550+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:51:02.615893+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:51:18.752199+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/4","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/4/","method":"GET"} [] [2025-03-09T16:51:18.776826+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:51:18.796857+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:51:18.796900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:51:18.826742+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:51:47.870160+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/6","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6/","method":"GET"} [] [2025-03-09T16:51:47.896352+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:51:47.917185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:51:47.917259+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:51:47.946707+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:52:25.593089+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-09T16:52:25.618909+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:52:25.639961+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:52:25.640023+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:52:25.667866+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T16:52:25.694117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T16:52:57.664597+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-09T16:52:57.689785+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T16:52:57.710074+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:52:57.710126+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T16:52:57.736442+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T16:52:57.763504+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T17:03:12.519259+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-03-09T17:03:12.547087+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T17:03:12.569829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T17:03:12.569878+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T17:03:12.576374+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T17:03:12.595832+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-03-09T17:03:12.596983+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-03-09T17:04:13.913205+01:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-03-09T17:04:13.945515+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T17:04:13.968578+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T17:04:13.968658+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T17:04:13.975675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-09T17:04:13.994019+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-03-09T17:04:13.994652+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-03-09T17:06:49.939305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /client/planinfo"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client/planinfo\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T17:08:20.512606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.aws/credentials"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.aws/credentials\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T17:19:50.811970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T17:20:47.833294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T17:49:27.278932+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /static/version/v3/hui/lib/webuploader/0.1.5/server/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /static/version/v3/hui/lib/webuploader/0.1.5/server/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/version/v3/hui/lib/webuploader/0.1.5/server\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T18:01:46.451744+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"zh_CN"},"request_uri":"http://www.test.phila-ca.com/public/zh_CN/","method":"GET"} [] [2025-03-09T18:01:46.483291+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-09T18:01:46.508249+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T18:01:46.508336+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-09T18:01:46.541350+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-09T18:01:46.578535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T08:52:46.963568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T09:19:51.258489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T11:10:43.596344+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se/","method":"GET"} [] [2025-03-10T11:10:43.977137+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T11:10:44.299316+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T11:10:44.299390+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T11:10:44.668635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T11:21:48.095076+01:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/se","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"Livre_bible","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se/","method":"GET"} [] [2025-03-10T11:21:48.218687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T11:21:48.316651+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T11:21:48.316718+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T11:21:48.428791+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T11:29:59.541759+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T14:00:56.239253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T15:37:01.687884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T15:38:02.223841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T15:39:07.418453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T15:40:12.002992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T16:03:44.117584+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-10T16:03:44.428185+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:03:44.569027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:03:44.569096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:03:46.163144+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:03:46.412742+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:03:46.533296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:04:30.466487+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-10T16:04:30.643954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:04:30.740573+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:04:30.740639+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:04:31.529961+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:04:31.639731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:04:31.701163+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:05:31.488780+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-10T16:05:31.634362+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:05:31.682060+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:05:31.682122+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:05:31.907273+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:05:31.971002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:05:32.069786+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:06:32.832872+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-10T16:06:32.956694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:06:33.039217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:06:33.039287+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:06:33.379794+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:06:33.456377+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:06:33.501953+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:07:32.861427+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-10T16:07:32.955968+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:07:33.019712+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:07:33.019793+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:07:33.427418+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:07:33.596994+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:07:33.683888+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:20:13.081210+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-03-10T16:20:13.127872+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:20:13.154363+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:20:13.154413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:20:17.318585+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:21:18.907890+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-03-10T16:21:18.992666+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:21:19.024347+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:21:19.024417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:21:22.401777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:22:17.362615+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-03-10T16:22:17.425074+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:22:17.451644+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:22:17.451692+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:22:20.521821+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:23:07.602678+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-03-10T16:23:07.635340+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:23:07.664238+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:23:07.664285+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:23:07.768629+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:23:07.874524+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:23:53.161770+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-03-10T16:23:53.207811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:23:53.248738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:23:53.248794+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:23:56.330733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:24:35.137318+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-10T16:24:35.164757+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:24:35.192417+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:24:35.192480+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:24:35.268421+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:24:35.302196+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:24:35.334217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:25:10.500366+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-10T16:25:10.534785+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:25:10.553622+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:25:10.553663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:25:10.616843+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:25:10.640286+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:25:10.663274+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:26:15.983760+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-03-10T16:26:16.034625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:26:16.071738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:26:16.071806+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:26:16.183044+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:26:16.256913+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:27:20.110962+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-03-10T16:27:20.151698+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:27:20.173625+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:27:20.173699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:27:22.937820+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:28:17.507326+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-03-10T16:28:17.533317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:28:17.559565+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:28:17.573569+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:28:20.342981+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:29:07.178367+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-10T16:29:07.208947+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:29:07.230975+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:29:07.231032+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:29:10.039944+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:29:10.109053+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:29:54.018192+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T16:29:54.059847+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:29:54.083388+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:29:54.083455+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:29:56.999030+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:29:57.056032+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:30:54.119553+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T16:30:54.155658+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:30:54.177032+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:30:54.177083+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:30:57.104130+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:30:57.161253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:31:55.467311+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-10T16:31:55.501437+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:31:55.522998+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:31:55.523048+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:31:58.434143+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:31:58.492184+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:33:00.054177+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-10T16:33:00.093724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:33:00.113812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:33:00.113868+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:33:00.181076+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:33:00.223200+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:33:00.246805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:34:02.385865+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-10T16:34:02.446018+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:34:02.492911+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:34:02.492967+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:34:02.622365+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:34:02.673321+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:34:02.721720+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:35:04.661413+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T16:35:04.715425+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:35:04.742765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:35:04.742822+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:35:07.875904+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:35:07.934910+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:36:09.022271+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-10T16:36:09.117774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:36:09.139476+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:36:09.139544+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:36:09.225157+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:36:09.254198+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:36:09.282859+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:37:11.669982+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-10T16:37:11.730802+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:37:11.760951+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:37:11.761017+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:37:12.104813+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:37:12.135923+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:37:12.181085+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:38:13.678034+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-10T16:38:13.732220+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:38:13.761616+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:38:13.761685+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:38:13.844966+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:38:13.870876+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:38:13.897303+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:39:16.703051+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-10T16:39:16.747206+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:39:16.769952+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:39:16.769998+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:39:16.846224+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:39:16.874414+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:39:16.906075+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:40:20.875555+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-10T16:40:20.913337+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:40:20.934293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:40:20.934342+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:40:21.019651+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:40:21.046315+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:40:21.072683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:41:26.266156+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T16:41:26.307222+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:41:26.331975+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:41:26.332028+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:41:29.294646+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:41:29.378314+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:42:26.877696+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-10T16:42:26.905780+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:42:26.927473+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:42:26.927517+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:42:26.997685+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:42:27.037682+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:42:27.063546+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:43:30.002352+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-10T16:43:30.028701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:43:30.069662+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:43:30.069716+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:43:30.178883+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:43:30.209920+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:43:30.259199+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:44:32.188099+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-10T16:44:32.228892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:44:32.256948+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:44:32.256993+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:44:35.237264+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:44:35.312940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:45:33.692582+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-10T16:45:33.749297+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:45:33.772655+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:45:33.772697+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:45:36.931849+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:45:36.988146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:46:34.089102+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-10T16:46:34.125719+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:46:34.147233+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:46:34.147278+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:46:34.253151+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:46:34.280958+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:46:34.310875+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:47:39.658494+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-10T16:47:39.695368+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:47:39.764163+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:47:39.764243+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:47:39.877474+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:47:39.912686+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:47:39.944223+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:48:40.328915+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-10T16:48:40.357690+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:48:40.377938+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:48:40.377990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:48:43.126076+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:48:43.190940+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:49:44.382699+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-10T16:49:44.408123+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:49:44.428084+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:49:44.428131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:49:44.494476+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:49:44.520805+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:49:44.544840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:50:45.525193+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-10T16:50:45.567612+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:50:45.597475+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:50:45.597529+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:50:45.682236+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:50:45.707794+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:50:45.733672+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:51:51.031288+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-10T16:51:51.068870+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:51:51.097872+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:51:51.097937+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:51:51.205218+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:51:51.232016+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:51:51.265735+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:53:55.575774+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-10T16:53:55.640250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:53:55.662256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:53:55.662309+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:53:58.510646+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:53:58.595205+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:54:57.328772+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-10T16:54:57.355027+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:54:57.376087+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:54:57.376161+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:55:00.447013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:55:00.511059+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:55:59.821583+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-10T16:55:59.847144+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:55:59.867068+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:55:59.867120+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:56:02.905152+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:56:02.954860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:57:04.444238+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-03-10T16:57:04.475426+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:57:04.499901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:57:04.499952+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:57:04.570681+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T16:57:04.607868+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T16:57:04.634733+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T16:59:10.571933+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-10T16:59:10.600660+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T16:59:10.633637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:59:10.633702+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T16:59:13.556124+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T16:59:13.621011+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:01:20.794093+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-03-10T17:01:20.884330+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:01:20.929988+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:01:20.930052+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:01:21.200204+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:01:21.250400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:01:21.324012+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:02:26.320330+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-10T17:02:26.417042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:02:26.453199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:02:26.453263+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:02:29.280250+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:02:29.350766+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:03:31.956778+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-10T17:03:32.030433+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:03:32.090754+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:03:32.090823+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:03:32.280908+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:03:32.345164+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:03:32.435261+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:04:32.958480+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-10T17:04:33.008013+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:04:33.049939+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:04:33.050023+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:04:33.219927+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:04:33.257393+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:04:33.307462+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:05:38.123666+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-10T17:05:38.179588+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:05:38.223045+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:05:38.223113+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:05:41.018836+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:05:41.080750+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:06:43.625609+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-10T17:06:43.663814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:06:43.684877+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:06:43.684920+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:06:46.648968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:06:46.701350+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:07:45.795928+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-03-10T17:07:45.838441+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:07:45.858763+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:07:45.858813+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:07:48.752837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:07:48.819722+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:08:46.114962+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-10T17:08:46.161084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:08:46.188059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:08:46.188121+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:08:49.133201+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:08:49.201642+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:09:51.771617+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-03-10T17:09:51.808223+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:09:51.828651+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:09:51.828695+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:09:51.942535+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:09:51.973771+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:09:51.999004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:11:52.926119+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-03-10T17:11:52.982867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:11:53.016562+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:11:53.016615+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:11:53.106517+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:11:53.137622+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:11:53.184373+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:12:54.669622+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-03-10T17:12:54.714774+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:12:54.736738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:12:54.736792+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:12:54.863062+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:12:54.908663+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:12:54.935209+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:13:58.546682+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-03-10T17:13:58.597201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:13:58.640580+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:13:58.640663+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:13:58.798821+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:13:58.853539+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:13:58.899706+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:15:01.593018+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-03-10T17:15:01.631635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:15:01.685440+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:15:01.685522+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:15:01.788863+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:15:01.814537+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:15:01.841194+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:16:02.001649+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-10T17:16:02.034568+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:16:02.055822+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:16:02.055887+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:16:04.712670+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:16:04.774959+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:17:06.208883+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-03-10T17:17:06.239471+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:17:06.276851+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:17:06.276898+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:17:06.401266+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:17:06.448832+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:17:06.481903+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:18:08.867119+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T17:18:08.894108+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:18:08.917267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:18:08.917326+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:18:11.790298+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:18:11.847211+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:19:09.624983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T17:19:09.664466+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:19:09.703402+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:19:09.703453+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:19:12.589948+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:19:12.621750+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:20:10.512372+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-10T17:20:10.553583+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:20:10.581005+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:20:10.581084+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:20:10.659152+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:20:10.685968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:20:10.711127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:21:13.328570+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-10T17:21:13.357536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:21:13.382460+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:21:13.382540+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:21:13.460134+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:21:13.484991+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:21:13.510965+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:22:15.780591+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-10T17:22:15.808590+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:22:15.830361+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:22:15.830422+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:22:15.904540+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:22:15.929276+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:22:15.956189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:23:16.361358+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-10T17:23:16.389742+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:23:16.413691+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:23:16.413739+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:23:16.500285+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:23:16.529333+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:23:16.556046+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:24:20.994831+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-10T17:24:21.021821+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:24:21.043120+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:24:21.043170+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:24:24.023013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:24:24.079893+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:25:24.457222+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-03-10T17:25:24.483842+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:25:24.506739+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:25:24.506807+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:25:24.579772+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:25:24.610846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:25:24.635331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:26:30.969791+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-10T17:26:31.414055+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:26:31.648976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:26:31.649044+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:26:35.503968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:26:35.871205+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:27:32.618857+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-03-10T17:27:32.651165+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:27:32.680438+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:27:32.680492+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:27:33.159178+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:27:33.231152+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:27:33.260623+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:28:39.154078+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-03-10T17:28:39.183744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:28:39.208428+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:28:39.208513+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:28:39.294189+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:28:39.320468+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:28:39.347311+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:29:39.438041+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-10T17:29:39.475360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:29:39.503763+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:29:39.503823+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:29:42.427863+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T17:29:42.480771+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T17:30:44.558438+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-03-10T17:30:44.635176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T17:30:44.655949+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:30:44.656031+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T17:30:44.842553+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T17:30:44.879933+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T17:30:44.920844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T18:49:42.075972+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-10T18:49:42.614236+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T18:49:43.008205+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T18:49:43.008272+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T18:49:47.309528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T18:49:47.891351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T18:50:39.289520+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-10T18:50:39.316949+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T18:50:39.340833+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T18:50:39.340903+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T18:50:42.137278+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T18:50:42.195522+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:19:46.489924+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-10T19:19:46.564869+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:19:46.586130+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:19:46.586201+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:19:49.675742+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T19:19:49.734124+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:20:51.482343+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-03-10T19:20:51.509064+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:20:51.530395+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:20:51.530440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:20:52.680709+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:20:52.827116+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:20:52.855037+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:21:52.098579+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-10T19:21:52.134288+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:21:52.172210+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:21:52.172281+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:21:55.080442+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T19:21:55.156553+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:22:52.743860+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-03-10T19:22:52.792135+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:22:52.818529+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:22:52.818585+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:22:52.955326+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:22:53.018410+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:22:53.066041+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:23:54.422976+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-03-10T19:23:54.447939+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:23:54.469585+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:23:54.469637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:23:54.540961+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:23:54.578023+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:23:54.655852+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:24:56.604088+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-03-10T19:24:56.631060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:24:56.652465+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:24:56.652506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:24:56.764490+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:24:56.790960+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:24:56.817470+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:25:58.251153+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-10T19:25:58.277654+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:25:58.306794+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:25:58.306882+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:25:58.520694+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-10T19:25:58.551207+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:27:01.695326+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-10T19:27:01.733951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:27:01.753609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:27:01.753654+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:27:01.836210+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T19:27:01.869734+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:28:04.407476+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-10T19:28:04.432584+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:28:04.456209+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:28:04.456263+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:28:04.483502+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T19:28:04.510029+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:29:05.496967+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-10T19:29:05.524162+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:29:05.552486+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:29:05.552573+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:29:05.600829+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T19:29:05.635950+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:30:11.245339+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-10T19:30:11.276639+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:30:11.296442+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:30:11.296492+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:30:11.320054+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T19:30:11.345553+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:31:17.263451+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-03-10T19:31:17.289857+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:31:17.310598+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:31:17.310652+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:31:17.382089+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:31:17.424204+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:31:17.449033+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:32:21.400415+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-03-10T19:32:21.440631+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:32:21.492336+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:32:21.492400+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:32:21.599482+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:32:21.638405+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:32:21.662578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:34:29.350663+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-03-10T19:34:29.381073+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:34:29.407885+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:34:29.407937+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:34:29.530453+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:34:29.567524+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:34:29.591332+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:35:29.615383+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-10T19:35:29.642066+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:35:29.662421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:35:29.662481+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:35:29.730821+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:35:29.755910+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:35:29.787535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:36:31.164941+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-10T19:36:31.189280+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:36:31.212195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:36:31.212239+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:36:34.292298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:36:34.415833+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T19:37:31.099323+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-03-10T19:37:31.121796+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:37:31.140445+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:37:31.140491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:37:31.202963+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:37:31.225423+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:37:31.249120+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:38:32.223607+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-03-10T19:38:32.248996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:38:32.269372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:38:32.269421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:38:32.343081+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:38:32.370972+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:38:32.395649+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:39:32.606530+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-03-10T19:39:32.632674+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:39:32.653030+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:39:32.653071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:39:32.721174+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:39:32.745847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:39:32.770141+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:41:35.440496+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-03-10T19:41:35.464685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:41:35.485222+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:41:35.485264+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:41:35.553195+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:41:35.578465+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:41:35.602842+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:42:40.003486+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-03-10T19:42:40.029410+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:42:40.049889+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:42:40.049932+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:42:40.122483+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:42:40.146150+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:42:40.171165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:44:46.048700+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-03-10T19:44:46.074134+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:44:46.093984+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:44:46.094039+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:44:46.161541+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:44:46.214887+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:44:46.239833+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:45:48.636560+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-03-10T19:45:48.662083+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:45:48.683327+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:45:48.683375+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:45:48.753626+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:45:48.776908+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:45:48.801266+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:46:48.985706+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-03-10T19:46:49.010180+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:46:49.030969+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:46:49.031013+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:46:49.096946+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:46:49.123030+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:46:49.157233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:47:52.105710+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-03-10T19:47:52.132947+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:47:52.154072+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:47:52.154142+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:47:52.228759+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:47:52.256019+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:47:52.282610+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:48:55.068740+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-03-10T19:48:55.092435+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:48:55.112228+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:48:55.112269+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:48:55.180409+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:48:55.212407+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:48:55.237427+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:50:01.071975+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-03-10T19:50:01.097065+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:50:01.117375+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:50:01.117419+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:50:01.187658+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:50:01.227766+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:50:01.252872+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:51:01.439739+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-03-10T19:51:01.470205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:51:01.490353+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:51:01.490396+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:51:01.564864+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:51:01.589308+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:51:01.614191+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:52:06.062926+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-03-10T19:52:06.086550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:52:06.105437+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:52:06.105486+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:52:06.197496+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:52:06.222276+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:52:06.246400+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:53:08.561899+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-03-10T19:53:08.588851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:53:08.608805+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:53:08.608856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:53:08.674750+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:53:08.700456+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:53:08.726094+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:54:13.020629+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-03-10T19:54:13.060964+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:54:13.082943+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:54:13.082987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:54:13.154656+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:54:13.179210+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:54:13.206321+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:55:14.478468+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-03-10T19:55:14.506464+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:55:14.530008+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:55:14.530071+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:55:14.598774+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:55:14.623130+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:55:14.646846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:56:19.545420+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-03-10T19:56:19.586374+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:56:19.606766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:56:19.606811+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:56:19.673274+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:56:19.697753+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:56:19.721923+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:58:23.158071+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-03-10T19:58:23.181951+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:58:23.201499+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:58:23.201545+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:58:23.269905+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:58:23.293820+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:58:23.319593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T19:59:23.967316+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-03-10T19:59:23.991855+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T19:59:24.012145+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:59:24.012188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T19:59:24.080287+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T19:59:24.105949+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T19:59:24.133202+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:00:24.866499+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-03-10T20:00:24.891292+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:00:24.911856+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:00:24.911916+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:00:24.997370+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:00:25.024002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:00:25.061802+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:01:28.404213+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-03-10T20:01:28.427132+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:01:28.446043+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:01:28.446093+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:01:28.509079+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:01:28.533683+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:01:28.563876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:02:29.351565+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-03-10T20:02:29.376891+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:02:29.418146+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:02:29.418249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:02:29.488117+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:02:29.514015+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:02:29.538518+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:03:33.054047+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-03-10T20:03:33.078537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:03:33.098870+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:03:33.098942+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:03:33.185270+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:03:33.211257+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:03:33.243163+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:04:32.891697+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-03-10T20:04:32.934318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:04:32.963629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:04:32.963686+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:04:33.068407+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:04:33.101816+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:04:33.136914+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:05:35.709332+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-03-10T20:05:35.737394+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:05:35.938375+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:05:35.938440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:05:36.026880+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:05:36.054294+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:05:36.080694+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:06:39.182144+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-03-10T20:06:39.208768+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:06:39.231312+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:06:39.231356+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:06:39.303789+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:06:39.328987+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:06:39.355068+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:07:44.919326+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-03-10T20:07:44.945651+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:07:44.966624+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:07:44.966680+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:07:45.043595+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:07:45.070074+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:07:45.095755+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:08:50.701956+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-03-10T20:08:50.734388+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:08:50.753961+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:08:50.754003+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:08:50.821554+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:08:50.848935+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:08:50.876178+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:09:53.850910+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-03-10T20:09:53.875423+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:09:53.895699+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:09:53.895742+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:09:53.969257+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:09:53.993172+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:09:54.085589+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:10:55.925078+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-03-10T20:10:55.955644+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:10:55.983561+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:10:55.983607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:10:56.062094+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:10:56.093206+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:10:56.124547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:11:58.414452+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-03-10T20:11:58.438744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:11:58.460174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:11:58.460227+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:11:58.526998+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:11:58.552618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:11:58.576280+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:13:00.802779+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-03-10T20:13:00.828098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:13:00.866135+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:13:00.866188+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:13:00.996462+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:13:01.096709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:13:01.119844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:14:05.700271+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-03-10T20:14:05.733406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:14:05.757693+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:14:05.757762+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:14:05.916701+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:14:05.955423+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:14:05.986580+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:15:07.647074+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-03-10T20:15:07.671808+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:15:07.700794+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:15:07.700859+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:15:07.768747+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:15:07.792431+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:15:07.818679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:16:11.151792+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-03-10T20:16:11.176023+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:16:11.196306+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:16:11.196361+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:16:11.298002+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:16:11.328282+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:16:11.364152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:17:13.756671+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-03-10T20:17:13.782272+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:17:13.802308+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:17:13.802352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:17:13.873916+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:17:13.916752+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:17:13.943860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:18:14.231239+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-03-10T20:18:14.257519+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:18:14.277678+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:18:14.277718+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:18:14.346677+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:18:14.372057+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:18:14.397844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:19:18.824141+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-03-10T20:19:18.850042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:19:18.869867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:19:18.869910+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:19:18.934412+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:19:18.958532+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:19:18.982102+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:20:22.989040+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-03-10T20:20:23.014551+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:20:23.034344+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:20:23.034407+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:20:23.111770+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:20:23.138602+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:20:23.163970+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:21:23.660263+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-03-10T20:21:23.684473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:21:23.705500+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:21:23.705545+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:21:23.772234+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:21:23.799074+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:21:23.824402+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:22:28.055195+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-03-10T20:22:28.117537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:22:28.136726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:22:28.136772+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:22:28.210649+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:22:28.236058+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:22:28.271945+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:23:33.150044+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-03-10T20:23:33.553386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:23:33.576084+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:23:33.576146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:23:33.688242+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:23:33.762256+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:23:33.795621+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:24:34.775587+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-03-10T20:24:34.811611+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:24:34.845518+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:24:34.845589+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:24:34.921696+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:24:34.955848+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:24:34.996648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:25:38.974553+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-10T20:25:38.999209+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:25:39.019065+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:25:39.019112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:25:42.067237+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:25:42.172266+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T20:26:39.762047+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-03-10T20:26:39.803382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:26:39.823799+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:26:39.823845+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:26:39.907938+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:26:39.942232+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:26:39.966217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:27:42.133247+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-03-10T20:27:42.161959+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:27:42.181664+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:27:42.181705+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:27:42.254077+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:27:42.280280+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:27:42.306477+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:28:45.233882+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-03-10T20:28:45.259845+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:28:45.280889+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:28:45.280961+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:28:45.356268+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:28:45.382242+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:28:45.411674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:29:47.111456+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-03-10T20:29:47.138089+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:29:47.160224+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:29:47.160305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:29:47.238443+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:29:47.265214+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:29:47.295174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:30:48.207611+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-03-10T20:30:48.234800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:30:48.256216+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:30:48.256260+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:30:48.329410+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:30:48.358564+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:30:48.382527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:31:49.012494+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-03-10T20:31:49.036903+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:31:49.055901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:31:49.055946+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:31:49.121896+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:31:49.146404+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:31:49.171482+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:32:50.803979+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-03-10T20:32:50.840624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:32:50.860559+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:32:50.860604+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:32:50.927853+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:32:50.954547+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:32:50.978674+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:33:52.849677+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-03-10T20:33:52.894982+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:33:52.923405+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:33:52.923463+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:33:53.005594+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:33:53.029737+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:33:53.055591+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:34:58.357062+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-03-10T20:34:58.381000+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:34:58.400828+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:34:58.400876+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:34:58.476390+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:34:58.502223+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:34:58.526672+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:35:58.586363+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-03-10T20:35:58.610646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:35:58.630419+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:35:58.630459+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:35:58.699059+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:35:58.723770+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:35:58.749321+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:37:01.228265+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-03-10T20:37:01.251934+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:37:01.274513+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:37:01.274588+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:37:01.346618+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:37:01.392631+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:37:01.427699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:38:02.245451+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-03-10T20:38:02.269415+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:38:02.289428+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:38:02.289479+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:38:02.352198+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:38:02.378072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:38:02.402071+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:39:04.867466+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-03-10T20:39:04.912382+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:39:05.001803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:39:05.001866+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:39:05.152719+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:39:05.180970+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:39:05.233730+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:40:05.293453+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-03-10T20:40:05.329608+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:40:05.350906+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:40:05.350963+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:40:05.439302+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:40:05.474174+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:40:05.502661+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:41:06.548939+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-03-10T20:41:06.573730+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:41:06.594862+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:41:06.594922+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:41:06.663891+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:41:06.689233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:41:06.714418+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:42:09.512140+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-03-10T20:42:09.536564+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:42:09.556507+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:42:09.556551+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:42:09.624876+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:42:09.651041+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:42:09.675943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:43:10.455227+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-03-10T20:43:10.478966+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:43:10.498333+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:43:10.498382+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:43:10.570141+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:43:10.593555+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:43:10.618069+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:44:12.612608+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-03-10T20:44:12.637330+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:44:12.657830+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:44:12.657876+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:44:12.746193+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:44:12.772390+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:44:12.797317+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:45:15.694544+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-03-10T20:45:15.718542+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:45:15.738533+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:45:15.738581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:45:15.805647+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:45:15.831731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:45:15.856373+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:46:17.438048+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-03-10T20:46:17.464377+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:46:17.486173+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:46:17.486228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:46:17.557630+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:46:17.583465+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:46:17.609485+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:47:18.482091+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-03-10T20:47:18.507798+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:47:18.528267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:47:18.528310+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:47:18.597454+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:47:18.631111+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:47:18.655959+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:48:21.606206+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-03-10T20:48:21.630326+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:48:21.650666+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:48:21.650712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:48:21.739625+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:48:21.766026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:48:21.792279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:49:25.602523+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-03-10T20:49:25.626601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:49:25.647789+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:49:25.647834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:49:25.794137+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:49:25.831656+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:49:25.856959+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:50:28.695426+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-03-10T20:50:28.719327+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:50:28.738429+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:50:28.738474+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:50:28.808495+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:50:28.832539+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:50:28.856821+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:51:33.398954+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-03-10T20:51:33.422712+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:51:33.442752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:51:33.442802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:51:33.516425+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:51:33.541588+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:51:33.580036+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:52:38.884661+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-03-10T20:52:38.911345+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:52:38.932714+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:52:38.932762+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:52:39.006242+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:52:39.032334+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:52:39.057380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:53:41.182837+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-03-10T20:53:41.207816+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:53:41.227982+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:53:41.228034+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:53:41.295156+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:53:41.338502+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:53:41.382951+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:54:43.153621+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-03-10T20:54:43.177227+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:54:43.196973+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:54:43.197014+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:54:43.262210+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:54:43.284167+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:54:43.308365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:55:45.381253+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-03-10T20:55:45.425996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:55:45.455121+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:55:45.455180+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:55:45.537328+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:55:45.589703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:55:45.620117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:56:49.359974+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-03-10T20:56:49.384347+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:56:49.416757+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:56:49.416827+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:56:49.505872+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:56:49.538427+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:56:49.562449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:57:53.888330+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-03-10T20:57:53.912819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:57:53.932570+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:57:53.932632+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:57:53.999118+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:57:54.023989+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:57:54.049502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:58:57.490620+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-03-10T20:58:57.519585+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:58:57.540383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:58:57.540439+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:58:57.611707+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T20:58:57.635840+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T20:58:57.661117+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T20:59:59.552673+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-10T20:59:59.579998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T20:59:59.602795+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T20:59:59.602857+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:00:02.600298+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:00:02.654070+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T21:01:03.600944+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-03-10T21:01:03.642862+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:01:03.661369+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:01:03.661427+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:01:03.726225+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:01:03.748881+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:01:03.772886+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:02:07.583787+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-03-10T21:02:07.610800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:02:07.631358+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:02:07.631405+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:02:07.704869+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:02:07.732618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:02:07.760293+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:03:10.667836+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-03-10T21:03:10.694962+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:03:10.716089+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:03:10.716133+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:03:10.787861+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:03:10.814901+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:03:10.843718+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:04:14.514101+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-03-10T21:04:14.539111+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:04:14.559052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:04:14.559096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:04:14.623049+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:04:14.646106+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:04:14.669039+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:05:18.201135+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-03-10T21:05:18.227801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:05:18.248217+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:05:18.248266+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:05:18.316897+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:05:18.342111+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:05:18.366923+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:06:20.390703+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-03-10T21:06:20.417038+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:06:20.439351+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:06:20.439429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:06:20.512267+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:06:20.547027+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:06:20.572659+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:07:23.667502+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-10T21:07:23.693428+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:07:23.715003+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:07:23.715055+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:07:26.567217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:07:26.620506+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T21:08:24.128977+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-03-10T21:08:24.156829+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:08:24.178876+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:08:24.178936+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:08:24.247549+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:08:24.273588+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:08:24.298819+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:09:28.104813+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-03-10T21:09:28.148254+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:09:28.182633+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:09:28.182690+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:09:28.270769+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:09:28.299892+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:09:28.348437+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:10:31.410956+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-03-10T21:10:31.433636+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:10:31.452477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:10:31.452520+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:10:31.519601+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:10:31.543487+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:10:31.567890+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:11:36.053278+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-03-10T21:11:36.078770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:11:36.099691+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:11:36.099744+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:11:36.175552+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:11:36.200198+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:11:36.226056+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:12:42.080047+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-03-10T21:12:42.103312+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:12:42.122574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:12:42.122631+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:12:42.188304+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:12:42.213474+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:12:42.236322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:13:44.102007+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-03-10T21:13:44.131307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:13:44.153565+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:13:44.153633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:13:44.228950+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:13:44.256266+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:13:44.281288+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:14:48.640177+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-03-10T21:14:48.676054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:14:48.697086+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:14:48.697131+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:14:48.796888+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:14:48.828320+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:14:48.853338+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:15:51.804973+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-03-10T21:15:51.837240+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:15:51.885480+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:15:51.885536+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:15:52.007356+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:15:52.059489+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:15:52.095444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:16:53.704331+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-03-10T21:16:53.733681+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:16:53.772264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:16:53.772344+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:16:53.863752+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:16:53.887976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:16:53.912120+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:17:58.245306+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-03-10T21:17:58.274859+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:17:58.296609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:17:58.296651+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:17:58.602288+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:17:58.630709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:17:58.656245+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:18:59.827725+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-03-10T21:18:59.853892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:18:59.874721+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:18:59.874804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:18:59.941541+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:18:59.966242+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:18:59.989766+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:20:00.743313+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-03-10T21:20:00.769415+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:20:00.790019+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:20:00.790085+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:20:00.864811+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:20:00.893222+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:20:00.919929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:21:04.174015+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-03-10T21:21:04.198188+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:21:04.219794+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:21:04.219850+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:21:04.288207+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:21:04.311634+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:21:04.335141+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:22:09.998515+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-03-10T21:22:10.022126+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:22:10.044361+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:22:10.044434+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:22:10.115256+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:22:10.137529+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:22:10.160378+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:23:12.846271+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-03-10T21:23:12.876031+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:23:12.898153+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:23:12.898218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:23:12.972857+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:23:13.009192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:23:13.034369+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:24:14.513850+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-03-10T21:24:14.553015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:24:14.598848+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:24:14.598900+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:24:14.683125+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:24:14.715948+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:24:14.755576+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:25:18.197760+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-03-10T21:25:18.221157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:25:18.240542+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:25:18.240592+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:25:18.306485+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:25:18.393431+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:25:18.418738+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:26:22.387443+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-03-10T21:26:22.414384+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:26:22.435022+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:26:22.435072+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:26:22.503512+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:26:22.526703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:26:22.552663+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:27:23.009133+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-03-10T21:27:23.034958+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:27:23.056383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:27:23.056429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:27:23.132862+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:27:23.156568+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:27:23.182364+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:28:28.745406+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-03-10T21:28:28.773881+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:28:28.797040+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:28:28.797088+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:28:28.868306+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:28:28.892486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:28:28.920139+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:29:33.016995+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-03-10T21:29:33.042516+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:29:33.063061+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:29:33.063116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:29:33.134201+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:29:33.170502+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:29:33.196343+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:30:38.046270+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-03-10T21:30:38.072060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:30:38.093224+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:30:38.093279+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:30:38.166391+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:30:38.191365+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:30:38.216731+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:31:39.910023+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-03-10T21:31:39.945372+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:31:39.965652+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:31:39.965694+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:31:40.044289+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:31:40.068560+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:31:40.092606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:37:00.434510+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T21:37:00.462613+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:37:00.484372+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:37:00.484417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:37:00.528565+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T21:37:00.559953+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:38:06.293103+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T21:38:06.319351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:38:06.340887+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:38:06.340943+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:38:06.366266+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T21:38:06.393449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:40:17.073896+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-10T21:40:17.096890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:40:17.116615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:40:17.116660+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:40:17.181095+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:40:17.204373+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:40:17.228844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:41:18.060739+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-10T21:41:18.084632+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:41:18.104264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:41:18.104308+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:41:18.171809+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:41:18.196052+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:41:18.220667+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:42:20.833817+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-10T21:42:20.859695+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:42:20.880043+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:42:20.880105+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:42:20.969485+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:42:20.996565+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:42:21.023837+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:43:21.801220+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-10T21:43:21.825842+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:43:21.846504+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:43:21.846562+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:43:21.915307+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:43:21.938349+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:43:21.962790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:44:27.383732+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-03-10T21:44:27.410214+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:44:27.438208+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:44:27.438254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:44:30.272547+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:45:30.466436+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-03-10T21:45:30.491070+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:45:30.510924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:45:30.510966+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:45:33.433534+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:46:25.641076+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-10T21:46:25.665436+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:46:25.685752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:46:25.685797+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:46:25.753837+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:46:25.797078+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:46:25.826052+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:47:15.735580+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-03-10T21:47:15.762601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:47:15.783208+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:47:15.783251+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:47:18.670919+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:48:17.350489+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-10T21:48:17.374697+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:48:17.396553+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:48:17.396612+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:48:17.466185+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:48:17.490113+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:48:17.515355+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:49:12.331061+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-10T21:49:12.356250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:49:12.376322+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:49:12.376389+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:49:12.443502+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:49:12.467899+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:49:12.491675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:50:13.997198+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-03-10T21:50:14.049874+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:50:14.072387+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:50:14.072473+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:50:16.940532+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:51:15.194548+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-10T21:51:15.241770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:51:15.268523+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:51:15.268570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:51:15.372085+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:51:15.438798+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:51:15.471217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:52:09.652880+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-10T21:52:09.688323+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:52:09.710244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:52:09.710301+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:52:09.789173+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:52:09.815345+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:52:09.843982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:53:15.501966+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-10T21:53:15.526920+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:53:15.549924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:53:15.549990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:53:15.616502+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T21:53:15.647215+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T21:53:15.672053+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:54:15.769721+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T21:54:15.801723+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:54:15.823956+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:54:15.824026+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:54:18.542654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T21:54:18.595283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:55:17.131637+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T21:55:17.158082+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:55:17.180975+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:55:17.181024+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:55:19.886182+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T21:55:19.943521+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:56:20.750053+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T21:56:20.781219+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:56:20.801128+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:56:20.801169+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:56:23.517507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T21:56:23.574357+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:57:22.561352+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-10T21:57:22.587219+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:57:22.609726+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:57:22.609771+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:57:25.501787+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T21:57:25.553913+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:58:23.305896+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-10T21:58:23.330028+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:58:23.349556+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:58:23.349600+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:58:26.370829+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T21:58:26.433994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T21:59:24.222077+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T21:59:24.247828+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T21:59:24.268910+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:59:24.268953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T21:59:27.141125+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T21:59:27.198383+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:00:29.380078+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-10T22:00:29.405892+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:00:29.426189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:00:29.426230+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:00:32.263397+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:00:32.317139+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:01:34.784777+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-10T22:01:34.809268+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:01:34.841008+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:01:34.841064+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:01:37.774371+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:01:37.832999+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:02:39.999648+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-10T22:02:40.079601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:02:40.098781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:02:40.098831+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:02:42.889422+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:02:42.944301+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:03:45.499035+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-10T22:03:45.524879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:03:45.546261+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:03:45.546303+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:03:48.362466+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:03:48.417653+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:04:51.603051+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-10T22:04:51.640731+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:04:51.661042+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:04:51.661103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:04:54.634356+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:04:54.691067+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:05:57.214003+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-10T22:05:57.242885+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:05:57.267153+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:05:57.267221+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:06:00.343991+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:06:00.398296+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:06:58.093852+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-10T22:06:58.120146+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:06:58.141059+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:06:58.141113+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:07:01.000286+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:07:01.059445+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:07:59.780979+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-10T22:07:59.806536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:07:59.829983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:07:59.830033+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:08:02.755236+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:08:02.811984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:09:05.576650+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-10T22:09:05.604338+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:09:05.627672+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:09:05.627730+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:09:08.477178+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:09:08.531553+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:10:06.294949+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-10T22:10:06.334932+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:10:06.359473+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:10:06.359531+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:10:09.284631+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:10:09.337249+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:11:09.787285+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-10T22:11:09.813538+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:11:09.835454+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:11:09.835494+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:11:12.594443+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:11:12.647947+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:13:14.035182+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-10T22:13:14.068489+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:13:14.092264+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:13:14.092345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:13:16.867499+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:13:16.930490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:14:19.347644+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T22:14:19.375307+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:14:19.397683+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:14:19.397740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:14:22.281490+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:14:22.333356+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:15:22.893526+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T22:15:22.918577+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:15:22.938848+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:15:22.938899+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:15:25.855642+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:15:25.913103+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:16:24.163731+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-10T22:16:24.187115+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:16:24.206429+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:16:24.206486+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:16:27.043384+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:16:27.109841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:17:25.567181+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-10T22:17:25.594490+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:17:25.614672+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:17:25.614757+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:17:28.305445+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:17:28.341695+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:18:30.325752+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-10T22:18:30.354850+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:18:30.381787+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:18:30.381838+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:18:33.194371+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:18:33.250892+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:19:33.588553+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-10T22:19:33.624566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:19:33.645042+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:19:33.645111+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:19:36.464104+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:19:36.498849+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:20:35.451365+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-10T22:20:35.476341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:20:35.499042+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:20:35.499101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:20:38.406914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:20:38.464165+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:21:36.354873+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-10T22:21:36.391481+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:21:36.416474+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:21:36.416528+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:21:39.255733+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:21:39.288237+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:22:36.377301+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-10T22:22:36.404462+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:22:36.424902+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:22:36.424953+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:22:39.189100+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:22:39.247198+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:23:38.876316+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-10T22:23:38.901028+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:23:38.921069+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:23:38.921112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:23:38.949098+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-10T22:23:38.973589+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:24:43.922828+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-10T22:24:43.966361+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:24:44.000394+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:24:44.000460+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:24:44.032527+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T22:24:44.063714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:25:47.274575+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-10T22:25:47.303204+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:25:47.323694+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:25:47.323740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:25:47.351808+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T22:25:47.378371+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:26:47.264173+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-10T22:26:47.290149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:26:47.314591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:26:47.314636+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:26:47.341438+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T22:26:47.376365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:27:49.314170+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-10T22:27:49.369375+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:27:49.389681+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:27:49.389725+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:27:49.418162+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T22:27:49.443967+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:28:53.439654+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-10T22:28:53.465801+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:28:53.485932+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:28:53.486000+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:28:56.458543+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:28:56.511198+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T22:29:58.133474+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-10T22:29:58.164572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:29:58.183676+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:29:58.183719+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:30:01.231805+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:30:01.290333+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T22:30:58.793640+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-10T22:30:58.819151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:30:58.839754+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:30:58.839812+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:31:01.618689+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:31:01.671541+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T22:31:59.529186+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-10T22:31:59.554127+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:31:59.574792+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:31:59.574839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:32:02.509217+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:32:02.563801+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T22:33:00.645101+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T22:33:00.669689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:33:00.693319+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:33:00.693372+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:33:00.717763+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T22:33:00.747322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:34:01.875324+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T22:34:01.924129+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:34:01.947252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:34:01.947309+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:34:01.981291+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T22:34:02.010923+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:35:02.047912+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-10T22:35:02.071904+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:35:02.093466+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:35:02.093531+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:35:02.175223+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T22:35:02.212687+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T22:35:02.237370+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:36:04.412537+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-03-10T22:36:04.438656+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:36:04.459159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:36:04.459218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:36:08.154241+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:38:03.912551+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-03-10T22:38:03.955032+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:38:03.997710+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:38:03.997798+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:38:07.055098+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:38:59.489611+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-03-10T22:38:59.529234+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:38:59.553106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:38:59.553160+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:39:02.483167+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:39:50.486676+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-03-10T22:39:50.513347+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:39:50.536077+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:39:50.536122+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:39:53.385987+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:40:35.229520+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-10T22:40:35.259930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:40:35.279984+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:40:35.280030+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:40:35.354114+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T22:40:35.378467+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T22:40:35.408583+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:41:16.689031+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-03-10T22:41:16.714476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:41:16.739818+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:41:16.739886+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:41:19.586360+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:42:17.770031+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-03-10T22:42:17.807424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:42:17.831148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:42:17.831208+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:42:20.748990+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:43:13.874430+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-10T22:43:13.907875+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:43:13.939379+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:43:13.939455+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:43:14.019585+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T22:43:14.047914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T22:43:14.075954+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:44:03.917962+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-03-10T22:44:03.949097+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:44:03.969774+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:44:03.969816+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:44:06.816749+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:45:04.357390+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-10T22:45:04.391578+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:45:04.416178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:45:04.416242+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:45:04.504133+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T22:45:04.532842+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T22:45:04.562230+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:46:03.527058+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T22:46:03.555015+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:46:03.581840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:46:03.581909+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:46:06.767706+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:46:06.821703+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:47:04.180243+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T22:47:04.207391+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:47:04.229351+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:47:04.229395+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:47:07.227862+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:47:07.284471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:48:06.900576+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-10T22:48:06.926203+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:48:06.950963+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:48:06.951007+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:48:09.835830+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:48:09.892463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:49:08.974878+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-10T22:49:09.009213+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:49:09.048718+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:49:09.048802+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:49:11.806691+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:49:11.867422+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:50:09.967190+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-10T22:50:09.994686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:50:10.080215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:50:10.080283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:50:12.894392+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:50:12.941865+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:52:15.368802+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T22:52:15.399911+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:52:15.423005+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:52:15.423052+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:52:18.302078+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:52:18.359147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:53:15.500101+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T22:53:15.532736+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:53:15.554352+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:53:15.554403+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:53:18.339014+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:53:18.396685+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:55:17.735063+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-10T22:55:17.770212+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:55:17.793079+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:55:17.793143+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:55:20.594143+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:55:20.659600+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:56:23.741108+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-10T22:56:23.769927+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:56:23.807105+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:56:23.807161+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:56:26.803755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:56:26.864629+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:56:39.053003+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T22:57:27.195212+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-10T22:57:27.227882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:57:27.251642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:57:27.251691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:57:30.104220+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:57:30.163112+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:58:28.491049+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-10T22:58:28.518859+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:58:28.545353+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:58:28.545417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:58:31.431486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:58:31.512231+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T22:59:30.423360+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-10T22:59:30.461548+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T22:59:30.487399+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:59:30.487470+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T22:59:33.321633+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T22:59:33.383399+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:01:36.232087+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-10T23:01:36.287750+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:01:36.310654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:01:36.310699+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:01:39.206754+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:01:39.267365+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:02:42.089963+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-10T23:02:42.114770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:02:42.139717+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:02:42.139775+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:02:45.044193+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:02:45.134622+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:03:42.011830+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-10T23:03:42.057271+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:03:42.114338+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:03:42.114404+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:03:44.877227+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:03:44.963041+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:04:45.492174+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T23:04:45.519741+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:04:45.564749+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:04:45.564820+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:04:48.439596+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:04:48.514342+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:05:48.474990+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T23:05:48.508285+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:05:48.545000+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:05:48.545051+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:05:51.501183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:05:51.555438+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:06:52.244795+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-10T23:06:52.274669+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:06:52.299752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:06:52.299809+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:06:55.195722+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:06:55.300662+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:07:56.230076+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-10T23:07:56.270954+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:07:56.293760+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:07:56.293822+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:07:59.217258+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:07:59.309316+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:09:01.424939+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-10T23:09:01.448589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:09:01.469304+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:09:01.469352+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:09:04.389179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:09:04.457107+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:10:04.965897+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-10T23:10:04.990687+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:10:05.012732+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:10:05.012786+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:10:07.999279+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:10:08.093101+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:11:08.668339+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-10T23:11:08.696923+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:11:08.719411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:11:08.719462+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:11:11.604334+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:11:11.658643+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:12:10.568479+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-10T23:12:10.592151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:12:10.614134+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:12:10.614184+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:12:13.528657+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:12:13.583612+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:14:13.564044+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-10T23:14:13.589005+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:14:13.609383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:14:13.609435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:14:16.840603+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:14:16.890436+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:15:08.895171+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-10T23:15:08.920058+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:15:08.941401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:15:08.941450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:15:08.969146+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-10T23:15:08.994534+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:16:09.347891+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-10T23:16:09.369814+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:16:09.388373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:16:09.388417+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:16:09.412121+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:16:09.435998+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:17:09.950272+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-10T23:17:09.977827+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:17:09.999949+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:17:10.000017+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:17:10.027856+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:17:10.055592+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:18:13.269056+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-10T23:18:13.291250+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:18:13.309457+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:18:13.309520+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:18:13.331963+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:18:13.356049+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:19:17.743435+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-10T23:19:17.768232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:19:17.788888+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:19:17.788938+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:19:17.813747+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:19:17.840052+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:20:19.131654+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-10T23:20:19.156054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:20:19.176883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:20:19.176928+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:20:22.268044+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:20:22.319948+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T23:21:23.138856+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-10T23:21:23.280300+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:21:23.315220+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:21:23.315290+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:21:26.248716+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:21:26.312766+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T23:22:23.654152+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-03-10T23:22:23.690366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:22:23.711666+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:22:23.711708+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:22:26.609843+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:22:26.661676+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T23:24:53.992583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T23:24:56.276459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T23:27:08.584187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T23:27:51.495983+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-03-10T23:27:51.528199+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:27:51.549627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:27:51.549672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:27:54.193917+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:27:54.263010+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-03-10T23:28:32.120967+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T23:28:32.147234+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:28:32.168654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:28:32.168709+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:28:32.195747+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:28:32.223243+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:29:37.589363+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T23:29:37.613655+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:29:37.633592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:29:37.633654+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:29:37.659111+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:29:37.684460+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:31:46.745748+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-10T23:31:46.769733+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:31:46.789455+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:31:46.789503+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:31:46.878145+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:31:46.913004+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:31:46.936619+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:32:50.580096+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-10T23:32:50.602315+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:32:50.624471+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:32:50.624516+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:32:50.702678+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:32:50.745995+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:32:50.770193+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:33:53.212475+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-10T23:33:53.240793+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:33:53.262551+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:33:53.262594+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:33:53.331888+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:33:53.357075+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:33:53.381790+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:34:53.367932+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-10T23:34:53.393473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:34:53.414008+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:34:53.414074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:34:53.483412+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:34:53.509462+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:34:53.539152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:35:59.270061+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-10T23:35:59.293378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:35:59.312786+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:35:59.312834+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:35:59.377712+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:35:59.406706+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:35:59.430463+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:40:17.423492+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-10T23:40:17.449084+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:40:17.469742+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:40:17.469801+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:40:17.497056+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-10T23:40:17.524299+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:41:00.041224+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-03-10T23:41:00.064167+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:41:00.083098+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:41:00.083148+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:41:00.157840+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:41:00.181722+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:41:00.204913+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:41:32.138587+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-10T23:41:32.163780+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:41:32.184215+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:41:32.184258+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:41:35.286542+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:41:35.342412+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:42:35.353424+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-03-10T23:42:35.375795+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:42:35.394369+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:42:35.394425+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:42:35.455864+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:42:35.479758+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:42:35.502767+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:43:38.166941+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-03-10T23:43:38.206010+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:43:38.226277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:43:38.226324+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:43:41.165010+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:43:41.232635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:45:51.300406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T23:46:52.905225+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-10T23:46:52.930724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:46:52.951531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:46:52.951576+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:46:53.018674+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:46:53.044669+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:46:53.074237+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:47:54.966178+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-10T23:47:54.990978+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:47:55.011752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:47:55.011804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:47:55.079589+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:47:55.107108+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:47:55.131930+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:48:55.401151+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T23:48:55.429453+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:48:55.458436+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:48:55.458491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:48:58.295823+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:48:58.352279+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:49:55.785543+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T23:49:55.816268+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:49:55.837419+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:49:55.837465+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:49:58.608435+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:49:58.684406+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:50:59.081561+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-10T23:50:59.106786+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:50:59.126099+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:50:59.126155+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:50:59.212695+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:50:59.239164+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:50:59.275853+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:52:01.953830+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-10T23:52:01.980378+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:52:02.001373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:52:02.001418+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:52:04.789708+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:52:04.840300+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:53:05.829060+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-10T23:53:05.870762+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:53:05.900418+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:53:05.900465+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:53:05.975316+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:53:06.007172+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:53:06.036412+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:53:48.283903+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_wdt/0a1f00","method":"GET"} [] [2025-03-10T23:54:08.083405+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-10T23:54:08.109224+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:54:08.147272+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:54:08.147322+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:54:08.264333+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:54:08.290366+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:54:08.317526+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:54:13.608570+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-10T23:54:13.614628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:54:13.622020+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:54:13.622066+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:54:16.429505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:54:16.478304+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:54:34.997640+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-03-10T23:54:35.023898+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:54:35.043617+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:54:35.043678+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:54:37.823262+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:54:37.872667+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:55:08.489072+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-10T23:55:08.512398+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:55:08.532100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:55:08.532149+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:55:11.523834+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:55:11.561432+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:55:39.513952+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-10T23:55:39.537351+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:55:39.555615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:55:39.555694+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:55:39.626895+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:55:39.649945+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:55:39.672247+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:56:12.752225+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-10T23:56:13.090397+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:56:13.324855+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:56:13.324925+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:56:13.751664+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:56:13.776888+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:56:13.798744+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:56:41.502192+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-10T23:56:41.527002+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:56:41.548966+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:56:41.549026+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:56:41.617368+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:56:41.644151+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:56:41.669295+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:57:12.156964+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-10T23:57:12.181018+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:57:12.203739+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:57:12.203791+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:57:14.829650+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:57:14.882748+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:57:44.259422+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-10T23:57:44.309438+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:57:44.329604+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:57:44.329647+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:57:44.396092+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:57:44.436273+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:57:44.459879+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:58:17.806291+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-10T23:58:17.832686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:58:17.852506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:58:17.852554+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:58:17.920234+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:58:17.943183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:58:17.967436+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:58:49.763284+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T23:58:49.793613+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:58:49.817581+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:58:49.817650+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:58:52.635396+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:58:52.695246+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:59:20.224634+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-10T23:59:20.251149+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:59:20.272269+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:59:20.272329+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:59:20.350519+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-10T23:59:20.377836+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-10T23:59:20.402761+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-10T23:59:53.005528+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-10T23:59:53.037168+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-10T23:59:53.059949+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:59:53.060012+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-10T23:59:55.859599+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-10T23:59:55.906742+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:00:21.977751+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-11T00:00:22.001357+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:00:22.021028+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:00:22.021101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:00:24.969711+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:00:25.008444+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:00:54.316139+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-11T00:00:54.341546+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:00:54.367359+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:00:54.367409+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:00:54.435349+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:00:54.467502+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:00:54.491258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:01:25.627146+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T00:01:25.667988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:01:25.688663+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:01:25.688723+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:01:25.833324+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:01:25.869996+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:01:25.904624+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:01:58.501952+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-11T00:01:58.527705+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:01:58.550448+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:01:58.550499+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:01:58.620184+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:01:58.646498+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:01:58.690605+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:02:25.938759+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T00:02:25.962246+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:02:25.982622+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:02:25.982688+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:02:26.087577+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:02:26.150790+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:02:26.185037+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:03:01.294133+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FController%2FTemplateController.php&line=41","method":"GET"} [] [2025-03-11T00:03:30.679387+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-11T00:03:30.704552+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:03:30.724493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:03:30.724541+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:03:30.796925+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:03:30.823688+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:03:30.849212+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:04:03.290513+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-11T00:04:03.316366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:04:03.339047+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:04:03.339092+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:04:03.411947+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:04:03.446134+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:04:03.471307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:04:33.129839+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T00:04:33.173915+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:04:33.213526+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:04:33.213597+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:04:33.296905+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:04:33.323594+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:04:33.348699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:04:58.678855+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-11T00:04:58.705403+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:04:58.728392+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:04:58.728440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:04:58.796394+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:04:58.818445+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:04:58.842519+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:05:37.444065+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T00:05:37.474905+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:05:37.498968+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:05:37.499013+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:05:37.580910+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:05:37.608278+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:05:37.642867+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:06:04.484857+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-11T00:06:04.511224+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:06:04.531719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:06:04.531763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:06:04.608241+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:06:04.638713+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:06:04.670160+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:06:39.294661+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T00:06:39.327952+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:06:39.355161+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:06:39.355212+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:06:42.296875+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:06:42.365943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:07:07.264183+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-11T00:07:07.287879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:07:07.307531+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:07:07.307578+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:07:07.373841+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:07:07.398685+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:07:07.427900+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:07:45.200336+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-03-11T00:07:45.224376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:07:45.243867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:07:45.243910+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:07:45.308758+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:07:45.332458+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:07:45.356527+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:08:10.195182+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-11T00:08:10.224176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:08:10.246803+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:08:10.246855+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:08:10.321349+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:08:10.350076+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:08:10.380026+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:09:13.982718+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-11T00:09:14.007938+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:09:14.029545+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:09:14.029588+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:09:14.105938+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:09:14.131425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:09:14.160803+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:10:14.474613+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-11T00:10:14.506360+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:10:14.532256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:10:14.532312+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:10:14.610532+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:10:14.635755+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:10:14.662213+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:10:53.176549+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-03-11T00:10:53.205086+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:10:53.230810+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:10:53.230873+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:10:53.306697+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:10:53.335241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:10:53.360715+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:11:16.088124+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-11T00:11:16.115412+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:11:16.139564+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:11:16.139637+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:11:16.257962+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:11:16.284772+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:11:16.311492+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:12:18.782384+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-11T00:12:18.810383+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:12:18.832315+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:12:18.832358+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:12:18.902053+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:12:18.932343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:12:18.957283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:12:57.266740+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-11T00:12:57.296426+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:12:57.328548+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:12:57.328595+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:13:00.373997+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:13:00.426456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:13:21.965491+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-11T00:13:21.990713+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:13:22.011795+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:13:22.011838+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:13:22.086701+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:13:22.130207+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:13:22.153878+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:14:02.922799+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-03-11T00:14:02.948823+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:14:02.969369+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:14:02.969412+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:14:03.040569+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:14:03.065104+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:14:03.091560+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:15:05.489808+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-03-11T00:15:05.520258+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:15:05.542097+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:15:05.542158+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:15:08.198197+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:15:08.261149+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:15:29.205222+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-11T00:15:29.230529+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:15:29.250077+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:15:29.250136+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:15:29.316731+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:15:29.342269+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:15:29.371648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:16:09.143716+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-11T00:16:09.180356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:16:09.203195+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:16:09.203257+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:16:09.269972+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:16:09.306183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:16:09.331939+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:16:30.245337+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-11T00:16:30.286835+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:16:30.314133+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:16:30.314190+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:16:30.387850+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:16:30.419103+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:16:30.446209+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:17:34.817852+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-11T00:17:34.842920+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:17:34.864373+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:17:34.864421+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:17:34.932811+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:17:34.957371+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:17:34.982951+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:18:12.667970+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-11T00:18:12.695425+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:18:12.718411+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:18:12.718458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:18:12.793351+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:18:12.820502+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:18:12.847086+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:18:40.638227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=security","method":"GET"} [] [2025-03-11T00:18:41.240852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T00:19:45.857251+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-03-11T00:19:45.883758+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:19:45.904189+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:19:45.904249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:19:45.994838+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:19:46.020182+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:19:46.046060+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:20:17.686897+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-03-11T00:20:17.711443+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:20:17.732459+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:20:17.732533+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:20:20.498890+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:20:20.559581+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:20:43.955508+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-03-11T00:20:43.979858+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:20:43.999659+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:20:43.999706+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:20:46.772400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:20:46.827817+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:21:19.393946+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-03-11T00:21:19.433978+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:21:19.466247+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:21:19.466298+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:21:19.581846+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:21:19.617150+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:21:19.671351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:21:43.835553+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-03-11T00:21:43.859899+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:21:43.887268+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:21:43.887325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:21:43.953387+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:21:43.977675+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:21:44.000066+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:22:48.887133+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-03-11T00:22:48.951265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:22:48.973740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:22:48.973804+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:22:52.202860+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:22:52.258992+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:23:26.706232+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-03-11T00:23:26.730333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:23:26.755525+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:23:26.755570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:23:26.821654+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:23:26.846417+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:23:26.871770+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:23:51.841951+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-11T00:23:51.868832+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:23:51.890702+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:23:51.890755+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:23:51.968624+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:23:51.996464+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:23:52.030971+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:24:30.863950+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-03-11T00:24:30.889381+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:24:30.909650+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:24:30.909693+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:24:30.975672+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:24:31.001114+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:24:31.027139+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:24:57.841683+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-03-11T00:24:57.889658+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:24:57.910506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:24:57.910565+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:25:00.738067+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:25:00.797849+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:25:35.978620+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-03-11T00:25:36.020341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:25:36.043571+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:25:36.043629+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:25:36.213160+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:25:36.246753+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:25:36.283848+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:26:02.078248+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-03-11T00:26:02.112689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:26:02.133068+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:26:02.133112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:26:02.203434+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:26:02.233930+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:26:02.259368+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:26:37.598521+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-03-11T00:26:37.625707+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:26:37.650289+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:26:37.650363+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:26:37.725433+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:26:37.755538+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:26:37.780177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:27:08.197633+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-11T00:27:08.227003+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:27:08.247723+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:27:08.247778+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:27:08.329476+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:27:08.360643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:27:08.390722+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:27:39.450027+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-03-11T00:27:39.478882+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:27:39.499364+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:27:39.499408+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:27:42.189278+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:27:42.246844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:29:15.761340+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} [] [2025-03-11T00:29:42.693607+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-03-11T00:29:42.717877+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:29:42.739637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:29:42.739681+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:29:45.419119+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:29:45.481001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:30:19.021981+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FUsernamePasswordFormAuthenticationListener.php&line=38","method":"GET"} [] [2025-03-11T00:31:17.593450+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-guard%2FFirewall%2FGuardAuthenticationListener.php&line=35","method":"GET"} [] [2025-03-11T00:31:46.384547+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-03-11T00:31:46.407103+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:31:46.425557+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:31:46.425607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:31:46.487955+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:31:46.511411+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:31:46.534255+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:32:06.501994+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAnonymousAuthenticationListener.php&line=33","method":"GET"} [] [2025-03-11T00:32:50.828173+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T00:32:50.876371+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:32:50.898839+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:32:50.898908+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:32:51.067457+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:32:51.103681+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:32:51.134430+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:32:53.337867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=mailer","method":"GET"} [] [2025-03-11T00:32:53.389089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T00:33:34.658327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=exception","method":"GET"} [] [2025-03-11T00:33:34.744775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T00:33:53.005990+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-11T00:33:53.031040+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:33:53.051002+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:33:53.051047+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:33:55.975643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:33:56.034038+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:34:10.753038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=db","method":"GET"} [] [2025-03-11T00:34:10.813032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T00:34:44.384757+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/search/results?ip=2402%3A1f00%3A8100%3A400%3A%3A11b5&limit=10","method":"GET"} [] [2025-03-11T00:34:44.561935+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T00:34:54.239152+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T00:34:54.263287+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:34:54.273546+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:34:54.273585+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:34:54.341859+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:34:54.358976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:34:54.374479+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:35:14.912736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=security","method":"GET"} [] [2025-03-11T00:35:14.988646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T00:35:58.364664+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-03-11T00:35:58.387913+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:35:58.407765+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:35:58.407824+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:35:58.471061+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:35:58.596706+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:35:58.622044+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:36:18.057515+01:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search?limit=10","method":"GET"} [] [2025-03-11T00:37:03.390449+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-03-11T00:37:03.417119+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:37:03.438232+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:37:03.438292+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:37:03.510523+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:37:03.537787+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:37:03.563789+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:37:14.691599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=form","method":"GET"} [] [2025-03-11T00:37:14.736134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T00:38:04.043215+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-03-11T00:38:04.072198+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:38:04.112810+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:38:04.112866+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:38:04.708574+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-11T00:38:04.715456+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:38:04.723197+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:38:04.723236+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:38:06.826528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:38:06.885650+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:38:07.758504+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:38:07.798982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:38:51.067841+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-11T00:38:51.112446+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:38:51.168119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:38:51.168173+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:38:54.180385+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:38:54.238028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:39:09.654957+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-03-11T00:39:09.718372+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:39:09.753325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:39:09.753413+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:39:09.851353+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:39:09.877540+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:39:09.904996+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:39:54.682427+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-03-11T00:39:54.706361+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:39:54.726653+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:39:54.726705+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:39:54.795034+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:39:54.829516+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:39:54.863948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:40:13.580235+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-03-11T00:40:13.605475+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:40:13.626012+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:40:13.626065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:40:13.694586+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:40:13.716368+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:40:13.740912+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:40:55.290883+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-03-11T00:40:55.316677+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:40:55.338157+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:40:55.338203+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:40:58.242081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:40:58.295922+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:41:18.063953+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-03-11T00:41:18.087770+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:41:18.107555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:41:18.107607+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:41:21.012321+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:41:21.046652+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:42:18.838161+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-11T00:42:18.864041+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:42:18.884886+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:42:18.884941+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:42:21.613177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:42:21.671629+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:42:59.402653+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-03-11T00:42:59.455666+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:42:59.476173+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:42:59.476219+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:43:02.165051+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:43:02.240844+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:43:19.054533+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-11T00:43:19.077519+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:43:19.153540+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:43:19.153601+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:43:22.006574+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:43:22.038516+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:44:04.548275+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-03-11T00:44:04.575895+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:44:04.597746+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:44:04.597796+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:44:04.700362+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:44:04.732095+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:44:04.758856+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:44:23.517123+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-11T00:44:23.542752+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:44:23.562894+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:44:23.562964+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:44:26.522498+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:44:26.575456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:45:08.473625+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-03-11T00:45:23.254497+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-03-11T00:45:23.280367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:45:23.293867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:45:23.293954+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:45:23.428413+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:45:23.454115+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:45:23.482677+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:46:10.787908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=exception","method":"GET"} [] [2025-03-11T00:46:10.907254+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/exception.css","method":"GET"} [] [2025-03-11T00:46:11.156014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T00:46:11.209160+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/exception","method":"GET"} [] [2025-03-11T00:46:26.188284+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T00:46:26.222812+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:46:26.260947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:46:26.261195+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:46:26.340887+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:46:26.395957+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:46:26.422048+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:47:08.498680+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/search/results?ip=2402%3A1f00%3A8100%3A400%3A%3A11b5&limit=10","method":"GET"} [] [2025-03-11T00:47:08.589658+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T00:47:27.069510+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-03-11T00:47:27.103176+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:47:27.148092+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:47:27.148180+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:47:30.426233+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T00:47:30.487283+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:47:58.824957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=logger","method":"GET"} [] [2025-03-11T00:47:58.934190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T00:48:30.765044+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-03-11T00:48:30.789214+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:48:30.808708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:48:30.808748+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:48:30.874533+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:48:30.897690+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:48:30.919969+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:49:01.228223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=router","method":"GET"} [] [2025-03-11T00:49:01.297902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T00:49:01.338129+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/router","method":"GET"} [] [2025-03-11T00:49:33.988406+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-03-11T00:49:34.014049+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:49:34.034606+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:49:34.034664+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:49:34.101253+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:49:34.126341+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:49:34.149272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:49:56.228996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=config","method":"GET"} [] [2025-03-11T00:49:56.354780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T00:50:34.137565+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-03-11T00:50:34.164391+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:50:34.185126+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:50:34.185182+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:50:34.258928+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:50:34.284477+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:50:34.308867+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:50:47.788718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=security","method":"GET"} [] [2025-03-11T00:50:47.831384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T00:51:32.810552+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_wdt/0e0aa9","method":"GET"} [] [2025-03-11T00:51:34.359949+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-03-11T00:51:34.398851+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:51:34.408971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:51:34.409015+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:51:34.518834+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:51:34.544147+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:51:34.571975+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:52:13.096833+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FSecurity%2FPostVoter.php&line=27","method":"GET"} [] [2025-03-11T00:52:38.748771+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-11T00:52:38.773262+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:52:38.792444+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:52:38.792496+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:52:38.864466+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T00:52:38.891490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:52:49.943577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=translation","method":"GET"} [] [2025-03-11T00:52:50.001105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T00:53:24.711786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=translation","method":"GET"} [] [2025-03-11T00:53:24.813314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T00:53:53.703017+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=191","method":"GET"} [] [2025-03-11T00:54:21.413832+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=157","method":"GET"} [] [2025-03-11T00:54:47.619191+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f00533"},"request_uri":"https://www.test.phila-ca.com/public/_wdt/f00533","method":"GET"} [] [2025-03-11T00:55:08.247384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=router","method":"GET"} [] [2025-03-11T00:55:08.329055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T00:55:08.373375+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/router","method":"GET"} [] [2025-03-11T00:55:31.013791+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=24","method":"GET"} [] [2025-03-11T00:55:51.326132+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Ftwig%2Fextra-bundle%2Fsrc%2FTwigExtraBundle.php&line=18","method":"GET"} [] [2025-03-11T00:56:25.269881+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FDoctrineMigrationsBundle.php&line=14","method":"GET"} [] [2025-03-11T00:56:41.105139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=security","method":"GET"} [] [2025-03-11T00:56:41.172010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T00:56:48.747423+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3020b"},"request_uri":"https://www.test.phila-ca.com/public/_wdt/d3020b","method":"GET"} [] [2025-03-11T00:56:55.352278+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FWebProfilerBundle.php&line=19","method":"GET"} [] [2025-03-11T00:57:07.954503+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/search/results?ip=2402%3A1f00%3A8100%3A400%3A%3A11b5&limit=10","method":"GET"} [] [2025-03-11T00:57:08.038051+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T00:57:19.291928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9","method":"GET"} [] [2025-03-11T00:57:19.327690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T00:57:41.553919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T00:57:55.654515+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=229","method":"GET"} [] [2025-03-11T00:58:25.945954+01:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-03-11T00:58:25.969264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:58:25.989022+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:58:25.989068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:58:26.014811+01:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-03-11T00:58:26.039070+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:58:28.456979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=events","method":"GET"} [] [2025-03-11T00:58:28.498574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T00:58:58.159897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=request","method":"GET"} [] [2025-03-11T00:58:58.224133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T00:59:12.172749+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T00:59:12.192153+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T00:59:12.202106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:59:12.202146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T00:59:12.267165+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T00:59:12.297495+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T00:59:12.321666+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T00:59:24.628648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=cache","method":"GET"} [] [2025-03-11T00:59:24.695651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T00:59:46.991842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=translation","method":"GET"} [] [2025-03-11T00:59:47.052120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:00:08.098903+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdebug-bundle%2FDebugBundle.php&line=23","method":"GET"} [] [2025-03-11T01:00:12.971795+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-11T01:00:12.996263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:00:13.006179+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:00:13.006220+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:00:13.023647+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:00:13.051606+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:00:27.731383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=form","method":"GET"} [] [2025-03-11T01:00:27.801084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T01:00:44.617601+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/search/results?ip=198.12.64.43&limit=10","method":"GET"} [] [2025-03-11T01:00:44.702694+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T01:01:00.456061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=router","method":"GET"} [] [2025-03-11T01:01:00.523817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:01:00.567438+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/router","method":"GET"} [] [2025-03-11T01:01:18.199232+01:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-03-11T01:01:18.230702+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:01:18.256002+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:01:18.256072+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:01:18.283020+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:01:18.309533+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:01:47.736374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=logger","method":"GET"} [] [2025-03-11T01:01:47.807032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:02:19.793258+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-11T01:02:19.835345+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:02:19.869255+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:02:19.869315+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:02:19.897267+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:02:19.931152+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:02:29.295306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest","method":"GET"} [] [2025-03-11T01:02:29.333961+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-11T01:02:29.345074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:02:29.389138+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-11T01:03:07.728891+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=37","method":"GET"} [] [2025-03-11T01:03:25.326607+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-11T01:03:25.351449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:03:25.371797+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:03:25.371839+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:03:25.397093+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:03:25.428952+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:03:40.443367+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=34","method":"GET"} [] [2025-03-11T01:04:10.689320+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=51","method":"GET"} [] [2025-03-11T01:04:27.783536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f00533"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f00533","method":"GET"} [] [2025-03-11T01:04:27.855571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:04:37.662592+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=149","method":"GET"} [] [2025-03-11T01:05:01.464987+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FControllerSubscriber.php&line=42","method":"GET"} [] [2025-03-11T01:05:41.385076+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=60","method":"GET"} [] [2025-03-11T01:06:01.524052+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FBlogController.php&line=47","method":"GET"} [] [2025-03-11T01:06:18.573405+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/search/results?ip=198.12.64.43&limit=10","method":"GET"} [] [2025-03-11T01:06:18.651253+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T01:06:34.934628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1","method":"GET"} [] [2025-03-11T01:06:35.002929+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/exception.css","method":"GET"} [] [2025-03-11T01:06:35.015741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:06:35.070891+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/exception","method":"GET"} [] [2025-03-11T01:07:23.022490+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FTraceableArgumentResolver.php&line=34","method":"GET"} [] [2025-03-11T01:08:05.749265+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FTraceableArgumentResolver.php&line=38","method":"GET"} [] [2025-03-11T01:08:42.909949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=exception","method":"GET"} [] [2025-03-11T01:08:42.993122+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-11T01:08:43.004397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:08:43.067183+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-11T01:09:18.112417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=request","method":"GET"} [] [2025-03-11T01:09:18.184488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:09:48.000278+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FRedirectToPreferredLocaleSubscriber.php&line=64","method":"GET"} [] [2025-03-11T01:10:17.202986+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=92","method":"GET"} [] [2025-03-11T01:10:41.084631+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FValidateRequestListener.php&line=30","method":"GET"} [] [2025-03-11T01:10:54.703190+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-11T01:10:54.737452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:10:54.752250+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:10:54.752331+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:10:54.771224+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:10:54.817866+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:11:03.597530+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FException%2FRuntimeException.php&line=19","method":"GET"} [] [2025-03-11T01:11:24.362062+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRouterDataCollector.php&line=72","method":"GET"} [] [2025-03-11T01:11:42.719095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=router","method":"GET"} [] [2025-03-11T01:11:42.787166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:11:42.845784+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/router","method":"GET"} [] [2025-03-11T01:11:59.352039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=logger","method":"GET"} [] [2025-03-11T01:11:59.419585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:12:14.106050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=router","method":"GET"} [] [2025-03-11T01:12:14.129963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:12:14.148380+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/router","method":"GET"} [] [2025-03-11T01:12:28.714089+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/exception","method":"GET"} [] [2025-03-11T01:12:39.541936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=router","method":"GET"} [] [2025-03-11T01:12:39.591550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:12:39.630172+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/router","method":"GET"} [] [2025-03-11T01:12:51.180802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=config","method":"GET"} [] [2025-03-11T01:12:51.246537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:13:00.253430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=logger","method":"GET"} [] [2025-03-11T01:13:00.291980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:13:09.213163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=exception","method":"GET"} [] [2025-03-11T01:13:09.262387+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/exception.css","method":"GET"} [] [2025-03-11T01:13:09.269175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:13:09.292206+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/exception","method":"GET"} [] [2025-03-11T01:13:16.844483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=logger","method":"GET"} [] [2025-03-11T01:13:16.884803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:13:24.532244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=time","method":"GET"} [] [2025-03-11T01:13:24.584805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T01:13:30.939631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=twig","method":"GET"} [] [2025-03-11T01:13:30.963157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:13:36.482482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=twig","method":"GET"} [] [2025-03-11T01:13:36.521383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:13:41.875953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=config","method":"GET"} [] [2025-03-11T01:13:41.925590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:13:46.108961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=security","method":"GET"} [] [2025-03-11T01:13:46.131139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:13:50.364741+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=71","method":"GET"} [] [2025-03-11T01:13:54.262295+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=59","method":"GET"} [] [2025-03-11T01:13:57.911917+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=99","method":"GET"} [] [2025-03-11T01:14:00.784782+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:14:00.964068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:14:03.588733+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FVideoController.php&line=103","method":"GET"} [] [2025-03-11T01:14:05.927397+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/exception.css","method":"GET"} [] [2025-03-11T01:14:08.235824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=twig","method":"GET"} [] [2025-03-11T01:14:08.262724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:14:10.396117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=translation","method":"GET"} [] [2025-03-11T01:14:10.422379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:14:12.618300+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-03-11T01:14:12.635694+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:14:12.645641+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:12.645682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:12.718749+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T01:14:12.750716+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T01:14:12.791865+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:14:15.354313+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-03-11T01:14:15.363454+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:14:15.380916+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:15.380964+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:18.065524+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T01:14:18.112727+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:14:20.414457+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-03-11T01:14:20.425940+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:14:20.432883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:20.432922+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:20.454395+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T01:14:20.470331+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T01:14:20.480519+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:14:34.833743+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-03-11T01:14:34.855098+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:14:34.880421+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:34.880491+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:14:37.676323+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T01:14:37.706090+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:15:16.800382+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FProcessor%2FPsrLogMessageProcessor.php&line=23","method":"GET"} [] [2025-03-11T01:15:41.708887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3020b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d3020b","method":"GET"} [] [2025-03-11T01:15:41.810990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:16:17.925738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a599e3","method":"GET"} [] [2025-03-11T01:16:18.014122+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a599e3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a599e3/exception.css","method":"GET"} [] [2025-03-11T01:16:18.032258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:16:18.100118+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a599e3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a599e3/exception","method":"GET"} [] [2025-03-11T01:16:22.096432+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDumpListener.php&line=39","method":"GET"} [] [2025-03-11T01:16:51.386184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e95f7","method":"GET"} [] [2025-03-11T01:16:51.456206+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e95f7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e95f7/exception.css","method":"GET"} [] [2025-03-11T01:16:51.467769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:16:51.521766+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e95f7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e95f7/exception","method":"GET"} [] [2025-03-11T01:17:21.772810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0","method":"GET"} [] [2025-03-11T01:17:21.866788+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/exception.css","method":"GET"} [] [2025-03-11T01:17:21.877036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:17:21.926014+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/exception","method":"GET"} [] [2025-03-11T01:18:13.884275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb","method":"GET"} [] [2025-03-11T01:18:13.952725+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/exception.css","method":"GET"} [] [2025-03-11T01:18:13.963729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:18:14.010415+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/exception","method":"GET"} [] [2025-03-11T01:18:33.344300+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-11T01:18:33.369701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:18:33.417224+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:18:33.417287+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:18:33.442742+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:18:33.470379+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:18:53.080543+01:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-03-11T01:18:53.105973+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:18:53.128058+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:18:53.128111+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:18:53.154550+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:18:53.181119+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:18:59.343897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb","method":"GET"} [] [2025-03-11T01:18:59.386650+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/exception.css","method":"GET"} [] [2025-03-11T01:18:59.395382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:18:59.432420+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/exception","method":"GET"} [] [2025-03-11T01:19:42.413584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=validator","method":"GET"} [] [2025-03-11T01:19:42.479490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:19:52.935467+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-11T01:19:52.959928+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:19:52.972256+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:19:52.972307+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:19:52.989631+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:19:53.020006+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:20:21.232763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=config","method":"GET"} [] [2025-03-11T01:20:21.297107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:21:24.358100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=logger","method":"GET"} [] [2025-03-11T01:21:24.429147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:21:55.753640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=cache","method":"GET"} [] [2025-03-11T01:21:55.819765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:22:23.776338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=security","method":"GET"} [] [2025-03-11T01:22:23.838380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:22:48.103067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=exception","method":"GET"} [] [2025-03-11T01:22:48.164900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:23:09.335635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=translation","method":"GET"} [] [2025-03-11T01:23:09.402858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:23:28.353377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=router","method":"GET"} [] [2025-03-11T01:23:28.418148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:23:28.459604+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/router","method":"GET"} [] [2025-03-11T01:23:47.016419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=logger","method":"GET"} [] [2025-03-11T01:23:47.083046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:24:03.406510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=validator","method":"GET"} [] [2025-03-11T01:24:03.477415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:24:17.645796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=time","method":"GET"} [] [2025-03-11T01:24:17.670885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T01:24:30.501215+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/exception","method":"GET"} [] [2025-03-11T01:24:41.596000+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/exception","method":"GET"} [] [2025-03-11T01:24:51.917910+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/exception","method":"GET"} [] [2025-03-11T01:25:01.589093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=exception","method":"GET"} [] [2025-03-11T01:25:01.626759+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/exception.css","method":"GET"} [] [2025-03-11T01:25:01.636225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:25:01.676808+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/exception","method":"GET"} [] [2025-03-11T01:25:10.081032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=twig","method":"GET"} [] [2025-03-11T01:25:10.147893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:25:17.578910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=form","method":"GET"} [] [2025-03-11T01:25:17.620634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T01:25:24.656349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=dump","method":"GET"} [] [2025-03-11T01:25:24.678631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:25:30.795965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=dump","method":"GET"} [] [2025-03-11T01:25:30.864341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:25:36.235128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=events","method":"GET"} [] [2025-03-11T01:25:36.275424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:25:41.236628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=twig","method":"GET"} [] [2025-03-11T01:25:41.259591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:25:45.915208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=time","method":"GET"} [] [2025-03-11T01:25:45.969689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T01:25:49.765633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=request","method":"GET"} [] [2025-03-11T01:25:49.787132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:25:53.301028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=request","method":"GET"} [] [2025-03-11T01:25:53.339265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:25:56.535822+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:25:56.574636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:25:59.444682+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:25:59.472340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:02.488236+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:02.541124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:04.686492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=dump","method":"GET"} [] [2025-03-11T01:26:04.706542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:26:06.926676+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:06.954636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:09.059423+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:26:09.092859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:26:11.196977+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:11.218699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:13.407460+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:13.431564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:15.540325+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:15.598130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:18.048376+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=57","method":"GET"} [] [2025-03-11T01:26:20.217421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df","method":"GET"} [] [2025-03-11T01:26:20.248712+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/exception.css","method":"GET"} [] [2025-03-11T01:26:20.255284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:26:20.297409+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/exception","method":"GET"} [] [2025-03-11T01:26:22.536453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284","method":"GET"} [] [2025-03-11T01:26:22.556379+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception.css","method":"GET"} [] [2025-03-11T01:26:22.559306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:26:22.577431+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception","method":"GET"} [] [2025-03-11T01:26:24.626322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984","method":"GET"} [] [2025-03-11T01:26:24.654025+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984/exception.css","method":"GET"} [] [2025-03-11T01:26:24.660889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:26:24.682288+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-11T01:26:26.929703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=exception","method":"GET"} [] [2025-03-11T01:26:26.953137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:26:29.146908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=mailer","method":"GET"} [] [2025-03-11T01:26:29.166253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T01:26:31.345475+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:31.375147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:33.761409+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:33.830389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:36.016368+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:36.052462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:38.197057+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:38.222607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:26:40.394885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:40.432782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:26:42.557766+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/exception","method":"GET"} [] [2025-03-11T01:26:44.834311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=validator","method":"GET"} [] [2025-03-11T01:26:44.856926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:26:47.045407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=router","method":"GET"} [] [2025-03-11T01:26:47.066192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:26:47.084101+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/router","method":"GET"} [] [2025-03-11T01:26:49.539758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=logger","method":"GET"} [] [2025-03-11T01:26:49.584757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:26:51.745394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=config","method":"GET"} [] [2025-03-11T01:26:51.768916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:26:53.929218+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-11T01:26:56.129860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=cache","method":"GET"} [] [2025-03-11T01:26:56.170255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:26:58.285459+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception","method":"GET"} [] [2025-03-11T01:27:01.676914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c","method":"GET"} [] [2025-03-11T01:27:01.730439+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/exception.css","method":"GET"} [] [2025-03-11T01:27:01.735797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:27:01.755381+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/exception","method":"GET"} [] [2025-03-11T01:27:05.194971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=cache","method":"GET"} [] [2025-03-11T01:27:05.240863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:27:07.338390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=security","method":"GET"} [] [2025-03-11T01:27:07.363554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:27:09.615448+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=40","method":"GET"} [] [2025-03-11T01:27:11.756282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=exception","method":"GET"} [] [2025-03-11T01:27:11.789720+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception.css","method":"GET"} [] [2025-03-11T01:27:11.796129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:27:11.841233+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception","method":"GET"} [] [2025-03-11T01:27:14.015731+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:14.044463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:16.241296+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:16.302864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:19.646576+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:19.692568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:22.080812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=exception","method":"GET"} [] [2025-03-11T01:27:22.125875+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/exception.css","method":"GET"} [] [2025-03-11T01:27:22.132835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:27:22.152487+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/exception","method":"GET"} [] [2025-03-11T01:27:24.305220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=validator","method":"GET"} [] [2025-03-11T01:27:24.329878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:27:26.445441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=router","method":"GET"} [] [2025-03-11T01:27:26.470787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:27:26.493255+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/router","method":"GET"} [] [2025-03-11T01:27:28.689444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=events","method":"GET"} [] [2025-03-11T01:27:28.728988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:27:30.935511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=logger","method":"GET"} [] [2025-03-11T01:27:30.957747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:27:33.169999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=config","method":"GET"} [] [2025-03-11T01:27:33.194776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:27:35.360258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=security","method":"GET"} [] [2025-03-11T01:27:35.385829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:27:37.795263+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:37.856811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:40.016137+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"58b117"},"request_uri":"https://test.phila-ca.com/public/_profiler/58b117/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:40.046453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:27:42.216871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=twig","method":"GET"} [] [2025-03-11T01:27:42.240297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:27:44.455177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=dump","method":"GET"} [] [2025-03-11T01:27:44.494610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:27:46.699448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=time","method":"GET"} [] [2025-03-11T01:27:46.726747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T01:27:48.846942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=form","method":"GET"} [] [2025-03-11T01:27:48.870832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T01:27:51.028456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=logger","method":"GET"} [] [2025-03-11T01:27:51.048949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:27:53.418726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=config","method":"GET"} [] [2025-03-11T01:27:53.463655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:27:55.691501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=router","method":"GET"} [] [2025-03-11T01:27:55.714328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:27:55.736974+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1/router","method":"GET"} [] [2025-03-11T01:27:58.066803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=security","method":"GET"} [] [2025-03-11T01:27:58.086686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:28:00.286606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=request","method":"GET"} [] [2025-03-11T01:28:00.328700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:28:02.550964+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:02.577222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:04.647589+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:04.669858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:06.852380+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:06.878595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:09.219716+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:28:09.268683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:28:11.383448+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:11.410547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:13.565596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:13.588320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:28:15.746008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=cache","method":"GET"} [] [2025-03-11T01:28:15.783159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:28:18.025244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b","method":"GET"} [] [2025-03-11T01:28:18.046189+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-11T01:28:18.052915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:28:18.071393+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-11T01:28:20.198798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de","method":"GET"} [] [2025-03-11T01:28:20.221229+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/exception.css","method":"GET"} [] [2025-03-11T01:28:20.224141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:28:20.242697+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/exception","method":"GET"} [] [2025-03-11T01:28:22.408045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c","method":"GET"} [] [2025-03-11T01:28:22.431223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/exception.css","method":"GET"} [] [2025-03-11T01:28:22.434257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:28:22.452437+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/exception","method":"GET"} [] [2025-03-11T01:28:24.943575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d","method":"GET"} [] [2025-03-11T01:28:25.001234+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-11T01:28:25.004100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:28:25.021651+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-11T01:28:27.229726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:28:27.254049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:28:29.415972+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/exception.css","method":"GET"} [] [2025-03-11T01:28:31.606872+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:28:31.642014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:28:33.836780+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/exception.css","method":"GET"} [] [2025-03-11T01:28:36.046471+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/exception.css","method":"GET"} [] [2025-03-11T01:28:38.227191+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/exception.css","method":"GET"} [] [2025-03-11T01:28:40.665014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=cache","method":"GET"} [] [2025-03-11T01:28:40.722739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:28:42.887465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=translation","method":"GET"} [] [2025-03-11T01:28:42.910045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:28:45.116961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=exception","method":"GET"} [] [2025-03-11T01:28:45.138944+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/exception.css","method":"GET"} [] [2025-03-11T01:28:45.142366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:28:45.161573+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/exception","method":"GET"} [] [2025-03-11T01:28:47.336357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=exception","method":"GET"} [] [2025-03-11T01:28:47.365892+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/exception.css","method":"GET"} [] [2025-03-11T01:28:47.372323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:28:47.394110+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/exception","method":"GET"} [] [2025-03-11T01:28:49.556844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=exception","method":"GET"} [] [2025-03-11T01:28:49.579247+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-11T01:28:49.586740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:28:49.604618+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-11T01:28:51.757104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=db","method":"GET"} [] [2025-03-11T01:28:51.777581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T01:28:53.966722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=logger","method":"GET"} [] [2025-03-11T01:28:53.986721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:28:56.486925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=config","method":"GET"} [] [2025-03-11T01:28:56.584560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:28:58.806598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=router","method":"GET"} [] [2025-03-11T01:28:58.827641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:28:58.849491+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d/router","method":"GET"} [] [2025-03-11T01:29:01.139056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=exception","method":"GET"} [] [2025-03-11T01:29:01.159435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:29:03.305377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=logger","method":"GET"} [] [2025-03-11T01:29:03.339147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:29:05.586722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=router","method":"GET"} [] [2025-03-11T01:29:05.608227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:29:05.625792+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/router","method":"GET"} [] [2025-03-11T01:29:07.808806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=router","method":"GET"} [] [2025-03-11T01:29:07.834160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:29:07.852612+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/router","method":"GET"} [] [2025-03-11T01:29:10.063112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=config","method":"GET"} [] [2025-03-11T01:29:10.089667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:29:12.471827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=router","method":"GET"} [] [2025-03-11T01:29:12.526478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:29:12.560555+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/router","method":"GET"} [] [2025-03-11T01:29:14.714226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=config","method":"GET"} [] [2025-03-11T01:29:14.741945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:29:16.907332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=config","method":"GET"} [] [2025-03-11T01:29:16.930019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:29:19.066285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=logger","method":"GET"} [] [2025-03-11T01:29:19.098686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:29:21.281798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=logger","method":"GET"} [] [2025-03-11T01:29:21.306806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:29:23.421712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=security","method":"GET"} [] [2025-03-11T01:29:23.443392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:25.611541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=security","method":"GET"} [] [2025-03-11T01:29:25.637079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:28.012001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=security","method":"GET"} [] [2025-03-11T01:29:28.067579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:30.206851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=security","method":"GET"} [] [2025-03-11T01:29:30.233138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:32.463761+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/exception","method":"GET"} [] [2025-03-11T01:29:34.727489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=cache","method":"GET"} [] [2025-03-11T01:29:34.756047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:29:36.898906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=translation","method":"GET"} [] [2025-03-11T01:29:36.922349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:29:39.106566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=translation","method":"GET"} [] [2025-03-11T01:29:39.129543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:29:41.282068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=translation","method":"GET"} [] [2025-03-11T01:29:41.304179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:29:43.735019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=translation","method":"GET"} [] [2025-03-11T01:29:43.783289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:29:45.977373+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=36","method":"GET"} [] [2025-03-11T01:29:48.086929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=security","method":"GET"} [] [2025-03-11T01:29:48.112828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:50.316778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=security","method":"GET"} [] [2025-03-11T01:29:50.349408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:52.487186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=security","method":"GET"} [] [2025-03-11T01:29:52.512199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:54.718083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=security","method":"GET"} [] [2025-03-11T01:29:54.741789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:56.868193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=security","method":"GET"} [] [2025-03-11T01:29:56.893577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:29:59.207415+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FFragmentListener.php&line=53","method":"GET"} [] [2025-03-11T01:30:01.379272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=mailer","method":"GET"} [] [2025-03-11T01:30:01.410471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T01:30:03.572201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=mailer","method":"GET"} [] [2025-03-11T01:30:03.600037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T01:30:05.801081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=events","method":"GET"} [] [2025-03-11T01:30:05.835636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:08.046625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=events","method":"GET"} [] [2025-03-11T01:30:08.069815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:10.206348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=events","method":"GET"} [] [2025-03-11T01:30:10.228700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:12.356963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=events","method":"GET"} [] [2025-03-11T01:30:12.377569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:14.793104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=events","method":"GET"} [] [2025-03-11T01:30:14.855244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:16.971646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=events","method":"GET"} [] [2025-03-11T01:30:17.001312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:19.209838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=events","method":"GET"} [] [2025-03-11T01:30:19.236744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:30:21.366411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:30:21.410714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T01:30:23.577809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=db","method":"GET"} [] [2025-03-11T01:30:23.597866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T01:30:25.738275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=mailer","method":"GET"} [] [2025-03-11T01:30:25.758677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T01:30:27.988118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=validator","method":"GET"} [] [2025-03-11T01:30:28.012210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:30:30.393138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=exception","method":"GET"} [] [2025-03-11T01:30:30.442001+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/exception.css","method":"GET"} [] [2025-03-11T01:30:30.450399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:30:30.468550+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/exception","method":"GET"} [] [2025-03-11T01:30:32.538199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=validator","method":"GET"} [] [2025-03-11T01:30:32.567934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:30:34.749973+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/search/results?ip=198.12.64.43&limit=10","method":"GET"} [] [2025-03-11T01:30:34.810526+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T01:30:36.957231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=validator","method":"GET"} [] [2025-03-11T01:30:36.988902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:30:40.433161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=validator","method":"GET"} [] [2025-03-11T01:30:40.457807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:30:43.570430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=validator","method":"GET"} [] [2025-03-11T01:30:43.594930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:30:46.666406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=exception","method":"GET"} [] [2025-03-11T01:30:46.710198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:30:48.798238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=mailer","method":"GET"} [] [2025-03-11T01:30:48.826411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T01:30:51.201269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=logger","method":"GET"} [] [2025-03-11T01:30:51.224663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:30:53.459224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=config","method":"GET"} [] [2025-03-11T01:30:53.488113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:30:55.656845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=router","method":"GET"} [] [2025-03-11T01:30:55.676088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:30:55.693935+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00/router","method":"GET"} [] [2025-03-11T01:30:57.929263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=security","method":"GET"} [] [2025-03-11T01:30:57.950511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:31:00.131610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=translation","method":"GET"} [] [2025-03-11T01:31:00.154259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T01:31:02.577574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=events","method":"GET"} [] [2025-03-11T01:31:02.621312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:31:04.746504+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-11T01:31:04.765303+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:31:04.774806+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:31:04.774845+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:31:07.462200+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T01:31:07.512518+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:31:09.828342+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-03-11T01:31:09.839241+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:31:09.846656+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:31:09.846702+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:31:12.664357+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T01:31:12.678096+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:31:14.827490+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCommentNotificationSubscriber.php&line=49","method":"GET"} [] [2025-03-11T01:31:25.381207+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=76","method":"GET"} [] [2025-03-11T01:31:34.112376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Freplay%2F","method":"GET"} [] [2025-03-11T01:31:34.169731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T01:31:43.203115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:31:43.271875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:32:08.440548+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:32:08.507257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:32:30.205317+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:32:30.268025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:32:51.217296+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Freplay%2F","method":"GET"} [] [2025-03-11T01:32:51.295421+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T01:33:09.384344+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:33:09.450648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:34:06.481681+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=115","method":"GET"} [] [2025-03-11T01:34:58.003625+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=125","method":"GET"} [] [2025-03-11T01:35:42.398158+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=144","method":"GET"} [] [2025-03-11T01:36:23.429144+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=128","method":"GET"} [] [2025-03-11T01:36:59.300496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=router","method":"GET"} [] [2025-03-11T01:36:59.366144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:36:59.408075+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/router","method":"GET"} [] [2025-03-11T01:37:31.367551+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:37:31.442876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:01.958354+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8e7153"},"request_uri":"https://test.phila-ca.com/public/_profiler/8e7153/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:02.024186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:28.137082+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:28.211248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:51.456632+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:51.522916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:38:58.375785+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T01:38:58.392289+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:38:58.401835+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:38:58.401893+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:38:58.459320+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T01:38:58.479392+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T01:38:58.501625+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:39:12.589824+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"58b117"},"request_uri":"https://test.phila-ca.com/public/_profiler/58b117/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:39:12.670643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:39:31.335980+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:39:31.405116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T01:39:42.955083+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-11T01:39:42.973992+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:39:42.983330+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:39:42.983392+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:39:42.996580+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:39:43.021955+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:39:49.080395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=config","method":"GET"} [] [2025-03-11T01:39:49.143496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:40:04.137019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=config","method":"GET"} [] [2025-03-11T01:40:04.203801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:40:18.195981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=router","method":"GET"} [] [2025-03-11T01:40:18.218416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:40:18.236474+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984/router","method":"GET"} [] [2025-03-11T01:40:30.711481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=logger","method":"GET"} [] [2025-03-11T01:40:30.774137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:40:41.944069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=logger","method":"GET"} [] [2025-03-11T01:40:41.975653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:40:46.125469+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a599e3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a599e3/exception","method":"GET"} [] [2025-03-11T01:40:51.795798+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=79","method":"GET"} [] [2025-03-11T01:41:01.259370+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=74","method":"GET"} [] [2025-03-11T01:41:09.042304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=request","method":"GET"} [] [2025-03-11T01:41:09.089131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:41:16.535457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=request","method":"GET"} [] [2025-03-11T01:41:16.581013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:41:23.246273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=request","method":"GET"} [] [2025-03-11T01:41:23.273355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:41:29.229795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=request","method":"GET"} [] [2025-03-11T01:41:29.272384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:41:34.774620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=request","method":"GET"} [] [2025-03-11T01:41:34.821260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:41:39.656054+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-fixtures-bundle%2FDoctrineFixturesBundle.php&line=14","method":"GET"} [] [2025-03-11T01:41:46.309340+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FContainer.php&line=435","method":"GET"} [] [2025-03-11T01:41:48.135360+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-03-11T01:41:48.155450+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:41:48.164515+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:41:48.164555+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:41:48.223782+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T01:41:48.241084+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T01:41:48.271156+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:41:52.281520+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-03-11T01:41:52.290663+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:41:52.308210+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:41:52.308265+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:41:55.187492+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T01:41:55.228760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:42:03.610351+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-03-11T01:42:03.630519+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:42:03.640145+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:42:03.640193+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:42:06.540353+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T01:42:06.596331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:42:40.187388+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-03-11T01:42:40.218257+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:42:40.239313+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:42:40.239383+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:42:40.310960+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T01:42:40.337221+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T01:42:40.363429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:43:45.876411+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FVideoController.php&line=116","method":"GET"} [] [2025-03-11T01:44:47.678866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=request","method":"GET"} [] [2025-03-11T01:44:47.752959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:45:45.005926+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} [] [2025-03-11T01:46:05.542944+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e95f7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e95f7/exception","method":"GET"} [] [2025-03-11T01:46:37.110420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=config","method":"GET"} [] [2025-03-11T01:46:37.183247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:47:22.482038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=time","method":"GET"} [] [2025-03-11T01:47:22.551247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T01:48:04.142723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=form","method":"GET"} [] [2025-03-11T01:48:04.218646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T01:48:40.842814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=dump","method":"GET"} [] [2025-03-11T01:48:40.911940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:49:15.380722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=twig","method":"GET"} [] [2025-03-11T01:49:15.447803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:49:38.485512+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-11T01:49:38.510587+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T01:49:38.530845+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:49:38.530915+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T01:49:38.556325+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T01:49:38.582530+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T01:49:44.105436+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:49:44.142493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:50:11.627262+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:50:11.746678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:50:34.839349+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:50:34.898629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:50:57.047425+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=353","method":"GET"} [] [2025-03-11T01:51:17.583630+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=358","method":"GET"} [] [2025-03-11T01:51:34.971210+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/search/results?ip=2402%3A1f00%3A8100%3A400%3A%3A11b5&limit=10","method":"GET"} [] [2025-03-11T01:51:35.051302+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T01:51:50.846918+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/exception","method":"GET"} [] [2025-03-11T01:52:39.917884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=dump","method":"GET"} [] [2025-03-11T01:52:39.988882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:53:24.434049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=twig","method":"GET"} [] [2025-03-11T01:53:24.568394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T01:54:04.192976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=dump","method":"GET"} [] [2025-03-11T01:54:04.271855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T01:54:39.432902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316","method":"GET"} [] [2025-03-11T01:54:39.496812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:55:11.843102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378","method":"GET"} [] [2025-03-11T01:55:11.921697+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/exception.css","method":"GET"} [] [2025-03-11T01:55:11.932586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:55:11.976698+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-11T01:55:39.830460+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:55:39.890876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:56:05.376377+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:56:05.471442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:56:28.376882+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:56:28.449002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:56:49.730622+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:56:49.807721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T01:57:07.986392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad","method":"GET"} [] [2025-03-11T01:57:08.057428+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-11T01:57:08.068740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:57:08.119648+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-11T01:57:24.900184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f","method":"GET"} [] [2025-03-11T01:57:24.959918+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-11T01:57:24.970986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:57:25.082135+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-11T01:57:26.082645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e","method":"GET"} [] [2025-03-11T01:57:26.130569+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e/exception.css","method":"GET"} [] [2025-03-11T01:57:26.133523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:57:26.151854+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e/exception","method":"GET"} [] [2025-03-11T01:57:39.545960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8","method":"GET"} [] [2025-03-11T01:57:39.566572+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-11T01:57:39.569489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:57:39.587014+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-11T01:57:53.405011+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T01:57:53.475192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T01:58:05.166353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=validator","method":"GET"} [] [2025-03-11T01:58:05.192645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T01:58:16.450335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=config","method":"GET"} [] [2025-03-11T01:58:16.508610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:58:26.238496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=logger","method":"GET"} [] [2025-03-11T01:58:26.264933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:58:35.303659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=router","method":"GET"} [] [2025-03-11T01:58:35.359545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:58:35.390438+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316/router","method":"GET"} [] [2025-03-11T01:58:43.325729+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-11T01:58:50.966371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=events","method":"GET"} [] [2025-03-11T01:58:51.033995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T01:58:57.237155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=cache","method":"GET"} [] [2025-03-11T01:58:57.257319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T01:59:08.869755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=security","method":"GET"} [] [2025-03-11T01:59:08.937873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T01:59:14.127315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=exception","method":"GET"} [] [2025-03-11T01:59:14.149530+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-11T01:59:14.156841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:59:14.174836+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-11T01:59:18.985822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=exception","method":"GET"} [] [2025-03-11T01:59:19.007958+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-11T01:59:19.010714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:59:19.028600+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-11T01:59:23.436946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=exception","method":"GET"} [] [2025-03-11T01:59:23.459837+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-11T01:59:23.462904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:59:23.482714+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-11T01:59:27.373595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=mailer","method":"GET"} [] [2025-03-11T01:59:27.433070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T01:59:30.566752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=exception","method":"GET"} [] [2025-03-11T01:59:30.586549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T01:59:33.546981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472","method":"GET"} [] [2025-03-11T01:59:33.568809+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/exception.css","method":"GET"} [] [2025-03-11T01:59:33.577745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T01:59:33.595429+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/exception","method":"GET"} [] [2025-03-11T01:59:36.447167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=request","method":"GET"} [] [2025-03-11T01:59:36.470100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T01:59:38.946613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=config","method":"GET"} [] [2025-03-11T01:59:38.969008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:59:41.196193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=router","method":"GET"} [] [2025-03-11T01:59:41.218159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:59:41.236197+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/router","method":"GET"} [] [2025-03-11T01:59:43.705669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=logger","method":"GET"} [] [2025-03-11T01:59:43.769693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:59:46.006789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=config","method":"GET"} [] [2025-03-11T01:59:46.029820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:59:48.199364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=config","method":"GET"} [] [2025-03-11T01:59:48.220597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T01:59:50.417499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=logger","method":"GET"} [] [2025-03-11T01:59:50.440571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:59:52.626700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=router","method":"GET"} [] [2025-03-11T01:59:52.650002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:59:52.667840+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/router","method":"GET"} [] [2025-03-11T01:59:54.857603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=router","method":"GET"} [] [2025-03-11T01:59:54.879509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T01:59:54.897087+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/router","method":"GET"} [] [2025-03-11T01:59:57.061748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=logger","method":"GET"} [] [2025-03-11T01:59:57.085490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T01:59:59.607715+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/exception","method":"GET"} [] [2025-03-11T02:00:01.834069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=security","method":"GET"} [] [2025-03-11T02:00:01.874912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T02:00:04.126457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=security","method":"GET"} [] [2025-03-11T02:00:04.149015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T02:00:06.297706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=security","method":"GET"} [] [2025-03-11T02:00:06.321181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T02:00:08.527560+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-11T02:00:10.697717+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-11T02:00:12.919630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=request","method":"GET"} [] [2025-03-11T02:00:12.940990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T02:00:15.329219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=cache","method":"GET"} [] [2025-03-11T02:00:15.380899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T02:00:17.577790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=translation","method":"GET"} [] [2025-03-11T02:00:17.616361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T02:00:19.849321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=translation","method":"GET"} [] [2025-03-11T02:00:19.873020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T02:00:19.936554+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T02:00:19.957171+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T02:00:19.969910+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T02:00:19.969984+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T02:00:20.036747+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T02:00:20.082129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T02:00:20.108004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T02:00:22.005952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=translation","method":"GET"} [] [2025-03-11T02:00:22.029112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T02:00:24.029704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=mailer","method":"GET"} [] [2025-03-11T02:00:24.052034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T02:00:26.255242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=events","method":"GET"} [] [2025-03-11T02:00:26.282064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:00:28.327392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=events","method":"GET"} [] [2025-03-11T02:00:28.348726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:00:30.612953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=events","method":"GET"} [] [2025-03-11T02:00:30.660505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:00:32.816605+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa599e3%2Fexception","method":"GET"} [] [2025-03-11T02:00:32.863820+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T02:00:35.007647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=config","method":"GET"} [] [2025-03-11T02:00:35.043082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T02:00:38.409007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=logger","method":"GET"} [] [2025-03-11T02:00:38.432096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T02:00:41.596776+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-11T02:00:41.644311+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T02:00:44.555816+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:00:44.577205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:00:52.951537+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:00:53.091237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:01:00.516993+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:01:00.541044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:01:07.449842+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:01:07.471681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:01:14.130726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=time","method":"GET"} [] [2025-03-11T02:01:14.197926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:01:19.276943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=dump","method":"GET"} [] [2025-03-11T02:01:19.296124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:01:23.059394+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-11T02:01:23.076671+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T02:01:23.086031+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T02:01:23.086073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T02:01:23.099926+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-11T02:01:23.125178+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T02:01:24.047187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=form","method":"GET"} [] [2025-03-11T02:01:24.067851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:01:28.335565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=twig","method":"GET"} [] [2025-03-11T02:01:28.354481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:01:32.799284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=form","method":"GET"} [] [2025-03-11T02:01:32.867229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:03:14.747423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=twig","method":"GET"} [] [2025-03-11T02:03:14.813093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:03:17.529677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=form","method":"GET"} [] [2025-03-11T02:03:17.550652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:03:20.492114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77","method":"GET"} [] [2025-03-11T02:03:20.516385+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77/exception.css","method":"GET"} [] [2025-03-11T02:03:20.523328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T02:03:20.543404+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77/exception","method":"GET"} [] [2025-03-11T02:03:23.227141+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:03:23.254632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:03:25.600548+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"https://test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:03:25.621942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:03:27.836517+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa599e3%2Fexception","method":"GET"} [] [2025-03-11T02:03:27.888837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T02:03:36.283186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=time","method":"GET"} [] [2025-03-11T02:03:36.348238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:03:41.842262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=time","method":"GET"} [] [2025-03-11T02:03:41.866990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:03:46.881424+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984/exception.css","method":"GET"} [] [2025-03-11T02:03:55.572987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=cache","method":"GET"} [] [2025-03-11T02:03:55.641302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T02:03:59.328478+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/exception.css","method":"GET"} [] [2025-03-11T02:04:05.721817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=cache","method":"GET"} [] [2025-03-11T02:04:05.744077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T02:04:08.602825+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception.css","method":"GET"} [] [2025-03-11T02:04:11.234207+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/exception.css","method":"GET"} [] [2025-03-11T02:04:17.701746+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77/exception.css","method":"GET"} [] [2025-03-11T02:04:30.414646+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/exception.css","method":"GET"} [] [2025-03-11T02:05:04.294075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:04.358151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:06.542637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:06.574886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:08.741493+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:08.765500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:10.890469+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:10.914116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:13.043904+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:13.071532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:15.191254+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:15.215211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:17.352495+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:17.375674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:19.736413+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:19.821441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:23.080736+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:23.102737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:25.280154+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"https://test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:25.302889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:27.430123+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:27.453091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:29.601109+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:29.624980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-11T02:05:33.882254+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:33.937264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:37.680732+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:37.804268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:40.721504+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:40.748511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:43.630408+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5825e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5825e1/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:43.658326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:46.152372+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:46.182025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:48.403037+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:48.447905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:50.682348+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:50.709334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:53.097584+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:05:53.164418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-11T02:07:32.322496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e?panel=security","method":"GET"} [] [2025-03-11T02:07:32.391358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T02:08:29.879717+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e/exception","method":"GET"} [] [2025-03-11T02:10:06.370813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a1c80f","method":"GET"} [] [2025-03-11T02:10:06.432871+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-11T02:10:06.443831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T02:10:06.486336+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-11T02:11:57.656803+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T02:11:57.682805+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T02:11:57.707652+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T02:11:57.707720+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T02:11:57.828108+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T02:11:57.854135+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T02:11:57.888271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T02:12:24.591257+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/search/results?ip=198.12.64.43&limit=10","method":"GET"} [] [2025-03-11T02:12:24.667338+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T02:12:26.780450+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"https://test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:12:26.837436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-11T02:18:55.703539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T02:19:46.376582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T02:20:38.497249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=exception","method":"GET"} [] [2025-03-11T02:20:38.578468+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7/exception.css","method":"GET"} [] [2025-03-11T02:20:38.590022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T02:20:38.636630+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7/exception","method":"GET"} [] [2025-03-11T02:29:37.589773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T02:33:46.385590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=cache","method":"GET"} [] [2025-03-11T02:33:46.683540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T02:34:03.006982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=cache","method":"GET"} [] [2025-03-11T02:34:03.215862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T02:34:17.209727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=cache","method":"GET"} [] [2025-03-11T02:34:17.246445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T02:39:10.077545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=twig","method":"GET"} [] [2025-03-11T02:39:10.342394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:39:14.199195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=dump","method":"GET"} [] [2025-03-11T02:39:14.220075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:39:18.916455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=form","method":"GET"} [] [2025-03-11T02:39:18.976995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:39:23.235117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=twig","method":"GET"} [] [2025-03-11T02:39:23.337502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:39:28.557132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=dump","method":"GET"} [] [2025-03-11T02:39:28.923947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:39:34.378284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=time","method":"GET"} [] [2025-03-11T02:39:34.403097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:39:44.259723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=twig","method":"GET"} [] [2025-03-11T02:39:44.467818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:39:51.644537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=form","method":"GET"} [] [2025-03-11T02:39:51.686879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:40:00.102069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=dump","method":"GET"} [] [2025-03-11T02:40:00.312110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:40:06.136928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=twig","method":"GET"} [] [2025-03-11T02:40:06.285103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:40:12.555457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=dump","method":"GET"} [] [2025-03-11T02:40:12.606117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:40:19.073978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=time","method":"GET"} [] [2025-03-11T02:40:19.276630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:40:23.257204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=twig","method":"GET"} [] [2025-03-11T02:40:23.288843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:40:27.445316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=dump","method":"GET"} [] [2025-03-11T02:40:27.520742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:40:31.599248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=dump","method":"GET"} [] [2025-03-11T02:40:31.622471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:40:36.705703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=time","method":"GET"} [] [2025-03-11T02:40:37.031990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:40:39.248156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=form","method":"GET"} [] [2025-03-11T02:40:39.306518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:40:42.388929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=dump","method":"GET"} [] [2025-03-11T02:40:42.425962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:40:45.035699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=time","method":"GET"} [] [2025-03-11T02:40:45.082956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:40:47.296207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=form","method":"GET"} [] [2025-03-11T02:40:47.321683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:40:49.517041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=twig","method":"GET"} [] [2025-03-11T02:40:49.567676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:40:52.539053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=form","method":"GET"} [] [2025-03-11T02:40:52.834588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:40:55.017027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=time","method":"GET"} [] [2025-03-11T02:40:55.037033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:40:57.164940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=time","method":"GET"} [] [2025-03-11T02:40:57.196032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:40:59.295058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=form","method":"GET"} [] [2025-03-11T02:40:59.316613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:41:01.518644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=dump","method":"GET"} [] [2025-03-11T02:41:01.553562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:41:03.647221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=twig","method":"GET"} [] [2025-03-11T02:41:03.681299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:41:05.866093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=time","method":"GET"} [] [2025-03-11T02:41:05.892617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:41:09.245835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=twig","method":"GET"} [] [2025-03-11T02:41:09.567682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:41:11.944396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=twig","method":"GET"} [] [2025-03-11T02:41:11.967913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:41:14.177436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=form","method":"GET"} [] [2025-03-11T02:41:14.199066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:41:16.326121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=form","method":"GET"} [] [2025-03-11T02:41:16.354173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:41:18.675581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=form","method":"GET"} [] [2025-03-11T02:41:18.695384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:41:20.915358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=dump","method":"GET"} [] [2025-03-11T02:41:20.938919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:41:23.152097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=time","method":"GET"} [] [2025-03-11T02:41:23.174194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:41:26.259216+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/search/results?ip=198.12.64.43&limit=10","method":"GET"} [] [2025-03-11T02:41:26.680957+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T02:41:32.470072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=twig","method":"GET"} [] [2025-03-11T02:41:32.637208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:41:35.853309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=form","method":"GET"} [] [2025-03-11T02:41:35.879548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T02:41:39.034412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=time","method":"GET"} [] [2025-03-11T02:41:39.071686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T02:41:43.046550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=dump","method":"GET"} [] [2025-03-11T02:41:43.338753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T02:41:45.505236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=twig","method":"GET"} [] [2025-03-11T02:41:45.536675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T02:45:41.767821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=events","method":"GET"} [] [2025-03-11T02:45:41.966618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:45:44.277202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=events","method":"GET"} [] [2025-03-11T02:45:44.336289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:45:46.588220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=events","method":"GET"} [] [2025-03-11T02:45:46.653633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:45:48.825222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=events","method":"GET"} [] [2025-03-11T02:45:48.854067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T02:46:04.692756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"17f284"},"request_uri":"https://test.phila-ca.com/public/_profiler/17f284?panel=mailer","method":"GET"} [] [2025-03-11T02:46:04.993431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T02:46:07.297397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f76800"},"request_uri":"https://test.phila-ca.com/public/_profiler/f76800?panel=mailer","method":"GET"} [] [2025-03-11T02:46:07.330271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T02:46:09.455957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316?panel=mailer","method":"GET"} [] [2025-03-11T02:46:09.478818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T02:46:11.656733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c?panel=mailer","method":"GET"} [] [2025-03-11T02:46:11.717682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T02:46:13.826239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=mailer","method":"GET"} [] [2025-03-11T02:46:13.856819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T02:53:43.980543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?group=1&panel=db","method":"GET"} [] [2025-03-11T02:53:45.519911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-11T02:54:35.369991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?group=1&panel=db","method":"GET"} [] [2025-03-11T02:54:35.518025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-11T03:03:59.332804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=request","method":"GET"} [] [2025-03-11T03:04:00.878034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T03:04:23.979987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=request","method":"GET"} [] [2025-03-11T03:04:24.280054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T03:04:52.446393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=request","method":"GET"} [] [2025-03-11T03:04:52.677906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T03:09:54.255227+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/search/results?ip=2402%3A1f00%3A8100%3A400%3A%3A11b5&limit=10","method":"GET"} [] [2025-03-11T03:09:54.666846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T03:12:51.685956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T03:38:47.608060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=config","method":"GET"} [] [2025-03-11T03:38:50.050468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T03:39:32.631228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=config","method":"GET"} [] [2025-03-11T03:39:34.415773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T04:22:10.652089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=events","method":"GET"} [] [2025-03-11T04:22:12.620625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T04:23:04.369284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=events","method":"GET"} [] [2025-03-11T04:23:05.612858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T04:23:52.817160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=events","method":"GET"} [] [2025-03-11T04:23:53.526688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T04:24:40.392483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=events","method":"GET"} [] [2025-03-11T04:24:41.151906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T04:25:19.954723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=events","method":"GET"} [] [2025-03-11T04:25:20.120367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T04:25:56.749708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=config","method":"GET"} [] [2025-03-11T04:25:57.523510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T04:26:32.883715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=logger","method":"GET"} [] [2025-03-11T04:26:33.177165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T04:27:00.938908+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=59","method":"GET"} [] [2025-03-11T04:27:27.721298+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=48","method":"GET"} [] [2025-03-11T04:30:04.936317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T04:31:06.899579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=request","method":"GET"} [] [2025-03-11T04:31:07.237580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T04:40:12.488041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T05:11:24.688352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=events","method":"GET"} [] [2025-03-11T05:11:25.145276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T05:18:40.134701+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T05:18:40.224507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T05:19:31.830978+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T05:20:16.509221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=events","method":"GET"} [] [2025-03-11T05:20:16.579874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T05:25:08.620429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T05:35:24.220336+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=136","method":"GET"} [] [2025-03-11T05:36:14.475192+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=70","method":"GET"} [] [2025-03-11T05:39:48.441009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.local"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.local\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T05:40:45.174627+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-11T05:40:45.365807+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T05:40:45.454947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:40:45.455008+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:40:49.149497+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T05:40:49.304623+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T05:41:43.292621+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-11T05:41:43.338678+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T05:41:43.442750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:41:43.442820+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:41:44.098724+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T05:41:44.215949+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T05:41:44.321271+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T05:42:47.425264+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-03-11T05:42:47.459625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T05:42:47.480295+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:42:47.480337+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:42:48.387852+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T05:42:48.491643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T05:42:48.549628+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T05:43:51.925526+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-11T05:43:51.957152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T05:43:51.978607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:43:51.978659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T05:43:55.010102+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T05:43:55.069053+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T06:17:38.582264+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FRoleHierarchyVoter.php&line=23","method":"GET"} [] [2025-03-11T06:48:25.779535+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=133","method":"GET"} [] [2025-03-11T06:52:20.783219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T06:52:20.903319+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1/exception.css","method":"GET"} [] [2025-03-11T06:52:20.930744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T06:52:20.991912+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1/exception","method":"GET"} [] [2025-03-11T06:53:53.613701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=dump","method":"GET"} [] [2025-03-11T06:53:53.715144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T06:54:51.123003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa9b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/eaa9b0?panel=form","method":"GET"} [] [2025-03-11T06:54:51.218071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T06:55:44.351378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=time","method":"GET"} [] [2025-03-11T06:55:44.554312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T06:56:33.158486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=dump","method":"GET"} [] [2025-03-11T06:56:33.320682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T06:57:15.815857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=form","method":"GET"} [] [2025-03-11T06:57:15.881927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T06:58:32.686491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b8ebb"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b8ebb?panel=form","method":"GET"} [] [2025-03-11T06:58:32.756419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T06:59:03.621737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=request","method":"GET"} [] [2025-03-11T06:59:03.692776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T06:59:32.028550+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-11T06:59:32.055475+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T06:59:32.077293+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T06:59:32.077368+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T06:59:34.736654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T06:59:34.797109+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:06:44.541342+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=180","method":"GET"} [] [2025-03-11T07:07:40.016621+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=115","method":"GET"} [] [2025-03-11T07:08:31.048418+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=184","method":"GET"} [] [2025-03-11T07:10:36.369016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T07:11:08.562690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T07:13:09.631815+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-11T07:13:09.672133+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:13:09.696371+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:13:09.696429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:13:09.776331+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T07:13:09.818025+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T07:13:09.853567+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:13:33.625590+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T07:13:33.656566+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:13:33.678230+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:13:33.678277+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:13:33.751227+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T07:13:33.774976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T07:13:33.803838+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:14:39.122215+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T07:14:39.174192+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:14:39.195988+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:14:39.196052+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:14:41.846271+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T07:14:41.916981+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:19:19.521249+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-03-11T07:19:19.580476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:19:19.601667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:19:19.601724+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:19:19.707346+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T07:19:19.764377+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T07:19:19.794168+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:19:59.153887+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-11T07:19:59.188950+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:19:59.235687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:19:59.235748+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:20:01.872968+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T07:20:01.930929+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:21:03.632614+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T07:21:03.667448+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:21:03.688119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:21:03.688172+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:21:03.755086+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T07:21:03.778869+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T07:21:03.813540+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:22:09.379487+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-11T07:22:09.405138+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:22:09.427744+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:22:09.427803+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:22:12.208308+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T07:22:12.270195+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:23:13.248846+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T07:23:13.277540+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T07:23:13.299493+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:23:13.299552+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T07:23:16.338609+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T07:23:16.399095+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T07:28:44.634180+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=151","method":"GET"} [] [2025-03-11T07:29:27.500266+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=131","method":"GET"} [] [2025-03-11T07:35:28.098866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=exception","method":"GET"} [] [2025-03-11T07:35:28.233144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T07:43:26.581211+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9/search/results?ip=198.12.64.43&limit=10","method":"GET"} [] [2025-03-11T07:43:26.679086+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T08:41:11.205466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=form","method":"GET"} [] [2025-03-11T08:41:11.802633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T08:41:14.254462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=time","method":"GET"} [] [2025-03-11T08:41:14.291019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T08:41:17.877010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=twig","method":"GET"} [] [2025-03-11T08:41:17.900202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T08:41:21.292321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=dump","method":"GET"} [] [2025-03-11T08:41:21.313244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T08:41:24.244079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=dump","method":"GET"} [] [2025-03-11T08:41:24.268042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T08:41:51.752462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=twig","method":"GET"} [] [2025-03-11T08:41:51.883044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T08:41:54.867892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=time","method":"GET"} [] [2025-03-11T08:41:54.891098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T08:41:58.053728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=dump","method":"GET"} [] [2025-03-11T08:41:58.074963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T08:42:00.919083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=twig","method":"GET"} [] [2025-03-11T08:42:00.943275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T08:42:03.634137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=form","method":"GET"} [] [2025-03-11T08:42:03.657977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T08:42:05.841323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=time","method":"GET"} [] [2025-03-11T08:42:05.862941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T08:42:08.185102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=form","method":"GET"} [] [2025-03-11T08:42:08.255324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T08:42:12.440646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32","method":"GET"} [] [2025-03-11T08:42:12.483148+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-11T08:42:12.513253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:12.539635+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-11T08:42:17.625333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00","method":"GET"} [] [2025-03-11T08:42:17.673602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:22.233752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7","method":"GET"} [] [2025-03-11T08:42:22.279031+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7/exception.css","method":"GET"} [] [2025-03-11T08:42:22.282265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:22.301686+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7/exception","method":"GET"} [] [2025-03-11T08:42:26.482566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf","method":"GET"} [] [2025-03-11T08:42:26.573835+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/exception.css","method":"GET"} [] [2025-03-11T08:42:26.580159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:26.621343+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/exception","method":"GET"} [] [2025-03-11T08:42:30.026569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1","method":"GET"} [] [2025-03-11T08:42:30.083973+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1/exception.css","method":"GET"} [] [2025-03-11T08:42:30.090818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:30.108405+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1/exception","method":"GET"} [] [2025-03-11T08:42:33.115878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26","method":"GET"} [] [2025-03-11T08:42:33.178669+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26/exception.css","method":"GET"} [] [2025-03-11T08:42:33.182015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:33.201564+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26/exception","method":"GET"} [] [2025-03-11T08:42:35.987274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3","method":"GET"} [] [2025-03-11T08:42:36.010710+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3/exception.css","method":"GET"} [] [2025-03-11T08:42:36.013840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:36.032422+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3/exception","method":"GET"} [] [2025-03-11T08:42:38.873742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23","method":"GET"} [] [2025-03-11T08:42:38.911831+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23/exception.css","method":"GET"} [] [2025-03-11T08:42:38.915765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:38.940572+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-11T08:42:41.657356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b","method":"GET"} [] [2025-03-11T08:42:41.788698+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b/exception.css","method":"GET"} [] [2025-03-11T08:42:41.796932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:41.877229+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b/exception","method":"GET"} [] [2025-03-11T08:42:43.991167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49","method":"GET"} [] [2025-03-11T08:42:44.017759+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49/exception.css","method":"GET"} [] [2025-03-11T08:42:44.021507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:44.045786+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49/exception","method":"GET"} [] [2025-03-11T08:42:46.154783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=request","method":"GET"} [] [2025-03-11T08:42:46.184466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:42:48.274713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1","method":"GET"} [] [2025-03-11T08:42:48.309657+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1/exception.css","method":"GET"} [] [2025-03-11T08:42:48.337507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:42:48.355526+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1/exception","method":"GET"} [] [2025-03-11T08:42:50.474895+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/search/results?ip=2402%3A1f00%3A8100%3A400%3A%3A11b5&limit=10","method":"GET"} [] [2025-03-11T08:42:50.554054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T08:42:52.720030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T08:42:57.449655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=request","method":"GET"} [] [2025-03-11T08:42:57.571728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:01.234992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=request","method":"GET"} [] [2025-03-11T08:43:01.259541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:05.230522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=request","method":"GET"} [] [2025-03-11T08:43:05.253325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:08.448453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=form","method":"GET"} [] [2025-03-11T08:43:08.477830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T08:43:11.605660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?panel=request","method":"GET"} [] [2025-03-11T08:43:11.632521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:14.632565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=request","method":"GET"} [] [2025-03-11T08:43:14.699061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:16.884477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=request","method":"GET"} [] [2025-03-11T08:43:16.908878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:19.001178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=request","method":"GET"} [] [2025-03-11T08:43:19.025146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:21.133788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6","method":"GET"} [] [2025-03-11T08:43:21.196918+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6/exception.css","method":"GET"} [] [2025-03-11T08:43:21.204557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:21.222015+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6/exception","method":"GET"} [] [2025-03-11T08:43:23.366695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e","method":"GET"} [] [2025-03-11T08:43:23.386459+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e/exception.css","method":"GET"} [] [2025-03-11T08:43:23.389349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:23.406923+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e/exception","method":"GET"} [] [2025-03-11T08:43:25.415761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a","method":"GET"} [] [2025-03-11T08:43:25.438341+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-11T08:43:25.441212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:25.460452+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-11T08:43:27.553391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7","method":"GET"} [] [2025-03-11T08:43:27.590505+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7/exception.css","method":"GET"} [] [2025-03-11T08:43:27.593398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:27.610977+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7/exception","method":"GET"} [] [2025-03-11T08:43:30.067531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667","method":"GET"} [] [2025-03-11T08:43:30.188871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:32.333113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e","method":"GET"} [] [2025-03-11T08:43:32.354719+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e/exception.css","method":"GET"} [] [2025-03-11T08:43:32.357706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:32.375524+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e/exception","method":"GET"} [] [2025-03-11T08:43:34.528112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32","method":"GET"} [] [2025-03-11T08:43:34.560983+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32/exception.css","method":"GET"} [] [2025-03-11T08:43:34.564022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:34.581640+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32/exception","method":"GET"} [] [2025-03-11T08:43:36.653965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631","method":"GET"} [] [2025-03-11T08:43:36.720335+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631/exception.css","method":"GET"} [] [2025-03-11T08:43:36.738561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:36.756699+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631/exception","method":"GET"} [] [2025-03-11T08:43:38.964028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e","method":"GET"} [] [2025-03-11T08:43:38.986579+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e/exception.css","method":"GET"} [] [2025-03-11T08:43:38.989383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:39.007286+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e/exception","method":"GET"} [] [2025-03-11T08:43:41.028353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b","method":"GET"} [] [2025-03-11T08:43:41.051208+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b/exception.css","method":"GET"} [] [2025-03-11T08:43:41.053992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:43:41.071735+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-11T08:43:43.249553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=request","method":"GET"} [] [2025-03-11T08:43:43.288356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:45.883914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=request","method":"GET"} [] [2025-03-11T08:43:45.962839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:50.210263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T08:43:52.385126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=request","method":"GET"} [] [2025-03-11T08:43:52.411480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:54.552903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=request","method":"GET"} [] [2025-03-11T08:43:54.576076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:56.699095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=request","method":"GET"} [] [2025-03-11T08:43:56.738425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:43:58.843867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=request","method":"GET"} [] [2025-03-11T08:43:58.879845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:44:02.501043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=request","method":"GET"} [] [2025-03-11T08:44:02.575533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:44:04.671853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=request","method":"GET"} [] [2025-03-11T08:44:04.699487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T08:47:32.386398+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f815f"},"request_uri":"https://test.phila-ca.com/public/_profiler/1f815f/search/results?limit=10","method":"GET"} [] [2025-03-11T08:47:32.555808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-11T08:48:54.707877+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T08:48:54.863713+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T08:48:54.957752+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:48:54.957827+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:48:57.881383+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T08:48:58.055555+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T08:49:58.319005+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T08:49:58.363133+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T08:49:58.383610+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:49:58.383656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:50:01.047192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T08:50:01.103751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T08:51:00.671022+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T08:51:00.758298+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T08:51:00.783265+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:51:00.783312+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:51:01.321433+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T08:51:01.428340+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T08:51:01.472525+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T08:52:01.690406+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T08:52:01.724819+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T08:52:01.748952+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:52:01.748997+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T08:52:01.827321+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T08:52:01.869262+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T08:52:01.894177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T08:57:05.866999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T08:57:56.456085+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T08:57:56.578070+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T08:58:45.214112+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T08:58:45.337075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T08:59:50.917162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb","method":"GET"} [] [2025-03-11T08:59:51.055273+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb/exception.css","method":"GET"} [] [2025-03-11T08:59:51.080117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T08:59:51.144826+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb/exception","method":"GET"} [] [2025-03-11T09:00:45.590887+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-11T09:00:45.620376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:00:45.646744+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:00:45.646806+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:00:48.600406+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T09:00:48.656212+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:01:38.775747+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T09:01:38.831899+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:01:38.856654+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:01:38.856701+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:01:41.906128+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T09:01:41.966948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:02:41.291192+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T09:02:41.322625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:02:41.345568+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:02:41.345613+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:02:41.453178+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T09:02:41.497116+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T09:02:41.532313+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:03:42.539962+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f/search/results?limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T09:03:42.651869+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:06:43.900206+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4f5209"},"request_uri":"https://test.phila-ca.com/public/_profiler/4f5209/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T09:06:44.033507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:07:32.382180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f","method":"GET"} [] [2025-03-11T09:07:32.457749+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f/exception.css","method":"GET"} [] [2025-03-11T09:07:32.469466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:07:32.523101+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f/exception","method":"GET"} [] [2025-03-11T09:08:36.518334+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97a584"},"request_uri":"https://test.phila-ca.com/public/_profiler/97a584/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:08:36.597676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:09:32.248227+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"234126"},"request_uri":"https://test.phila-ca.com/public/_profiler/234126/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T09:09:32.325632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T09:10:24.837065+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:11:11.404443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=cache","method":"GET"} [] [2025-03-11T09:11:11.485992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T09:11:56.060602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=config","method":"GET"} [] [2025-03-11T09:11:56.164013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T09:12:38.115842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=events","method":"GET"} [] [2025-03-11T09:12:38.209921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T09:13:14.745303+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:13:14.826082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:13:47.090592+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"234126"},"request_uri":"https://test.phila-ca.com/public/_profiler/234126/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:13:47.206020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:14:17.999976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:14:18.155106+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e/exception.css","method":"GET"} [] [2025-03-11T09:14:18.167336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T09:14:18.224315+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e/exception","method":"GET"} [] [2025-03-11T09:14:44.879563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=request","method":"GET"} [] [2025-03-11T09:14:44.960076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:15:08.927374+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T09:15:09.011613+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:15:30.533122+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T09:15:30.694734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:16:34.709490+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T09:16:35.206671+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:17:40.890492+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T09:17:40.986570+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:18:43.539289+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65bd2b"},"request_uri":"https://test.phila-ca.com/public/_profiler/65bd2b/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-11T09:18:43.677056+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:19:48.473692+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-11T09:19:48.564099+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:20:51.450845+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:21:54.861495+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-11T09:21:54.985343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:22:58.148090+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-11T09:22:58.233802+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:24:02.086582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=request","method":"GET"} [] [2025-03-11T09:24:02.185500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:25:02.818286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb","method":"GET"} [] [2025-03-11T09:25:02.903333+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb/exception.css","method":"GET"} [] [2025-03-11T09:25:02.917174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:25:02.979173+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb/exception","method":"GET"} [] [2025-03-11T09:26:00.829285+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-11T09:26:00.946051+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:26:51.635542+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fcontent-right.html","method":"GET"} [] [2025-03-11T09:26:51.743776+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:27:56.815958+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fcontent-right.html","method":"GET"} [] [2025-03-11T09:27:56.907731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T09:28:58.934065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:28:59.098933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:30:02.377698+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61459d"},"request_uri":"https://test.phila-ca.com/public/_profiler/61459d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:30:02.472405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:30:59.635504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=dump","method":"GET"} [] [2025-03-11T09:30:59.818616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T09:31:50.196127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=form","method":"GET"} [] [2025-03-11T09:31:50.340621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T09:32:38.241562+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T09:32:38.344152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:32:38.405052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:32:38.405129+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:32:38.587882+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T09:32:38.668720+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T09:32:38.754937+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:33:21.339821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:34:22.561867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=cache","method":"GET"} [] [2025-03-11T09:34:22.646545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T09:35:27.132454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=config","method":"GET"} [] [2025-03-11T09:35:27.232321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T09:36:26.225960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=events","method":"GET"} [] [2025-03-11T09:36:26.377652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T09:37:18.418197+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=157","method":"GET"} [] [2025-03-11T09:38:04.935725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:38:05.018070+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847/exception.css","method":"GET"} [] [2025-03-11T09:38:05.029268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:38:05.075319+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847/exception","method":"GET"} [] [2025-03-11T09:38:46.070626+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"499c53"},"request_uri":"https://test.phila-ca.com/public/_profiler/499c53/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:38:46.213472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:39:21.991517+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:39:22.119161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:39:56.674796+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:39:56.787481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:40:27.629769+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:40:27.730343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:40:53.851500+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97a584"},"request_uri":"https://test.phila-ca.com/public/_profiler/97a584/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:40:53.922637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:41:17.873073+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:41:17.961548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:41:58.008767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=events","method":"GET"} [] [2025-03-11T09:41:58.101238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T09:42:18.070455+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=144","method":"GET"} [] [2025-03-11T09:42:36.312708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:42:51.923985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:43:08.067020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=request","method":"GET"} [] [2025-03-11T09:43:08.193074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:43:21.904482+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=125","method":"GET"} [] [2025-03-11T09:43:35.757891+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=115","method":"GET"} [] [2025-03-11T09:43:46.900252+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=24","method":"GET"} [] [2025-03-11T09:43:57.464287+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:43:57.547184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:06.092516+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7844d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/7844d2/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:06.116845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:15.474412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=request","method":"GET"} [] [2025-03-11T09:44:15.601235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:44:22.926876+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7da9b8"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da9b8/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:22.954465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:30.021958+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80934f"},"request_uri":"https://test.phila-ca.com/public/_profiler/80934f/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:30.043468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:44:36.738103+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:44:42.097366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=dump","method":"GET"} [] [2025-03-11T09:44:42.138568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T09:44:47.733955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=form","method":"GET"} [] [2025-03-11T09:44:47.757291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T09:44:52.982891+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=255","method":"GET"} [] [2025-03-11T09:44:57.048767+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T09:44:57.084570+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:44:57.179382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:44:57.179444+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:44:59.930827+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T09:44:59.996856+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:45:02.149938+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:45:02.247337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:45:14.885767+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:45:14.968843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:45:26.233989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=request","method":"GET"} [] [2025-03-11T09:45:26.316560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:45:36.103494+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=48","method":"GET"} [] [2025-03-11T09:45:44.690512+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=59","method":"GET"} [] [2025-03-11T09:45:53.308618+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=136","method":"GET"} [] [2025-03-11T09:45:59.982006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=dump","method":"GET"} [] [2025-03-11T09:46:00.025433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T09:46:06.670806+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FProcessor%2FDebugProcessor.php&line=20","method":"GET"} [] [2025-03-11T09:46:12.898837+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=133","method":"GET"} [] [2025-03-11T09:46:17.772626+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=184","method":"GET"} [] [2025-03-11T09:46:22.884546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:46:27.098421+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:46:27.146459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:46:31.604790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0?panel=events","method":"GET"} [] [2025-03-11T09:46:31.673152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T09:46:35.070666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0?panel=mailer","method":"GET"} [] [2025-03-11T09:46:35.094381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T09:46:38.369251+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:46:38.393643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:46:41.527480+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=115","method":"GET"} [] [2025-03-11T09:46:44.469939+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=180","method":"GET"} [] [2025-03-11T09:46:47.792949+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T09:46:47.836922+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:46:47.858412+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:46:47.858459+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:46:50.809650+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T09:46:50.841791+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:46:52.928659+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T09:46:52.934221+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:46:52.941019+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:46:52.941059+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:46:53.017527+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T09:46:53.050693+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T09:46:53.061344+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:46:59.442201+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-03-11T09:46:59.453955+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:46:59.461312+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:46:59.461357+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:47:02.345795+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T09:47:02.382061+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:47:20.908243+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=358","method":"GET"} [] [2025-03-11T09:48:23.726320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:49:20.157317+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:49:20.274337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:50:13.435408+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:50:13.516567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:51:03.356067+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=353","method":"GET"} [] [2025-03-11T09:51:47.820945+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=151","method":"GET"} [] [2025-03-11T09:52:27.449129+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=131","method":"GET"} [] [2025-03-11T09:53:02.693191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e","method":"GET"} [] [2025-03-11T09:53:02.781818+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e/exception.css","method":"GET"} [] [2025-03-11T09:53:02.793937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:53:02.842721+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e/exception","method":"GET"} [] [2025-03-11T09:53:33.563100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9","method":"GET"} [] [2025-03-11T09:53:33.690805+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9/exception.css","method":"GET"} [] [2025-03-11T09:53:33.702836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:53:33.764434+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9/exception","method":"GET"} [] [2025-03-11T09:54:02.554994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7","method":"GET"} [] [2025-03-11T09:54:02.631864+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7/exception.css","method":"GET"} [] [2025-03-11T09:54:02.644323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:54:02.695575+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7/exception","method":"GET"} [] [2025-03-11T09:54:29.404072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15","method":"GET"} [] [2025-03-11T09:54:29.470478+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15/exception.css","method":"GET"} [] [2025-03-11T09:54:29.481072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:54:29.527267+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15/exception","method":"GET"} [] [2025-03-11T09:54:54.083600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a","method":"GET"} [] [2025-03-11T09:54:54.191223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a/exception.css","method":"GET"} [] [2025-03-11T09:54:54.223931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:54:54.278088+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a/exception","method":"GET"} [] [2025-03-11T09:55:14.920658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:55:34.647843+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:55:34.757792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:55:53.672137+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:55:53.824252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:56:11.518392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847","method":"GET"} [] [2025-03-11T09:56:11.597540+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847/exception.css","method":"GET"} [] [2025-03-11T09:56:11.610816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:56:11.668562+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847/exception","method":"GET"} [] [2025-03-11T09:56:26.853346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a","method":"GET"} [] [2025-03-11T09:56:26.917607+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a/exception.css","method":"GET"} [] [2025-03-11T09:56:26.928534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:56:26.971821+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a/exception","method":"GET"} [] [2025-03-11T09:56:40.660014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2","method":"GET"} [] [2025-03-11T09:56:40.682295+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2/exception.css","method":"GET"} [] [2025-03-11T09:56:40.685237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:56:40.704523+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2/exception","method":"GET"} [] [2025-03-11T09:56:53.978420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=time","method":"GET"} [] [2025-03-11T09:56:54.046492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T09:57:04.812359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7?panel=request","method":"GET"} [] [2025-03-11T09:57:04.857563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:57:15.523545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=twig","method":"GET"} [] [2025-03-11T09:57:15.619546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T09:57:24.251599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=request","method":"GET"} [] [2025-03-11T09:57:24.276742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:57:32.938052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=request","method":"GET"} [] [2025-03-11T09:57:33.204110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:57:39.711390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=dump","method":"GET"} [] [2025-03-11T09:57:39.734204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T09:57:46.855193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T09:57:53.366525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=form","method":"GET"} [] [2025-03-11T09:57:53.446753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T09:57:59.277566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=request","method":"GET"} [] [2025-03-11T09:57:59.303809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:58:05.027158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=request","method":"GET"} [] [2025-03-11T09:58:05.089058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T09:58:09.684302+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:58:09.766583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:58:14.034281+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441817"},"request_uri":"https://test.phila-ca.com/public/_profiler/441817/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:58:14.054978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T09:58:18.055123+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T09:58:18.073188+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:58:18.085209+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:58:18.085249+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:58:20.827044+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T09:58:20.883373+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:58:23.388043+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T09:58:23.398994+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T09:58:23.417260+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:58:23.417321+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T09:58:23.481828+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T09:58:23.506280+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T09:58:23.520251+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T09:58:34.217870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=db","method":"GET"} [] [2025-03-11T09:58:34.284459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T09:59:07.302238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15","method":"GET"} [] [2025-03-11T09:59:07.370543+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15/exception.css","method":"GET"} [] [2025-03-11T09:59:07.382913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:59:07.433564+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15/exception","method":"GET"} [] [2025-03-11T09:59:34.926018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f","method":"GET"} [] [2025-03-11T09:59:35.000141+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f/exception.css","method":"GET"} [] [2025-03-11T09:59:35.011648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T09:59:35.065381+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f/exception","method":"GET"} [] [2025-03-11T09:59:59.848880+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:00:22.703958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836","method":"GET"} [] [2025-03-11T10:00:22.775900+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836/exception.css","method":"GET"} [] [2025-03-11T10:00:22.786831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:00:22.834043+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836/exception","method":"GET"} [] [2025-03-11T10:00:45.179313+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4f5209"},"request_uri":"https://test.phila-ca.com/public/_profiler/4f5209/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:00:45.247360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:01:06.180010+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:01:06.245588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:01:25.710800+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52b5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/52b5aa/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:01:25.777061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:01:42.360718+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c9717"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c9717/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:01:42.435517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:01:58.072929+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61459d"},"request_uri":"https://test.phila-ca.com/public/_profiler/61459d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:01:58.135621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:02:11.177759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?group=1&panel=db","method":"GET"} [] [2025-03-11T10:02:11.209141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-11T10:02:23.880621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=request","method":"GET"} [] [2025-03-11T10:02:23.972037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:02:34.222612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=request","method":"GET"} [] [2025-03-11T10:02:34.254388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:02:45.059943+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:02:45.090367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:02:45.112033+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:02:45.112074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:02:47.848300+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:02:47.896394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:02:53.888327+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:03:21.432001+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441817"},"request_uri":"https://test.phila-ca.com/public/_profiler/441817/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T10:03:21.522807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T10:03:49.704677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=request","method":"GET"} [] [2025-03-11T10:03:49.812690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:04:12.985988+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:04:13.168604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:04:34.672352+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:04:34.801557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:04:53.706178+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:04:53.818038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:05:11.440949+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad240f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ad240f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:05:11.525124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:05:27.576766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441817"},"request_uri":"https://test.phila-ca.com/public/_profiler/441817/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:05:27.656410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:05:41.260904+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d47711"},"request_uri":"https://test.phila-ca.com/public/_profiler/d47711/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:05:41.317449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:05:54.817200+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:05:54.910462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:06:05.762334+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T10:06:05.780206+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:06:05.791802+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:06:05.791854+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:06:05.857310+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T10:06:05.877249+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T10:06:05.913593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:06:16.511223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:06:47.630381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:06:47.705809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:07:17.931981+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61f352"},"request_uri":"https://test.phila-ca.com/public/_profiler/61f352/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:07:18.033600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:07:47.395946+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:07:47.466391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:08:12.800869+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:08:12.915872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:08:35.790694+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:08:35.857923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:08:56.839253+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:08:56.903138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:14.907722+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:15.007175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:31.419591+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:31.485410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:46.152820+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:46.178436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:59.421793+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:09:59.490275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:11.761807+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:11.817852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:23.353757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:10:33.211645+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b009cd"},"request_uri":"https://test.phila-ca.com/public/_profiler/b009cd/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:33.245631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:43.822548+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:43.879823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:52.211410+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02a169"},"request_uri":"https://test.phila-ca.com/public/_profiler/02a169/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:10:52.271593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:00.382071+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1640d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/1640d3/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:00.434988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:07.080669+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79826c"},"request_uri":"https://test.phila-ca.com/public/_profiler/79826c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:07.105524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:13.755029+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b4350"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b4350/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:13.790324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:19.873340+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"42a407"},"request_uri":"https://test.phila-ca.com/public/_profiler/42a407/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:19.944846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:24.950324+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6928a0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6928a0/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:24.973408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:11:29.629529+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:11:29.716366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:11:34.052977+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:11:34.074240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:11:38.099225+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T10:11:38.122497+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:11:38.141641+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:11:38.141708+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:11:38.225690+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T10:11:38.251447+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T10:11:38.274331+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:11:41.306696+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:11:41.313032+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:11:41.320299+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:11:41.320357+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:11:44.164059+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:11:44.205092+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:11:51.990324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0","method":"GET"} [] [2025-03-11T10:11:52.026771+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0/exception.css","method":"GET"} [] [2025-03-11T10:11:52.036177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:11:52.075875+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0/exception","method":"GET"} [] [2025-03-11T10:12:22.952893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2","method":"GET"} [] [2025-03-11T10:12:23.010271+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2/exception.css","method":"GET"} [] [2025-03-11T10:12:23.019734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:12:23.060344+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2/exception","method":"GET"} [] [2025-03-11T10:12:50.175288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e","method":"GET"} [] [2025-03-11T10:12:50.255400+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e/exception.css","method":"GET"} [] [2025-03-11T10:12:50.265432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:12:50.307497+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e/exception","method":"GET"} [] [2025-03-11T10:13:14.852416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e","method":"GET"} [] [2025-03-11T10:13:14.940380+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e/exception.css","method":"GET"} [] [2025-03-11T10:13:14.951384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:13:14.992891+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e/exception","method":"GET"} [] [2025-03-11T10:13:37.412438+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d47711"},"request_uri":"https://test.phila-ca.com/public/_profiler/d47711/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:13:37.511668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:13:57.337447+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1640d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/1640d3/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:13:57.456063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:14:14.965825+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61f352"},"request_uri":"https://test.phila-ca.com/public/_profiler/61f352/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:14:15.029429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:14:31.932248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:14:47.284759+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:14:47.397989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:15:01.217337+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:15:01.238074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:15:14.957737+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:15:15.000795+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:15:15.113334+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:15:15.113428+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:15:17.947482+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:15:18.012506+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:15:25.761513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=request","method":"GET"} [] [2025-03-11T10:15:25.838754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:16:01.015542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=request","method":"GET"} [] [2025-03-11T10:16:01.097827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:16:34.780517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=request","method":"GET"} [] [2025-03-11T10:16:34.851578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:17:03.935854+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:17:04.047287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:17:29.953717+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:17:30.059065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:17:52.537107+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:17:52.641826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:18:13.251617+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:18:13.387490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:18:33.084460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:18:49.290636+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:18:49.387129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:19:06.573086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b009cd"},"request_uri":"https://test.phila-ca.com/public/_profiler/b009cd/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:19:06.654876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:19:22.722699+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:19:22.781586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:19:36.971110+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:19:36.992553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:19:50.212751+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T10:19:50.276113+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:19:50.299520+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:19:50.299572+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:19:50.384166+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T10:19:50.415703+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T10:19:50.439222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:20:01.483166+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:20:01.529429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:20:34.836631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:20:34.936212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:21:06.104837+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:21:06.208493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:21:32.510080+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:21:32.538162+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:21:32.608582+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:21:32.608645+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:21:35.428945+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:21:35.524122+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:21:58.171318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24","method":"GET"} [] [2025-03-11T10:21:58.350036+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24/exception.css","method":"GET"} [] [2025-03-11T10:21:58.360288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:21:58.452356+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24/exception","method":"GET"} [] [2025-03-11T10:22:59.157788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e","method":"GET"} [] [2025-03-11T10:22:59.259572+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e/exception.css","method":"GET"} [] [2025-03-11T10:22:59.269851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:22:59.316249+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e/exception","method":"GET"} [] [2025-03-11T10:23:55.748908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:24:46.789966+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:24:46.882332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:25:38.619132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"75b973"},"request_uri":"https://test.phila-ca.com/public/_profiler/75b973/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:25:38.750538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:26:26.464717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d","method":"GET"} [] [2025-03-11T10:26:26.525799+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d/exception.css","method":"GET"} [] [2025-03-11T10:26:26.536247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:26:26.580003+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d/exception","method":"GET"} [] [2025-03-11T10:27:07.220708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b","method":"GET"} [] [2025-03-11T10:27:07.283154+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b/exception.css","method":"GET"} [] [2025-03-11T10:27:07.293805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:27:07.340367+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b/exception","method":"GET"} [] [2025-03-11T10:27:43.222579+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"75b973"},"request_uri":"https://test.phila-ca.com/public/_profiler/75b973/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:27:43.287523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:28:15.736649+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:28:15.832430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:28:45.698725+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:28:45.759052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:29:13.293984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=request","method":"GET"} [] [2025-03-11T10:29:13.357013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:29:37.889353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e?panel=request","method":"GET"} [] [2025-03-11T10:29:37.965797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:29:59.418403+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T10:29:59.443217+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:29:59.463566+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:29:59.463612+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:29:59.531817+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T10:29:59.556177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T10:29:59.588017+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:30:18.580681+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:30:18.604567+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:30:18.643996+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:30:18.644045+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:30:21.582900+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:30:21.648832+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:31:17.464635+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:32:17.880179+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97a601"},"request_uri":"https://test.phila-ca.com/public/_profiler/97a601/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:32:18.015225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:33:22.272925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=request","method":"GET"} [] [2025-03-11T10:33:22.352162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:34:20.679279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=request","method":"GET"} [] [2025-03-11T10:34:20.762523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:35:13.190235+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9ca7c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ca7c1/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:35:13.296753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:35:58.390201+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:35:58.458412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:36:39.938885+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f53172"},"request_uri":"https://test.phila-ca.com/public/_profiler/f53172/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:36:39.999559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:37:15.405879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6","method":"GET"} [] [2025-03-11T10:37:15.487004+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6/exception.css","method":"GET"} [] [2025-03-11T10:37:15.498326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:37:15.546821+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6/exception","method":"GET"} [] [2025-03-11T10:37:49.492617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3","method":"GET"} [] [2025-03-11T10:37:49.635421+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/exception.css","method":"GET"} [] [2025-03-11T10:37:49.645648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:37:49.722226+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/exception","method":"GET"} [] [2025-03-11T10:38:18.753821+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97a601"},"request_uri":"https://test.phila-ca.com/public/_profiler/97a601/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:38:18.827389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:38:46.316793+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f53172"},"request_uri":"https://test.phila-ca.com/public/_profiler/f53172/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:38:46.378347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:39:10.746281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:39:32.345658+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:39:32.445575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:39:54.544978+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:39:54.606844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:40:14.763076+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:40:14.892351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:40:32.244386+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:40:32.333260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:40:47.418700+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:40:47.458689+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:40:47.478467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:40:47.478529+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:40:50.241383+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:40:50.298689+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:41:01.861585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=request","method":"GET"} [] [2025-03-11T10:41:01.902112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:41:44.033653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=time","method":"GET"} [] [2025-03-11T10:41:44.116091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T10:42:22.799573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=request","method":"GET"} [] [2025-03-11T10:42:22.882422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:42:57.821688+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:42:57.956784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:43:29.353351+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"74f844"},"request_uri":"https://test.phila-ca.com/public/_profiler/74f844/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:43:29.413511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T10:43:58.953551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:44:24.940911+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:44:25.003024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:44:51.206231+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"266446"},"request_uri":"https://test.phila-ca.com/public/_profiler/266446/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:44:51.275474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:45:14.124153+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T10:45:14.152646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:45:14.172503+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:45:14.172557+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:45:14.263535+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T10:45:14.321160+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T10:45:14.356817+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:45:33.817917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=exception","method":"GET"} [] [2025-03-11T10:45:33.901772+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/exception.css","method":"GET"} [] [2025-03-11T10:45:33.912254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T10:45:33.969287+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/exception","method":"GET"} [] [2025-03-11T10:46:37.755536+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T10:46:37.797451+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:46:37.817403+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:46:37.817464+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:46:40.533753+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T10:46:40.601724+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:47:34.588944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=time","method":"GET"} [] [2025-03-11T10:47:34.677420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T10:48:36.929804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d","method":"GET"} [] [2025-03-11T10:48:37.007177+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d/exception.css","method":"GET"} [] [2025-03-11T10:48:37.017643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:48:37.062530+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d/exception","method":"GET"} [] [2025-03-11T10:49:31.984595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79","method":"GET"} [] [2025-03-11T10:49:32.068916+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79/exception.css","method":"GET"} [] [2025-03-11T10:49:32.079968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:49:32.124275+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79/exception","method":"GET"} [] [2025-03-11T10:50:21.861230+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"74f844"},"request_uri":"https://test.phila-ca.com/public/_profiler/74f844/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:50:21.941044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:51:05.855434+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b4350"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b4350/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:51:05.926279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:51:47.706795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T10:52:24.021106+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:52:24.090092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:52:59.992247+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:53:00.048295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T10:53:34.506907+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T10:53:34.643957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T10:53:34.665432+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:53:34.665482+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T10:53:34.745447+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T10:53:34.770871+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T10:53:34.796417+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T10:54:04.686147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4","method":"GET"} [] [2025-03-11T10:54:04.755765+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4/exception.css","method":"GET"} [] [2025-03-11T10:54:04.766879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T10:54:04.812204+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4/exception","method":"GET"} [] [2025-03-11T10:55:10.221880+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T10:55:10.868105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T10:56:09.055451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=cache","method":"GET"} [] [2025-03-11T10:56:09.191869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T10:56:59.808881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=request","method":"GET"} [] [2025-03-11T10:56:59.894406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:57:47.303709+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"266446"},"request_uri":"https://test.phila-ca.com/public/_profiler/266446/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T10:57:47.409817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T10:58:26.659951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=request","method":"GET"} [] [2025-03-11T10:58:26.739773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T10:59:05.788363+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:59:05.885505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T10:59:38.139562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:00:07.080275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=events","method":"GET"} [] [2025-03-11T11:00:07.168447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T11:00:36.136688+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:00:36.262338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:01:03.874961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?panel=request","method":"GET"} [] [2025-03-11T11:01:04.068276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T11:01:27.702112+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:01:27.778841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:01:50.263686+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T11:01:50.426468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T11:02:09.241800+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:02:09.321930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:02:28.014990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=cache","method":"GET"} [] [2025-03-11T11:02:28.096816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T11:02:43.262007+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"266446"},"request_uri":"https://test.phila-ca.com/public/_profiler/266446/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:02:43.414772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:02:56.927515+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:02:56.950193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:10.044154+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c3cc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c3cc6/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:10.150616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:20.803719+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c3cc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c3cc6/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:03:20.827548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:03:31.544111+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2468"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e2468/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:31.661793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:40.777784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:03:49.341977+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21462e"},"request_uri":"https://test.phila-ca.com/public/_profiler/21462e/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:49.404386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:03:57.706083+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:03:57.796160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:04:06.004746+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:04:06.066573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:04:12.900839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=form","method":"GET"} [] [2025-03-11T11:04:12.939853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T11:04:19.155631+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T11:04:19.173030+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:04:19.183052+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:04:19.183107+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:04:19.318013+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T11:04:19.334423+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T11:04:19.363698+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:04:25.045466+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T11:04:25.058522+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:04:25.105593+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:04:25.105659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:04:28.008383+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:04:28.053609+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:04:42.283150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c","method":"GET"} [] [2025-03-11T11:04:42.357944+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c/exception.css","method":"GET"} [] [2025-03-11T11:04:42.377409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T11:04:42.420008+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c/exception","method":"GET"} [] [2025-03-11T11:05:34.495126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799","method":"GET"} [] [2025-03-11T11:05:34.851336+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799/exception.css","method":"GET"} [] [2025-03-11T11:05:34.863592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T11:05:34.958585+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799/exception","method":"GET"} [] [2025-03-11T11:06:19.689144+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2468"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e2468/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:06:19.753840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:07:01.973753+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e11575"},"request_uri":"https://test.phila-ca.com/public/_profiler/e11575/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:07:02.134399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:07:38.438091+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21462e"},"request_uri":"https://test.phila-ca.com/public/_profiler/21462e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:07:38.517593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:08:11.465115+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:08:41.053840+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"15641d"},"request_uri":"https://test.phila-ca.com/public/_profiler/15641d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:08:41.168053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:09:10.983892+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e11575"},"request_uri":"https://test.phila-ca.com/public/_profiler/e11575/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:09:11.061263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:09:36.720847+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:09:36.829321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:10:01.242029+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:10:01.315328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:10:24.077246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=request","method":"GET"} [] [2025-03-11T11:10:24.163949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T11:10:42.873726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=request","method":"GET"} [] [2025-03-11T11:10:42.967317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T11:11:00.051855+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:00.192377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:16.433489+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:16.540622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:29.583227+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:29.632642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:42.749925+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:42.893851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:11:53.329079+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T11:11:53.347145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:11:53.356490+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:11:53.356533+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:11:56.068854+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:11:56.125282+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:12:04.589201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:12:33.578998+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:12:33.661660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:13:05.799915+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:13:05.915955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:13:35.305463+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T11:13:35.330846+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:13:35.360199+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:13:35.360247+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:13:35.445422+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T11:13:35.472645+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T11:13:35.498869+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:14:00.796322+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"15641d"},"request_uri":"https://test.phila-ca.com/public/_profiler/15641d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:14:00.907832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:15:03.885896+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7844d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/7844d2/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:15:04.007155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:16:02.014356+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"901b33"},"request_uri":"https://test.phila-ca.com/public/_profiler/901b33/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:16:02.100544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:16:55.275684+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2307c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/2307c1/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:16:55.370616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:19:34.877944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:20:04.113677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b1ff15"},"request_uri":"https://test.phila-ca.com/public/_profiler/b1ff15/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:20:04.214795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:20:32.793266+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80b226"},"request_uri":"https://test.phila-ca.com/public/_profiler/80b226/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:20:32.857312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:21:24.711651+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"868194"},"request_uri":"https://test.phila-ca.com/public/_profiler/868194/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T11:21:24.840049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T11:21:45.993964+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6bb7e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bb7e6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:21:46.154720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:22:06.813177+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:22:06.886757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:22:23.669028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b1ff15"},"request_uri":"https://test.phila-ca.com/public/_profiler/b1ff15/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:22:23.767117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:22:39.774588+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:22:39.904179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:22:54.277750+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"868194"},"request_uri":"https://test.phila-ca.com/public/_profiler/868194/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:22:54.300839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:23:06.763193+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"429c52"},"request_uri":"https://test.phila-ca.com/public/_profiler/429c52/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:23:06.823671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:23:18.834498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:23:29.254691+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43633a"},"request_uri":"https://test.phila-ca.com/public/_profiler/43633a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:23:29.380887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:23:39.333570+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:23:39.354810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:23:49.420988+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T11:23:49.455616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:23:49.487018+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:23:49.487102+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:23:52.539851+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:23:52.653961+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:23:57.279708+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T11:23:57.285412+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:23:57.292606+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:23:57.292659+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:23:57.384010+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T11:23:57.420785+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T11:23:57.431077+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:24:23.525605+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"868194"},"request_uri":"https://test.phila-ca.com/public/_profiler/868194/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:24:23.596462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:25:29.667801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee","method":"GET"} [] [2025-03-11T11:25:29.804415+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee/exception.css","method":"GET"} [] [2025-03-11T11:25:29.817426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T11:25:29.880544+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee/exception","method":"GET"} [] [2025-03-11T11:26:26.307517+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80b226"},"request_uri":"https://test.phila-ca.com/public/_profiler/80b226/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:26:26.392179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:27:19.354742+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"429c52"},"request_uri":"https://test.phila-ca.com/public/_profiler/429c52/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:27:19.441401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:28:02.937845+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43633a"},"request_uri":"https://test.phila-ca.com/public/_profiler/43633a/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:28:03.026386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:28:43.335583+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T11:28:43.373731+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:28:43.394159+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:28:43.394211+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:28:46.261523+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:28:46.321574+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:29:21.044831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:30:23.312452+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:30:23.400545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:31:29.729334+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:31:29.834655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:32:24.186168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310","method":"GET"} [] [2025-03-11T11:32:24.254871+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310/exception.css","method":"GET"} [] [2025-03-11T11:32:24.264819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T11:32:24.307448+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310/exception","method":"GET"} [] [2025-03-11T11:33:16.446329+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:33:16.536537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:34:00.884260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=request","method":"GET"} [] [2025-03-11T11:34:00.950088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T11:34:43.487938+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:34:43.575037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:35:21.135187+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:35:21.251885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:35:54.161986+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93428c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93428c/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:35:54.249826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:36:22.414581+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"54f269"},"request_uri":"https://test.phila-ca.com/public/_profiler/54f269/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:36:22.488321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:36:50.784579+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T11:36:50.816278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:36:50.835714+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:36:50.835758+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:36:50.933123+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T11:36:50.969745+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T11:36:50.993535+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:37:14.577476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:38:20.707960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25156b"},"request_uri":"https://test.phila-ca.com/public/_profiler/25156b/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:38:20.793373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:39:25.223949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=request","method":"GET"} [] [2025-03-11T11:39:25.337204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T11:40:24.052951+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:40:24.179757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:41:16.509421+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T11:41:16.561745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:41:16.586623+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:41:16.586692+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:41:19.679879+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:41:19.774051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:42:02.554781+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"54f269"},"request_uri":"https://test.phila-ca.com/public/_profiler/54f269/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:42:02.656172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:43:03.171683+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-11T11:43:03.298152+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T11:44:03.153353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4","method":"GET"} [] [2025-03-11T11:44:03.272645+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4/exception.css","method":"GET"} [] [2025-03-11T11:44:03.285426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T11:44:03.335163+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4/exception","method":"GET"} [] [2025-03-11T11:45:06.035422+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25156b"},"request_uri":"https://test.phila-ca.com/public/_profiler/25156b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:45:06.137703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:46:03.941272+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93428c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93428c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:46:04.045988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T11:46:53.259264+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T11:46:53.290180+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:46:53.311179+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:46:53.311254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:46:56.257095+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:46:56.334846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:47:39.869547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:48:42.347702+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:48:42.469115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:49:45.394148+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:49:45.464473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:50:42.728526+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T11:50:42.770621+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:50:42.799341+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:50:42.799403+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:50:42.876626+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T11:50:42.919001+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T11:50:42.968239+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:51:34.358434+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:51:34.492176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:52:36.078397+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:52:36.205029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:53:30.126000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=request","method":"GET"} [] [2025-03-11T11:53:30.204755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T11:54:19.769206+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:54:19.867124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:55:03.105041+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:55:03.169614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T11:55:45.105203+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-11T11:55:45.191538+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T11:56:21.691110+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T11:56:21.734988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T11:56:21.756401+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:56:21.756450+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T11:56:24.704339+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T11:56:24.756999+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T11:57:20.782745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T11:58:23.637078+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"254070"},"request_uri":"https://test.phila-ca.com/public/_profiler/254070/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:58:23.721690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:59:25.016674+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f81714"},"request_uri":"https://test.phila-ca.com/public/_profiler/f81714/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T11:59:25.079439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:00:24.941914+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T12:00:24.974232+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:00:24.996106+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:00:24.996153+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:00:25.105831+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T12:00:25.151976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T12:00:25.178216+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:01:17.587821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5","method":"GET"} [] [2025-03-11T12:01:17.680386+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5/exception.css","method":"GET"} [] [2025-03-11T12:01:17.691267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:01:17.739317+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5/exception","method":"GET"} [] [2025-03-11T12:02:18.561769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c","method":"GET"} [] [2025-03-11T12:02:18.628113+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c/exception.css","method":"GET"} [] [2025-03-11T12:02:18.651217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:02:18.699703+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c/exception","method":"GET"} [] [2025-03-11T12:03:12.229947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a","method":"GET"} [] [2025-03-11T12:03:12.309593+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a/exception.css","method":"GET"} [] [2025-03-11T12:03:12.320097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:03:12.364430+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a/exception","method":"GET"} [] [2025-03-11T12:04:05.073453+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T12:04:05.100308+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:04:05.122636+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:04:05.122691+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:04:07.991061+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T12:04:08.051591+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:04:50.119527+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T12:04:50.150385+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:04:50.173120+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:04:50.173163+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:04:50.263366+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T12:04:50.307687+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T12:04:50.366677+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:05:56.600849+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T12:05:56.637119+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:05:56.657263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:05:56.657311+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:05:59.441502+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T12:05:59.606523+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:08:06.881002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:09:05.193290+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:09:05.302648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:09:58.375000+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b14431"},"request_uri":"https://test.phila-ca.com/public/_profiler/b14431/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:09:58.457862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:10:49.619386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=request","method":"GET"} [] [2025-03-11T12:10:49.687702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:11:36.844199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=request","method":"GET"} [] [2025-03-11T12:11:36.935466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:12:18.628290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=request","method":"GET"} [] [2025-03-11T12:12:18.739830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:12:57.115165+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-03-11T12:12:57.158210+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:12:57.178462+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:12:57.178513+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:12:59.995803+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T12:13:00.052415+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:13:31.798907+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T12:13:31.825867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:13:31.855236+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:13:31.855281+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:13:31.928874+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T12:13:31.974058+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T12:13:32.000127+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:14:34.724094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21","method":"GET"} [] [2025-03-11T12:14:34.803977+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21/exception.css","method":"GET"} [] [2025-03-11T12:14:34.816021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:14:34.863430+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21/exception","method":"GET"} [] [2025-03-11T12:17:25.719522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:18:12.110492+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b7544"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b7544/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:18:12.323351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:19:00.640238+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:19:00.719806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:19:44.629048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5","method":"GET"} [] [2025-03-11T12:19:44.729467+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5/exception.css","method":"GET"} [] [2025-03-11T12:19:44.747985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:19:44.810283+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5/exception","method":"GET"} [] [2025-03-11T12:21:55.607900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=request","method":"GET"} [] [2025-03-11T12:21:55.692067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:25:59.990254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:26:49.497680+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:26:49.583499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:27:39.838405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=request","method":"GET"} [] [2025-03-11T12:27:39.925628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:28:26.633725+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T12:28:26.668642+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:28:26.691018+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:28:26.691078+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:28:26.818268+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T12:28:26.881713+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T12:28:26.929629+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:35:48.133341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:36:27.000323+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:36:27.080907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:37:07.479848+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:37:07.588350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:37:45.563363+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=229","method":"GET"} [] [2025-03-11T12:38:16.934596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4","method":"GET"} [] [2025-03-11T12:38:17.045990+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4/exception.css","method":"GET"} [] [2025-03-11T12:38:17.060360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:38:17.120500+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4/exception","method":"GET"} [] [2025-03-11T12:38:47.942613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c","method":"GET"} [] [2025-03-11T12:38:48.019674+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c/exception.css","method":"GET"} [] [2025-03-11T12:38:48.029868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:38:48.071044+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c/exception","method":"GET"} [] [2025-03-11T12:39:15.811949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f","method":"GET"} [] [2025-03-11T12:39:15.988657+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f/exception.css","method":"GET"} [] [2025-03-11T12:39:16.010584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:39:16.078123+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f/exception","method":"GET"} [] [2025-03-11T12:41:02.372308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:41:21.576204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:41:21.640621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:41:43.140470+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b3fab"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b3fab/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:41:43.263944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:42:03.908480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=request","method":"GET"} [] [2025-03-11T12:42:03.992642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:42:24.620709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=request","method":"GET"} [] [2025-03-11T12:42:24.695039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:42:44.797048+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T12:42:44.826375+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T12:42:44.858024+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:42:44.858092+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T12:42:44.929657+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T12:42:44.977495+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T12:42:45.000247+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T12:43:06.300160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=request","method":"GET"} [] [2025-03-11T12:43:06.363618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:45:03.220540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:45:23.613964+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:45:23.679663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:45:45.623587+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:45:45.684368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:46:07.172323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8","method":"GET"} [] [2025-03-11T12:46:07.234121+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8/exception.css","method":"GET"} [] [2025-03-11T12:46:07.245336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:46:07.290067+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8/exception","method":"GET"} [] [2025-03-11T12:46:29.182164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a","method":"GET"} [] [2025-03-11T12:46:29.259284+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a/exception.css","method":"GET"} [] [2025-03-11T12:46:29.274920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T12:46:29.345937+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a/exception","method":"GET"} [] [2025-03-11T12:49:00.247680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T12:50:04.721352+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2d0248"},"request_uri":"https://test.phila-ca.com/public/_profiler/2d0248/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:50:04.822460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:51:06.605747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=request","method":"GET"} [] [2025-03-11T12:51:06.738359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:52:05.000053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=request","method":"GET"} [] [2025-03-11T12:52:05.173461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T12:52:54.088229+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43a733"},"request_uri":"https://test.phila-ca.com/public/_profiler/43a733/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:52:54.190355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T12:59:24.190552+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:00:28.590315+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:00:28.688911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:01:27.338807+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:01:27.410352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:02:23.980710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d","method":"GET"} [] [2025-03-11T13:02:24.046430+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d/exception.css","method":"GET"} [] [2025-03-11T13:02:24.058901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T13:02:24.109237+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d/exception","method":"GET"} [] [2025-03-11T13:07:48.451892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:08:52.928150+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"030743"},"request_uri":"https://test.phila-ca.com/public/_profiler/030743/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:08:53.015759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:10:00.080589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=request","method":"GET"} [] [2025-03-11T13:10:00.181833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T13:10:53.473637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e50238"},"request_uri":"https://test.phila-ca.com/public/_profiler/e50238/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:10:53.563434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:15:36.258503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=exception","method":"GET"} [] [2025-03-11T13:15:36.367391+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/exception.css","method":"GET"} [] [2025-03-11T13:15:36.378338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T13:15:36.422598+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/exception","method":"GET"} [] [2025-03-11T13:16:28.809064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=exception","method":"GET"} [] [2025-03-11T13:16:28.914881+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb/exception.css","method":"GET"} [] [2025-03-11T13:16:28.926363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T13:16:28.969083+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb/exception","method":"GET"} [] [2025-03-11T13:17:14.923957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=exception","method":"GET"} [] [2025-03-11T13:17:15.024656+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb/exception.css","method":"GET"} [] [2025-03-11T13:17:15.035198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T13:17:15.078807+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb/exception","method":"GET"} [] [2025-03-11T13:17:57.014847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:18:34.506664+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"70a600"},"request_uri":"https://test.phila-ca.com/public/_profiler/70a600/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:18:34.621243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:19:13.281978+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:19:13.359376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:19:46.070266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae","method":"GET"} [] [2025-03-11T13:19:46.131904+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae/exception.css","method":"GET"} [] [2025-03-11T13:19:46.143033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T13:19:46.200302+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae/exception","method":"GET"} [] [2025-03-11T13:22:13.470071+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T13:22:13.514368+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:22:13.535489+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:22:13.535542+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:22:13.647858+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T13:22:13.677066+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T13:22:13.704333+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T13:22:42.547602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=exception","method":"GET"} [] [2025-03-11T13:22:42.614642+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b/exception.css","method":"GET"} [] [2025-03-11T13:22:42.632335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T13:22:42.674244+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b/exception","method":"GET"} [] [2025-03-11T13:25:07.045054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:25:48.768952+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:25:48.832348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:26:26.374290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=request","method":"GET"} [] [2025-03-11T13:26:26.455151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T13:27:00.561532+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:27:00.639636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:27:30.437729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095","method":"GET"} [] [2025-03-11T13:27:30.505967+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095/exception.css","method":"GET"} [] [2025-03-11T13:27:30.515622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T13:27:30.572233+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095/exception","method":"GET"} [] [2025-03-11T13:29:03.689553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=request","method":"GET"} [] [2025-03-11T13:29:03.764984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T13:29:34.187783+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T13:29:34.217473+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:29:34.236910+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:29:34.236959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:29:34.326475+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T13:29:34.374169+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T13:29:34.412735+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T13:30:06.354270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c","method":"GET"} [] [2025-03-11T13:30:06.420764+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c/exception.css","method":"GET"} [] [2025-03-11T13:30:06.431720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T13:30:06.478967+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c/exception","method":"GET"} [] [2025-03-11T13:31:52.684230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:32:37.993999+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:32:38.076346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:33:23.161961+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:33:23.226398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:34:06.829717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=request","method":"GET"} [] [2025-03-11T13:34:06.910348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T13:35:18.771930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:35:52.034737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:36:57.403013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=cache","method":"GET"} [] [2025-03-11T13:36:57.470428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T13:38:36.570990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:39:09.389120+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:39:09.460045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:39:42.740845+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:39:42.813766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:40:17.237354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a","method":"GET"} [] [2025-03-11T13:40:17.303274+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a/exception.css","method":"GET"} [] [2025-03-11T13:40:17.313911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T13:40:17.360424+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a/exception","method":"GET"} [] [2025-03-11T13:42:30.669421+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T13:42:30.694463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:42:30.715156+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:42:30.715209+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:42:30.803118+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T13:42:30.835306+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T13:42:30.863643+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T13:43:38.249029+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"style.css"},"request_uri":"https://test.phila-ca.com/public/en/audio/style.css","method":"GET"} [] [2025-03-11T13:43:38.277810+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:43:38.300956+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:43:38.301021+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:43:38.381123+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T13:43:38.405880+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T13:43:38.441211+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T13:44:13.296769+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"style.css"},"request_uri":"http://test.phila-ca.com/public/en/audio/style.css","method":"GET"} [] [2025-03-11T13:44:13.322060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:44:13.341944+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:44:13.341987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:44:13.411243+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T13:44:13.436516+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T13:44:13.462284+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T13:45:18.034419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:46:21.929218+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:46:22.023051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:47:21.612985+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:47:21.689719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:48:22.068714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=request","method":"GET"} [] [2025-03-11T13:48:22.427988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T13:53:43.758622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T13:56:09.580880+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:56:09.681050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:56:47.416636+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:56:47.486695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T13:57:23.635464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92","method":"GET"} [] [2025-03-11T13:57:23.705073+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92/exception.css","method":"GET"} [] [2025-03-11T13:57:23.715916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T13:57:23.763206+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92/exception","method":"GET"} [] [2025-03-11T13:58:01.355940+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"style.css"},"request_uri":"https://test.phila-ca.com/public/en/livre/style.css","method":"GET"} [] [2025-03-11T13:58:01.381265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:58:01.401434+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:58:01.401487+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:58:04.513824+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T13:58:04.564176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T13:58:42.682642+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"style.css"},"request_uri":"http://test.phila-ca.com/public/en/livre/style.css","method":"GET"} [] [2025-03-11T13:58:42.707376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T13:58:42.727638+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:58:42.727680+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T13:58:45.784425+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T13:58:45.842272+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:04:24.649407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T14:05:03.428167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=request","method":"GET"} [] [2025-03-11T14:05:03.495102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:05:42.124798+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f31631"},"request_uri":"https://test.phila-ca.com/public/_profiler/f31631/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:05:42.233635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:06:22.444057+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:06:22.520788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:07:01.915580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09","method":"GET"} [] [2025-03-11T14:07:01.990858+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09/exception.css","method":"GET"} [] [2025-03-11T14:07:02.001379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:07:02.045865+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09/exception","method":"GET"} [] [2025-03-11T14:12:14.339241+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T14:12:14.367998+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:12:14.391682+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:12:14.391741+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:12:14.468907+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T14:12:14.507426+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T14:12:14.532542+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:13:02.526299+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-11T14:13:02.561930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:13:02.582642+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:13:02.582685+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:13:02.650994+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T14:13:02.676945+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T14:13:02.702699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:14:01.984660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T14:15:08.959156+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10440d"},"request_uri":"https://test.phila-ca.com/public/_profiler/10440d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:15:09.067538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:16:13.873877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=request","method":"GET"} [] [2025-03-11T14:16:13.944251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:17:12.264242+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b58921"},"request_uri":"https://test.phila-ca.com/public/_profiler/b58921/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:17:12.323382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:18:02.641432+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-11T14:18:02.665743+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:18:02.685716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:18:02.685780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:18:05.561946+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T14:18:05.618437+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:19:53.547822+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-03-11T14:19:53.574356+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:19:53.595028+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:19:53.595075+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:19:56.594619+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T14:19:56.654670+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:21:00.688227+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:21:00.812953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:22:01.042160+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:22:01.124693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:22:58.195888+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:22:58.322215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:23:44.226493+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b009cd"},"request_uri":"https://test.phila-ca.com/public/_profiler/b009cd/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:23:44.296966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:24:33.799140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T14:25:16.957790+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:25:17.056483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:25:58.682631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0850d5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0850d5/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:25:58.794162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:26:43.117594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738","method":"GET"} [] [2025-03-11T14:26:43.182277+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738/exception.css","method":"GET"} [] [2025-03-11T14:26:43.192596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:26:43.234714+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738/exception","method":"GET"} [] [2025-03-11T14:27:26.448365+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:27:26.549878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:28:08.701105+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c3cc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c3cc6/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:28:08.769905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:28:53.818873+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T14:28:53.847335+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:28:53.867290+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:28:53.867339+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:28:53.937852+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T14:28:53.967158+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T14:28:53.998360+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:29:37.016540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06","method":"GET"} [] [2025-03-11T14:29:37.115629+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06/exception.css","method":"GET"} [] [2025-03-11T14:29:37.127316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:29:37.178480+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06/exception","method":"GET"} [] [2025-03-11T14:30:40.445242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0","method":"GET"} [] [2025-03-11T14:30:40.542456+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0/exception.css","method":"GET"} [] [2025-03-11T14:30:40.552897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:30:40.598708+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0/exception","method":"GET"} [] [2025-03-11T14:31:34.220782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b","method":"GET"} [] [2025-03-11T14:31:34.302326+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b/exception.css","method":"GET"} [] [2025-03-11T14:31:34.312565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:31:34.354865+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b/exception","method":"GET"} [] [2025-03-11T14:32:24.738875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c","method":"GET"} [] [2025-03-11T14:32:24.832568+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c/exception.css","method":"GET"} [] [2025-03-11T14:32:24.849184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:32:24.939851+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c/exception","method":"GET"} [] [2025-03-11T14:33:14.487000+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:33:14.579926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:33:57.124597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T14:34:42.079186+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:34:42.157320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:35:26.804715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=request","method":"GET"} [] [2025-03-11T14:35:26.899594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:36:10.272958+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:36:10.332781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:36:55.610105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127","method":"GET"} [] [2025-03-11T14:36:55.674196+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127/exception.css","method":"GET"} [] [2025-03-11T14:36:55.685360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:36:55.730195+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127/exception","method":"GET"} [] [2025-03-11T14:37:40.909902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=request","method":"GET"} [] [2025-03-11T14:37:41.002994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:38:24.659601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=request","method":"GET"} [] [2025-03-11T14:38:24.728010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:39:11.284937+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f8da2"},"request_uri":"https://test.phila-ca.com/public/_profiler/2f8da2/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:39:11.346820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:39:55.715968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=request","method":"GET"} [] [2025-03-11T14:39:55.821464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:40:40.886920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=request","method":"GET"} [] [2025-03-11T14:40:40.958001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:41:26.874269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=cache","method":"GET"} [] [2025-03-11T14:41:26.946079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T14:42:11.853196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T14:42:57.724483+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:42:57.788624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:43:44.786633+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"696203"},"request_uri":"https://test.phila-ca.com/public/_profiler/696203/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:43:44.900053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:44:29.694576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=request","method":"GET"} [] [2025-03-11T14:44:29.796376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T14:45:17.507900+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T14:45:17.534980+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:45:17.557091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:45:17.557146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:45:17.629438+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T14:45:17.652578+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T14:45:17.677369+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:46:02.931370+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:46:03.012097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:46:48.716674+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:46:48.777477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:47:36.069244+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:47:36.134048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:48:21.302230+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:48:21.370260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:49:08.733283+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad240f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ad240f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:49:08.801727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:49:55.465061+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:49:55.554108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:50:41.681651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T14:51:29.520431+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:51:29.598441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:52:15.307112+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:52:15.383142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T14:53:02.984097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a","method":"GET"} [] [2025-03-11T14:53:03.055677+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a/exception.css","method":"GET"} [] [2025-03-11T14:53:03.068084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:53:03.130109+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a/exception","method":"GET"} [] [2025-03-11T14:53:50.744581+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T14:53:50.783616+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T14:53:50.822807+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:53:50.822860+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T14:53:50.943680+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T14:53:50.984279+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T14:53:51.013505+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T14:54:37.168567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7","method":"GET"} [] [2025-03-11T14:54:37.227884+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7/exception.css","method":"GET"} [] [2025-03-11T14:54:37.238350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T14:54:37.296186+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7/exception","method":"GET"} [] [2025-03-11T14:55:26.583739+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:55:26.688497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:56:14.072557+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:56:14.140110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:57:01.375494+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:57:01.437803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:57:50.915526+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:57:50.998918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:58:37.925139+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:58:37.991031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:59:28.388967+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T14:59:28.454939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T15:00:16.589475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T15:01:04.515832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:01:04.610354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:01:53.875221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=form","method":"GET"} [] [2025-03-11T15:01:53.942630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T15:02:41.914406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=dump","method":"GET"} [] [2025-03-11T15:02:41.983072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T15:03:32.751926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=request","method":"GET"} [] [2025-03-11T15:03:32.817784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:04:21.584409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=twig","method":"GET"} [] [2025-03-11T15:04:21.656986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T15:05:10.379630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=time","method":"GET"} [] [2025-03-11T15:05:10.456249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T15:06:01.165178+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0080c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/0080c2/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:06:01.252852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:06:50.011506+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T15:06:50.039032+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T15:06:50.060040+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:06:50.060107+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:06:50.130796+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T15:06:50.155608+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T15:06:50.188850+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T15:07:41.188774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=db","method":"GET"} [] [2025-03-11T15:07:41.281752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T15:08:31.257804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b","method":"GET"} [] [2025-03-11T15:08:31.366289+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b/exception.css","method":"GET"} [] [2025-03-11T15:08:31.377270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:08:31.422091+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b/exception","method":"GET"} [] [2025-03-11T15:09:21.456761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T15:10:12.290785+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"100055"},"request_uri":"https://test.phila-ca.com/public/_profiler/100055/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:10:12.352749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:11:01.386482+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddb8fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/ddb8fe/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:11:01.457896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:11:53.288809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0","method":"GET"} [] [2025-03-11T15:11:53.605381+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0/exception.css","method":"GET"} [] [2025-03-11T15:11:53.637855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:11:53.701710+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0/exception","method":"GET"} [] [2025-03-11T15:12:44.008082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747","method":"GET"} [] [2025-03-11T15:12:44.077164+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747/exception.css","method":"GET"} [] [2025-03-11T15:12:44.088408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:12:44.131731+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747/exception","method":"GET"} [] [2025-03-11T15:13:36.659481+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T15:13:36.758230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T15:16:11.820130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?group=1&panel=db","method":"GET"} [] [2025-03-11T15:16:11.891703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-11T15:17:14.494344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=request","method":"GET"} [] [2025-03-11T15:17:14.566006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:18:12.465014+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T15:18:12.491652+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T15:18:12.511607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:18:12.511672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:18:12.586527+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T15:18:12.616687+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T15:18:12.645380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T15:19:04.076444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:19:04.168315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:20:08.305778+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"843916"},"request_uri":"https://test.phila-ca.com/public/_profiler/843916/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:20:08.406086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:21:02.343279+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c0963"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c0963/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:21:02.404582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T15:21:56.422191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=request","method":"GET"} [] [2025-03-11T15:21:56.489801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:22:49.646354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=request","method":"GET"} [] [2025-03-11T15:22:49.720036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:23:43.902536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=mailer","method":"GET"} [] [2025-03-11T15:23:43.974064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T15:24:38.518564+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/exception","method":"GET"} [] [2025-03-11T15:25:31.934903+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/exception","method":"GET"} [] [2025-03-11T15:26:27.981017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0","method":"GET"} [] [2025-03-11T15:26:28.071173+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0/exception.css","method":"GET"} [] [2025-03-11T15:26:28.082087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:26:28.181703+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0/exception","method":"GET"} [] [2025-03-11T15:27:21.746326+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-11T15:28:18.218416+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"843916"},"request_uri":"https://test.phila-ca.com/public/_profiler/843916/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:28:18.282684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:29:12.248551+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:29:12.382511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:30:07.348646+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T15:30:07.467899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T15:32:52.853507+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FFragmentListener.php&line=53","method":"GET"} [] [2025-03-11T15:33:47.795203+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-03-11T15:34:44.708085+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-03-11T15:35:40.656797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=request","method":"GET"} [] [2025-03-11T15:35:40.729911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:36:37.909941+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T15:36:37.933611+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T15:36:37.954049+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:36:37.954101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:36:38.027267+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T15:36:38.057691+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T15:36:38.083751+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T15:37:33.161868+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"603202"},"request_uri":"https://test.phila-ca.com/public/_profiler/603202/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:37:33.225279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T15:38:31.742182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T15:39:27.055944+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F8cd83f%2Fexception","method":"GET"} [] [2025-03-11T15:39:27.196513+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T15:40:26.495038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917","method":"GET"} [] [2025-03-11T15:40:26.562114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:41:25.980854+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=36","method":"GET"} [] [2025-03-11T15:42:25.712006+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDumpListener.php&line=39","method":"GET"} [] [2025-03-11T15:45:19.275355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b","method":"GET"} [] [2025-03-11T15:45:19.358873+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b/exception.css","method":"GET"} [] [2025-03-11T15:45:19.369417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:45:19.414253+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b/exception","method":"GET"} [] [2025-03-11T15:48:17.336855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964","method":"GET"} [] [2025-03-11T15:48:17.469395+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964/exception.css","method":"GET"} [] [2025-03-11T15:48:17.481581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:48:17.547251+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964/exception","method":"GET"} [] [2025-03-11T15:49:16.936975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7","method":"GET"} [] [2025-03-11T15:49:17.001488+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7/exception.css","method":"GET"} [] [2025-03-11T15:49:17.011467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T15:49:17.053153+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7/exception","method":"GET"} [] [2025-03-11T15:50:17.092579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=request","method":"GET"} [] [2025-03-11T15:50:17.352120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:55:19.084991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=request","method":"GET"} [] [2025-03-11T15:55:19.191375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T15:56:20.984979+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T15:56:21.081028+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T15:56:21.100636+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:56:21.100683+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T15:56:21.174600+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T15:56:21.215716+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T15:56:21.242144+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T15:57:22.945061+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T15:57:23.014462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T15:58:25.171138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=request","method":"GET"} [] [2025-03-11T15:58:25.368069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T16:00:28.974520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?panel=request","method":"GET"} [] [2025-03-11T16:00:29.074020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T16:05:41.304437+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FHandler%2FStreamHandler.php&line=23","method":"GET"} [] [2025-03-11T16:06:47.893356+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FHandler%2FStreamHandler.php&line=23","method":"GET"} [] [2025-03-11T16:07:50.629718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T16:08:56.645799+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:08:56.733317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:09:59.159670+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:09:59.257764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:11:05.323400+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:11:05.389354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:12:08.861847+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:12:08.960844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:13:15.363653+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:13:15.427278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:14:18.978771+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T16:14:19.053390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T16:15:25.411038+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"603202"},"request_uri":"https://test.phila-ca.com/public/_profiler/603202/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T16:15:25.496377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T16:18:42.261987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a","method":"GET"} [] [2025-03-11T16:18:42.397101+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a/exception.css","method":"GET"} [] [2025-03-11T16:18:42.409583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T16:18:42.457889+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a/exception","method":"GET"} [] [2025-03-11T16:19:47.405865+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:19:47.473611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:20:55.392561+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:20:55.461443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:22:00.866238+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25142f"},"request_uri":"https://test.phila-ca.com/public/_profiler/25142f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:22:00.951588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:23:10.433639+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:23:10.503627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:24:16.500600+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-03-11T16:24:16.537561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T16:24:16.564526+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T16:24:16.564603+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T16:24:16.662896+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T16:24:16.694920+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T16:24:16.727747+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T16:25:26.561146+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T16:26:33.084903+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:26:33.175956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T16:27:41.612995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7","method":"GET"} [] [2025-03-11T16:27:41.701659+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7/exception.css","method":"GET"} [] [2025-03-11T16:27:41.715232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T16:27:41.773842+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7/exception","method":"GET"} [] [2025-03-11T16:28:49.975947+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65b566"},"request_uri":"https://test.phila-ca.com/public/_profiler/65b566/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T16:28:50.072264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T16:46:26.101809+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAccessListener.php&line=32","method":"GET"} [] [2025-03-11T16:47:03.511717+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FLogoutListener.php&line=33","method":"GET"} [] [2025-03-11T16:47:37.960786+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FChannelListener.php&line=28","method":"GET"} [] [2025-03-11T16:48:08.402190+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver.php&line=46","method":"GET"} [] [2025-03-11T16:48:35.534144+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=44","method":"GET"} [] [2025-03-11T16:52:13.882015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=request","method":"GET"} [] [2025-03-11T16:52:13.958523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T16:53:11.448677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=request","method":"GET"} [] [2025-03-11T16:53:11.528069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T16:54:03.091060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=request","method":"GET"} [] [2025-03-11T16:54:03.176803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-11T16:56:07.729418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T16:56:07.822285+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/exception.css","method":"GET"} [] [2025-03-11T16:56:07.835040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T16:56:07.908116+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-11T17:12:33.186493+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:12:33.297145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:16:40.071781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=db","method":"GET"} [] [2025-03-11T17:16:40.181941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:17:39.670248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=db","method":"GET"} [] [2025-03-11T17:17:39.763370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:19:25.103499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=db","method":"GET"} [] [2025-03-11T17:19:25.172607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:20:17.130339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=db","method":"GET"} [] [2025-03-11T17:20:17.231131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:21:04.258923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=db","method":"GET"} [] [2025-03-11T17:21:04.328438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:21:47.039842+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65b566"},"request_uri":"https://test.phila-ca.com/public/_profiler/65b566/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:21:47.106901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:22:24.561810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=db","method":"GET"} [] [2025-03-11T17:22:24.673842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:22:56.942223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=db","method":"GET"} [] [2025-03-11T17:22:57.018148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:23:26.083871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=db","method":"GET"} [] [2025-03-11T17:23:26.149410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:23:52.952779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=db","method":"GET"} [] [2025-03-11T17:23:53.067702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T17:27:24.304547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_ignition/health-check/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_ignition/health-check/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/health-check\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T17:36:54.390399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /javascript/jquery.upload/server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /javascript/jquery.upload/server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/javascript/jquery.upload/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T17:44:34.038408+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:44:34.145127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:44:50.497472+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:44:50.583665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:18.390040+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:18.460999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:30.879332+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:30.931065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:42.183765+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:42.263458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:52.472016+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9ca7c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ca7c1/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:45:52.550869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:01.787228+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:01.864530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:17.995660+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:18.057323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:32.620652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /javascript/jquery.upload/server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /javascript/jquery.upload/server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/javascript/jquery.upload/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T17:46:39.590068+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:39.654576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:52.258726+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:52.298618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:58.845567+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:46:58.919325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:04.390320+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:04.434168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:18.644915+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:18.743395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:22.974856+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:22.998909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:27.089045+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad240f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ad240f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:27.111665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:34.222587+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:34.299698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:37.491655+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:37.553910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:40.559193+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:40.616716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:43.084140+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:43.108191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:45.626992+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:45.650116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:47.859086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52b5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/52b5aa/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:47.891783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:50.317864+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:50.413661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:52.571439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:52.623678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:54.832191+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:54.854670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:57.049031+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:57.072058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:59.279711+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65bd2b"},"request_uri":"https://test.phila-ca.com/public/_profiler/65bd2b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:47:59.304847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:01.503139+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:01.556526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:03.760380+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:03.787694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:06.194626+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c39e4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/c39e4e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:06.331327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:08.558130+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:08.580323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:10.789888+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:10.814218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:13.059404+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:13.082333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:15.354091+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:15.389134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:17.609746+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:17.633058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T17:48:19.999125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env.docker.dev"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env.docker.dev\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T17:48:22.661025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0?panel=validator","method":"GET"} [] [2025-03-11T17:48:22.788296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T17:48:25.158402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=validator","method":"GET"} [] [2025-03-11T17:48:25.203498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-11T17:48:27.431274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=router","method":"GET"} [] [2025-03-11T17:48:27.456550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T17:48:27.476936+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df/router","method":"GET"} [] [2025-03-11T17:48:29.962159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=logger","method":"GET"} [] [2025-03-11T17:48:29.987486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T17:48:36.421866+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/exception.css","method":"GET"} [] [2025-03-11T17:48:38.899664+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-11T17:48:41.178021+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-11T17:48:43.291657+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-11T17:48:45.521806+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c/exception.css","method":"GET"} [] [2025-03-11T17:48:47.759118+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/exception.css","method":"GET"} [] [2025-03-11T17:48:49.888140+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de/exception.css","method":"GET"} [] [2025-03-11T17:48:52.018847+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-11T17:48:54.321203+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-11T17:52:45.377242+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:52:45.465373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:55:39.388419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=form","method":"GET"} [] [2025-03-11T17:55:39.464583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T17:56:13.808318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=time","method":"GET"} [] [2025-03-11T17:56:13.881466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T17:56:44.155344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=twig","method":"GET"} [] [2025-03-11T17:56:44.245144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T17:57:12.192163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=dump","method":"GET"} [] [2025-03-11T17:57:12.258049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T17:57:59.858094+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FRedirectToPreferredLocaleSubscriber.php&line=64","method":"GET"} [] [2025-03-11T17:58:19.174241+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"100055"},"request_uri":"https://test.phila-ca.com/public/_profiler/100055/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:58:19.260758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:58:53.945549+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:58:54.008857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:09.965747+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:10.030251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:24.991320+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:25.050766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:37.758444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddb8fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/ddb8fe/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:37.780844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:49.277900+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:49.344199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T17:59:59.617710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66?panel=time","method":"GET"} [] [2025-03-11T17:59:59.648814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T18:00:25.138896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T18:00:25.226818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-11T18:00:32.118272+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-11T18:01:01.439131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66?panel=twig","method":"GET"} [] [2025-03-11T18:01:01.509314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T18:01:04.662038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66?panel=dump","method":"GET"} [] [2025-03-11T18:01:04.685472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T18:01:07.783738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66?panel=form","method":"GET"} [] [2025-03-11T18:01:07.807875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T18:01:10.559496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=form","method":"GET"} [] [2025-03-11T18:01:10.580698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T18:01:12.971434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=time","method":"GET"} [] [2025-03-11T18:01:12.992837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T18:01:15.218698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=twig","method":"GET"} [] [2025-03-11T18:01:15.238392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T18:01:17.714001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=dump","method":"GET"} [] [2025-03-11T18:01:17.779366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T18:13:36.165952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?group=1&panel=db","method":"GET"} [] [2025-03-11T18:13:36.277487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-11T18:14:08.535912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?group=1&panel=db","method":"GET"} [] [2025-03-11T18:14:08.610173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-11T18:18:04.433481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f","method":"GET"} [] [2025-03-11T18:18:04.516271+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f/exception.css","method":"GET"} [] [2025-03-11T18:18:04.528918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T18:18:04.579620+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f/exception","method":"GET"} [] [2025-03-11T18:18:12.197432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3","method":"GET"} [] [2025-03-11T18:18:12.236069+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3/exception.css","method":"GET"} [] [2025-03-11T18:18:12.239212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T18:18:12.257703+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3/exception","method":"GET"} [] [2025-03-11T18:18:19.839400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26","method":"GET"} [] [2025-03-11T18:18:19.925665+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26/exception.css","method":"GET"} [] [2025-03-11T18:18:19.937306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T18:18:19.987773+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26/exception","method":"GET"} [] [2025-03-11T18:19:11.987970+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:12.095305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:14.817865+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:14.888144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:17.374948+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:17.422767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:20.002057+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:20.039217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:22.260225+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:22.308951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:24.529520+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:24.553522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:27.001468+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:27.091937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:29.336866+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T18:19:29.361930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-11T18:19:32.892344+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02029c"},"request_uri":"https://test.phila-ca.com/public/_profiler/02029c/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:32.942842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:35.134782+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:35.179005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:37.396204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:37.442873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T18:19:40.784957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb","method":"GET"} [] [2025-03-11T18:19:40.812348+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/exception.css","method":"GET"} [] [2025-03-11T18:19:40.820106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T18:19:40.856612+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/exception","method":"GET"} [] [2025-03-11T18:19:53.142021+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T18:19:53.218456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T18:19:56.426946+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T18:19:56.450624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T18:19:59.494835+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T18:19:59.518618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T18:20:02.372010+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FControllerSubscriber.php&line=42","method":"GET"} [] [2025-03-11T18:20:05.117254+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T18:20:05.139743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T18:20:41.796835+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T18:20:41.857829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T18:23:53.738384+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-11T18:24:44.097066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T18:24:57.573180+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T18:25:11.532722+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fjavascript%2Fjquery.upload%2Fserver%2Fphp%2F","method":"GET"} [] [2025-03-11T18:25:11.624824+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T18:33:42.600942+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-11T18:33:42.708382+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T18:34:07.724119+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Ftwig%2Fextra-bundle%2Fsrc%2FTwigExtraBundle.php&line=18","method":"GET"} [] [2025-03-11T18:36:02.589538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=translation","method":"GET"} [] [2025-03-11T18:36:02.705172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-11T18:36:52.236414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=events","method":"GET"} [] [2025-03-11T18:36:52.304239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:37:36.859275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=events","method":"GET"} [] [2025-03-11T18:37:36.928238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:38:55.425226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=events","method":"GET"} [] [2025-03-11T18:38:55.553499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:39:31.750346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=events","method":"GET"} [] [2025-03-11T18:39:31.831042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:40:03.966522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=events","method":"GET"} [] [2025-03-11T18:40:04.050603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:40:33.559547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=events","method":"GET"} [] [2025-03-11T18:40:33.638017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:41:01.852568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=events","method":"GET"} [] [2025-03-11T18:41:01.927361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:41:25.802404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=events","method":"GET"} [] [2025-03-11T18:41:25.876953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:41:47.243928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T18:42:07.159817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=events","method":"GET"} [] [2025-03-11T18:42:07.230680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:42:26.094322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=events","method":"GET"} [] [2025-03-11T18:42:26.171517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:42:43.595764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=events","method":"GET"} [] [2025-03-11T18:42:43.664867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:42:59.971544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=events","method":"GET"} [] [2025-03-11T18:43:00.059343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:43:15.191340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=events","method":"GET"} [] [2025-03-11T18:43:15.266756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:43:27.232314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=events","method":"GET"} [] [2025-03-11T18:43:27.253841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:43:49.521181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=events","method":"GET"} [] [2025-03-11T18:43:49.644741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:09.225244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=events","method":"GET"} [] [2025-03-11T18:44:09.298638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:18.394916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=events","method":"GET"} [] [2025-03-11T18:44:18.427736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:27.340551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=events","method":"GET"} [] [2025-03-11T18:44:27.419013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:34.744216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=events","method":"GET"} [] [2025-03-11T18:44:34.767675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:41.305360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=events","method":"GET"} [] [2025-03-11T18:44:41.354968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:47.883133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=events","method":"GET"} [] [2025-03-11T18:44:47.978749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:44:57.973274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=events","method":"GET"} [] [2025-03-11T18:44:57.997236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:03.211860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=events","method":"GET"} [] [2025-03-11T18:45:03.289896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:07.512159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=events","method":"GET"} [] [2025-03-11T18:45:07.534678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:11.563917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?panel=events","method":"GET"} [] [2025-03-11T18:45:11.588095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:15.043174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=events","method":"GET"} [] [2025-03-11T18:45:15.078591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:18.775629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=events","method":"GET"} [] [2025-03-11T18:45:18.858085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:21.422636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=events","method":"GET"} [] [2025-03-11T18:45:21.464788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:24.001927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=events","method":"GET"} [] [2025-03-11T18:45:24.021871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:26.618713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=events","method":"GET"} [] [2025-03-11T18:45:26.641462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:29.025324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=events","method":"GET"} [] [2025-03-11T18:45:29.120617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:31.365275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=events","method":"GET"} [] [2025-03-11T18:45:31.400659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:33.791053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=events","method":"GET"} [] [2025-03-11T18:45:33.843111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:36.083923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=events","method":"GET"} [] [2025-03-11T18:45:36.115588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:38.254671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=events","method":"GET"} [] [2025-03-11T18:45:38.304118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:40.522427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=events","method":"GET"} [] [2025-03-11T18:45:40.561808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:42.754531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=events","method":"GET"} [] [2025-03-11T18:45:42.784350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:45.002904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=events","method":"GET"} [] [2025-03-11T18:45:45.077165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:47.317596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=events","method":"GET"} [] [2025-03-11T18:45:47.342323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:50.119304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=events","method":"GET"} [] [2025-03-11T18:45:50.212485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:52.556105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=events","method":"GET"} [] [2025-03-11T18:45:52.622519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:54.875523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=events","method":"GET"} [] [2025-03-11T18:45:54.899051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:57.063280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=events","method":"GET"} [] [2025-03-11T18:45:57.110171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:45:59.287782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=events","method":"GET"} [] [2025-03-11T18:45:59.327979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:01.580564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=events","method":"GET"} [] [2025-03-11T18:46:01.615254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:03.833175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=events","method":"GET"} [] [2025-03-11T18:46:03.856975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:07.509782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=events","method":"GET"} [] [2025-03-11T18:46:07.573937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:09.742655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=events","method":"GET"} [] [2025-03-11T18:46:09.825009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:13.243414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=events","method":"GET"} [] [2025-03-11T18:46:13.285632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:15.555069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=events","method":"GET"} [] [2025-03-11T18:46:15.579922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:17.947768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=events","method":"GET"} [] [2025-03-11T18:46:18.004950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:20.357208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=events","method":"GET"} [] [2025-03-11T18:46:20.396372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:22.834325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=events","method":"GET"} [] [2025-03-11T18:46:22.900054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:25.153528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=events","method":"GET"} [] [2025-03-11T18:46:25.191995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:27.464295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32?panel=events","method":"GET"} [] [2025-03-11T18:46:27.486754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:29.698279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=events","method":"GET"} [] [2025-03-11T18:46:29.723073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:31.872589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=events","method":"GET"} [] [2025-03-11T18:46:31.896516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:34.132863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=events","method":"GET"} [] [2025-03-11T18:46:34.156020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:36.386828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=events","method":"GET"} [] [2025-03-11T18:46:36.416006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:38.821533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=events","method":"GET"} [] [2025-03-11T18:46:38.888748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:41.083248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=events","method":"GET"} [] [2025-03-11T18:46:41.147036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:43.333396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=events","method":"GET"} [] [2025-03-11T18:46:43.355695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:45.622962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=events","method":"GET"} [] [2025-03-11T18:46:45.655120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:47.899175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7?panel=events","method":"GET"} [] [2025-03-11T18:46:47.942573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:50.179707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=events","method":"GET"} [] [2025-03-11T18:46:50.209109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:52.444548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?panel=events","method":"GET"} [] [2025-03-11T18:46:52.467867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:54.820988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=events","method":"GET"} [] [2025-03-11T18:46:54.875550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:57.062500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=events","method":"GET"} [] [2025-03-11T18:46:57.094716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:46:59.372476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=events","method":"GET"} [] [2025-03-11T18:46:59.395875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:01.803926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=events","method":"GET"} [] [2025-03-11T18:47:01.837367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:04.191722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=events","method":"GET"} [] [2025-03-11T18:47:04.224839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:06.472502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=events","method":"GET"} [] [2025-03-11T18:47:06.504387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:08.713106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?panel=events","method":"GET"} [] [2025-03-11T18:47:08.736847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:11.139509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=events","method":"GET"} [] [2025-03-11T18:47:11.195836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:13.462314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c?panel=events","method":"GET"} [] [2025-03-11T18:47:13.493195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:15.785211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=events","method":"GET"} [] [2025-03-11T18:47:15.812489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:17.942948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=events","method":"GET"} [] [2025-03-11T18:47:17.965857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:20.184946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=events","method":"GET"} [] [2025-03-11T18:47:20.223160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:24.804717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=events","method":"GET"} [] [2025-03-11T18:47:24.844874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:27.362592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=events","method":"GET"} [] [2025-03-11T18:47:27.419709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:29.654179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=events","method":"GET"} [] [2025-03-11T18:47:29.708969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:31.953323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?panel=events","method":"GET"} [] [2025-03-11T18:47:31.997014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:34.191321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T18:47:36.374711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=events","method":"GET"} [] [2025-03-11T18:47:36.412885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:47:38.643307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=events","method":"GET"} [] [2025-03-11T18:47:38.667111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T18:48:04.529373+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-03-11T18:51:34.963263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=logger","method":"GET"} [] [2025-03-11T18:51:35.032761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T18:51:37.308560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=config","method":"GET"} [] [2025-03-11T18:51:37.332265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T18:51:39.603386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=logger","method":"GET"} [] [2025-03-11T18:51:39.631395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-11T18:51:41.825710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=router","method":"GET"} [] [2025-03-11T18:51:41.846290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T18:51:41.864398+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/router","method":"GET"} [] [2025-03-11T18:51:44.242169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=config","method":"GET"} [] [2025-03-11T18:51:44.263483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T18:51:46.474333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=config","method":"GET"} [] [2025-03-11T18:51:46.499306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T18:51:48.742513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=router","method":"GET"} [] [2025-03-11T18:51:48.763453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T18:51:48.785316+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb/router","method":"GET"} [] [2025-03-11T18:52:24.254128+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FProcessor%2FPsrLogMessageProcessor.php&line=23","method":"GET"} [] [2025-03-11T18:52:28.622589+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=34","method":"GET"} [] [2025-03-11T18:53:03.000996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=exception","method":"GET"} [] [2025-03-11T18:53:03.067004+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/exception.css","method":"GET"} [] [2025-03-11T18:53:03.079091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T18:53:03.124234+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472/exception","method":"GET"} [] [2025-03-11T18:55:42.419764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c?panel=security","method":"GET"} [] [2025-03-11T18:55:42.497026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:56:02.333356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=security","method":"GET"} [] [2025-03-11T18:56:02.406165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:56:20.630224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=security","method":"GET"} [] [2025-03-11T18:56:20.727878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:56:37.725327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=security","method":"GET"} [] [2025-03-11T18:56:37.802428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:56:52.055758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=security","method":"GET"} [] [2025-03-11T18:56:52.078753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:57:05.854172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=security","method":"GET"} [] [2025-03-11T18:57:05.919045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:57:17.657955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=security","method":"GET"} [] [2025-03-11T18:57:17.707941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:57:29.238275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=security","method":"GET"} [] [2025-03-11T18:57:29.312193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:57:38.933581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=security","method":"GET"} [] [2025-03-11T18:57:38.958048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:57:47.812055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=security","method":"GET"} [] [2025-03-11T18:57:47.892615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:57:55.707105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T18:58:03.007364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=security","method":"GET"} [] [2025-03-11T18:58:03.072076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:09.977860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=security","method":"GET"} [] [2025-03-11T18:58:10.001881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:16.292415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=security","method":"GET"} [] [2025-03-11T18:58:16.316985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:22.562835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=security","method":"GET"} [] [2025-03-11T18:58:22.665871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:27.236802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=security","method":"GET"} [] [2025-03-11T18:58:27.261059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:32.025834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=security","method":"GET"} [] [2025-03-11T18:58:32.053009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:40.082855+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FChannelListener.php&line=28","method":"GET"} [] [2025-03-11T18:58:43.355337+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FLogoutListener.php&line=33","method":"GET"} [] [2025-03-11T18:58:46.757433+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAccessListener.php&line=32","method":"GET"} [] [2025-03-11T18:58:49.738281+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=44","method":"GET"} [] [2025-03-11T18:58:55.193325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=security","method":"GET"} [] [2025-03-11T18:58:55.261553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:57.662213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=security","method":"GET"} [] [2025-03-11T18:58:57.693498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:58:59.915691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=security","method":"GET"} [] [2025-03-11T18:58:59.938873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:02.155960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7?panel=security","method":"GET"} [] [2025-03-11T18:59:02.180389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:04.410868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=security","method":"GET"} [] [2025-03-11T18:59:04.439574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:06.666661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=security","method":"GET"} [] [2025-03-11T18:59:06.696414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:08.897931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=security","method":"GET"} [] [2025-03-11T18:59:08.924387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:11.367695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=security","method":"GET"} [] [2025-03-11T18:59:11.434041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:16.032182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=security","method":"GET"} [] [2025-03-11T18:59:16.058594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:18.336775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=security","method":"GET"} [] [2025-03-11T18:59:18.390973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:20.615319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=security","method":"GET"} [] [2025-03-11T18:59:20.638564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:22.836835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=security","method":"GET"} [] [2025-03-11T18:59:22.861723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:25.105731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=security","method":"GET"} [] [2025-03-11T18:59:25.130294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:27.612894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=security","method":"GET"} [] [2025-03-11T18:59:27.694964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:30.150838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=security","method":"GET"} [] [2025-03-11T18:59:30.175525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:32.498086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?panel=security","method":"GET"} [] [2025-03-11T18:59:32.522131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:34.745741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=security","method":"GET"} [] [2025-03-11T18:59:34.768914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:36.967939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66?panel=security","method":"GET"} [] [2025-03-11T18:59:36.992718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:39.228676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=security","method":"GET"} [] [2025-03-11T18:59:39.252698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:41.456768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=security","method":"GET"} [] [2025-03-11T18:59:41.481032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:43.965261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=security","method":"GET"} [] [2025-03-11T18:59:44.038136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:46.400279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=security","method":"GET"} [] [2025-03-11T18:59:46.437983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:51.095736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=security","method":"GET"} [] [2025-03-11T18:59:51.130073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:53.367042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=security","method":"GET"} [] [2025-03-11T18:59:53.391399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:55.627705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=security","method":"GET"} [] [2025-03-11T18:59:55.651231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T18:59:57.827476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=security","method":"GET"} [] [2025-03-11T18:59:57.850631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:00.292587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=security","method":"GET"} [] [2025-03-11T19:00:00.365804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:02.615854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=security","method":"GET"} [] [2025-03-11T19:00:02.640257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:04.846548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?panel=security","method":"GET"} [] [2025-03-11T19:00:04.871342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:08.286600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=security","method":"GET"} [] [2025-03-11T19:00:08.309357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:10.545666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=security","method":"GET"} [] [2025-03-11T19:00:10.571209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:12.777441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=security","method":"GET"} [] [2025-03-11T19:00:12.802599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:14.990497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=security","method":"GET"} [] [2025-03-11T19:00:15.063750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:17.546571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=security","method":"GET"} [] [2025-03-11T19:00:17.615971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:19.820872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=security","method":"GET"} [] [2025-03-11T19:00:19.857411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:21.959037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=security","method":"GET"} [] [2025-03-11T19:00:21.995675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:24.126761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=security","method":"GET"} [] [2025-03-11T19:00:24.149726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:26.431158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=security","method":"GET"} [] [2025-03-11T19:00:26.456515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:28.687845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=security","method":"GET"} [] [2025-03-11T19:00:28.713684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:30.943859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=security","method":"GET"} [] [2025-03-11T19:00:30.968671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:33.393430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=security","method":"GET"} [] [2025-03-11T19:00:33.465189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:36.899420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=security","method":"GET"} [] [2025-03-11T19:00:36.923640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:40.348250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=security","method":"GET"} [] [2025-03-11T19:00:40.374608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:42.615845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=security","method":"GET"} [] [2025-03-11T19:00:42.638525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:44.846406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=security","method":"GET"} [] [2025-03-11T19:00:44.870219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:47.086537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=security","method":"GET"} [] [2025-03-11T19:00:47.111188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:49.640834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=security","method":"GET"} [] [2025-03-11T19:00:49.778434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:52.117232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=security","method":"GET"} [] [2025-03-11T19:00:52.147589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:54.406232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=security","method":"GET"} [] [2025-03-11T19:00:54.429867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:56.671058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?panel=security","method":"GET"} [] [2025-03-11T19:00:56.696440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:00:58.907318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=security","method":"GET"} [] [2025-03-11T19:00:58.931501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:02.236835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=security","method":"GET"} [] [2025-03-11T19:01:02.261425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:04.833113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=security","method":"GET"} [] [2025-03-11T19:01:04.917001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:07.126670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=security","method":"GET"} [] [2025-03-11T19:01:07.151405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:09.403272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?panel=security","method":"GET"} [] [2025-03-11T19:01:09.435176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:11.656508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=security","method":"GET"} [] [2025-03-11T19:01:11.680958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:13.837456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=security","method":"GET"} [] [2025-03-11T19:01:13.861240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:16.086633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=security","method":"GET"} [] [2025-03-11T19:01:16.111099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:18.342908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=security","method":"GET"} [] [2025-03-11T19:01:18.368582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:20.810083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=security","method":"GET"} [] [2025-03-11T19:01:20.901875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:23.210976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=security","method":"GET"} [] [2025-03-11T19:01:23.236144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:25.405698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=security","method":"GET"} [] [2025-03-11T19:01:25.429136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:27.827340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=security","method":"GET"} [] [2025-03-11T19:01:27.849852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:31.376121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=security","method":"GET"} [] [2025-03-11T19:01:31.401755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:33.628069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=security","method":"GET"} [] [2025-03-11T19:01:33.652358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:36.158467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=security","method":"GET"} [] [2025-03-11T19:01:36.226216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:01:40.615526+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:40.675658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:42.938171+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:42.981739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:45.186866+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:45.208643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:47.395830+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:47.419615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:49.652955+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:49.701159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:52.053858+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:52.120043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:54.390502+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:54.419663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:56.593301+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:56.626466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:58.835874+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:01:58.859274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:02.225408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:02.265768+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e/exception.css","method":"GET"} [] [2025-03-11T19:02:02.274402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:02.318816+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e/exception","method":"GET"} [] [2025-03-11T19:02:04.451152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c","method":"GET"} [] [2025-03-11T19:02:04.491255+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c/exception.css","method":"GET"} [] [2025-03-11T19:02:04.494523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:02:04.514436+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c/exception","method":"GET"} [] [2025-03-11T19:02:06.651711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193","method":"GET"} [] [2025-03-11T19:02:06.674206+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193/exception.css","method":"GET"} [] [2025-03-11T19:02:06.677608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:02:06.697125+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193/exception","method":"GET"} [] [2025-03-11T19:02:09.170899+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:09.252426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:11.445925+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9ca7c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ca7c1/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:11.469517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:13.665569+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:13.691500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:15.835924+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6bb7e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bb7e6/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:15.859252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:19.107204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:19.129653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:21.307750+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:21.333015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:23.560954+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e/exception.css","method":"GET"} [] [2025-03-11T19:02:25.990175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=twig","method":"GET"} [] [2025-03-11T19:02:26.052005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:02:28.245736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=form","method":"GET"} [] [2025-03-11T19:02:28.267010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:02:30.448890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=time","method":"GET"} [] [2025-03-11T19:02:30.471816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:02:32.725306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=dump","method":"GET"} [] [2025-03-11T19:02:32.747560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:02:34.917937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:37.020197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T19:02:39.245013+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e/exception","method":"GET"} [] [2025-03-11T19:02:41.763593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=events","method":"GET"} [] [2025-03-11T19:02:41.842058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T19:02:45.307283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=security","method":"GET"} [] [2025-03-11T19:02:45.332190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:02:47.410839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=security","method":"GET"} [] [2025-03-11T19:02:47.437524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:02:49.668310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=security","method":"GET"} [] [2025-03-11T19:02:49.693501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:02:51.917458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=time","method":"GET"} [] [2025-03-11T19:02:51.939772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:02:54.117232+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:54.141909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:56.345105+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:02:56.370169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-11T19:03:19.830394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T19:04:17.855825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=db","method":"GET"} [] [2025-03-11T19:04:17.926566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:05:22.864095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=form","method":"GET"} [] [2025-03-11T19:05:22.936462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:06:20.731118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=twig","method":"GET"} [] [2025-03-11T19:06:20.797265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:07:09.794947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=security","method":"GET"} [] [2025-03-11T19:07:09.914639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:08:36.111920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6","method":"GET"} [] [2025-03-11T19:08:36.191818+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6/exception.css","method":"GET"} [] [2025-03-11T19:08:36.201971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:08:36.255393+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6/exception","method":"GET"} [] [2025-03-11T19:09:36.554750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6","method":"GET"} [] [2025-03-11T19:09:36.615112+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/exception.css","method":"GET"} [] [2025-03-11T19:09:36.625153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:09:36.668886+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/exception","method":"GET"} [] [2025-03-11T19:10:31.556363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149","method":"GET"} [] [2025-03-11T19:10:31.649462+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149/exception.css","method":"GET"} [] [2025-03-11T19:10:31.659920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:10:31.703864+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149/exception","method":"GET"} [] [2025-03-11T19:12:55.168375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T19:14:27.455846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a","method":"GET"} [] [2025-03-11T19:14:27.519693+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/exception.css","method":"GET"} [] [2025-03-11T19:14:27.531493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:14:27.575924+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/exception","method":"GET"} [] [2025-03-11T19:15:13.417191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298","method":"GET"} [] [2025-03-11T19:15:13.500540+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298/exception.css","method":"GET"} [] [2025-03-11T19:15:13.511755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:15:13.563100+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298/exception","method":"GET"} [] [2025-03-11T19:15:56.288435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f","method":"GET"} [] [2025-03-11T19:15:56.371047+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/exception.css","method":"GET"} [] [2025-03-11T19:15:56.382753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:15:56.438451+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f/exception","method":"GET"} [] [2025-03-11T19:16:32.470723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6?panel=db","method":"GET"} [] [2025-03-11T19:16:32.561239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:17:35.661058+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/exception.css","method":"GET"} [] [2025-03-11T19:18:06.346049+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149/exception.css","method":"GET"} [] [2025-03-11T19:18:58.026826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6?panel=dump","method":"GET"} [] [2025-03-11T19:18:58.092382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:19:21.568634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6?panel=twig","method":"GET"} [] [2025-03-11T19:19:21.649497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:19:44.270331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6?panel=dump","method":"GET"} [] [2025-03-11T19:19:44.347058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:20:04.544476+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/exception.css","method":"GET"} [] [2025-03-11T19:20:22.661927+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298/exception.css","method":"GET"} [] [2025-03-11T19:20:38.583868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a?panel=form","method":"GET"} [] [2025-03-11T19:20:38.660392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:20:52.657776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a?panel=time","method":"GET"} [] [2025-03-11T19:20:52.679478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:21:16.878346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298?panel=dump","method":"GET"} [] [2025-03-11T19:21:16.952244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:21:38.920754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6?panel=time","method":"GET"} [] [2025-03-11T19:21:38.986538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:21:58.968649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6?panel=time","method":"GET"} [] [2025-03-11T19:21:59.033770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:22:07.900200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a?panel=twig","method":"GET"} [] [2025-03-11T19:22:07.929773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:22:16.455125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a?panel=dump","method":"GET"} [] [2025-03-11T19:22:16.518053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:22:23.939223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149?panel=twig","method":"GET"} [] [2025-03-11T19:22:23.969317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:22:43.822941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298?panel=twig","method":"GET"} [] [2025-03-11T19:22:43.888001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:22:49.530508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298?panel=form","method":"GET"} [] [2025-03-11T19:22:49.553313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:23:00.278113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298?panel=time","method":"GET"} [] [2025-03-11T19:23:00.341653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:23:09.578320+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298/exception","method":"GET"} [] [2025-03-11T19:23:22.763480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6?panel=security","method":"GET"} [] [2025-03-11T19:23:22.861217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:23:33.789063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149?panel=security","method":"GET"} [] [2025-03-11T19:23:33.813018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:23:38.408657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298?panel=security","method":"GET"} [] [2025-03-11T19:23:38.483150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:23:40.799011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5?panel=time","method":"GET"} [] [2025-03-11T19:23:40.821665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:23:46.534183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336","method":"GET"} [] [2025-03-11T19:23:46.557190+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/exception.css","method":"GET"} [] [2025-03-11T19:23:46.570661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:23:46.588371+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/exception","method":"GET"} [] [2025-03-11T19:23:49.240224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a","method":"GET"} [] [2025-03-11T19:23:49.277152+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a/exception.css","method":"GET"} [] [2025-03-11T19:23:49.280226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:23:49.298113+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a/exception","method":"GET"} [] [2025-03-11T19:23:54.169538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff","method":"GET"} [] [2025-03-11T19:23:54.248085+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff/exception.css","method":"GET"} [] [2025-03-11T19:23:54.265859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:23:54.307630+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff/exception","method":"GET"} [] [2025-03-11T19:23:56.514951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d","method":"GET"} [] [2025-03-11T19:23:56.557604+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/exception.css","method":"GET"} [] [2025-03-11T19:23:56.561789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:23:56.585396+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/exception","method":"GET"} [] [2025-03-11T19:23:58.817211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f","method":"GET"} [] [2025-03-11T19:23:58.841649+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/exception.css","method":"GET"} [] [2025-03-11T19:23:58.844732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:23:58.864424+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/exception","method":"GET"} [] [2025-03-11T19:24:01.121396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b","method":"GET"} [] [2025-03-11T19:24:01.144826+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b/exception.css","method":"GET"} [] [2025-03-11T19:24:01.147686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:24:01.165930+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b/exception","method":"GET"} [] [2025-03-11T19:24:03.388873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8","method":"GET"} [] [2025-03-11T19:24:03.411899+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/exception.css","method":"GET"} [] [2025-03-11T19:24:03.421524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:24:03.439139+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/exception","method":"GET"} [] [2025-03-11T19:24:05.661774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9","method":"GET"} [] [2025-03-11T19:24:05.689633+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9/exception.css","method":"GET"} [] [2025-03-11T19:24:05.693322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:24:05.715576+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9/exception","method":"GET"} [] [2025-03-11T19:24:10.775481+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/exception.css","method":"GET"} [] [2025-03-11T19:24:13.063293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336?panel=db","method":"GET"} [] [2025-03-11T19:24:13.113482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:24:15.422020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=db","method":"GET"} [] [2025-03-11T19:24:15.446189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:24:17.658809+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/exception.css","method":"GET"} [] [2025-03-11T19:24:19.881934+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/exception.css","method":"GET"} [] [2025-03-11T19:24:23.258092+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a/exception.css","method":"GET"} [] [2025-03-11T19:24:25.838485+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff/exception.css","method":"GET"} [] [2025-03-11T19:24:28.145381+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/exception.css","method":"GET"} [] [2025-03-11T19:24:30.367454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336?panel=dump","method":"GET"} [] [2025-03-11T19:24:30.411268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:24:32.681796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9?panel=twig","method":"GET"} [] [2025-03-11T19:24:32.709794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:24:36.010284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9?panel=form","method":"GET"} [] [2025-03-11T19:24:36.033918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:24:40.938627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=form","method":"GET"} [] [2025-03-11T19:24:40.991142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:24:43.188527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8?panel=form","method":"GET"} [] [2025-03-11T19:24:43.212037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:24:45.402479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=dump","method":"GET"} [] [2025-03-11T19:24:45.443899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:24:47.694451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b?panel=time","method":"GET"} [] [2025-03-11T19:24:47.718266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:24:51.135862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=twig","method":"GET"} [] [2025-03-11T19:24:51.158372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:24:53.402993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d?panel=dump","method":"GET"} [] [2025-03-11T19:24:53.426124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:24:55.831626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=form","method":"GET"} [] [2025-03-11T19:24:55.858427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:25:00.529921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=time","method":"GET"} [] [2025-03-11T19:25:00.596727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:25:02.838924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5?panel=twig","method":"GET"} [] [2025-03-11T19:25:02.862803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:25:05.111688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8?panel=dump","method":"GET"} [] [2025-03-11T19:25:05.135603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:25:07.391916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a?panel=form","method":"GET"} [] [2025-03-11T19:25:07.415392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:25:09.644370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9?panel=dump","method":"GET"} [] [2025-03-11T19:25:09.673203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:25:12.039003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336?panel=time","method":"GET"} [] [2025-03-11T19:25:12.067999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:25:14.249852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d?panel=time","method":"GET"} [] [2025-03-11T19:25:14.273364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:25:16.572392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=time","method":"GET"} [] [2025-03-11T19:25:16.643382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:25:18.887295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=dump","method":"GET"} [] [2025-03-11T19:25:18.914280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:25:22.218471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a?panel=twig","method":"GET"} [] [2025-03-11T19:25:22.239454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:25:26.770326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a?panel=time","method":"GET"} [] [2025-03-11T19:25:26.793070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:25:29.177710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d?panel=form","method":"GET"} [] [2025-03-11T19:25:29.201671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:25:37.251970+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/exception","method":"GET"} [] [2025-03-11T19:25:39.529386+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T19:25:39.566348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T19:25:42.901524+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/exception","method":"GET"} [] [2025-03-11T19:25:47.607560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8?panel=security","method":"GET"} [] [2025-03-11T19:25:47.636114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:25:49.883442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=security","method":"GET"} [] [2025-03-11T19:25:49.908412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:25:52.108163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9?panel=security","method":"GET"} [] [2025-03-11T19:25:52.132672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:25:54.431651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=security","method":"GET"} [] [2025-03-11T19:25:54.484052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:25:56.752511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5?panel=security","method":"GET"} [] [2025-03-11T19:25:56.787506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:25:59.011753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b?panel=security","method":"GET"} [] [2025-03-11T19:25:59.035696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:26:01.277400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d?panel=security","method":"GET"} [] [2025-03-11T19:26:01.301373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:26:03.673693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a?panel=security","method":"GET"} [] [2025-03-11T19:26:03.704796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:26:09.488509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b","method":"GET"} [] [2025-03-11T19:26:09.546747+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b/exception.css","method":"GET"} [] [2025-03-11T19:26:09.555454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:09.586275+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b/exception","method":"GET"} [] [2025-03-11T19:26:14.190428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c","method":"GET"} [] [2025-03-11T19:26:14.246676+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c/exception.css","method":"GET"} [] [2025-03-11T19:26:14.259711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:14.286060+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c/exception","method":"GET"} [] [2025-03-11T19:26:16.518011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341","method":"GET"} [] [2025-03-11T19:26:16.539379+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/exception.css","method":"GET"} [] [2025-03-11T19:26:16.542254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:16.560194+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/exception","method":"GET"} [] [2025-03-11T19:26:18.995408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e","method":"GET"} [] [2025-03-11T19:26:19.025580+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e/exception.css","method":"GET"} [] [2025-03-11T19:26:19.028788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:19.072833+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e/exception","method":"GET"} [] [2025-03-11T19:26:21.300346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d","method":"GET"} [] [2025-03-11T19:26:21.324689+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d/exception.css","method":"GET"} [] [2025-03-11T19:26:21.328214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:21.346252+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d/exception","method":"GET"} [] [2025-03-11T19:26:23.611610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d","method":"GET"} [] [2025-03-11T19:26:23.635324+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/exception.css","method":"GET"} [] [2025-03-11T19:26:23.638189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:23.655989+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/exception","method":"GET"} [] [2025-03-11T19:26:25.919337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca","method":"GET"} [] [2025-03-11T19:26:25.989776+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca/exception.css","method":"GET"} [] [2025-03-11T19:26:25.998391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:26.030198+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca/exception","method":"GET"} [] [2025-03-11T19:26:28.241312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4","method":"GET"} [] [2025-03-11T19:26:28.284443+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4/exception.css","method":"GET"} [] [2025-03-11T19:26:28.287347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:28.304779+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4/exception","method":"GET"} [] [2025-03-11T19:26:30.529181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c","method":"GET"} [] [2025-03-11T19:26:30.589232+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/exception.css","method":"GET"} [] [2025-03-11T19:26:30.596562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:30.618185+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/exception","method":"GET"} [] [2025-03-11T19:26:32.847869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c","method":"GET"} [] [2025-03-11T19:26:32.880509+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c/exception.css","method":"GET"} [] [2025-03-11T19:26:32.883556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:26:32.901538+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c/exception","method":"GET"} [] [2025-03-11T19:26:36.367842+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b/exception.css","method":"GET"} [] [2025-03-11T19:26:38.568881+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/exception.css","method":"GET"} [] [2025-03-11T19:26:40.762478+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e/exception.css","method":"GET"} [] [2025-03-11T19:26:43.071295+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c/exception.css","method":"GET"} [] [2025-03-11T19:26:45.328127+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/exception.css","method":"GET"} [] [2025-03-11T19:26:47.500261+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d/exception.css","method":"GET"} [] [2025-03-11T19:26:50.878427+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/exception.css","method":"GET"} [] [2025-03-11T19:26:53.305095+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca/exception.css","method":"GET"} [] [2025-03-11T19:26:55.498037+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c/exception.css","method":"GET"} [] [2025-03-11T19:27:00.097367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c?panel=dump","method":"GET"} [] [2025-03-11T19:27:00.164579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:02.401139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b?panel=twig","method":"GET"} [] [2025-03-11T19:27:02.425530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:05.748705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c?panel=form","method":"GET"} [] [2025-03-11T19:27:05.770280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:27:08.037898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341?panel=twig","method":"GET"} [] [2025-03-11T19:27:08.059996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:10.465047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b?panel=form","method":"GET"} [] [2025-03-11T19:27:10.487046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:27:12.705690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=time","method":"GET"} [] [2025-03-11T19:27:12.733121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:27:16.241599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=dump","method":"GET"} [] [2025-03-11T19:27:16.315219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:18.548963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341?panel=form","method":"GET"} [] [2025-03-11T19:27:18.571032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:27:20.801157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c?panel=twig","method":"GET"} [] [2025-03-11T19:27:20.823896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:24.157317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=twig","method":"GET"} [] [2025-03-11T19:27:24.182737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:26.518691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d?panel=twig","method":"GET"} [] [2025-03-11T19:27:26.549539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:28.818327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=form","method":"GET"} [] [2025-03-11T19:27:28.840493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:27:31.063284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c?panel=dump","method":"GET"} [] [2025-03-11T19:27:31.084402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:33.318490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341?panel=time","method":"GET"} [] [2025-03-11T19:27:33.388651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:27:35.628133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=dump","method":"GET"} [] [2025-03-11T19:27:35.652577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:37.883881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d?panel=dump","method":"GET"} [] [2025-03-11T19:27:37.907617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:40.109195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=dump","method":"GET"} [] [2025-03-11T19:27:40.133242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:44.751144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341?panel=dump","method":"GET"} [] [2025-03-11T19:27:44.773852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:27:50.468702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=form","method":"GET"} [] [2025-03-11T19:27:50.535322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:27:55.011972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=twig","method":"GET"} [] [2025-03-11T19:27:55.036129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:57.219040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c?panel=twig","method":"GET"} [] [2025-03-11T19:27:57.242197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:27:59.482288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d?panel=time","method":"GET"} [] [2025-03-11T19:27:59.506963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:28:03.092683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=twig","method":"GET"} [] [2025-03-11T19:28:03.125380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:28:05.376853+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c/exception","method":"GET"} [] [2025-03-11T19:28:07.702561+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c/exception","method":"GET"} [] [2025-03-11T19:28:09.965433+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca/exception","method":"GET"} [] [2025-03-11T19:28:12.208274+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e/exception","method":"GET"} [] [2025-03-11T19:28:14.447861+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b/exception","method":"GET"} [] [2025-03-11T19:28:16.677958+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbd341"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbd341/exception","method":"GET"} [] [2025-03-11T19:28:19.043213+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4/exception","method":"GET"} [] [2025-03-11T19:28:21.290556+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/exception","method":"GET"} [] [2025-03-11T19:28:23.587162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3?panel=time","method":"GET"} [] [2025-03-11T19:28:23.663823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:28:27.032390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-11T19:28:30.499827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d?panel=security","method":"GET"} [] [2025-03-11T19:28:30.523230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:33.901117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b?panel=security","method":"GET"} [] [2025-03-11T19:28:33.930283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:36.312373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d?panel=security","method":"GET"} [] [2025-03-11T19:28:36.339099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:38.639113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=security","method":"GET"} [] [2025-03-11T19:28:38.706807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:40.969729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=security","method":"GET"} [] [2025-03-11T19:28:40.993868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:43.231964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3?panel=twig","method":"GET"} [] [2025-03-11T19:28:43.255245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:28:45.538132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3?panel=dump","method":"GET"} [] [2025-03-11T19:28:45.560408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:28:47.789078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c?panel=security","method":"GET"} [] [2025-03-11T19:28:47.811944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:50.049373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3?panel=form","method":"GET"} [] [2025-03-11T19:28:50.071930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:28:52.462283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=security","method":"GET"} [] [2025-03-11T19:28:52.485325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:54.780849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3?panel=security","method":"GET"} [] [2025-03-11T19:28:54.848030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:28:58.230480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7","method":"GET"} [] [2025-03-11T19:28:58.257210+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/exception.css","method":"GET"} [] [2025-03-11T19:28:58.265212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:28:58.283287+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/exception","method":"GET"} [] [2025-03-11T19:29:00.542657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5","method":"GET"} [] [2025-03-11T19:29:00.566855+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/exception.css","method":"GET"} [] [2025-03-11T19:29:00.570020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:00.589496+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/exception","method":"GET"} [] [2025-03-11T19:29:02.819004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa","method":"GET"} [] [2025-03-11T19:29:02.840902+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa/exception.css","method":"GET"} [] [2025-03-11T19:29:02.843858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:02.861358+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa/exception","method":"GET"} [] [2025-03-11T19:29:06.398953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6","method":"GET"} [] [2025-03-11T19:29:06.424085+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6/exception.css","method":"GET"} [] [2025-03-11T19:29:06.427147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:06.446268+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6/exception","method":"GET"} [] [2025-03-11T19:29:08.972919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b","method":"GET"} [] [2025-03-11T19:29:09.009607+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b/exception.css","method":"GET"} [] [2025-03-11T19:29:09.013575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:09.035384+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b/exception","method":"GET"} [] [2025-03-11T19:29:11.326531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c","method":"GET"} [] [2025-03-11T19:29:11.385415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:13.665806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd","method":"GET"} [] [2025-03-11T19:29:13.688061+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/exception.css","method":"GET"} [] [2025-03-11T19:29:13.695767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:13.713195+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/exception","method":"GET"} [] [2025-03-11T19:29:15.995102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae","method":"GET"} [] [2025-03-11T19:29:16.016591+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae/exception.css","method":"GET"} [] [2025-03-11T19:29:16.019394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:16.037009+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae/exception","method":"GET"} [] [2025-03-11T19:29:18.254543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5","method":"GET"} [] [2025-03-11T19:29:18.282121+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5/exception.css","method":"GET"} [] [2025-03-11T19:29:18.285721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:18.304654+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5/exception","method":"GET"} [] [2025-03-11T19:29:21.733882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5","method":"GET"} [] [2025-03-11T19:29:21.756047+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/exception.css","method":"GET"} [] [2025-03-11T19:29:21.758989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:29:21.776668+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/exception","method":"GET"} [] [2025-03-11T19:29:25.361651+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa/exception.css","method":"GET"} [] [2025-03-11T19:29:30.050840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6?panel=db","method":"GET"} [] [2025-03-11T19:29:30.114937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:29:32.500551+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b/exception.css","method":"GET"} [] [2025-03-11T19:29:34.710762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd?panel=db","method":"GET"} [] [2025-03-11T19:29:34.735275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:29:36.951148+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/exception.css","method":"GET"} [] [2025-03-11T19:29:39.206110+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae/exception.css","method":"GET"} [] [2025-03-11T19:29:41.575038+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6/exception.css","method":"GET"} [] [2025-03-11T19:29:44.949630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=dump","method":"GET"} [] [2025-03-11T19:29:44.972728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:29:47.271067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5?panel=dump","method":"GET"} [] [2025-03-11T19:29:47.340840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:29:49.590062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa?panel=form","method":"GET"} [] [2025-03-11T19:29:49.613078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:29:52.948409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7?panel=form","method":"GET"} [] [2025-03-11T19:29:52.971220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:29:55.252872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b?panel=form","method":"GET"} [] [2025-03-11T19:29:55.277548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:29:57.641770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd?panel=twig","method":"GET"} [] [2025-03-11T19:29:57.664700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:29:59.878836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=time","method":"GET"} [] [2025-03-11T19:29:59.901945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:30:04.564079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5?panel=dump","method":"GET"} [] [2025-03-11T19:30:04.631110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:30:06.879802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=twig","method":"GET"} [] [2025-03-11T19:30:06.904447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:09.140361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b?panel=time","method":"GET"} [] [2025-03-11T19:30:09.162396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:30:12.788797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6?panel=dump","method":"GET"} [] [2025-03-11T19:30:12.812094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:30:15.177961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c?panel=time","method":"GET"} [] [2025-03-11T19:30:15.198704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:30:17.429364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5?panel=twig","method":"GET"} [] [2025-03-11T19:30:17.451411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:19.765984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b?panel=twig","method":"GET"} [] [2025-03-11T19:30:19.848851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:22.108219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5?panel=form","method":"GET"} [] [2025-03-11T19:30:22.132448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:30:24.340435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6?panel=twig","method":"GET"} [] [2025-03-11T19:30:24.363309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:26.582462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6?panel=form","method":"GET"} [] [2025-03-11T19:30:26.612883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:30:28.997323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b?panel=dump","method":"GET"} [] [2025-03-11T19:30:29.018605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:30:32.348946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c?panel=dump","method":"GET"} [] [2025-03-11T19:30:32.369618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:30:34.575408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d?panel=time","method":"GET"} [] [2025-03-11T19:30:34.599989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:30:36.887804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7?panel=twig","method":"GET"} [] [2025-03-11T19:30:36.973827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:39.230086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5?panel=twig","method":"GET"} [] [2025-03-11T19:30:39.253631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:41.511038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa?panel=time","method":"GET"} [] [2025-03-11T19:30:41.536429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:30:47.331290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=form","method":"GET"} [] [2025-03-11T19:30:47.355366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:30:49.597745+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd/exception","method":"GET"} [] [2025-03-11T19:30:53.152982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d?panel=twig","method":"GET"} [] [2025-03-11T19:30:53.217779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:30:55.481615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d?panel=dump","method":"GET"} [] [2025-03-11T19:30:55.505373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:30:57.757410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d?panel=form","method":"GET"} [] [2025-03-11T19:30:57.779730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:31:01.129065+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/exception","method":"GET"} [] [2025-03-11T19:31:04.701523+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/exception","method":"GET"} [] [2025-03-11T19:31:06.940358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7?panel=cache","method":"GET"} [] [2025-03-11T19:31:06.962064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T19:31:10.475555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d?panel=security","method":"GET"} [] [2025-03-11T19:31:10.544747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:12.808336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5?panel=security","method":"GET"} [] [2025-03-11T19:31:12.831119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:15.038550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd?panel=security","method":"GET"} [] [2025-03-11T19:31:15.062543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:17.299552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b?panel=security","method":"GET"} [] [2025-03-11T19:31:17.320740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:19.757955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5?panel=security","method":"GET"} [] [2025-03-11T19:31:19.781755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:22.009514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa?panel=security","method":"GET"} [] [2025-03-11T19:31:22.033599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:24.249146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c?panel=security","method":"GET"} [] [2025-03-11T19:31:24.269876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:26.738793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6?panel=security","method":"GET"} [] [2025-03-11T19:31:26.817909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:29.272963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f","method":"GET"} [] [2025-03-11T19:31:29.300108+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/exception.css","method":"GET"} [] [2025-03-11T19:31:29.308399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:29.326950+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/exception","method":"GET"} [] [2025-03-11T19:31:31.579543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=security","method":"GET"} [] [2025-03-11T19:31:31.603031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:31:33.832836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e","method":"GET"} [] [2025-03-11T19:31:33.858242+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/exception.css","method":"GET"} [] [2025-03-11T19:31:33.862073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:33.882571+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/exception","method":"GET"} [] [2025-03-11T19:31:36.256047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0","method":"GET"} [] [2025-03-11T19:31:36.289487+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0/exception.css","method":"GET"} [] [2025-03-11T19:31:36.292418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:36.310120+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0/exception","method":"GET"} [] [2025-03-11T19:31:39.750243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67","method":"GET"} [] [2025-03-11T19:31:39.772037+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/exception.css","method":"GET"} [] [2025-03-11T19:31:39.775192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:39.793267+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/exception","method":"GET"} [] [2025-03-11T19:31:42.099262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e","method":"GET"} [] [2025-03-11T19:31:42.184151+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/exception.css","method":"GET"} [] [2025-03-11T19:31:42.190341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:42.233218+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/exception","method":"GET"} [] [2025-03-11T19:31:44.505317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24","method":"GET"} [] [2025-03-11T19:31:44.529286+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/exception.css","method":"GET"} [] [2025-03-11T19:31:44.536719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:44.554754+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/exception","method":"GET"} [] [2025-03-11T19:31:46.809216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad","method":"GET"} [] [2025-03-11T19:31:46.857531+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad/exception.css","method":"GET"} [] [2025-03-11T19:31:46.860656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:46.878833+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad/exception","method":"GET"} [] [2025-03-11T19:31:49.109584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c","method":"GET"} [] [2025-03-11T19:31:49.131000+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c/exception.css","method":"GET"} [] [2025-03-11T19:31:49.133872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:49.151456+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c/exception","method":"GET"} [] [2025-03-11T19:31:51.505043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0","method":"GET"} [] [2025-03-11T19:31:51.525998+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0/exception.css","method":"GET"} [] [2025-03-11T19:31:51.528914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:31:51.546418+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0/exception","method":"GET"} [] [2025-03-11T19:31:53.836739+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/exception.css","method":"GET"} [] [2025-03-11T19:31:56.028023+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/exception.css","method":"GET"} [] [2025-03-11T19:31:58.312871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f?panel=dump","method":"GET"} [] [2025-03-11T19:31:58.393743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:32:00.614652+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0/exception.css","method":"GET"} [] [2025-03-11T19:32:02.896653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=db","method":"GET"} [] [2025-03-11T19:32:02.920330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:32:05.150659+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/exception.css","method":"GET"} [] [2025-03-11T19:32:07.526362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=db","method":"GET"} [] [2025-03-11T19:32:07.549486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:32:10.968467+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/exception.css","method":"GET"} [] [2025-03-11T19:32:14.396769+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0/exception.css","method":"GET"} [] [2025-03-11T19:32:16.669980+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/exception.css","method":"GET"} [] [2025-03-11T19:32:18.892102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c?panel=form","method":"GET"} [] [2025-03-11T19:32:18.934595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:32:24.675349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=time","method":"GET"} [] [2025-03-11T19:32:24.698186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:32:26.929037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=dump","method":"GET"} [] [2025-03-11T19:32:26.949985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:32:29.168327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=form","method":"GET"} [] [2025-03-11T19:32:29.191825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:32:31.464094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=time","method":"GET"} [] [2025-03-11T19:32:31.509126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:32:33.727939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad?panel=twig","method":"GET"} [] [2025-03-11T19:32:33.760357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:32:35.968751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e?panel=dump","method":"GET"} [] [2025-03-11T19:32:36.010775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:32:38.237843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0?panel=twig","method":"GET"} [] [2025-03-11T19:32:38.260027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:32:40.678342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e?panel=time","method":"GET"} [] [2025-03-11T19:32:40.700069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:32:42.957932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0?panel=dump","method":"GET"} [] [2025-03-11T19:32:42.980787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:32:45.209349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0?panel=time","method":"GET"} [] [2025-03-11T19:32:45.232115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:32:47.548735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=twig","method":"GET"} [] [2025-03-11T19:32:47.599672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:32:49.777948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=dump","method":"GET"} [] [2025-03-11T19:32:49.798819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:32:51.998146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0?panel=time","method":"GET"} [] [2025-03-11T19:32:52.035630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:32:54.272820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c?panel=time","method":"GET"} [] [2025-03-11T19:32:54.297005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:32:56.671180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0?panel=twig","method":"GET"} [] [2025-03-11T19:32:56.692823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:32:58.908179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e?panel=twig","method":"GET"} [] [2025-03-11T19:32:58.930910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:33:01.138852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e?panel=form","method":"GET"} [] [2025-03-11T19:33:01.160718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:33:05.782527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c?panel=twig","method":"GET"} [] [2025-03-11T19:33:05.840144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:33:08.072014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=dump","method":"GET"} [] [2025-03-11T19:33:08.121322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:33:11.481215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0?panel=form","method":"GET"} [] [2025-03-11T19:33:11.506647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:33:13.870664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0?panel=dump","method":"GET"} [] [2025-03-11T19:33:13.897049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:33:18.486944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=twig","method":"GET"} [] [2025-03-11T19:33:18.508213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:33:20.803811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad?panel=form","method":"GET"} [] [2025-03-11T19:33:20.850969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:33:23.109628+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/exception","method":"GET"} [] [2025-03-11T19:33:25.360636+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c/exception","method":"GET"} [] [2025-03-11T19:33:27.619835+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/exception","method":"GET"} [] [2025-03-11T19:33:29.995458+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0/exception","method":"GET"} [] [2025-03-11T19:33:32.268637+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0/exception","method":"GET"} [] [2025-03-11T19:33:34.591655+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/exception","method":"GET"} [] [2025-03-11T19:33:36.903384+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/exception","method":"GET"} [] [2025-03-11T19:33:39.177847+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/exception","method":"GET"} [] [2025-03-11T19:33:41.417745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=cache","method":"GET"} [] [2025-03-11T19:33:41.455022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T19:33:43.700478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c?panel=security","method":"GET"} [] [2025-03-11T19:33:43.729498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:33:47.283565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad?panel=security","method":"GET"} [] [2025-03-11T19:33:47.306269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:33:49.528884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0?panel=security","method":"GET"} [] [2025-03-11T19:33:49.553337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:33:51.777755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0?panel=security","method":"GET"} [] [2025-03-11T19:33:51.807613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:33:56.346188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=security","method":"GET"} [] [2025-03-11T19:33:56.411037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:33:58.648706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=security","method":"GET"} [] [2025-03-11T19:33:58.687886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:34:00.967263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84","method":"GET"} [] [2025-03-11T19:34:00.990048+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84/exception.css","method":"GET"} [] [2025-03-11T19:34:00.997318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:01.015579+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84/exception","method":"GET"} [] [2025-03-11T19:34:04.506437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd","method":"GET"} [] [2025-03-11T19:34:04.529612+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd/exception.css","method":"GET"} [] [2025-03-11T19:34:04.532517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:04.550294+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd/exception","method":"GET"} [] [2025-03-11T19:34:06.825861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3","method":"GET"} [] [2025-03-11T19:34:06.860537+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/exception.css","method":"GET"} [] [2025-03-11T19:34:06.863322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:06.880836+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/exception","method":"GET"} [] [2025-03-11T19:34:09.112236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95","method":"GET"} [] [2025-03-11T19:34:09.134985+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/exception.css","method":"GET"} [] [2025-03-11T19:34:09.137974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:09.155757+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/exception","method":"GET"} [] [2025-03-11T19:34:11.445804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd","method":"GET"} [] [2025-03-11T19:34:11.492885+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd/exception.css","method":"GET"} [] [2025-03-11T19:34:11.495787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:11.517404+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd/exception","method":"GET"} [] [2025-03-11T19:34:13.732374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7","method":"GET"} [] [2025-03-11T19:34:13.767975+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7/exception.css","method":"GET"} [] [2025-03-11T19:34:13.774671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:13.814317+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7/exception","method":"GET"} [] [2025-03-11T19:34:16.019795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07","method":"GET"} [] [2025-03-11T19:34:16.041643+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/exception.css","method":"GET"} [] [2025-03-11T19:34:16.049010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:16.067370+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-11T19:34:19.620788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61","method":"GET"} [] [2025-03-11T19:34:19.654984+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/exception.css","method":"GET"} [] [2025-03-11T19:34:19.657881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:34:19.675407+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/exception","method":"GET"} [] [2025-03-11T19:34:21.909601+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84/exception.css","method":"GET"} [] [2025-03-11T19:34:24.087844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84?panel=form","method":"GET"} [] [2025-03-11T19:34:24.112249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:34:26.298788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84?panel=dump","method":"GET"} [] [2025-03-11T19:34:26.321124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:34:28.604909+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd/exception.css","method":"GET"} [] [2025-03-11T19:34:30.857647+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/exception.css","method":"GET"} [] [2025-03-11T19:34:33.038351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=db","method":"GET"} [] [2025-03-11T19:34:33.078225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:34:35.439575+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd/exception.css","method":"GET"} [] [2025-03-11T19:34:37.657043+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7/exception.css","method":"GET"} [] [2025-03-11T19:34:43.208992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61?panel=time","method":"GET"} [] [2025-03-11T19:34:43.232476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:34:45.529935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7?panel=form","method":"GET"} [] [2025-03-11T19:34:45.578854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:34:47.810763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=twig","method":"GET"} [] [2025-03-11T19:34:47.836085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:34:50.083677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7?panel=time","method":"GET"} [] [2025-03-11T19:34:50.128205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:34:52.519996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7?panel=dump","method":"GET"} [] [2025-03-11T19:34:52.541641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:34:55.882434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd?panel=dump","method":"GET"} [] [2025-03-11T19:34:55.906376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:34:58.141078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd?panel=form","method":"GET"} [] [2025-03-11T19:34:58.171935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:35:01.635383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61?panel=dump","method":"GET"} [] [2025-03-11T19:35:01.688078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:35:05.137755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7?panel=twig","method":"GET"} [] [2025-03-11T19:35:05.177238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:35:07.323364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=dump","method":"GET"} [] [2025-03-11T19:35:07.347774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:35:10.897608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=dump","method":"GET"} [] [2025-03-11T19:35:10.920989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:35:14.291268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd?panel=time","method":"GET"} [] [2025-03-11T19:35:14.316510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:35:16.536444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd?panel=dump","method":"GET"} [] [2025-03-11T19:35:16.560050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:35:18.856122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=form","method":"GET"} [] [2025-03-11T19:35:18.904173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:35:22.249864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=form","method":"GET"} [] [2025-03-11T19:35:22.292344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:35:24.538992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61?panel=twig","method":"GET"} [] [2025-03-11T19:35:24.563390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:35:28.142022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=time","method":"GET"} [] [2025-03-11T19:35:28.166276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:35:30.388991+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/exception","method":"GET"} [] [2025-03-11T19:35:32.632942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd?panel=form","method":"GET"} [] [2025-03-11T19:35:32.659216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:35:34.947234+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/exception","method":"GET"} [] [2025-03-11T19:35:37.222145+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/exception","method":"GET"} [] [2025-03-11T19:35:40.584362+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd/exception","method":"GET"} [] [2025-03-11T19:35:42.826672+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd/exception","method":"GET"} [] [2025-03-11T19:35:46.391562+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7/exception","method":"GET"} [] [2025-03-11T19:35:48.660179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39?panel=time","method":"GET"} [] [2025-03-11T19:35:48.700888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:35:51.021522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=security","method":"GET"} [] [2025-03-11T19:35:51.067308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:35:54.469481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd?panel=security","method":"GET"} [] [2025-03-11T19:35:54.492680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:35:57.918594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61?panel=security","method":"GET"} [] [2025-03-11T19:35:57.944325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:36:00.208333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7?panel=security","method":"GET"} [] [2025-03-11T19:36:00.229559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:36:02.581322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b","method":"GET"} [] [2025-03-11T19:36:02.603370+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/exception.css","method":"GET"} [] [2025-03-11T19:36:02.610461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:36:02.628853+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/exception","method":"GET"} [] [2025-03-11T19:36:04.864396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5","method":"GET"} [] [2025-03-11T19:36:04.909889+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/exception.css","method":"GET"} [] [2025-03-11T19:36:04.916389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:36:04.957598+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/exception","method":"GET"} [] [2025-03-11T19:36:10.731852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39?panel=dump","method":"GET"} [] [2025-03-11T19:36:10.793268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:36:13.034601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39?panel=security","method":"GET"} [] [2025-03-11T19:36:13.059247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:36:15.279767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d","method":"GET"} [] [2025-03-11T19:36:15.301792+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d/exception.css","method":"GET"} [] [2025-03-11T19:36:15.305066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:36:15.322598+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d/exception","method":"GET"} [] [2025-03-11T19:36:17.687644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c","method":"GET"} [] [2025-03-11T19:36:17.710452+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/exception.css","method":"GET"} [] [2025-03-11T19:36:17.717522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:36:17.736185+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/exception","method":"GET"} [] [2025-03-11T19:36:19.959999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1","method":"GET"} [] [2025-03-11T19:36:20.004115+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1/exception.css","method":"GET"} [] [2025-03-11T19:36:20.010372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:36:20.046998+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1/exception","method":"GET"} [] [2025-03-11T19:36:22.278885+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/exception.css","method":"GET"} [] [2025-03-11T19:36:24.500802+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/exception.css","method":"GET"} [] [2025-03-11T19:36:26.768552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b?panel=dump","method":"GET"} [] [2025-03-11T19:36:26.816416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:36:29.053741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b?panel=form","method":"GET"} [] [2025-03-11T19:36:29.078304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:36:33.846599+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/exception","method":"GET"} [] [2025-03-11T19:36:36.091678+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d/exception.css","method":"GET"} [] [2025-03-11T19:36:38.348730+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/exception.css","method":"GET"} [] [2025-03-11T19:36:41.830051+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1/exception.css","method":"GET"} [] [2025-03-11T19:36:47.569214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1?panel=twig","method":"GET"} [] [2025-03-11T19:36:47.620051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:36:50.023071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1?panel=dump","method":"GET"} [] [2025-03-11T19:36:50.044915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:36:54.609777+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/exception","method":"GET"} [] [2025-03-11T19:36:56.871634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1?panel=form","method":"GET"} [] [2025-03-11T19:36:56.918478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:36:59.149156+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/exception","method":"GET"} [] [2025-03-11T19:37:03.722839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c?panel=security","method":"GET"} [] [2025-03-11T19:37:03.761778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:37:07.374833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8","method":"GET"} [] [2025-03-11T19:37:07.397406+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/exception.css","method":"GET"} [] [2025-03-11T19:37:07.402254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:07.420676+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/exception","method":"GET"} [] [2025-03-11T19:37:10.802719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41","method":"GET"} [] [2025-03-11T19:37:10.846246+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41/exception.css","method":"GET"} [] [2025-03-11T19:37:10.852010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:10.870074+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41/exception","method":"GET"} [] [2025-03-11T19:37:13.177760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c","method":"GET"} [] [2025-03-11T19:37:13.229517+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/exception.css","method":"GET"} [] [2025-03-11T19:37:13.232491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:13.255471+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/exception","method":"GET"} [] [2025-03-11T19:37:15.611427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f","method":"GET"} [] [2025-03-11T19:37:15.634207+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f/exception.css","method":"GET"} [] [2025-03-11T19:37:15.637093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:15.654914+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f/exception","method":"GET"} [] [2025-03-11T19:37:17.998799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0","method":"GET"} [] [2025-03-11T19:37:18.021583+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/exception.css","method":"GET"} [] [2025-03-11T19:37:18.024520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:18.043013+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/exception","method":"GET"} [] [2025-03-11T19:37:20.225198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59","method":"GET"} [] [2025-03-11T19:37:20.297080+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/exception.css","method":"GET"} [] [2025-03-11T19:37:20.303852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:20.344947+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/exception","method":"GET"} [] [2025-03-11T19:37:22.663878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63","method":"GET"} [] [2025-03-11T19:37:22.700681+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63/exception.css","method":"GET"} [] [2025-03-11T19:37:22.705853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:22.723689+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63/exception","method":"GET"} [] [2025-03-11T19:37:24.965210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66","method":"GET"} [] [2025-03-11T19:37:24.989031+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/exception.css","method":"GET"} [] [2025-03-11T19:37:24.992018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:25.010349+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/exception","method":"GET"} [] [2025-03-11T19:37:28.474090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b","method":"GET"} [] [2025-03-11T19:37:28.525504+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b/exception.css","method":"GET"} [] [2025-03-11T19:37:28.531440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:28.554336+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b/exception","method":"GET"} [] [2025-03-11T19:37:30.789258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2","method":"GET"} [] [2025-03-11T19:37:30.811198+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/exception.css","method":"GET"} [] [2025-03-11T19:37:30.814000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:37:30.831543+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/exception","method":"GET"} [] [2025-03-11T19:37:33.048617+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/exception.css","method":"GET"} [] [2025-03-11T19:37:35.272970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c?panel=db","method":"GET"} [] [2025-03-11T19:37:35.315267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:37:37.679311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=db","method":"GET"} [] [2025-03-11T19:37:37.703292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:37:40.092647+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f/exception.css","method":"GET"} [] [2025-03-11T19:37:43.546713+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/exception.css","method":"GET"} [] [2025-03-11T19:37:45.828366+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63/exception.css","method":"GET"} [] [2025-03-11T19:37:49.178198+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41/exception.css","method":"GET"} [] [2025-03-11T19:37:51.382827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2?panel=db","method":"GET"} [] [2025-03-11T19:37:51.426644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:37:53.833869+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/exception.css","method":"GET"} [] [2025-03-11T19:37:56.050648+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b/exception.css","method":"GET"} [] [2025-03-11T19:37:58.282674+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/exception.css","method":"GET"} [] [2025-03-11T19:38:00.768103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f?panel=dump","method":"GET"} [] [2025-03-11T19:38:00.825501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:38:05.481980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63?panel=dump","method":"GET"} [] [2025-03-11T19:38:05.506990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:38:07.744383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8?panel=twig","method":"GET"} [] [2025-03-11T19:38:07.800496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:38:10.191933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=twig","method":"GET"} [] [2025-03-11T19:38:10.214558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:38:12.418381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=time","method":"GET"} [] [2025-03-11T19:38:12.440217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:38:14.652680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c?panel=dump","method":"GET"} [] [2025-03-11T19:38:14.677992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:38:19.194184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b?panel=dump","method":"GET"} [] [2025-03-11T19:38:19.245434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:38:21.593527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f?panel=time","method":"GET"} [] [2025-03-11T19:38:21.618422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:38:24.003918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=dump","method":"GET"} [] [2025-03-11T19:38:24.046931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:38:27.572722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59?panel=form","method":"GET"} [] [2025-03-11T19:38:27.605164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:38:32.140389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c?panel=time","method":"GET"} [] [2025-03-11T19:38:32.167405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:38:34.492083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0?panel=form","method":"GET"} [] [2025-03-11T19:38:34.552446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T19:38:37.883094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8?panel=time","method":"GET"} [] [2025-03-11T19:38:37.909313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:38:40.094360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0?panel=dump","method":"GET"} [] [2025-03-11T19:38:40.153492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:38:46.012397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59?panel=twig","method":"GET"} [] [2025-03-11T19:38:46.035859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:38:48.294660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b?panel=twig","method":"GET"} [] [2025-03-11T19:38:48.321248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:38:52.931245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b?panel=time","method":"GET"} [] [2025-03-11T19:38:52.983026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:38:55.272147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63?panel=twig","method":"GET"} [] [2025-03-11T19:38:55.310791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:38:59.883865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8?panel=dump","method":"GET"} [] [2025-03-11T19:38:59.909401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T19:39:03.536474+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/exception","method":"GET"} [] [2025-03-11T19:39:05.769442+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/exception","method":"GET"} [] [2025-03-11T19:39:08.099655+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/exception","method":"GET"} [] [2025-03-11T19:39:11.505603+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/exception","method":"GET"} [] [2025-03-11T19:39:13.743724+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/exception","method":"GET"} [] [2025-03-11T19:39:16.029879+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/exception","method":"GET"} [] [2025-03-11T19:39:18.273047+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b/exception","method":"GET"} [] [2025-03-11T19:39:21.846965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63?panel=security","method":"GET"} [] [2025-03-11T19:39:21.889622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:25.474102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2?panel=security","method":"GET"} [] [2025-03-11T19:39:25.546503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:27.771539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0?panel=security","method":"GET"} [] [2025-03-11T19:39:27.796600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:30.019611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8?panel=security","method":"GET"} [] [2025-03-11T19:39:30.043859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:32.257905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=security","method":"GET"} [] [2025-03-11T19:39:32.280824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:34.660379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f?panel=security","method":"GET"} [] [2025-03-11T19:39:34.690888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:37.256804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59?panel=security","method":"GET"} [] [2025-03-11T19:39:37.300251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:39.592196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b?panel=security","method":"GET"} [] [2025-03-11T19:39:39.617535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:39:41.887735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e","method":"GET"} [] [2025-03-11T19:39:41.933976+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e/exception.css","method":"GET"} [] [2025-03-11T19:39:41.940660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T19:39:41.963295+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e/exception","method":"GET"} [] [2025-03-11T19:40:05.140620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e?panel=db","method":"GET"} [] [2025-03-11T19:40:05.211842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T19:40:13.587092+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e/exception.css","method":"GET"} [] [2025-03-11T19:40:21.407508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e?panel=time","method":"GET"} [] [2025-03-11T19:40:21.482607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T19:40:27.857354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e?panel=twig","method":"GET"} [] [2025-03-11T19:40:27.878556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T19:40:40.169759+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e/exception","method":"GET"} [] [2025-03-11T19:40:45.648371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e?panel=security","method":"GET"} [] [2025-03-11T19:40:45.689193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T19:41:34.838839+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441817"},"request_uri":"https://test.phila-ca.com/public/_profiler/441817/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T19:41:34.903818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T19:42:34.646629+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"843916"},"request_uri":"https://test.phila-ca.com/public/_profiler/843916/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T19:42:34.717579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-11T19:43:04.215813+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-11T19:43:04.278032+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T19:43:04.302259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T19:43:04.302327+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T19:43:07.206904+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T19:43:07.269579+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:06:59.686620+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:06:59.799739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:07:40.255010+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:07:40.333528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:09:25.691172+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:09:25.795841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:09:57.735925+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/59","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59/","method":"GET"} [] [2025-03-11T20:09:57.759693+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:09:57.779771+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:09:57.779814+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:09:57.867239+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:10:27.911750+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/64","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/livre/64/","method":"GET"} [] [2025-03-11T20:10:27.936476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:10:27.955895+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:10:27.955943+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:10:27.984982+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:10:55.957408+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/31","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/livre/31/","method":"GET"} [] [2025-03-11T20:10:55.982266+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:10:56.004127+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:10:56.004193+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:10:56.034744+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:12:06.449375+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:12:06.547250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:12:27.652751+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:12:27.721976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:12:48.088627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f","method":"GET"} [] [2025-03-11T20:12:48.165004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T20:13:05.709765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c","method":"GET"} [] [2025-03-11T20:13:05.795206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T20:13:36.658656+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fsingle-article.html","method":"GET"} [] [2025-03-11T20:13:36.762038+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T20:13:50.207107+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fsingle-article.html","method":"GET"} [] [2025-03-11T20:13:50.256043+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T20:14:32.420676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c","method":"GET"} [] [2025-03-11T20:14:32.498471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T20:15:37.342555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741","method":"GET"} [] [2025-03-11T20:15:37.408983+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/exception.css","method":"GET"} [] [2025-03-11T20:15:37.419179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T20:15:37.466143+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/exception","method":"GET"} [] [2025-03-11T20:16:36.419169+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-03-11T20:16:36.441546+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:16:36.460750+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:16:36.460816+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:16:39.301444+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T20:16:39.365704+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:17:26.378692+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:17:26.436686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T20:18:28.375087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76","method":"GET"} [] [2025-03-11T20:18:28.442321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T20:20:13.694424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=events","method":"GET"} [] [2025-03-11T20:20:13.761532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T20:21:04.479908+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2F59%2F","method":"GET"} [] [2025-03-11T20:21:04.564457+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T20:21:48.948551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=security","method":"GET"} [] [2025-03-11T20:21:49.013283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T20:22:50.013170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=security","method":"GET"} [] [2025-03-11T20:22:50.097296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T20:23:47.337278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c?panel=form","method":"GET"} [] [2025-03-11T20:23:47.436849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T20:24:33.776258+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-11T20:24:33.823071+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:24:33.848003+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:24:33.848074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:24:34.536226+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:25:26.472309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c?panel=twig","method":"GET"} [] [2025-03-11T20:25:26.583646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T20:26:12.154042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741?panel=time","method":"GET"} [] [2025-03-11T20:26:12.223274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T20:26:52.905241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c?panel=dump","method":"GET"} [] [2025-03-11T20:26:52.971358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T20:27:30.633379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741?panel=twig","method":"GET"} [] [2025-03-11T20:27:30.698087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T20:28:04.233082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741?panel=dump","method":"GET"} [] [2025-03-11T20:28:04.302244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T20:28:33.965292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c?panel=time","method":"GET"} [] [2025-03-11T20:28:34.031157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T20:29:00.172612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741?panel=form","method":"GET"} [] [2025-03-11T20:29:00.241311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T20:29:24.092373+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fsingle-article.html","method":"GET"} [] [2025-03-11T20:29:24.205785+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T20:29:46.097749+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fsingle-article.html","method":"GET"} [] [2025-03-11T20:29:46.183460+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T20:31:51.065235+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/exception","method":"GET"} [] [2025-03-11T20:33:50.621011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c?panel=security","method":"GET"} [] [2025-03-11T20:33:50.689809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T20:34:47.346567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741?panel=security","method":"GET"} [] [2025-03-11T20:34:47.416931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T20:35:36.140880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25","method":"GET"} [] [2025-03-11T20:35:36.213637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T20:37:02.680917+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2F64%2F","method":"GET"} [] [2025-03-11T20:37:02.760443+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T20:38:46.474517+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/37","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/livre/37/","method":"GET"} [] [2025-03-11T20:38:46.499201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:38:46.531919+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:38:46.531967+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:38:46.560683+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:39:49.617467+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/14","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/livre/14/","method":"GET"} [] [2025-03-11T20:39:49.641540+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:39:49.661048+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:39:49.661102+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:39:49.693986+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:41:39.204329+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/livre/28","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"livre","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/livre/28/","method":"GET"} [] [2025-03-11T20:41:39.270285+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T20:41:39.290693+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:41:39.290761+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T20:41:39.324571+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T20:44:49.056324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25?panel=time","method":"GET"} [] [2025-03-11T20:44:49.134159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T20:45:36.396834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25?panel=dump","method":"GET"} [] [2025-03-11T20:45:36.462793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T20:46:17.655174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25?panel=twig","method":"GET"} [] [2025-03-11T20:46:17.716846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T20:46:54.588127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25?panel=security","method":"GET"} [] [2025-03-11T20:46:54.658915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:13:03.846807+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=127","method":"GET"} [] [2025-03-11T21:13:13.921386+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=127","method":"GET"} [] [2025-03-11T21:13:32.289204+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T21:13:32.322516+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T21:13:32.343670+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T21:13:32.343725+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T21:13:32.438234+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T21:13:32.477330+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T21:13:32.505841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T21:13:40.763105+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T21:13:40.769341+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T21:13:40.776817+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T21:13:40.776861+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T21:13:43.641202+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T21:13:43.677270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T21:14:05.216733+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T21:14:05.244629+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T21:14:05.268119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T21:14:05.268200+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T21:14:05.343857+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T21:14:05.370618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T21:14:05.396430+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T21:15:10.831225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=security","method":"GET"} [] [2025-03-11T21:15:10.918644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:16:16.577137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=security","method":"GET"} [] [2025-03-11T21:16:16.679008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:33:59.014479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6","method":"GET"} [] [2025-03-11T21:33:59.091909+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6/exception.css","method":"GET"} [] [2025-03-11T21:33:59.104508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:33:59.157009+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6/exception","method":"GET"} [] [2025-03-11T21:35:27.473613+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:35:27.544610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:36:25.280338+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:36:25.372043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:41:09.688883+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6/exception.css","method":"GET"} [] [2025-03-11T21:41:36.999878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6?panel=router","method":"GET"} [] [2025-03-11T21:41:37.071245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-11T21:41:37.121152+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6/router","method":"GET"} [] [2025-03-11T21:42:02.756240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea","method":"GET"} [] [2025-03-11T21:42:02.827751+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea/exception.css","method":"GET"} [] [2025-03-11T21:42:02.837983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:42:02.881307+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea/exception","method":"GET"} [] [2025-03-11T21:42:46.155564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e","method":"GET"} [] [2025-03-11T21:42:46.249387+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-11T21:42:46.258977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:42:46.302909+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-11T21:43:05.790411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5","method":"GET"} [] [2025-03-11T21:43:05.859747+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-11T21:43:05.871767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:43:05.917030+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-11T21:43:40.902799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6?panel=config","method":"GET"} [] [2025-03-11T21:43:40.975134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-11T21:43:58.323866+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:43:58.394723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:44:40.065545+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:44:40.155754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-11T21:44:53.728329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea?panel=events","method":"GET"} [] [2025-03-11T21:44:53.982171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T21:45:06.614525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea?panel=security","method":"GET"} [] [2025-03-11T21:45:06.677996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:45:27.208972+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-11T21:45:37.117179+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-11T21:45:45.834452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=twig","method":"GET"} [] [2025-03-11T21:45:45.902190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T21:45:53.747655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5?panel=form","method":"GET"} [] [2025-03-11T21:45:53.770815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T21:46:01.197021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5?panel=time","method":"GET"} [] [2025-03-11T21:46:01.267625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T21:46:07.318440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=dump","method":"GET"} [] [2025-03-11T21:46:07.340545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T21:46:12.939200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5?panel=twig","method":"GET"} [] [2025-03-11T21:46:12.961684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T21:46:18.313839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5?panel=dump","method":"GET"} [] [2025-03-11T21:46:18.386864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T21:46:23.028948+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-11T21:46:27.367730+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T21:46:27.393675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-11T21:46:31.037395+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-11T21:46:34.827235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5?panel=security","method":"GET"} [] [2025-03-11T21:46:34.899279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:46:37.732673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=security","method":"GET"} [] [2025-03-11T21:46:37.755335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:47:04.300433+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:47:04.379976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:47:08.013583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=mailer","method":"GET"} [] [2025-03-11T21:47:08.060567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T21:47:14.901103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=mailer","method":"GET"} [] [2025-03-11T21:47:14.944138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T21:48:13.297567+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:13.388064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:19.550725+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7c5e2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7c5e2/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:19.571761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:25.407757+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:25.428672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:35.606279+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"891ead"},"request_uri":"https://test.phila-ca.com/public/_profiler/891ead/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-11T21:48:35.741415+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T21:48:39.738986+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-11T21:48:39.791480+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T21:48:54.035870+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"650918"},"request_uri":"https://test.phila-ca.com/public/_profiler/650918/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:48:54.094879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-11T21:50:14.024837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73","method":"GET"} [] [2025-03-11T21:50:14.292421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:50:48.472439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4","method":"GET"} [] [2025-03-11T21:50:48.560617+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4/exception.css","method":"GET"} [] [2025-03-11T21:50:48.572096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:50:48.623343+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4/exception","method":"GET"} [] [2025-03-11T21:52:34.070465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd","method":"GET"} [] [2025-03-11T21:52:34.139465+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/exception.css","method":"GET"} [] [2025-03-11T21:52:34.149836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:52:34.196982+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/exception","method":"GET"} [] [2025-03-11T21:52:54.638843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1","method":"GET"} [] [2025-03-11T21:52:54.726643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:53:12.480327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3","method":"GET"} [] [2025-03-11T21:53:12.546346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T21:53:29.043876+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"891ead"},"request_uri":"https://test.phila-ca.com/public/_profiler/891ead/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-11T21:53:29.160436+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T21:53:43.062869+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-11T21:53:43.116818+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-11T21:54:26.037267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73?panel=events","method":"GET"} [] [2025-03-11T21:54:26.139576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T21:56:24.335235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=events","method":"GET"} [] [2025-03-11T21:56:24.440383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T21:57:19.985739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=security","method":"GET"} [] [2025-03-11T21:57:20.069558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T21:58:57.164671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=db","method":"GET"} [] [2025-03-11T21:58:57.249436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T21:59:44.388138+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/exception.css","method":"GET"} [] [2025-03-11T22:00:25.299210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1?panel=dump","method":"GET"} [] [2025-03-11T22:00:25.365693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T22:01:04.149674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1?panel=twig","method":"GET"} [] [2025-03-11T22:01:04.235624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T22:01:36.647531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=dump","method":"GET"} [] [2025-03-11T22:01:36.742066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T22:02:08.018124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=time","method":"GET"} [] [2025-03-11T22:02:08.097449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T22:02:36.220123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=time","method":"GET"} [] [2025-03-11T22:02:36.287738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T22:03:00.259589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=twig","method":"GET"} [] [2025-03-11T22:03:00.325454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T22:03:22.144845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=dump","method":"GET"} [] [2025-03-11T22:03:22.219937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T22:03:41.370660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1?panel=form","method":"GET"} [] [2025-03-11T22:03:41.464790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T22:03:58.779165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=form","method":"GET"} [] [2025-03-11T22:03:58.845195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T22:04:15.218439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=twig","method":"GET"} [] [2025-03-11T22:04:15.281869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T22:04:29.262661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=form","method":"GET"} [] [2025-03-11T22:04:29.282592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T22:05:06.103591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=cache","method":"GET"} [] [2025-03-11T22:05:06.172445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T22:05:39.156241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=dump","method":"GET"} [] [2025-03-11T22:05:39.272202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T22:05:49.644994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1?panel=security","method":"GET"} [] [2025-03-11T22:05:49.665864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T22:06:07.394742+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T22:06:07.422705+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:06:07.443337+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:06:07.443391+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:06:07.511066+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:06:07.542020+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:06:07.566571+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:06:15.261083+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-11T22:06:15.267281+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:06:15.274659+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:06:15.274710+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:06:18.115505+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:06:18.154959+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:06:40.350306+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-11T22:06:40.379375+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:06:40.400947+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:06:40.400991+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:06:40.470871+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:06:40.494206+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:06:40.518267+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:16:42.579855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=mailer","method":"GET"} [] [2025-03-11T22:16:42.670611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T22:17:04.600256+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-03-11T22:17:04.627436+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:17:04.648637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:17:04.648682+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:17:07.431224+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:17:07.490380+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:17:23.436247+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-11T22:17:23.461628+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:17:23.493062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:17:23.493116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:17:23.564724+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:17:23.602639+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:17:23.626988+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:18:23.902803+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-11T22:18:23.932053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:18:23.952321+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:18:23.952372+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:18:24.030325+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:18:24.055792+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:18:24.082723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:19:24.753585+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-03-11T22:19:24.778974+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:19:24.802528+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:19:24.802570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:19:27.673641+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:19:27.728942+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:20:27.319943+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T22:20:27.349841+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:20:27.372443+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:20:27.372487+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:20:30.292957+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:20:30.352154+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:21:31.173629+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-11T22:21:31.206908+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:21:31.233296+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:21:31.233361+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:21:31.312059+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:21:31.338424+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:21:31.366525+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:23:37.335418+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T22:23:37.382319+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:23:37.405590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:23:37.405654+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:23:40.141680+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:23:40.194569+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:24:42.686045+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:24:42.758184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:25:45.449748+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9ca7c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ca7c1/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:25:45.548793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:26:44.332287+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:26:44.413753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:27:36.617540+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:27:36.687200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:28:20.440073+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:28:20.520752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:29:03.428808+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:29:03.499638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:29:39.544381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"891ead"},"request_uri":"https://test.phila-ca.com/public/_profiler/891ead/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:29:39.637813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:30:12.282526+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:30:12.347865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:30:41.605779+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:30:41.682336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:31:07.752571+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:31:07.860948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:31:32.557638+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:31:32.619894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:31:54.920702+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:31:54.993356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:32:15.552090+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:32:15.614507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:32:33.720869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:32:33.785726+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd/exception.css","method":"GET"} [] [2025-03-11T22:32:33.795829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:32:33.836733+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd/exception","method":"GET"} [] [2025-03-11T22:32:49.700489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd","method":"GET"} [] [2025-03-11T22:32:49.764227+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd/exception.css","method":"GET"} [] [2025-03-11T22:32:49.775471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T22:32:49.820229+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd/exception","method":"GET"} [] [2025-03-11T22:33:16.431780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0","method":"GET"} [] [2025-03-11T22:33:16.524638+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0/exception.css","method":"GET"} [] [2025-03-11T22:33:16.547507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T22:33:16.617352+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0/exception","method":"GET"} [] [2025-03-11T22:33:28.934532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31","method":"GET"} [] [2025-03-11T22:33:28.957148+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31/exception.css","method":"GET"} [] [2025-03-11T22:33:28.959944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T22:33:28.977423+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31/exception","method":"GET"} [] [2025-03-11T22:33:51.108629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c","method":"GET"} [] [2025-03-11T22:33:51.176555+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c/exception.css","method":"GET"} [] [2025-03-11T22:33:51.185897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T22:33:51.225964+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c/exception","method":"GET"} [] [2025-03-11T22:34:01.709010+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-03-11T22:34:01.734399+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:34:01.755453+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:34:01.755499+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:34:04.607334+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:34:04.658046+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:34:11.252998+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-11T22:34:11.266755+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:34:11.283737+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:34:11.283791+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:34:11.371517+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:34:11.396570+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:34:11.411817+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:34:40.908809+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-11T22:34:40.933100+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:34:40.952904+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:34:40.952948+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:34:41.020978+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:34:41.046528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:34:41.070723+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:35:42.620583+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T22:35:42.653848+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:35:42.677314+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:35:42.677379+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:35:45.351484+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:35:45.407858+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:36:44.070951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=events","method":"GET"} [] [2025-03-11T22:36:44.138689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T22:37:46.366265+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T22:37:46.390312+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:37:46.410279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:37:46.410330+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:37:49.387246+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:37:49.441901+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:38:40.583109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=events","method":"GET"} [] [2025-03-11T22:38:40.668514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T22:39:41.712764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=security","method":"GET"} [] [2025-03-11T22:39:41.795721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T22:40:37.534783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=events","method":"GET"} [] [2025-03-11T22:40:37.612659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T22:42:57.115012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c?panel=form","method":"GET"} [] [2025-03-11T22:42:57.197197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T22:43:43.164826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c?panel=time","method":"GET"} [] [2025-03-11T22:43:43.285428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T22:44:24.907822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c?panel=twig","method":"GET"} [] [2025-03-11T22:44:24.975425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T22:45:01.493360+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c/exception","method":"GET"} [] [2025-03-11T22:45:36.085132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c?panel=security","method":"GET"} [] [2025-03-11T22:45:36.159692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T22:47:00.674314+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T22:47:00.701729+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:47:00.739590+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:47:00.739653+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:47:03.753083+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T22:47:03.818307+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:47:28.383049+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-11T22:47:28.407957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:47:28.428756+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:47:28.428806+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:47:28.520054+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:47:28.562905+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:47:28.586739+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:48:33.261295+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:48:33.343641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:49:37.180701+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-11T22:49:37.204349+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T22:49:37.224029+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:49:37.224074+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T22:49:37.297576+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T22:49:37.322111+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T22:49:37.345130+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T22:50:35.023897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34ed6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/34ed6f?panel=time","method":"GET"} [] [2025-03-11T22:50:35.092993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T22:52:34.416435+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:52:34.482405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:53:31.432621+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:53:31.541367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:54:20.542084+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:54:20.623842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:55:07.103947+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:55:07.193407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:55:48.797291+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:55:48.873422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:56:27.385929+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:56:27.461861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:57:02.791232+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:57:02.878799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T22:57:59.082537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34ed6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/34ed6f?panel=dump","method":"GET"} [] [2025-03-11T22:57:59.155406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T22:58:51.942934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34ed6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/34ed6f?panel=form","method":"GET"} [] [2025-03-11T22:58:52.048778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T22:59:16.274535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5","method":"GET"} [] [2025-03-11T22:59:16.397889+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5/exception.css","method":"GET"} [] [2025-03-11T22:59:16.409099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T22:59:16.453164+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5/exception","method":"GET"} [] [2025-03-11T22:59:38.264279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34ed6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/34ed6f?panel=security","method":"GET"} [] [2025-03-11T22:59:38.330558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T22:59:57.824820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d","method":"GET"} [] [2025-03-11T22:59:57.905238+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d/exception.css","method":"GET"} [] [2025-03-11T22:59:57.915789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T22:59:57.955497+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d/exception","method":"GET"} [] [2025-03-11T23:00:32.033367+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:00:32.058099+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:00:32.078152+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:00:32.078196+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:00:34.754778+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:00:34.811235+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:00:48.917055+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-03-11T23:00:48.942957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:00:48.964154+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:00:48.964205+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:00:49.129335+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T23:00:49.148868+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T23:00:49.159799+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:01:37.006101+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-11T23:01:37.057230+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:01:37.095694+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:01:37.095772+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:01:37.204801+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T23:01:37.244921+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T23:01:37.273394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:02:39.836881+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:02:39.883802+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:02:39.920619+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:02:39.920672+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:02:42.834107+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:02:42.892109+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:03:41.041097+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1c3cc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c3cc6/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:03:41.111260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:04:43.047920+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:04:43.106982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:05:40.173773+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5/search/results?ip=20.171.207.145&limit=10","method":"GET"} [] [2025-03-11T23:05:40.243511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10","method":"GET"} [] [2025-03-11T23:06:32.928682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=events","method":"GET"} [] [2025-03-11T23:06:32.999679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T23:07:58.656929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d?panel=time","method":"GET"} [] [2025-03-11T23:07:58.732825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T23:08:37.832845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d?panel=form","method":"GET"} [] [2025-03-11T23:08:37.899633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T23:09:16.120328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d?panel=twig","method":"GET"} [] [2025-03-11T23:09:16.183872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T23:09:50.685961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d?panel=dump","method":"GET"} [] [2025-03-11T23:09:50.749384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T23:16:56.110524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d","method":"GET"} [] [2025-03-11T23:16:56.241807+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d/exception.css","method":"GET"} [] [2025-03-11T23:16:56.255141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T23:16:56.312244+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d/exception","method":"GET"} [] [2025-03-11T23:16:58.755405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa","method":"GET"} [] [2025-03-11T23:16:58.779687+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa/exception.css","method":"GET"} [] [2025-03-11T23:16:58.782718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T23:16:58.801983+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa/exception","method":"GET"} [] [2025-03-11T23:17:01.607201+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-11T23:17:01.626744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:17:01.636408+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:17:01.636447+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:17:01.717198+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T23:17:01.781507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T23:17:01.812483+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:17:04.481242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d?panel=security","method":"GET"} [] [2025-03-11T23:17:04.523518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:17:14.038195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f","method":"GET"} [] [2025-03-11T23:17:14.129453+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f/exception.css","method":"GET"} [] [2025-03-11T23:17:14.154139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T23:17:14.205687+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f/exception","method":"GET"} [] [2025-03-11T23:17:20.439184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2","method":"GET"} [] [2025-03-11T23:17:20.474145+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2/exception.css","method":"GET"} [] [2025-03-11T23:17:20.477134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T23:17:20.495023+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2/exception","method":"GET"} [] [2025-03-11T23:17:26.613348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf","method":"GET"} [] [2025-03-11T23:17:26.634075+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf/exception.css","method":"GET"} [] [2025-03-11T23:17:26.637083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T23:17:26.655253+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf/exception","method":"GET"} [] [2025-03-11T23:17:32.353394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd","method":"GET"} [] [2025-03-11T23:17:32.413650+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd/exception.css","method":"GET"} [] [2025-03-11T23:17:32.445023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-11T23:17:32.487011+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd/exception","method":"GET"} [] [2025-03-11T23:17:41.931781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=security","method":"GET"} [] [2025-03-11T23:17:41.955470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:17:46.407639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=db","method":"GET"} [] [2025-03-11T23:17:46.431002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T23:17:50.631825+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d/exception.css","method":"GET"} [] [2025-03-11T23:17:54.270971+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa/exception.css","method":"GET"} [] [2025-03-11T23:17:57.638892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa?panel=time","method":"GET"} [] [2025-03-11T23:17:57.683155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T23:18:00.534430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=time","method":"GET"} [] [2025-03-11T23:18:00.561599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T23:18:03.057276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=dump","method":"GET"} [] [2025-03-11T23:18:03.079479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T23:18:05.796863+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf/exception.css","method":"GET"} [] [2025-03-11T23:18:08.007700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=db","method":"GET"} [] [2025-03-11T23:18:08.030176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-11T23:18:10.239574+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd/exception.css","method":"GET"} [] [2025-03-11T23:18:14.078467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=time","method":"GET"} [] [2025-03-11T23:18:14.119872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T23:18:16.358085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa?panel=form","method":"GET"} [] [2025-03-11T23:18:16.382578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T23:18:18.613846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=twig","method":"GET"} [] [2025-03-11T23:18:18.641806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T23:18:21.058234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=dump","method":"GET"} [] [2025-03-11T23:18:21.113632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T23:18:23.340049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=form","method":"GET"} [] [2025-03-11T23:18:23.367919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T23:18:25.580454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=time","method":"GET"} [] [2025-03-11T23:18:25.604169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-11T23:18:27.837350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=form","method":"GET"} [] [2025-03-11T23:18:27.859257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T23:18:30.048907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=form","method":"GET"} [] [2025-03-11T23:18:30.093746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-11T23:18:32.332000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa?panel=dump","method":"GET"} [] [2025-03-11T23:18:32.356791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-11T23:18:35.735916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=twig","method":"GET"} [] [2025-03-11T23:18:35.761979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T23:18:38.247520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa?panel=twig","method":"GET"} [] [2025-03-11T23:18:38.298701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-11T23:18:41.691876+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd/exception","method":"GET"} [] [2025-03-11T23:18:45.038429+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa/exception","method":"GET"} [] [2025-03-11T23:18:47.227505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=events","method":"GET"} [] [2025-03-11T23:18:47.271926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-11T23:18:50.710527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=cache","method":"GET"} [] [2025-03-11T23:18:50.733155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-11T23:18:52.887409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=security","method":"GET"} [] [2025-03-11T23:18:52.909276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:18:55.335767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=security","method":"GET"} [] [2025-03-11T23:18:55.382206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:18:57.590269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=security","method":"GET"} [] [2025-03-11T23:18:57.615828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:18:59.828228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa?panel=security","method":"GET"} [] [2025-03-11T23:18:59.852914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:19:02.061063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2?panel=security","method":"GET"} [] [2025-03-11T23:19:02.085219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:19:04.277875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=security","method":"GET"} [] [2025-03-11T23:19:04.317945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-11T23:19:06.598136+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-03-11T23:19:06.617054+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:19:06.626827+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:19:06.626883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:19:06.694804+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-11T23:19:06.713374+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-11T23:19:06.737933+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:19:08.967810+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:19:08.973650+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:19:08.980631+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:19:08.980669+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:19:11.877685+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:19:11.923489+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:19:14.453738+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:19:14.468482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:19:14.488253+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:19:14.488318+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:19:17.269217+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:19:17.306203+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:19:56.296021+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:19:56.361085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:20:26.439322+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52b5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/52b5aa/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:20:26.547874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:20:55.848206+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:20:55.912646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:21:21.082428+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:21:21.191686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:21:43.792849+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:21:44.006161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:04.524849+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:04.603380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:22.510102+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:22.595019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:39.566634+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:39.649836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:54.958272+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:22:55.048506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:23:08.177323+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:23:08.211798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:23:20.488549+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:23:20.554877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:23:30.991304+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:23:31.011488+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:23:31.021391+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:23:31.021443+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:23:33.988729+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:23:34.062861+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:24:11.758544+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:24:11.785518+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:24:11.806444+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:24:11.806486+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:24:14.812455+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:24:14.868381+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:24:42.539976+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:24:42.605498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:25:48.425749+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:25:48.485166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:26:47.758898+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad240f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ad240f/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:26:47.855296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:27:36.610796+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:27:36.681974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:28:22.071116+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:28:22.163028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:29:04.960300+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:29:05.058867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:30:15.488665+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:30:15.560454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:30:48.128333+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:30:48.206902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:31:17.854189+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:31:17.908294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:31:44.310555+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7c5e2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7c5e2/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:31:44.386043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:32:08.021506+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:32:08.044839+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:32:08.064203+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:32:08.064268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:32:10.854374+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:32:10.910500+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:32:30.172343+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:32:30.196909+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:32:30.216397+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:32:30.216449+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:32:32.969415+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:32:33.004557+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:33:34.679400+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b1ff15"},"request_uri":"https://test.phila-ca.com/public/_profiler/b1ff15/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:33:34.758468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:34:37.891700+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:34:37.980026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:35:33.732361+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bc267b"},"request_uri":"https://test.phila-ca.com/public/_profiler/bc267b/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:35:33.800048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:36:22.894059+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:36:22.979757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:37:06.944960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"34ed6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/34ed6f/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:37:07.028369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:37:50.193912+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ab65a0"},"request_uri":"https://test.phila-ca.com/public/_profiler/ab65a0/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:37:50.317803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:38:28.015701+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6bb7e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bb7e6/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:38:28.106795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:39:01.187115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:39:01.309229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:39:30.087270+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:39:30.153670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:39:57.108931+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b009cd"},"request_uri":"https://test.phila-ca.com/public/_profiler/b009cd/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:39:57.228767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:40:20.966194+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:40:21.035526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:40:42.965347+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c39e4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/c39e4e/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:40:43.053610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:41:03.545492+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:41:03.620336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:41:21.304914+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:41:21.427886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:41:37.717350+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:41:37.748643+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:41:37.779691+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:41:37.779740+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:41:40.645022+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:41:40.713267+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:41:52.112005+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:41:52.117550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:41:52.124343+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:41:52.124380+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:41:54.822662+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:41:54.884150+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:42:37.238996+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:42:37.352513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:43:41.490526+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65bd2b"},"request_uri":"https://test.phila-ca.com/public/_profiler/65bd2b/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:43:41.575916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:44:36.858471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:44:36.976695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:45:28.569877+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:45:28.674348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:46:13.356109+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:46:13.440145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:46:55.458888+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:46:55.540514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:48:06.216134+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:48:06.281408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:48:39.871814+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:48:39.942052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:49:11.167578+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:49:11.280969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:49:39.127606+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:49:39.236340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-11T23:50:04.510472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T23:50:27.319492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-11T23:54:56.985936+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:54:57.032560+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:54:57.066180+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:54:57.066235+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:54:59.866151+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:54:59.923770+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:55:59.577947+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-11T23:55:59.604632+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-11T23:55:59.623892+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:55:59.623932+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-11T23:56:02.508030+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-11T23:56:02.559502+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-11T23:57:02.246049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=mailer","method":"GET"} [] [2025-03-11T23:57:02.599683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-11T23:59:03.000274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=mailer","method":"GET"} [] [2025-03-11T23:59:03.179271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:00:02.464653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=mailer","method":"GET"} [] [2025-03-12T00:00:02.601150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:00:50.747452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=mailer","method":"GET"} [] [2025-03-12T00:00:51.341854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:01:35.140948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=mailer","method":"GET"} [] [2025-03-12T00:01:35.444488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:02:17.354292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=mailer","method":"GET"} [] [2025-03-12T00:02:17.551750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:02:52.955643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=mailer","method":"GET"} [] [2025-03-12T00:02:53.161053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:07:25.299159+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"650918"},"request_uri":"https://test.phila-ca.com/public/_profiler/650918/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-12T00:07:25.642240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-12T00:07:31.583208+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"131695"},"request_uri":"https://test.phila-ca.com/public/_profiler/131695/search/results?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-12T00:07:31.608329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.145&limit=10&method=GET","method":"GET"} [] [2025-03-12T00:07:37.528872+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"https://test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T00:07:37.605509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T00:07:48.763410+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T00:07:48.887649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T00:08:07.221709+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2FDoctrineBundle.php&line=20","method":"GET"} [] [2025-03-12T00:08:15.853757+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T00:08:15.914992+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:08:15.929836+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:08:15.929893+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:08:18.777438+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:08:18.869352+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:08:24.465027+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T00:08:24.473719+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:08:24.492629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:08:24.492674+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:08:27.488633+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:08:27.526648+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:08:48.791386+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2FDoctrineBundle.php&line=20","method":"GET"} [] [2025-03-12T00:10:47.869600+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FLogger.php&line=23","method":"GET"} [] [2025-03-12T00:13:49.546716+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-12T00:13:49.584503+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:13:49.606819+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:13:49.606876+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:13:52.459632+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:13:52.525275+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:17:59.648104+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:17:59.766071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:18:40.678696+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:18:40.799085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:20:59.340680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=mailer","method":"GET"} [] [2025-03-12T00:20:59.517790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:21:55.797138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=mailer","method":"GET"} [] [2025-03-12T00:21:55.886421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:22:56.331773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=mailer","method":"GET"} [] [2025-03-12T00:22:56.496902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:23:50.914987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=mailer","method":"GET"} [] [2025-03-12T00:23:51.056150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:24:44.105906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=mailer","method":"GET"} [] [2025-03-12T00:24:44.237447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:26:12.563538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=mailer","method":"GET"} [] [2025-03-12T00:26:12.729215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:26:54.144469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=mailer","method":"GET"} [] [2025-03-12T00:26:54.233983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:27:32.860915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=mailer","method":"GET"} [] [2025-03-12T00:27:32.986809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:28:05.353697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=mailer","method":"GET"} [] [2025-03-12T00:28:05.575600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:29:31.669665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32?panel=mailer","method":"GET"} [] [2025-03-12T00:29:31.812168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:29:58.082581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=mailer","method":"GET"} [] [2025-03-12T00:29:58.170630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:30:21.630385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=mailer","method":"GET"} [] [2025-03-12T00:30:21.736419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:31:03.331696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=mailer","method":"GET"} [] [2025-03-12T00:31:03.404354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:31:23.760163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=mailer","method":"GET"} [] [2025-03-12T00:31:23.889046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:31:42.307133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=mailer","method":"GET"} [] [2025-03-12T00:31:42.387174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:31:57.874468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=mailer","method":"GET"} [] [2025-03-12T00:31:58.234600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:32:12.060695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=mailer","method":"GET"} [] [2025-03-12T00:32:12.108787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:32:25.387708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=mailer","method":"GET"} [] [2025-03-12T00:32:25.495033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:32:36.951501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=mailer","method":"GET"} [] [2025-03-12T00:32:37.010566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:32:47.569547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=mailer","method":"GET"} [] [2025-03-12T00:32:47.668743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:33:05.488138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2?panel=mailer","method":"GET"} [] [2025-03-12T00:33:05.564410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:33:22.083546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=mailer","method":"GET"} [] [2025-03-12T00:33:22.155063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:33:29.541414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=mailer","method":"GET"} [] [2025-03-12T00:33:29.602843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:33:35.990039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?panel=mailer","method":"GET"} [] [2025-03-12T00:33:36.016957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:33:42.737730+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T00:33:42.761627+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:33:42.783110+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:33:42.783166+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:33:43.363092+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T00:33:43.480580+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T00:33:43.509005+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:33:47.900150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=mailer","method":"GET"} [] [2025-03-12T00:33:47.980794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:34:05.571999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=mailer","method":"GET"} [] [2025-03-12T00:34:05.679976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:34:20.699655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=mailer","method":"GET"} [] [2025-03-12T00:34:20.795949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:34:34.069887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=mailer","method":"GET"} [] [2025-03-12T00:34:34.124898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:34:46.489790+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T00:34:46.544782+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:34:46.615812+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:34:46.615888+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:34:49.619388+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:34:49.701551+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:36:04.451552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=mailer","method":"GET"} [] [2025-03-12T00:36:04.563003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:36:37.212722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=mailer","method":"GET"} [] [2025-03-12T00:36:37.289967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:37:06.693235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=mailer","method":"GET"} [] [2025-03-12T00:37:06.778546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:37:33.629594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=mailer","method":"GET"} [] [2025-03-12T00:37:33.722874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:37:57.156594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=mailer","method":"GET"} [] [2025-03-12T00:37:57.254222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:38:19.413899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=mailer","method":"GET"} [] [2025-03-12T00:38:19.553267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:38:56.416663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=mailer","method":"GET"} [] [2025-03-12T00:38:56.514501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:39:13.212052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=mailer","method":"GET"} [] [2025-03-12T00:39:13.297104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:39:29.321226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=mailer","method":"GET"} [] [2025-03-12T00:39:29.442692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:39:43.385322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=mailer","method":"GET"} [] [2025-03-12T00:39:43.440292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:39:56.900096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73?panel=mailer","method":"GET"} [] [2025-03-12T00:39:57.216679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:40:08.492022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=mailer","method":"GET"} [] [2025-03-12T00:40:08.540265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:40:19.043670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=mailer","method":"GET"} [] [2025-03-12T00:40:19.158621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:40:28.041703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=mailer","method":"GET"} [] [2025-03-12T00:40:28.065510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:40:44.294133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=mailer","method":"GET"} [] [2025-03-12T00:40:44.403332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:40:51.550155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=mailer","method":"GET"} [] [2025-03-12T00:40:51.577722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:04.322098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=mailer","method":"GET"} [] [2025-03-12T00:41:04.396942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:10.272433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=mailer","method":"GET"} [] [2025-03-12T00:41:10.342342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:21.058123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=mailer","method":"GET"} [] [2025-03-12T00:41:21.174497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:25.811714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=mailer","method":"GET"} [] [2025-03-12T00:41:25.871892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:30.291160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=mailer","method":"GET"} [] [2025-03-12T00:41:30.324977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:34.070920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=mailer","method":"GET"} [] [2025-03-12T00:41:34.126926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:38.026086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=mailer","method":"GET"} [] [2025-03-12T00:41:38.107523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:41.110837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e?panel=mailer","method":"GET"} [] [2025-03-12T00:41:41.146176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:44.101989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=mailer","method":"GET"} [] [2025-03-12T00:41:44.125183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:46.761888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=mailer","method":"GET"} [] [2025-03-12T00:41:46.805024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:49.112240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=mailer","method":"GET"} [] [2025-03-12T00:41:49.147953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:51.415285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=mailer","method":"GET"} [] [2025-03-12T00:41:51.440722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:53.870073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=mailer","method":"GET"} [] [2025-03-12T00:41:54.010915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:56.319308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=mailer","method":"GET"} [] [2025-03-12T00:41:56.362205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:41:58.543377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=mailer","method":"GET"} [] [2025-03-12T00:41:58.593983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:42:00.721408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:42:00.743329+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870/exception.css","method":"GET"} [] [2025-03-12T00:42:00.764393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:42:00.782212+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870/exception","method":"GET"} [] [2025-03-12T00:42:07.377049+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FEventListener%2FSuggestMissingPackageSubscriber.php&line=47","method":"GET"} [] [2025-03-12T00:42:09.718521+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FEventListener%2FSuggestMissingPackageSubscriber.php&line=47","method":"GET"} [] [2025-03-12T00:42:18.447447+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T00:42:18.471466+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:42:18.481875+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:42:18.481921+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:42:21.237942+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:42:21.320424+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:42:30.315470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=events","method":"GET"} [] [2025-03-12T00:42:30.717633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T00:42:32.973470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=security","method":"GET"} [] [2025-03-12T00:42:32.995049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T00:42:35.471938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a","method":"GET"} [] [2025-03-12T00:42:35.493911+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a/exception.css","method":"GET"} [] [2025-03-12T00:42:35.499397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T00:42:35.524071+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a/exception","method":"GET"} [] [2025-03-12T00:42:37.671346+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T00:42:37.689559+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:42:37.699076+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:42:37.699116+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:42:40.506463+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:42:40.763902+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:42:43.153550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=mailer","method":"GET"} [] [2025-03-12T00:42:43.175742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T00:42:49.436893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T00:43:03.854131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c?panel=cache","method":"GET"} [] [2025-03-12T00:43:03.898574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:43:17.301634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c?panel=cache","method":"GET"} [] [2025-03-12T00:43:17.373473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:43:29.132525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=cache","method":"GET"} [] [2025-03-12T00:43:29.185922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:43:40.728034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2?panel=cache","method":"GET"} [] [2025-03-12T00:43:40.790391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:43:49.893206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a?panel=cache","method":"GET"} [] [2025-03-12T00:43:49.968263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:44:06.958040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a?panel=dump","method":"GET"} [] [2025-03-12T00:44:07.047240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T00:44:14.365907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a?panel=form","method":"GET"} [] [2025-03-12T00:44:14.389468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T00:44:21.997289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a?panel=twig","method":"GET"} [] [2025-03-12T00:44:22.070822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T00:44:28.044849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a?panel=time","method":"GET"} [] [2025-03-12T00:44:28.067373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T00:44:34.092883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a?panel=security","method":"GET"} [] [2025-03-12T00:44:34.115408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T00:44:39.652640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c?panel=cache","method":"GET"} [] [2025-03-12T00:44:39.728669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:44:44.021439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c?panel=cache","method":"GET"} [] [2025-03-12T00:44:44.071504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:44:48.191801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a?panel=cache","method":"GET"} [] [2025-03-12T00:44:48.238844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:44:52.011256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cbc149"},"request_uri":"https://test.phila-ca.com/public/_profiler/cbc149?panel=cache","method":"GET"} [] [2025-03-12T00:44:52.062925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:44:55.621456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=cache","method":"GET"} [] [2025-03-12T00:44:55.730052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:44:58.621183+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T00:44:58.665264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:44:58.674873+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:44:58.674924+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:45:01.439034+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:45:01.510087+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:45:03.670095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5?panel=cache","method":"GET"} [] [2025-03-12T00:45:03.708499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:12.178124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b?panel=cache","method":"GET"} [] [2025-03-12T00:45:12.283168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:19.542485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=cache","method":"GET"} [] [2025-03-12T00:45:19.592172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:25.952502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=cache","method":"GET"} [] [2025-03-12T00:45:26.018800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:32.199604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=cache","method":"GET"} [] [2025-03-12T00:45:32.294255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:37.712559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1?panel=cache","method":"GET"} [] [2025-03-12T00:45:37.732838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:42.554942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=cache","method":"GET"} [] [2025-03-12T00:45:42.613295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:46.974279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=cache","method":"GET"} [] [2025-03-12T00:45:47.016880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:45:51.303797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c?panel=cache","method":"GET"} [] [2025-03-12T00:45:51.388225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T00:46:00.723318+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-12T00:46:00.742239+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:46:00.751984+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:46:00.752032+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:46:03.841896+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:46:03.882701+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:46:06.339922+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"abbdc2"},"request_uri":"https://test.phila-ca.com/public/_profiler/abbdc2/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:46:06.448291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:47:18.649507+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T00:47:18.674376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T00:47:18.696687+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:47:18.696734+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T00:47:21.595999+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T00:47:21.651409+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T00:50:13.017051+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:50:13.081688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:50:44.760176+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:50:44.931514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:53:02.630035+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:53:02.707566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:54:07.967444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:54:08.083439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:55:03.637724+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:55:03.731379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:55:55.353379+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:55:55.425634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:56:40.057564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d","method":"GET"} [] [2025-03-12T00:56:40.129652+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d/exception.css","method":"GET"} [] [2025-03-12T00:56:40.141587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T00:56:40.194813+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d/exception","method":"GET"} [] [2025-03-12T00:57:21.408717+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:57:21.504527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T00:57:58.121762+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T00:57:58.197268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T00:58:32.395816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870","method":"GET"} [] [2025-03-12T00:58:32.461052+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870/exception.css","method":"GET"} [] [2025-03-12T00:58:32.472372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T00:58:32.517867+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870/exception","method":"GET"} [] [2025-03-12T00:59:01.397147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38","method":"GET"} [] [2025-03-12T00:59:01.476534+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38/exception.css","method":"GET"} [] [2025-03-12T00:59:01.487226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T00:59:01.574993+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38/exception","method":"GET"} [] [2025-03-12T00:59:28.781479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c","method":"GET"} [] [2025-03-12T00:59:28.846892+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c/exception.css","method":"GET"} [] [2025-03-12T00:59:28.857923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T00:59:28.900373+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c/exception","method":"GET"} [] [2025-03-12T00:59:52.124331+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T00:59:52.222436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T01:00:15.131113+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T01:00:15.217987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T01:00:34.857662+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T01:00:34.943069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T01:00:52.538062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b","method":"GET"} [] [2025-03-12T01:00:52.649654+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b/exception.css","method":"GET"} [] [2025-03-12T01:00:52.661466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:00:52.707359+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b/exception","method":"GET"} [] [2025-03-12T01:01:09.328981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971","method":"GET"} [] [2025-03-12T01:01:09.426310+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971/exception.css","method":"GET"} [] [2025-03-12T01:01:09.436376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:01:09.493918+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971/exception","method":"GET"} [] [2025-03-12T01:01:23.137392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d","method":"GET"} [] [2025-03-12T01:01:23.193314+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d/exception.css","method":"GET"} [] [2025-03-12T01:01:23.196247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:01:23.214178+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d/exception","method":"GET"} [] [2025-03-12T01:01:36.431288+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:01:36.494395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:01:48.162948+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:01:48.221599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:01:58.887485+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:01:58.958694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:02:07.855073+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:02:07.909308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:02:16.886720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e","method":"GET"} [] [2025-03-12T01:02:16.960849+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e/exception.css","method":"GET"} [] [2025-03-12T01:02:16.971070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:02:17.012736+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e/exception","method":"GET"} [] [2025-03-12T01:02:24.046576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138","method":"GET"} [] [2025-03-12T01:02:24.066070+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138/exception.css","method":"GET"} [] [2025-03-12T01:02:24.068962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:02:24.086930+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138/exception","method":"GET"} [] [2025-03-12T01:02:30.647027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936","method":"GET"} [] [2025-03-12T01:02:30.669133+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936/exception.css","method":"GET"} [] [2025-03-12T01:02:30.671972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:02:30.689552+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936/exception","method":"GET"} [] [2025-03-12T01:02:36.796971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e","method":"GET"} [] [2025-03-12T01:02:36.859822+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e/exception.css","method":"GET"} [] [2025-03-12T01:02:36.869955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:02:36.920140+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e/exception","method":"GET"} [] [2025-03-12T01:02:41.919514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81","method":"GET"} [] [2025-03-12T01:02:41.941664+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81/exception.css","method":"GET"} [] [2025-03-12T01:02:41.944523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:02:41.962078+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81/exception","method":"GET"} [] [2025-03-12T01:02:46.969980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d","method":"GET"} [] [2025-03-12T01:02:46.992252+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d/exception.css","method":"GET"} [] [2025-03-12T01:02:46.995092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:02:47.012839+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d/exception","method":"GET"} [] [2025-03-12T01:02:51.935989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=events","method":"GET"} [] [2025-03-12T01:02:52.014793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:02:55.477985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971?panel=events","method":"GET"} [] [2025-03-12T01:02:55.501146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:02:59.297531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=events","method":"GET"} [] [2025-03-12T01:02:59.328166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:02.410217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=events","method":"GET"} [] [2025-03-12T01:03:02.432892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:05.418570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=events","method":"GET"} [] [2025-03-12T01:03:05.472441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:08.326931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=events","method":"GET"} [] [2025-03-12T01:03:08.414348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:10.627481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=events","method":"GET"} [] [2025-03-12T01:03:10.649515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:12.837404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=events","method":"GET"} [] [2025-03-12T01:03:12.859512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:15.147950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=events","method":"GET"} [] [2025-03-12T01:03:15.179600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:17.297685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=events","method":"GET"} [] [2025-03-12T01:03:17.320620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:19.506459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=events","method":"GET"} [] [2025-03-12T01:03:19.532040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:03:21.739004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=security","method":"GET"} [] [2025-03-12T01:03:21.763639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:24.174682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=security","method":"GET"} [] [2025-03-12T01:03:24.244931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:26.472895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=security","method":"GET"} [] [2025-03-12T01:03:26.498859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:28.707904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=security","method":"GET"} [] [2025-03-12T01:03:28.731963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:30.867188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=security","method":"GET"} [] [2025-03-12T01:03:30.890193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:33.069902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=security","method":"GET"} [] [2025-03-12T01:03:33.093805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:36.447912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971?panel=security","method":"GET"} [] [2025-03-12T01:03:36.471516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:38.707916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=security","method":"GET"} [] [2025-03-12T01:03:38.731879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:42.301780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=security","method":"GET"} [] [2025-03-12T01:03:42.377617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:03:44.608439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c","method":"GET"} [] [2025-03-12T01:03:44.630447+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c/exception.css","method":"GET"} [] [2025-03-12T01:03:44.637816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:03:44.655574+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c/exception","method":"GET"} [] [2025-03-12T01:03:48.019309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d","method":"GET"} [] [2025-03-12T01:03:48.040707+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d/exception.css","method":"GET"} [] [2025-03-12T01:03:48.043741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:03:48.061615+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d/exception","method":"GET"} [] [2025-03-12T01:03:50.257389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b","method":"GET"} [] [2025-03-12T01:03:50.279619+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b/exception.css","method":"GET"} [] [2025-03-12T01:03:50.282505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:03:50.300498+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b/exception","method":"GET"} [] [2025-03-12T01:03:52.519313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb","method":"GET"} [] [2025-03-12T01:03:52.539148+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb/exception.css","method":"GET"} [] [2025-03-12T01:03:52.542039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:03:52.559642+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb/exception","method":"GET"} [] [2025-03-12T01:03:54.846878+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:03:54.863601+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:03:54.872778+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:03:54.872835+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:03:57.629343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:03:57.693400+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:04:00.006507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=mailer","method":"GET"} [] [2025-03-12T01:04:00.062894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T01:04:03.308448+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:04:03.314101+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:04:03.321023+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:04:03.321065+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:04:06.153191+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:04:06.178994+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:04:08.509174+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:04:08.514831+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:04:08.521719+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:04:08.521758+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:04:11.375976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:04:11.390166+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:04:18.009952+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:04:18.074805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:04:46.638666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c?panel=twig","method":"GET"} [] [2025-03-12T01:04:46.706667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:05:12.682396+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c/exception.css","method":"GET"} [] [2025-03-12T01:05:34.304803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d?panel=db","method":"GET"} [] [2025-03-12T01:05:34.382827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T01:05:55.646325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=db","method":"GET"} [] [2025-03-12T01:05:55.718525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T01:06:14.002059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=db","method":"GET"} [] [2025-03-12T01:06:14.071573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T01:06:30.736573+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d/exception.css","method":"GET"} [] [2025-03-12T01:06:45.378014+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb/exception.css","method":"GET"} [] [2025-03-12T01:06:59.547322+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b/exception.css","method":"GET"} [] [2025-03-12T01:07:10.912956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c?panel=dump","method":"GET"} [] [2025-03-12T01:07:10.955360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:07:21.798418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=dump","method":"GET"} [] [2025-03-12T01:07:21.849324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:07:30.889301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c?panel=time","method":"GET"} [] [2025-03-12T01:07:30.930670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:07:40.031783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=dump","method":"GET"} [] [2025-03-12T01:07:40.093626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:07:47.897746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d?panel=twig","method":"GET"} [] [2025-03-12T01:07:47.938369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:07:55.328764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=time","method":"GET"} [] [2025-03-12T01:07:55.400231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:08:01.529955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=twig","method":"GET"} [] [2025-03-12T01:08:01.552058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:08:12.555873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=time","method":"GET"} [] [2025-03-12T01:08:12.634363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:08:17.638497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=twig","method":"GET"} [] [2025-03-12T01:08:17.660711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:08:22.397991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d?panel=time","method":"GET"} [] [2025-03-12T01:08:22.421022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:08:26.631948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=form","method":"GET"} [] [2025-03-12T01:08:26.655130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:08:30.617352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c?panel=form","method":"GET"} [] [2025-03-12T01:08:30.684462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:08:33.759501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d?panel=form","method":"GET"} [] [2025-03-12T01:08:33.781077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:08:36.910640+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c/exception","method":"GET"} [] [2025-03-12T01:08:39.742344+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b/exception","method":"GET"} [] [2025-03-12T01:08:42.137518+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb/exception","method":"GET"} [] [2025-03-12T01:08:44.476507+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d/exception","method":"GET"} [] [2025-03-12T01:08:46.940645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439","method":"GET"} [] [2025-03-12T01:08:47.011895+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439/exception.css","method":"GET"} [] [2025-03-12T01:08:47.020353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:08:47.062572+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439/exception","method":"GET"} [] [2025-03-12T01:08:49.258565+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a86097"},"request_uri":"https://test.phila-ca.com/public/_profiler/a86097/search/results?ip=20.171.207.97&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T01:08:49.317511+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T01:08:51.488387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=security","method":"GET"} [] [2025-03-12T01:08:51.511390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:08:56.617108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=security","method":"GET"} [] [2025-03-12T01:08:56.639151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:09:00.850985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c?panel=security","method":"GET"} [] [2025-03-12T01:09:00.874925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:09:05.037472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d?panel=security","method":"GET"} [] [2025-03-12T01:09:05.113801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:09:08.428274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46","method":"GET"} [] [2025-03-12T01:09:08.450542+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46/exception.css","method":"GET"} [] [2025-03-12T01:09:08.465554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:09:08.488539+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46/exception","method":"GET"} [] [2025-03-12T01:09:11.790352+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:09:11.807662+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:09:11.817280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:09:11.817323+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:09:14.731013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:09:14.756772+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:09:16.958127+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:09:16.964034+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:09:16.970937+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:09:16.970976+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:09:19.654168+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:09:19.695260+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:09:26.237457+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:09:26.260657+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:09:26.282708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:09:26.282769+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:09:29.445599+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:09:29.467388+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:09:51.510527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=events","method":"GET"} [] [2025-03-12T01:09:51.606378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:10:51.996755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=security","method":"GET"} [] [2025-03-12T01:10:52.065483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:11:46.924361+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:11:47.009707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:12:37.281392+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:12:37.345501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:13:22.364640+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:13:22.425757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:14:04.054048+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:14:04.133701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:14:39.981257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=db","method":"GET"} [] [2025-03-12T01:14:40.067182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T01:15:14.864339+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46/exception.css","method":"GET"} [] [2025-03-12T01:15:44.634068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=twig","method":"GET"} [] [2025-03-12T01:15:44.711743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:16:12.305015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=dump","method":"GET"} [] [2025-03-12T01:16:12.393133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:16:37.839255+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46/exception","method":"GET"} [] [2025-03-12T01:16:58.883959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=security","method":"GET"} [] [2025-03-12T01:16:58.965670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:17:18.685414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7","method":"GET"} [] [2025-03-12T01:17:18.905311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:17:36.143495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11","method":"GET"} [] [2025-03-12T01:17:36.233106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:18:06.880008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214","method":"GET"} [] [2025-03-12T01:18:06.970497+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214/exception.css","method":"GET"} [] [2025-03-12T01:18:06.981348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:18:07.025761+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214/exception","method":"GET"} [] [2025-03-12T01:18:21.187440+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:18:21.212545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:18:34.357885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936","method":"GET"} [] [2025-03-12T01:18:34.502437+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936/exception.css","method":"GET"} [] [2025-03-12T01:18:34.513360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:18:34.558912+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936/exception","method":"GET"} [] [2025-03-12T01:18:45.540826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725","method":"GET"} [] [2025-03-12T01:18:45.572183+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725/exception.css","method":"GET"} [] [2025-03-12T01:18:45.576230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:18:45.598866+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725/exception","method":"GET"} [] [2025-03-12T01:18:56.548621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5","method":"GET"} [] [2025-03-12T01:18:56.610840+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5/exception.css","method":"GET"} [] [2025-03-12T01:18:56.621447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:18:56.663666+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5/exception","method":"GET"} [] [2025-03-12T01:19:06.019941+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:19:06.044425+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:19:06.054178+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:19:06.054216+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:19:08.721782+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:19:08.771714+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:19:14.662009+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:19:14.716867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:19:14.737827+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:19:14.737870+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:19:17.757664+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:19:17.779128+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:19:39.198819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=events","method":"GET"} [] [2025-03-12T01:19:39.261178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:20:41.041575+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11/search/results?ip=20.171.207.97&limit=10","method":"GET"} [] [2025-03-12T01:20:41.117272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10","method":"GET"} [] [2025-03-12T01:21:36.872558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11?panel=events","method":"GET"} [] [2025-03-12T01:21:36.934333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:22:25.893432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?panel=events","method":"GET"} [] [2025-03-12T01:22:26.015296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:23:10.537146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984","method":"GET"} [] [2025-03-12T01:23:10.642040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:23:52.174549+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936/exception.css","method":"GET"} [] [2025-03-12T01:24:30.573656+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725/exception.css","method":"GET"} [] [2025-03-12T01:25:05.808139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5?panel=db","method":"GET"} [] [2025-03-12T01:25:05.899871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T01:25:34.987036+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5/exception.css","method":"GET"} [] [2025-03-12T01:26:02.853205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5?panel=dump","method":"GET"} [] [2025-03-12T01:26:02.920417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:26:28.380660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936?panel=twig","method":"GET"} [] [2025-03-12T01:26:28.496114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:26:51.090719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5?panel=time","method":"GET"} [] [2025-03-12T01:26:51.158255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:27:09.889508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5?panel=twig","method":"GET"} [] [2025-03-12T01:27:09.960450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:27:28.010028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725?panel=form","method":"GET"} [] [2025-03-12T01:27:28.088752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:27:59.072615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936?panel=dump","method":"GET"} [] [2025-03-12T01:27:59.256180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:28:12.784691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725?panel=time","method":"GET"} [] [2025-03-12T01:28:12.807912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:28:25.893093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936?panel=time","method":"GET"} [] [2025-03-12T01:28:25.973763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:28:36.836213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936?panel=form","method":"GET"} [] [2025-03-12T01:28:36.861711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:28:57.614792+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725/exception","method":"GET"} [] [2025-03-12T01:29:06.981877+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5/exception","method":"GET"} [] [2025-03-12T01:29:16.088664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e","method":"GET"} [] [2025-03-12T01:29:16.159097+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e/exception.css","method":"GET"} [] [2025-03-12T01:29:16.169633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:29:16.211637+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e/exception","method":"GET"} [] [2025-03-12T01:29:23.522466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241","method":"GET"} [] [2025-03-12T01:29:23.555313+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241/exception.css","method":"GET"} [] [2025-03-12T01:29:23.558195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:29:23.576382+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241/exception","method":"GET"} [] [2025-03-12T01:29:30.402336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4","method":"GET"} [] [2025-03-12T01:29:30.439539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:29:36.576248+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936/exception","method":"GET"} [] [2025-03-12T01:29:41.948234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=events","method":"GET"} [] [2025-03-12T01:29:41.997326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:29:47.137797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936?panel=security","method":"GET"} [] [2025-03-12T01:29:47.161645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:29:51.888708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=security","method":"GET"} [] [2025-03-12T01:29:51.936292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:29:55.707603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11?panel=security","method":"GET"} [] [2025-03-12T01:29:55.733566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:29:59.262875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?panel=security","method":"GET"} [] [2025-03-12T01:29:59.320148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:30:02.453031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=security","method":"GET"} [] [2025-03-12T01:30:02.496122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:30:05.480750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?panel=events","method":"GET"} [] [2025-03-12T01:30:05.507734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:30:08.382634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=events","method":"GET"} [] [2025-03-12T01:30:08.438901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:30:10.541168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=events","method":"GET"} [] [2025-03-12T01:30:10.563314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:30:12.822853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=security","method":"GET"} [] [2025-03-12T01:30:12.845546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:30:15.052507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5?panel=security","method":"GET"} [] [2025-03-12T01:30:15.091929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:30:17.333878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?panel=security","method":"GET"} [] [2025-03-12T01:30:17.355519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:30:19.542823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=security","method":"GET"} [] [2025-03-12T01:30:19.562761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:30:21.763558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b","method":"GET"} [] [2025-03-12T01:30:21.783484+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b/exception.css","method":"GET"} [] [2025-03-12T01:30:21.790351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:30:21.808147+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b/exception","method":"GET"} [] [2025-03-12T01:30:24.216521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60","method":"GET"} [] [2025-03-12T01:30:24.266888+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60/exception.css","method":"GET"} [] [2025-03-12T01:30:24.269752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:30:24.407542+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60/exception","method":"GET"} [] [2025-03-12T01:30:26.739204+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:30:26.767623+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:30:26.777735+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:30:26.777780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:30:29.692179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:30:29.738997+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:30:31.914122+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:30:31.920147+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:30:31.927142+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:30:31.927183+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:30:34.835499+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:30:34.872253+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:30:37.229257+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:30:37.234903+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:30:37.241786+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:30:37.241823+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:30:39.852517+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:30:39.888310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:30:47.401324+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:30:47.450747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:31:19.264075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:31:19.331854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:31:48.789833+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:31:48.853559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:32:14.405210+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3d083b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d083b/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:32:14.540354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:32:37.272037+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:32:37.465201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:32:58.524984+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b/exception.css","method":"GET"} [] [2025-03-12T01:33:17.512001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60?panel=db","method":"GET"} [] [2025-03-12T01:33:17.584660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T01:33:33.796926+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60/exception.css","method":"GET"} [] [2025-03-12T01:33:48.538402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b?panel=dump","method":"GET"} [] [2025-03-12T01:33:48.581568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:34:01.904273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b?panel=form","method":"GET"} [] [2025-03-12T01:34:01.954770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:34:14.601776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60?panel=time","method":"GET"} [] [2025-03-12T01:34:14.644136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:34:26.230768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60?panel=dump","method":"GET"} [] [2025-03-12T01:34:26.281917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:34:35.744878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60?panel=twig","method":"GET"} [] [2025-03-12T01:34:35.791631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:34:45.157306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b?panel=twig","method":"GET"} [] [2025-03-12T01:34:45.211146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:34:53.381217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b?panel=time","method":"GET"} [] [2025-03-12T01:34:53.419862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:35:00.914049+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b/exception.css","method":"GET"} [] [2025-03-12T01:35:07.422050+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b/exception","method":"GET"} [] [2025-03-12T01:35:18.872163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c","method":"GET"} [] [2025-03-12T01:35:18.934577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:35:23.952723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e","method":"GET"} [] [2025-03-12T01:35:23.975479+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e/exception.css","method":"GET"} [] [2025-03-12T01:35:23.983580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:35:24.002019+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e/exception","method":"GET"} [] [2025-03-12T01:35:33.094480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60?panel=security","method":"GET"} [] [2025-03-12T01:35:33.119381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:35:37.854390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0","method":"GET"} [] [2025-03-12T01:35:37.958926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:35:41.324962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6","method":"GET"} [] [2025-03-12T01:35:41.354176+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6/exception.css","method":"GET"} [] [2025-03-12T01:35:41.361306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:35:41.380485+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6/exception","method":"GET"} [] [2025-03-12T01:35:44.712326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6","method":"GET"} [] [2025-03-12T01:35:44.745462+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6/exception.css","method":"GET"} [] [2025-03-12T01:35:44.748355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:35:44.766324+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6/exception","method":"GET"} [] [2025-03-12T01:35:50.647741+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:35:50.666775+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:35:50.677488+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:35:50.677539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:35:53.741815+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:35:53.808621+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:35:56.372857+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:35:56.386278+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:35:56.403555+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:35:56.403609+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:35:59.255480+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:35:59.298777+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:36:04.516175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=events","method":"GET"} [] [2025-03-12T01:36:04.552949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:36:29.830859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e?panel=events","method":"GET"} [] [2025-03-12T01:36:29.903559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:36:52.281812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e?panel=security","method":"GET"} [] [2025-03-12T01:36:52.357704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:37:12.815516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=security","method":"GET"} [] [2025-03-12T01:37:12.905079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:37:31.578219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=time","method":"GET"} [] [2025-03-12T01:37:31.647003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:37:48.800806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=dump","method":"GET"} [] [2025-03-12T01:37:48.859820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:38:04.295763+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6/exception.css","method":"GET"} [] [2025-03-12T01:38:17.297213+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6/exception.css","method":"GET"} [] [2025-03-12T01:38:30.097022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=twig","method":"GET"} [] [2025-03-12T01:38:30.172736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:38:40.315558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=time","method":"GET"} [] [2025-03-12T01:38:40.339929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:38:59.673135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6?panel=twig","method":"GET"} [] [2025-03-12T01:38:59.743997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:39:08.027014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=dump","method":"GET"} [] [2025-03-12T01:39:08.050349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:39:16.645096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=form","method":"GET"} [] [2025-03-12T01:39:16.720725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:39:23.280333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=twig","method":"GET"} [] [2025-03-12T01:39:23.299275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:39:29.783460+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6/exception","method":"GET"} [] [2025-03-12T01:39:35.589672+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6/exception","method":"GET"} [] [2025-03-12T01:39:40.589090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=security","method":"GET"} [] [2025-03-12T01:39:40.627374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:39:45.323607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6?panel=security","method":"GET"} [] [2025-03-12T01:39:45.345665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:39:53.579360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=security","method":"GET"} [] [2025-03-12T01:39:53.628950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T01:39:57.199418+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:39:57.216867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:39:57.226216+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:39:57.226259+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:40:00.086619+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:40:00.134470+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:40:02.473749+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:40:02.480777+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:40:02.488272+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:40:02.488314+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:40:05.341901+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:40:05.364673+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:40:12.908827+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:40:12.933918+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:40:12.954451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:40:12.954493+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:40:15.799335+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:40:15.837314+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:40:42.595341+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:40:42.709864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:41:48.142398+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:41:48.228213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:42:46.622894+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:42:46.699792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:43:35.583875+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:43:35.665452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:44:19.179151+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:44:19.251342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:45:00.056010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11?panel=mailer","method":"GET"} [] [2025-03-12T01:45:00.171361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T01:50:03.503864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=mailer","method":"GET"} [] [2025-03-12T01:50:03.662079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T01:50:06.367575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5","method":"GET"} [] [2025-03-12T01:50:06.396750+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5/exception.css","method":"GET"} [] [2025-03-12T01:50:06.405034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:50:06.424304+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5/exception","method":"GET"} [] [2025-03-12T01:50:09.193774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c","method":"GET"} [] [2025-03-12T01:50:09.215672+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c/exception.css","method":"GET"} [] [2025-03-12T01:50:09.218684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:50:09.237934+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c/exception","method":"GET"} [] [2025-03-12T01:50:12.022936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ba59d"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ba59d","method":"GET"} [] [2025-03-12T01:50:12.046960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:50:14.908969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1","method":"GET"} [] [2025-03-12T01:50:14.949899+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1/exception.css","method":"GET"} [] [2025-03-12T01:50:14.953137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:50:14.973292+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1/exception","method":"GET"} [] [2025-03-12T01:50:17.666678+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-12T01:50:17.690088+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:50:17.700974+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:50:17.701032+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:50:20.453299+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:50:20.522187+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:50:22.927637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"538199"},"request_uri":"https://test.phila-ca.com/public/_profiler/538199/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:50:22.991997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T01:50:28.308515+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-12T01:50:28.314309+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:50:28.321535+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:50:28.321599+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:50:31.121976+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:50:31.141760+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:50:33.421851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8","method":"GET"} [] [2025-03-12T01:50:33.499510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:50:51.826623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f","method":"GET"} [] [2025-03-12T01:50:51.911666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T01:51:02.484505+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:51:02.501889+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:51:02.512080+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:51:02.512122+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:51:05.336394+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:51:05.385471+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:51:15.677998+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T01:51:15.690890+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T01:51:15.708370+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:51:15.708428+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T01:51:18.562698+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T01:51:18.587815+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T01:51:51.778636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?panel=events","method":"GET"} [] [2025-03-12T01:51:51.872151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:52:55.088467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ba59d"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ba59d?panel=dump","method":"GET"} [] [2025-03-12T01:52:55.162330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:53:53.112191+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1/exception.css","method":"GET"} [] [2025-03-12T01:54:41.721085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1?panel=form","method":"GET"} [] [2025-03-12T01:54:41.818248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:55:28.043943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ba59d"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ba59d?panel=form","method":"GET"} [] [2025-03-12T01:55:28.165444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T01:56:09.114077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1?panel=dump","method":"GET"} [] [2025-03-12T01:56:09.226876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T01:56:45.821072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1?panel=time","method":"GET"} [] [2025-03-12T01:56:45.906597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T01:57:47.438145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1?panel=twig","method":"GET"} [] [2025-03-12T01:57:47.520291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T01:58:43.403466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=events","method":"GET"} [] [2025-03-12T01:58:43.472323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:59:10.493019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=events","method":"GET"} [] [2025-03-12T01:59:10.590055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T01:59:56.078379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?panel=security","method":"GET"} [] [2025-03-12T01:59:56.188469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T02:00:37.308871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=security","method":"GET"} [] [2025-03-12T02:00:37.416911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T02:01:14.236510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f?panel=security","method":"GET"} [] [2025-03-12T02:01:14.310191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T02:01:48.437627+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:01:48.469148+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:01:48.489222+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:01:48.489268+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:01:51.293495+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:01:51.351441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:02:04.460040+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:02:04.525068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:02:50.573504+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:02:50.613495+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:02:50.633514+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:02:50.633559+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:02:53.537642+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:02:53.641841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:05:51.135911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=mailer","method":"GET"} [] [2025-03-12T02:05:51.221238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:05:54.793446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=mailer","method":"GET"} [] [2025-03-12T02:05:54.820349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:05:58.118763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=mailer","method":"GET"} [] [2025-03-12T02:05:58.150307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:00.829314+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:06:00.850880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:06:05.240971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=mailer","method":"GET"} [] [2025-03-12T02:06:05.286532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:07.736855+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:06:07.806849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:06:10.021344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=mailer","method":"GET"} [] [2025-03-12T02:06:10.047828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:12.290804+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:06:12.333900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:06:14.709719+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:06:14.729902+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:06:14.739958+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:06:14.740004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:06:17.609064+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:06:17.666063+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:06:30.803615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=mailer","method":"GET"} [] [2025-03-12T02:06:30.871989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:32.700422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=mailer","method":"GET"} [] [2025-03-12T02:06:32.720946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:37.590861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=mailer","method":"GET"} [] [2025-03-12T02:06:37.611706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:40.929979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=mailer","method":"GET"} [] [2025-03-12T02:06:40.954477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:43.719566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=mailer","method":"GET"} [] [2025-03-12T02:06:43.743264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:46.880021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971?panel=mailer","method":"GET"} [] [2025-03-12T02:06:46.981436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:50.635641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=mailer","method":"GET"} [] [2025-03-12T02:06:50.671596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:55.747925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f?panel=mailer","method":"GET"} [] [2025-03-12T02:06:55.768258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T02:06:59.335628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=cache","method":"GET"} [] [2025-03-12T02:06:59.360871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T02:07:03.397323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4ab4b5?panel=cache","method":"GET"} [] [2025-03-12T02:07:03.484131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T02:07:08.638540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=cache","method":"GET"} [] [2025-03-12T02:07:08.710314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T02:07:12.177350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=cache","method":"GET"} [] [2025-03-12T02:07:12.201135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T02:07:23.253884+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-12T02:07:23.276928+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:07:23.305230+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:07:23.305295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:07:26.003489+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:07:26.039752+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:07:32.794557+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:07:32.800982+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:07:32.808700+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:07:32.808745+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:07:35.735572+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:07:35.753900+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:08:17.337263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=logger","method":"GET"} [] [2025-03-12T02:08:17.462511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T02:08:25.166872+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2/search/results?ip=20.171.207.145&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T02:08:25.263195+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T02:08:33.279637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc/search/results?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T02:08:33.364113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T02:16:06.452309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T02:16:07.862207+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4/exception.css","method":"GET"} [] [2025-03-12T02:16:08.171063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T02:16:08.695212+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4/exception","method":"GET"} [] [2025-03-12T02:21:11.173706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=request","method":"GET"} [] [2025-03-12T02:21:11.379101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T02:21:30.556958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=db","method":"GET"} [] [2025-03-12T02:21:30.727045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T02:22:19.973390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=router","method":"GET"} [] [2025-03-12T02:22:20.182619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T02:22:20.264770+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4/router","method":"GET"} [] [2025-03-12T02:22:32.639453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=logger","method":"GET"} [] [2025-03-12T02:22:32.666774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T02:22:46.343022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a36e1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a36e1e","method":"GET"} [] [2025-03-12T02:22:46.656395+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a36e1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a36e1e/exception.css","method":"GET"} [] [2025-03-12T02:22:46.740079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T02:22:46.847040+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a36e1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a36e1e/exception","method":"GET"} [] [2025-03-12T02:22:57.014326+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:22:57.497537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:22:57.585280+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:22:57.585345+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:23:00.887172+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:23:01.127176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:23:07.533711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T02:24:31.468190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?group=1&panel=db","method":"GET"} [] [2025-03-12T02:24:31.635973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T02:26:55.335932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a36e1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a36e1e?panel=form","method":"GET"} [] [2025-03-12T02:26:55.619155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T02:27:55.361498+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a36e1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a36e1e/exception","method":"GET"} [] [2025-03-12T02:28:24.146357+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:28:24.744988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:28:24.866565+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:28:24.866635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:28:28.252192+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:28:28.584898+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:28:36.077547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a36e1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a36e1e?panel=cache","method":"GET"} [] [2025-03-12T02:28:36.193100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T02:33:36.099615+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T02:33:37.647451+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:33:38.942477+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:33:38.942543+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:33:42.853669+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T02:33:43.310259+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:49:34.936524+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"https://test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:49:36.746605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:49:39.363727+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"https://test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:49:39.435671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:49:57.952623+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:49:59.364072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:50:03.273276+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:50:03.308322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:50:14.913192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=router","method":"GET"} [] [2025-03-12T02:50:15.464697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T02:50:15.899533+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb/router","method":"GET"} [] [2025-03-12T02:50:22.574266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=logger","method":"GET"} [] [2025-03-12T02:50:22.652018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T02:50:31.977445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=logger","method":"GET"} [] [2025-03-12T02:50:32.416855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T02:50:38.520075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=config","method":"GET"} [] [2025-03-12T02:50:38.547833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T02:50:45.094886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=router","method":"GET"} [] [2025-03-12T02:50:45.116334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T02:50:45.134219+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/router","method":"GET"} [] [2025-03-12T02:50:57.167155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=logger","method":"GET"} [] [2025-03-12T02:50:57.381341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T02:51:02.102299+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:02.181909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:07.162126+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:07.205239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:11.475625+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:11.553702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:19.848094+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:19.929771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:23.056256+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:23.103266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T02:51:26.244824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=db","method":"GET"} [] [2025-03-12T02:51:26.283606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T02:51:29.051801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=db","method":"GET"} [] [2025-03-12T02:51:29.183679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T02:51:51.871692+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"100055"},"request_uri":"https://test.phila-ca.com/public/_profiler/100055/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:51:52.042372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-12T02:52:17.554954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=request","method":"GET"} [] [2025-03-12T02:52:17.939990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T02:52:20.507989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=validator","method":"GET"} [] [2025-03-12T02:52:20.547683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T02:52:23.628780+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-03-12T02:52:24.064769+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:52:24.159032+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:24.159099+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:25.707487+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:52:28.077219+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-12T02:52:28.082920+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:52:28.089916+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:28.089959+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:28.178468+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T02:52:28.382819+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:52:31.106510+01:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-03-12T02:52:31.112182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:52:31.121072+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:31.121112+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:31.129425+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:52:46.262808+01:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-03-12T02:52:46.647896+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T02:52:46.802591+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:46.802656+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T02:52:47.107383+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T02:52:47.506220+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T02:53:34.778795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T02:54:29.749726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T02:56:21.301013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T02:57:20.633541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=events","method":"GET"} [] [2025-03-12T02:57:21.104096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T02:58:15.603632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T02:59:07.101776+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T02:59:58.317598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T03:03:23.622298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=security","method":"GET"} [] [2025-03-12T03:03:24.362839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T03:04:14.066240+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T03:04:14.357439+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:04:14.572463+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:04:14.572530+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:04:17.767076+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T03:04:17.983968+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:04:58.453427+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-03-12T03:04:58.680476+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:04:59.110029+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:04:59.110099+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:05:00.528287+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:05:00.835005+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:05:01.064556+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:06:02.331859+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-12T03:06:02.714879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:06:02.802615+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:06:02.802680+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:06:03.911317+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:06:04.288006+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:06:04.378043+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:07:03.198760+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-12T03:07:03.273507+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:07:03.416319+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:07:03.416390+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:07:04.398470+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:07:04.448453+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:07:04.546147+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:08:07.522003+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-03-12T03:08:07.622345+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:08:07.721259+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:08:07.721325+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:08:08.136350+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:08:08.276340+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:08:08.393608+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:09:14.325790+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-12T03:09:14.607638+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:09:14.702795+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:09:14.702863+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:09:15.109486+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:09:15.422720+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:09:15.704779+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:10:16.350257+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-03-12T03:10:16.731368+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:10:16.826911+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:10:16.826978+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:10:17.542880+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:10:17.676332+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:10:17.751351+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:11:18.574820+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-03-12T03:11:18.872449+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:11:19.005592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:11:19.005670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:11:19.277726+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:11:19.465165+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:11:19.868953+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:12:21.600263+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-03-12T03:12:21.931009+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:12:22.030689+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:12:22.030763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:12:22.364644+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:12:22.485242+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:12:22.702574+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:15:32.371587+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-12T03:15:32.786917+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:15:32.949453+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:15:32.949523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:15:34.000897+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:15:34.225564+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:15:34.462860+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:16:42.495116+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-03-12T03:16:43.503595+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:16:43.721131+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:16:43.721217+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:16:44.770583+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:16:45.041125+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:16:45.512739+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:17:45.080503+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-03-12T03:17:45.821205+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:17:46.161790+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:17:46.161856+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:17:47.538335+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:17:48.079978+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:17:48.522938+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:18:42.398428+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-03-12T03:18:43.689203+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:18:44.071429+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:18:44.071502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:18:45.813384+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T03:18:46.020747+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T03:18:46.451017+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:19:45.003663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=mailer","method":"GET"} [] [2025-03-12T03:19:46.750586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T03:20:46.404368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T03:28:47.767675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T03:30:28.876722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T03:32:27.689606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T03:36:29.178709+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T03:36:29.679943+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T03:36:29.899497+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:36:29.899570+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T03:36:33.495750+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T03:36:33.724903+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T03:37:44.008513+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"abbdc2"},"request_uri":"https://test.phila-ca.com/public/_profiler/abbdc2/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T03:37:44.637030+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T03:39:30.814226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T03:40:23.628123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T04:38:17.191864+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-12T04:38:17.870045+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T04:38:18.527354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T04:38:18.527429+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T04:38:20.564085+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T04:59:27.641772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=form","method":"GET"} [] [2025-03-12T04:59:31.134323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T04:59:34.595919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=time","method":"GET"} [] [2025-03-12T04:59:34.616877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T04:59:55.780900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=form","method":"GET"} [] [2025-03-12T04:59:55.984157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T05:00:15.279284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=time","method":"GET"} [] [2025-03-12T05:00:15.612693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T05:01:35.912949+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FTraceableValueResolver.php&line=58","method":"GET"} [] [2025-03-12T05:01:43.436966+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FParamConverterListener.php&line=53","method":"GET"} [] [2025-03-12T05:01:54.798750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=request","method":"GET"} [] [2025-03-12T05:01:55.323509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T05:02:00.240656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=request","method":"GET"} [] [2025-03-12T05:02:00.260564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T05:02:07.142650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=db","method":"GET"} [] [2025-03-12T05:02:07.163410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T05:02:13.964668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=db","method":"GET"} [] [2025-03-12T05:02:14.305065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T05:02:24.095433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=logger","method":"GET"} [] [2025-03-12T05:02:24.116582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T05:02:40.763475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=config","method":"GET"} [] [2025-03-12T05:02:41.011900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T05:02:53.081074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=router","method":"GET"} [] [2025-03-12T05:02:53.099918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T05:02:53.118649+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3/router","method":"GET"} [] [2025-03-12T05:03:05.813430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=logger","method":"GET"} [] [2025-03-12T05:03:06.041110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T05:03:15.789989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=config","method":"GET"} [] [2025-03-12T05:03:15.810175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T05:03:27.403426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=router","method":"GET"} [] [2025-03-12T05:03:28.099943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T05:03:28.359051+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3/router","method":"GET"} [] [2025-03-12T05:03:35.130896+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=50","method":"GET"} [] [2025-03-12T05:03:43.232140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?group=1&panel=db","method":"GET"} [] [2025-03-12T05:03:43.315734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T05:03:56.182432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?group=1&panel=db","method":"GET"} [] [2025-03-12T05:03:56.203939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T05:04:08.933796+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-03-12T05:04:14.450350+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FEventListener%2FWebDebugToolbarListener.php&line=63","method":"GET"} [] [2025-03-12T05:04:19.384602+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} [] [2025-03-12T05:04:24.549724+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=65","method":"GET"} [] [2025-03-12T05:04:28.459913+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FControllerListener.php&line=44","method":"GET"} [] [2025-03-12T05:04:32.337859+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=70","method":"GET"} [] [2025-03-12T05:04:35.959997+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-03-12T05:04:43.901108+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageLoggerListener.php&line=41","method":"GET"} [] [2025-03-12T05:04:47.066851+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-03-12T05:04:50.291069+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FControllerListener.php&line=44","method":"GET"} [] [2025-03-12T05:04:55.565479+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=65","method":"GET"} [] [2025-03-12T05:05:01.115882+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-03-12T05:05:03.407844+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FServiceValueResolver.php&line=61","method":"GET"} [] [2025-03-12T05:05:05.778188+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FLogout%2FCsrfTokenClearingLogoutHandler.php&line=22","method":"GET"} [] [2025-03-12T05:05:09.665702+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FStreamedResponseListener.php&line=32","method":"GET"} [] [2025-03-12T05:05:11.899406+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=50","method":"GET"} [] [2025-03-12T05:05:14.045358+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FParamConverterListener.php&line=53","method":"GET"} [] [2025-03-12T05:05:17.699473+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=50","method":"GET"} [] [2025-03-12T05:05:19.964875+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=45","method":"GET"} [] [2025-03-12T05:05:22.158129+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=50","method":"GET"} [] [2025-03-12T05:05:24.374503+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=70","method":"GET"} [] [2025-03-12T05:05:34.450295+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FStreamedResponseListener.php&line=32","method":"GET"} [] [2025-03-12T05:11:32.761639+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-03-12T05:11:33.764012+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T05:11:34.001100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T05:11:34.001170+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T05:11:35.263200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T05:11:37.836589+01:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-03-12T05:11:37.844364+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T05:11:37.852467+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T05:11:37.852507+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T05:11:37.860942+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T05:13:04.279596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:16.804470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:24.279505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:30.934270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:38.114463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:46.819245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:51.803691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:13:58.759390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:14:06.266507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:14:20.709580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:19:03.418285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=exception","method":"GET"} [] [2025-03-12T05:19:03.913676+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4/exception.css","method":"GET"} [] [2025-03-12T05:19:04.171798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T05:19:04.483426+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4/exception","method":"GET"} [] [2025-03-12T05:25:09.430031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=exception","method":"GET"} [] [2025-03-12T05:25:09.993046+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3/exception.css","method":"GET"} [] [2025-03-12T05:25:10.052454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T05:25:10.269823+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3/exception","method":"GET"} [] [2025-03-12T05:26:04.903941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2?panel=exception","method":"GET"} [] [2025-03-12T05:26:05.709248+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/exception.css","method":"GET"} [] [2025-03-12T05:26:05.722250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T05:26:06.388509+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/exception","method":"GET"} [] [2025-03-12T05:27:37.480132+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T05:27:37.749800+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T05:27:37.896128+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T05:27:37.896195+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T05:27:42.396748+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T05:27:42.884876+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T05:32:54.662510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=exception","method":"GET"} [] [2025-03-12T05:32:54.929779+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46/exception.css","method":"GET"} [] [2025-03-12T05:32:54.952027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T05:32:55.096691+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46/exception","method":"GET"} [] [2025-03-12T05:33:24.138975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=exception","method":"GET"} [] [2025-03-12T05:33:24.367473+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/exception.css","method":"GET"} [] [2025-03-12T05:33:24.592198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T05:33:25.269194+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67/exception","method":"GET"} [] [2025-03-12T05:33:48.558456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=exception","method":"GET"} [] [2025-03-12T05:33:48.820889+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T05:33:48.832499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T05:33:48.939335+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T05:41:32.815513+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddb8fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/ddb8fe/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:41:33.131197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:42:20.815308+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e11575"},"request_uri":"https://test.phila-ca.com/public/_profiler/e11575/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:42:20.982583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:43:07.133123+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"100055"},"request_uri":"https://test.phila-ca.com/public/_profiler/100055/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:43:07.394642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:43:51.354210+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:43:51.785470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:44:26.042565+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:44:26.266150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:45:00.187984+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:45:00.377734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:45:34.508122+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:45:34.865945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:45:59.244306+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"632b48"},"request_uri":"https://test.phila-ca.com/public/_profiler/632b48/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:45:59.750805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:46:23.854138+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:46:24.021594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:46:46.766612+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65b566"},"request_uri":"https://test.phila-ca.com/public/_profiler/65b566/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:46:47.038124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:05.815217+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"843916"},"request_uri":"https://test.phila-ca.com/public/_profiler/843916/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:06.107475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:23.874503+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:24.537153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:42.298572+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:42.814540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:53.476840+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c0963"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c0963/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:47:53.502480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:08.087867+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:08.234751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:18.057003+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:18.082715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:29.871519+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:30.050056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:38.427846+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:38.488640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:47.905552+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:48.040957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:54.669764+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:48:54.815591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:49:01.559376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:49:01.794041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:49:14.142062+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:49:14.455883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T05:50:27.625380+01:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search?limit=10","method":"GET"} [] [2025-03-12T05:51:42.466071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:52:55.849915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:53:32.781513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T05:54:06.957193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T06:08:36.049664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=db","method":"GET"} [] [2025-03-12T06:08:36.234793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T06:09:41.294350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=db","method":"GET"} [] [2025-03-12T06:09:41.368941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T06:10:37.716771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6?panel=db","method":"GET"} [] [2025-03-12T06:10:37.825154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T06:18:07.579508+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:18:07.643750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:19:10.452680+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:19:10.533490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:20:05.731801+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:20:05.805896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:20:55.599029+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:20:55.691556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:21:43.326832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:21:43.403130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T06:23:35.339409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T06:24:04.526655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T06:25:05.799654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T07:04:58.544089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T07:05:28.350670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-search.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T07:08:28.649082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=cache","method":"GET"} [] [2025-03-12T07:08:28.771843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T07:09:21.027612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=cache","method":"GET"} [] [2025-03-12T07:09:21.112623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T07:19:22.283834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=translation","method":"GET"} [] [2025-03-12T07:19:22.418123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:20:23.898455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1efa1?panel=translation","method":"GET"} [] [2025-03-12T07:20:24.036375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:21:17.791670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=translation","method":"GET"} [] [2025-03-12T07:21:17.869789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:22:07.072031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=translation","method":"GET"} [] [2025-03-12T07:22:07.152480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:22:54.325320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=translation","method":"GET"} [] [2025-03-12T07:22:54.418707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:23:34.487996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=translation","method":"GET"} [] [2025-03-12T07:23:34.562223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:24:12.937243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce47df"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce47df?panel=translation","method":"GET"} [] [2025-03-12T07:24:13.053939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:26:05.945324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=translation","method":"GET"} [] [2025-03-12T07:26:06.055085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:27:09.518049+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T07:27:09.715323+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T07:27:09.809999+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T07:27:09.810073+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T07:27:13.052748+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T07:27:13.296558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T07:28:06.248803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=translation","method":"GET"} [] [2025-03-12T07:28:06.365552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:30:07.937096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=translation","method":"GET"} [] [2025-03-12T07:30:08.041116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T07:33:16.854048+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FServiceLocator.php&line=40","method":"GET"} [] [2025-03-12T07:34:35.482552+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FExceptionListener.php&line=91","method":"GET"} [] [2025-03-12T07:37:20.542958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41434"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41434?panel=validator","method":"GET"} [] [2025-03-12T07:37:20.646358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T07:38:15.219260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41434"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41434?panel=events","method":"GET"} [] [2025-03-12T07:38:15.295636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T07:39:54.007087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46","method":"GET"} [] [2025-03-12T07:39:54.078325+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46/exception.css","method":"GET"} [] [2025-03-12T07:39:54.104408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T07:39:54.147558+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46/exception","method":"GET"} [] [2025-03-12T07:41:12.480614+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T07:41:12.507178+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T07:41:12.528829+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T07:41:12.528887+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T07:41:15.478338+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T07:41:15.530736+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T07:41:45.158703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41434"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41434?panel=request","method":"GET"} [] [2025-03-12T07:41:45.233756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T07:47:16.322027+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46/exception.css","method":"GET"} [] [2025-03-12T07:48:20.782661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=form","method":"GET"} [] [2025-03-12T07:48:20.929072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T07:51:00.584571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=twig","method":"GET"} [] [2025-03-12T07:51:00.670193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T07:51:51.348206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=time","method":"GET"} [] [2025-03-12T07:51:51.507457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T07:52:35.866628+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46/exception","method":"GET"} [] [2025-03-12T07:53:18.937461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=cache","method":"GET"} [] [2025-03-12T07:53:19.011006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T07:53:56.412183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=security","method":"GET"} [] [2025-03-12T07:53:56.521548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T07:54:29.570172+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T07:54:29.603937+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T07:54:29.625169+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T07:54:29.625219+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T07:54:32.650280+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T07:54:32.711486+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T08:19:59.558215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=db","method":"GET"} [] [2025-03-12T08:19:59.705646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T08:31:20.548929+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T08:31:38.073053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T08:34:16.442106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=db","method":"GET"} [] [2025-03-12T08:34:16.513925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T08:45:08.402306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1eab6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e1eab6?panel=db","method":"GET"} [] [2025-03-12T08:45:08.512309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T08:46:01.130492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1eab6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e1eab6?panel=router","method":"GET"} [] [2025-03-12T08:46:01.229632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T08:46:01.287040+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e1eab6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e1eab6/router","method":"GET"} [] [2025-03-12T08:46:48.453805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1eab6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e1eab6?panel=config","method":"GET"} [] [2025-03-12T08:46:48.539505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T08:47:28.464135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1eab6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e1eab6?panel=logger","method":"GET"} [] [2025-03-12T08:47:28.536844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T08:48:40.114448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T09:20:10.975008+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_ignition%2Fhealth-check%2F","method":"GET"} [] [2025-03-12T09:20:11.298222+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T09:20:30.337089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd?panel=cache","method":"GET"} [] [2025-03-12T09:20:30.475039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T09:21:27.746009+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_wdt/42a586","method":"GET"} [] [2025-03-12T09:22:22.024493+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T09:23:56.231911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T09:24:43.579835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T09:25:31.350121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T09:26:20.272896+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T09:29:18.906367+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FVideoController.php&line=27","method":"GET"} [] [2025-03-12T09:30:23.646309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586?panel=request","method":"GET"} [] [2025-03-12T09:30:23.766318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T09:34:11.059200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0","method":"GET"} [] [2025-03-12T09:34:11.235920+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0/exception.css","method":"GET"} [] [2025-03-12T09:34:11.282535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T09:34:11.357374+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0/exception","method":"GET"} [] [2025-03-12T09:35:46.362805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5?panel=logger","method":"GET"} [] [2025-03-12T09:35:46.524202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:36:26.391682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=logger","method":"GET"} [] [2025-03-12T09:36:26.528703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:37:02.830249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=logger","method":"GET"} [] [2025-03-12T09:37:03.020442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:37:35.165860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61?panel=router","method":"GET"} [] [2025-03-12T09:37:35.289909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:37:35.347546+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61/router","method":"GET"} [] [2025-03-12T09:38:04.658632+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver.php&line=46","method":"GET"} [] [2025-03-12T09:38:31.938468+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver.php&line=59","method":"GET"} [] [2025-03-12T09:39:17.292376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586?panel=events","method":"GET"} [] [2025-03-12T09:39:17.408349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T09:39:39.462099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0?panel=request","method":"GET"} [] [2025-03-12T09:39:39.551960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T09:39:59.869677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0?panel=config","method":"GET"} [] [2025-03-12T09:39:59.938031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T09:40:18.828935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0?panel=logger","method":"GET"} [] [2025-03-12T09:40:18.905218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:40:34.205604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0?panel=router","method":"GET"} [] [2025-03-12T09:40:34.273890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:40:34.319965+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0/router","method":"GET"} [] [2025-03-12T09:40:48.573165+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FServiceValueResolver.php&line=61","method":"GET"} [] [2025-03-12T09:41:01.645025+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T09:41:01.815317+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T09:41:01.901508+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T09:41:01.901575+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T09:41:03.949900+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T09:41:04.153304+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T09:41:04.309311+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T09:42:25.298032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586?panel=validator","method":"GET"} [] [2025-03-12T09:42:25.398608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T09:43:32.221464+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FServiceLocator.php&line=40","method":"GET"} [] [2025-03-12T09:44:03.846244+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FServiceLocator.php&line=38","method":"GET"} [] [2025-03-12T09:44:33.165805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0?panel=validator","method":"GET"} [] [2025-03-12T09:44:33.257829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T09:44:59.587149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=router","method":"GET"} [] [2025-03-12T09:44:59.695797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:44:59.740541+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3/router","method":"GET"} [] [2025-03-12T09:45:22.097299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f?panel=logger","method":"GET"} [] [2025-03-12T09:45:22.186071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:45:43.128403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=router","method":"GET"} [] [2025-03-12T09:45:43.336029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:45:43.408693+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf/router","method":"GET"} [] [2025-03-12T09:46:01.941439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=router","method":"GET"} [] [2025-03-12T09:46:02.039779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:46:02.081518+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e/router","method":"GET"} [] [2025-03-12T09:46:18.919940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=router","method":"GET"} [] [2025-03-12T09:46:19.080388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:46:19.128077+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca/router","method":"GET"} [] [2025-03-12T09:46:47.965927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=router","method":"GET"} [] [2025-03-12T09:46:48.120499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:46:48.181749+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95/router","method":"GET"} [] [2025-03-12T09:47:02.021713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=router","method":"GET"} [] [2025-03-12T09:47:02.104728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:47:02.127720+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c/router","method":"GET"} [] [2025-03-12T09:47:13.889126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=logger","method":"GET"} [] [2025-03-12T09:47:14.005840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:47:25.188320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=logger","method":"GET"} [] [2025-03-12T09:47:25.222217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:47:35.508222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c?panel=logger","method":"GET"} [] [2025-03-12T09:47:35.625405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:00.466745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c?panel=router","method":"GET"} [] [2025-03-12T09:48:00.601284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:48:00.643933+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c/router","method":"GET"} [] [2025-03-12T09:48:08.537180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1?panel=logger","method":"GET"} [] [2025-03-12T09:48:08.587457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:16.287605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f?panel=router","method":"GET"} [] [2025-03-12T09:48:16.366874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:48:16.411603+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0eb69f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0eb69f/router","method":"GET"} [] [2025-03-12T09:48:22.237064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=logger","method":"GET"} [] [2025-03-12T09:48:22.283148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:28.132311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6?panel=logger","method":"GET"} [] [2025-03-12T09:48:28.175108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:33.496655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=logger","method":"GET"} [] [2025-03-12T09:48:33.601545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:38.056020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=router","method":"GET"} [] [2025-03-12T09:48:38.080710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:48:38.098227+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f/router","method":"GET"} [] [2025-03-12T09:48:42.106805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=logger","method":"GET"} [] [2025-03-12T09:48:42.142230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:46.102376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8?panel=logger","method":"GET"} [] [2025-03-12T09:48:46.144837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:49.792493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=logger","method":"GET"} [] [2025-03-12T09:48:49.940523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:52.515646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6?panel=router","method":"GET"} [] [2025-03-12T09:48:52.539135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:48:52.556912+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f3a2e6"},"request_uri":"https://test.phila-ca.com/public/_profiler/f3a2e6/router","method":"GET"} [] [2025-03-12T09:48:55.246094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=logger","method":"GET"} [] [2025-03-12T09:48:55.269615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:48:57.872806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=router","method":"GET"} [] [2025-03-12T09:48:57.916131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:48:57.940399+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e/router","method":"GET"} [] [2025-03-12T09:49:00.276268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7?panel=logger","method":"GET"} [] [2025-03-12T09:49:00.323276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:49:02.566269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5?panel=router","method":"GET"} [] [2025-03-12T09:49:02.617351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:49:02.636052+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5/router","method":"GET"} [] [2025-03-12T09:49:05.075349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7?panel=router","method":"GET"} [] [2025-03-12T09:49:05.142175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:49:05.191874+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7/router","method":"GET"} [] [2025-03-12T09:49:07.542418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=logger","method":"GET"} [] [2025-03-12T09:49:07.595168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T09:49:09.977679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1?panel=router","method":"GET"} [] [2025-03-12T09:49:10.010352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T09:49:10.028112+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1/router","method":"GET"} [] [2025-03-12T09:49:32.485375+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T09:49:32.646300+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T09:49:32.774110+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T09:49:32.774180+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T09:49:35.907803+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T09:49:36.044160+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T09:50:02.045505+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FRememberMe%2FResponseListener.php&line=27","method":"GET"} [] [2025-03-12T09:59:22.499375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=twig","method":"GET"} [] [2025-03-12T09:59:22.705537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:00:26.640454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=time","method":"GET"} [] [2025-03-12T10:00:26.868983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:01:25.909930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=time","method":"GET"} [] [2025-03-12T10:01:26.624301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:06:10.767957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=dump","method":"GET"} [] [2025-03-12T10:06:10.923990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:07:15.039893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=time","method":"GET"} [] [2025-03-12T10:07:15.175209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:08:13.572103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=time","method":"GET"} [] [2025-03-12T10:08:13.683512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:09:05.620690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=form","method":"GET"} [] [2025-03-12T10:09:05.760457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:09:51.219103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=request","method":"GET"} [] [2025-03-12T10:09:51.337340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:10:34.350134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=request","method":"GET"} [] [2025-03-12T10:10:34.444365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:11:10.841141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=db","method":"GET"} [] [2025-03-12T10:11:10.921245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:11:45.630487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=db","method":"GET"} [] [2025-03-12T10:11:45.726283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:12:14.746074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=logger","method":"GET"} [] [2025-03-12T10:12:14.810623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:12:40.812363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=router","method":"GET"} [] [2025-03-12T10:12:40.929476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:12:40.975820+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7/router","method":"GET"} [] [2025-03-12T10:13:05.539026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=security","method":"GET"} [] [2025-03-12T10:13:05.629515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:13:26.840257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=request","method":"GET"} [] [2025-03-12T10:13:26.919885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:13:47.364538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=db","method":"GET"} [] [2025-03-12T10:13:47.467002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:14:04.913926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=router","method":"GET"} [] [2025-03-12T10:14:05.056406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:14:05.129151+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed/router","method":"GET"} [] [2025-03-12T10:14:20.827955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=logger","method":"GET"} [] [2025-03-12T10:14:20.930526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:14:35.039412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=config","method":"GET"} [] [2025-03-12T10:14:35.070937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:14:48.332994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?group=1&panel=db","method":"GET"} [] [2025-03-12T10:14:48.439161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:14:59.753398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?group=1&panel=db","method":"GET"} [] [2025-03-12T10:14:59.778736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:15:10.930337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=config","method":"GET"} [] [2025-03-12T10:15:11.029115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:15:20.202407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936","method":"GET"} [] [2025-03-12T10:15:20.225429+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936/exception.css","method":"GET"} [] [2025-03-12T10:15:20.239920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:15:20.258297+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936/exception","method":"GET"} [] [2025-03-12T10:15:29.108319+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T10:15:29.140026+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T10:15:29.162457+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:15:29.162532+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:15:32.514002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T10:15:32.578554+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T10:15:36.627024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1","method":"GET"} [] [2025-03-12T10:15:36.662605+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1/exception.css","method":"GET"} [] [2025-03-12T10:15:36.674071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:15:36.714267+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1/exception","method":"GET"} [] [2025-03-12T10:15:59.439701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=config","method":"GET"} [] [2025-03-12T10:15:59.509221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:16:19.039880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=logger","method":"GET"} [] [2025-03-12T10:16:19.116511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:16:38.263424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=router","method":"GET"} [] [2025-03-12T10:16:38.333776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:16:38.379273+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f/router","method":"GET"} [] [2025-03-12T10:16:55.884707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=exception","method":"GET"} [] [2025-03-12T10:16:55.966142+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7/exception.css","method":"GET"} [] [2025-03-12T10:16:55.989228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:16:56.049562+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7/exception","method":"GET"} [] [2025-03-12T10:17:10.002783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=exception","method":"GET"} [] [2025-03-12T10:17:10.023836+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed/exception.css","method":"GET"} [] [2025-03-12T10:17:10.026763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:17:10.044662+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed/exception","method":"GET"} [] [2025-03-12T10:17:24.339653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=cache","method":"GET"} [] [2025-03-12T10:17:24.417151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:17:35.775040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=translation","method":"GET"} [] [2025-03-12T10:17:35.797648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:17:46.817754+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936/exception.css","method":"GET"} [] [2025-03-12T10:17:55.849481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=form","method":"GET"} [] [2025-03-12T10:17:55.940978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:18:04.792181+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1/exception.css","method":"GET"} [] [2025-03-12T10:18:12.506183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=twig","method":"GET"} [] [2025-03-12T10:18:12.552000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:18:19.922602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=dump","method":"GET"} [] [2025-03-12T10:18:19.971618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:18:26.375952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=twig","method":"GET"} [] [2025-03-12T10:18:26.400824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:18:32.339000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=time","method":"GET"} [] [2025-03-12T10:18:32.387309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:18:37.908447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=form","method":"GET"} [] [2025-03-12T10:18:37.978810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:18:42.457773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=dump","method":"GET"} [] [2025-03-12T10:18:42.486705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:18:46.451970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=time","method":"GET"} [] [2025-03-12T10:18:46.476872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:18:50.561008+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936/exception","method":"GET"} [] [2025-03-12T10:18:54.334252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=events","method":"GET"} [] [2025-03-12T10:18:54.409970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:18:56.933641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=security","method":"GET"} [] [2025-03-12T10:18:56.956735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:18:59.745741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=security","method":"GET"} [] [2025-03-12T10:18:59.772816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:19:02.401420+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T10:19:02.429529+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T10:19:02.439182+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:19:02.439228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:19:05.530654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T10:19:05.593048+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T10:19:07.966871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=translation","method":"GET"} [] [2025-03-12T10:19:07.995466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:19:15.119488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=translation","method":"GET"} [] [2025-03-12T10:19:15.216962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:19:21.141616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=dump","method":"GET"} [] [2025-03-12T10:19:21.166878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:19:26.623645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f?panel=twig","method":"GET"} [] [2025-03-12T10:19:26.647903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:19:31.808120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=time","method":"GET"} [] [2025-03-12T10:19:31.874269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:19:39.788764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=form","method":"GET"} [] [2025-03-12T10:19:39.811150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:19:43.616619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=form","method":"GET"} [] [2025-03-12T10:19:43.644318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:19:47.540559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=dump","method":"GET"} [] [2025-03-12T10:19:47.604004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:19:50.461101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed?panel=twig","method":"GET"} [] [2025-03-12T10:19:50.490893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:19:53.565685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1eab6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e1eab6?panel=twig","method":"GET"} [] [2025-03-12T10:19:53.608521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:19:56.042111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb?panel=time","method":"GET"} [] [2025-03-12T10:19:56.099569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:19:58.332422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=twig","method":"GET"} [] [2025-03-12T10:19:58.355746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:20:00.573753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=dump","method":"GET"} [] [2025-03-12T10:20:00.597089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:20:03.116576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=request","method":"GET"} [] [2025-03-12T10:20:03.217523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:20:05.627612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=db","method":"GET"} [] [2025-03-12T10:20:05.650435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:20:07.877895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=form","method":"GET"} [] [2025-03-12T10:20:07.901713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:20:10.121065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=router","method":"GET"} [] [2025-03-12T10:20:10.145118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:20:10.171271+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7/router","method":"GET"} [] [2025-03-12T10:20:12.412013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=logger","method":"GET"} [] [2025-03-12T10:20:12.439677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:20:14.596588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=config","method":"GET"} [] [2025-03-12T10:20:14.618446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:20:16.826468+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-03-12T10:20:16.843987+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T10:20:16.853709+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:20:16.853750+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:20:19.614323+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T10:20:19.680396+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T10:20:22.235099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=exception","method":"GET"} [] [2025-03-12T10:20:22.294678+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7/exception.css","method":"GET"} [] [2025-03-12T10:20:22.303403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:20:22.344982+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7/exception","method":"GET"} [] [2025-03-12T10:20:25.194338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=translation","method":"GET"} [] [2025-03-12T10:20:25.216296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:20:28.265781+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T10:20:31.106710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=twig","method":"GET"} [] [2025-03-12T10:20:31.128530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:20:33.835508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?group=1&panel=db","method":"GET"} [] [2025-03-12T10:20:33.859880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:20:36.419894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7?panel=dump","method":"GET"} [] [2025-03-12T10:20:36.451668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:20:39.031420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7?panel=twig","method":"GET"} [] [2025-03-12T10:20:39.133230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:20:41.301743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=twig","method":"GET"} [] [2025-03-12T10:20:41.324032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:20:43.514696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=time","method":"GET"} [] [2025-03-12T10:20:43.574419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:20:45.759898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=dump","method":"GET"} [] [2025-03-12T10:20:45.779851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:20:47.991810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=time","method":"GET"} [] [2025-03-12T10:20:48.015587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:20:50.260466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=time","method":"GET"} [] [2025-03-12T10:20:50.285619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:20:52.554708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd3fdb"},"request_uri":"http://test.phila-ca.com/public/_profiler/dd3fdb?panel=time","method":"GET"} [] [2025-03-12T10:20:52.606305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:20:56.281954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=dump","method":"GET"} [] [2025-03-12T10:20:56.338539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:20:58.601626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2bcf3?panel=time","method":"GET"} [] [2025-03-12T10:20:58.622017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:21:00.833725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2?panel=twig","method":"GET"} [] [2025-03-12T10:21:00.883852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:21:03.121275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=time","method":"GET"} [] [2025-03-12T10:21:03.189980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:21:05.341049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2bcf3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2bcf3?panel=twig","method":"GET"} [] [2025-03-12T10:21:05.362674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:21:08.763661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=time","method":"GET"} [] [2025-03-12T10:21:08.821911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:21:11.254471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=twig","method":"GET"} [] [2025-03-12T10:21:11.324728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:21:13.559714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=request","method":"GET"} [] [2025-03-12T10:21:13.616228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:21:15.848000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=db","method":"GET"} [] [2025-03-12T10:21:15.870671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:21:18.061986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=router","method":"GET"} [] [2025-03-12T10:21:18.083629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:21:18.101423+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed/router","method":"GET"} [] [2025-03-12T10:21:20.478418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=logger","method":"GET"} [] [2025-03-12T10:21:20.506141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:21:22.641285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=config","method":"GET"} [] [2025-03-12T10:21:22.662642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:21:26.057840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=db","method":"GET"} [] [2025-03-12T10:21:26.095471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:21:28.614167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=request","method":"GET"} [] [2025-03-12T10:21:28.692947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:21:30.970313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=router","method":"GET"} [] [2025-03-12T10:21:30.992611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:21:31.010395+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/router","method":"GET"} [] [2025-03-12T10:21:33.194395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=logger","method":"GET"} [] [2025-03-12T10:21:33.219074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:21:35.455830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=dump","method":"GET"} [] [2025-03-12T10:21:35.482396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:21:37.685729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=twig","method":"GET"} [] [2025-03-12T10:21:37.711094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:21:39.850403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=form","method":"GET"} [] [2025-03-12T10:21:39.872499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:21:43.317239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=security","method":"GET"} [] [2025-03-12T10:21:43.351094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:21:47.065244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?group=1&panel=db","method":"GET"} [] [2025-03-12T10:21:47.119206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:21:49.385379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=cache","method":"GET"} [] [2025-03-12T10:21:49.407531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:21:51.611083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=exception","method":"GET"} [] [2025-03-12T10:21:51.632180+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/exception.css","method":"GET"} [] [2025-03-12T10:21:51.639063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:21:51.656587+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/exception","method":"GET"} [] [2025-03-12T10:21:53.865156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=translation","method":"GET"} [] [2025-03-12T10:21:53.890655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:21:56.276713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=translation","method":"GET"} [] [2025-03-12T10:21:56.300194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:21:58.698717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=twig","method":"GET"} [] [2025-03-12T10:21:58.730759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:22:00.949962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=twig","method":"GET"} [] [2025-03-12T10:22:00.972757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:22:03.489048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=form","method":"GET"} [] [2025-03-12T10:22:03.584726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:22:05.879125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=form","method":"GET"} [] [2025-03-12T10:22:05.901104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:22:08.132470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=dump","method":"GET"} [] [2025-03-12T10:22:08.155434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:22:10.369476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed?panel=dump","method":"GET"} [] [2025-03-12T10:22:10.393268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:27:39.070755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f925f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/f925f9?panel=cache","method":"GET"} [] [2025-03-12T10:27:39.170332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:34:24.534593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=dump","method":"GET"} [] [2025-03-12T10:34:24.714507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:35:19.943184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6?panel=dump","method":"GET"} [] [2025-03-12T10:35:20.070852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:41:37.979415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9fa00"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9fa00?panel=request","method":"GET"} [] [2025-03-12T10:41:38.152037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:41:50.525685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=request","method":"GET"} [] [2025-03-12T10:41:50.552924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:42:02.417517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4e55de"},"request_uri":"https://test.phila-ca.com/public/_profiler/4e55de?panel=request","method":"GET"} [] [2025-03-12T10:42:02.494342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:42:12.478474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e19db0"},"request_uri":"https://test.phila-ca.com/public/_profiler/e19db0?panel=request","method":"GET"} [] [2025-03-12T10:42:12.554406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:42:45.465423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fca298"},"request_uri":"https://test.phila-ca.com/public/_profiler/fca298?panel=request","method":"GET"} [] [2025-03-12T10:42:45.604885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:42:52.071188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9a3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7f9a3b?panel=request","method":"GET"} [] [2025-03-12T10:42:52.141926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:42:58.173045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a1c80f?panel=request","method":"GET"} [] [2025-03-12T10:42:58.279492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:03.861347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d462aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/d462aa?panel=request","method":"GET"} [] [2025-03-12T10:43:03.980151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:08.550757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1abc59"},"request_uri":"https://test.phila-ca.com/public/_profiler/1abc59?panel=request","method":"GET"} [] [2025-03-12T10:43:08.639430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:17.391351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66?panel=request","method":"GET"} [] [2025-03-12T10:43:17.484470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:21.594493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2?panel=request","method":"GET"} [] [2025-03-12T10:43:21.661621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:25.134388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/04e7bb?panel=request","method":"GET"} [] [2025-03-12T10:43:25.208416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:28.270559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3dc90d?panel=request","method":"GET"} [] [2025-03-12T10:43:28.389132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:31.329372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79bd5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/79bd5b?panel=request","method":"GET"} [] [2025-03-12T10:43:31.371634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:33.991424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2d96a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2d96a?panel=request","method":"GET"} [] [2025-03-12T10:43:34.085932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:36.746975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://test.phila-ca.com/public/_profiler/471dad?panel=request","method":"GET"} [] [2025-03-12T10:43:36.885985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:39.083530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fd1f5?panel=request","method":"GET"} [] [2025-03-12T10:43:39.149214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:39.815157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23","method":"GET"} [] [2025-03-12T10:43:39.835812+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/exception.css","method":"GET"} [] [2025-03-12T10:43:39.843921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:43:39.862375+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-12T10:43:41.256165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe30a8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe30a8?panel=request","method":"GET"} [] [2025-03-12T10:43:41.281689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:42.868742+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-12T10:43:43.536355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f49d"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1f49d?panel=request","method":"GET"} [] [2025-03-12T10:43:43.603061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:45.773961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=translation","method":"GET"} [] [2025-03-12T10:43:45.797008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:43:45.841134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d2a9e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d2a9e?panel=request","method":"GET"} [] [2025-03-12T10:43:45.889704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:48.456526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=exception","method":"GET"} [] [2025-03-12T10:43:48.480584+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/exception.css","method":"GET"} [] [2025-03-12T10:43:48.483724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:43:48.503269+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-12T10:43:49.451666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e","method":"GET"} [] [2025-03-12T10:43:49.492055+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e/exception.css","method":"GET"} [] [2025-03-12T10:43:49.495009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:43:49.514123+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e/exception","method":"GET"} [] [2025-03-12T10:43:52.134537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25b8bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/25b8bd?panel=request","method":"GET"} [] [2025-03-12T10:43:52.266030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:52.831367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=dump","method":"GET"} [] [2025-03-12T10:43:52.867009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:43:55.013493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=mailer","method":"GET"} [] [2025-03-12T10:43:55.036447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:43:55.781780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1c69c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1c69c?panel=request","method":"GET"} [] [2025-03-12T10:43:55.818842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:57.251749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=validator","method":"GET"} [] [2025-03-12T10:43:57.273898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:43:58.027969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a70c3d"},"request_uri":"https://test.phila-ca.com/public/_profiler/a70c3d?panel=request","method":"GET"} [] [2025-03-12T10:43:58.183469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:43:59.463241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=db","method":"GET"} [] [2025-03-12T10:43:59.486674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:44:00.323274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"acb741"},"request_uri":"https://test.phila-ca.com/public/_profiler/acb741?panel=request","method":"GET"} [] [2025-03-12T10:44:00.386759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:01.641324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=security","method":"GET"} [] [2025-03-12T10:44:01.667320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:44:02.541239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34ed6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/34ed6f?panel=request","method":"GET"} [] [2025-03-12T10:44:02.607388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:03.803010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=request","method":"GET"} [] [2025-03-12T10:44:03.827761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:04.734967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=request","method":"GET"} [] [2025-03-12T10:44:04.846065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:06.023616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=twig","method":"GET"} [] [2025-03-12T10:44:06.046108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:44:07.391518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=request","method":"GET"} [] [2025-03-12T10:44:07.517009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:08.200803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=translation","method":"GET"} [] [2025-03-12T10:44:08.223722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:44:09.866382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a1c7a?panel=request","method":"GET"} [] [2025-03-12T10:44:09.934872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:11.499975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=exception","method":"GET"} [] [2025-03-12T10:44:11.520050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:44:12.319519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=events","method":"GET"} [] [2025-03-12T10:44:12.348308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:44:13.673232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:44:14.638134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=security","method":"GET"} [] [2025-03-12T10:44:14.663929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:44:15.806990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=mailer","method":"GET"} [] [2025-03-12T10:44:15.826766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:44:16.901057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fd5b3"},"request_uri":"https://test.phila-ca.com/public/_profiler/4fd5b3?panel=request","method":"GET"} [] [2025-03-12T10:44:16.946531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:17.912282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=dump","method":"GET"} [] [2025-03-12T10:44:17.934062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:44:19.106386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97edc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/97edc0?panel=request","method":"GET"} [] [2025-03-12T10:44:19.142606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:20.142844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=db","method":"GET"} [] [2025-03-12T10:44:20.164076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:44:21.300686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=request","method":"GET"} [] [2025-03-12T10:44:21.341406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:22.559014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=validator","method":"GET"} [] [2025-03-12T10:44:22.643373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:44:23.512075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9de95"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9de95?panel=request","method":"GET"} [] [2025-03-12T10:44:23.534986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:24.783288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad","method":"GET"} [] [2025-03-12T10:44:24.804909+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-12T10:44:24.819774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:44:24.838414+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-12T10:44:25.760169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8?panel=request","method":"GET"} [] [2025-03-12T10:44:25.783912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:26.921812+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=44","method":"GET"} [] [2025-03-12T10:44:27.977751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1","method":"GET"} [] [2025-03-12T10:44:28.011686+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1/exception.css","method":"GET"} [] [2025-03-12T10:44:28.014679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:44:28.033737+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1/exception","method":"GET"} [] [2025-03-12T10:44:29.441775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5","method":"GET"} [] [2025-03-12T10:44:29.485132+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-12T10:44:29.488171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:44:29.507913+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-12T10:44:30.141624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e4b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/a6e4b5?panel=request","method":"GET"} [] [2025-03-12T10:44:30.167604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:31.851040+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Fbase_js.html.twig&line=1","method":"GET"} [] [2025-03-12T10:44:32.331200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8da63"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8da63?panel=request","method":"GET"} [] [2025-03-12T10:44:32.379940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:33.961295+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_js.html.twig&line=1","method":"GET"} [] [2025-03-12T10:44:34.592302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6?panel=request","method":"GET"} [] [2025-03-12T10:44:34.630250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:36.142071+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=var%2Flog%2Fdev.log&line=0","method":"GET"} [] [2025-03-12T10:44:36.801319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e5ca"},"request_uri":"https://test.phila-ca.com/public/_profiler/10e5ca?panel=request","method":"GET"} [] [2025-03-12T10:44:36.827434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:39.449719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd9b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd9b7?panel=request","method":"GET"} [] [2025-03-12T10:44:39.565780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:39.611499+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=127","method":"GET"} [] [2025-03-12T10:44:41.790934+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=74","method":"GET"} [] [2025-03-12T10:44:41.829136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=request","method":"GET"} [] [2025-03-12T10:44:41.899581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:44.034450+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FLogger.php&line=23","method":"GET"} [] [2025-03-12T10:44:44.146923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://test.phila-ca.com/public/_profiler/4d2fa8?panel=request","method":"GET"} [] [2025-03-12T10:44:44.182360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:46.242134+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FTraceableArgumentResolver.php&line=34","method":"GET"} [] [2025-03-12T10:44:46.430779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b5bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/99b5bd?panel=request","method":"GET"} [] [2025-03-12T10:44:46.518684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:48.312830+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-12T10:44:48.761490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ba59d"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ba59d?panel=request","method":"GET"} [] [2025-03-12T10:44:48.819655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:44:50.431519+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FServiceLocator.php&line=38","method":"GET"} [] [2025-03-12T10:44:51.164714+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1/exception.css","method":"GET"} [] [2025-03-12T10:44:52.557930+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-12T10:44:54.774595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1?panel=time","method":"GET"} [] [2025-03-12T10:44:54.774646+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FProcessor%2FPsrLogMessageProcessor.php&line=23","method":"GET"} [] [2025-03-12T10:44:54.840915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:44:57.011512+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FContainer.php&line=429","method":"GET"} [] [2025-03-12T10:44:57.238273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1?panel=twig","method":"GET"} [] [2025-03-12T10:44:57.262090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:44:59.184369+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-03-12T10:44:59.506979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1?panel=form","method":"GET"} [] [2025-03-12T10:44:59.530857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:45:01.283021+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FHandler%2FStreamHandler.php&line=23","method":"GET"} [] [2025-03-12T10:45:01.730820+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1/exception","method":"GET"} [] [2025-03-12T10:45:03.494702+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FConfiguration%2FCache.php&line=20","method":"GET"} [] [2025-03-12T10:45:03.956306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1?panel=security","method":"GET"} [] [2025-03-12T10:45:03.980077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:45:05.692633+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FException%2FRuntimeException.php&line=19","method":"GET"} [] [2025-03-12T10:45:06.173402+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-03-12T10:45:06.191804+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T10:45:06.204174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:45:06.204254+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:45:07.918108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a","method":"GET"} [] [2025-03-12T10:45:07.947082+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-12T10:45:07.954873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:45:07.980291+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-12T10:45:08.970221+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-12T10:45:09.028199+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T10:45:10.426491+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver.php&line=46","method":"GET"} [] [2025-03-12T10:45:11.225956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1?panel=cache","method":"GET"} [] [2025-03-12T10:45:11.270635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:45:12.677018+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=184","method":"GET"} [] [2025-03-12T10:45:14.788496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02c2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/02c2dd?panel=request","method":"GET"} [] [2025-03-12T10:45:14.814125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:14.960484+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FServiceValueResolver.php&line=61","method":"GET"} [] [2025-03-12T10:45:17.155663+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FTraceableValueResolver.php&line=53","method":"GET"} [] [2025-03-12T10:45:17.976800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fa16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fa16b?panel=request","method":"GET"} [] [2025-03-12T10:45:18.025855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:19.338330+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FProcessor%2FDebugProcessor.php&line=20","method":"GET"} [] [2025-03-12T10:45:20.816454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9?panel=request","method":"GET"} [] [2025-03-12T10:45:20.846057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:21.453355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=exception","method":"GET"} [] [2025-03-12T10:45:21.493238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:45:23.508254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6?panel=time","method":"GET"} [] [2025-03-12T10:45:23.532230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:45:23.681938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=exception","method":"GET"} [] [2025-03-12T10:45:23.707868+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-12T10:45:23.716177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:45:23.743802+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-12T10:45:26.180289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=exception","method":"GET"} [] [2025-03-12T10:45:26.180321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7e52a?panel=request","method":"GET"} [] [2025-03-12T10:45:26.252590+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-12T10:45:26.278171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:45:26.311172+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-12T10:45:26.317028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:28.456400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=translation","method":"GET"} [] [2025-03-12T10:45:28.481208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:45:28.587312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fa0b60"},"request_uri":"https://test.phila-ca.com/public/_profiler/fa0b60?panel=request","method":"GET"} [] [2025-03-12T10:45:28.657602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:30.633263+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-12T10:45:30.850990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fb8a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fb8a1?panel=request","method":"GET"} [] [2025-03-12T10:45:30.930727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:32.904045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=exception","method":"GET"} [] [2025-03-12T10:45:32.925944+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-12T10:45:32.928876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:45:32.947439+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-12T10:45:33.115907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5bec46"},"request_uri":"http://test.phila-ca.com/public/_profiler/5bec46?panel=request","method":"GET"} [] [2025-03-12T10:45:33.164029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:35.111654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=translation","method":"GET"} [] [2025-03-12T10:45:35.132884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:45:35.361487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"75ae9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/75ae9c?panel=request","method":"GET"} [] [2025-03-12T10:45:35.385159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:37.340244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=translation","method":"GET"} [] [2025-03-12T10:45:37.361694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:45:37.550465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dae39"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dae39?panel=request","method":"GET"} [] [2025-03-12T10:45:37.610054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:39.612653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=translation","method":"GET"} [] [2025-03-12T10:45:39.635825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:45:39.860509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e746cf"},"request_uri":"https://test.phila-ca.com/public/_profiler/e746cf?panel=request","method":"GET"} [] [2025-03-12T10:45:39.885061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:42.068808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c","method":"GET"} [] [2025-03-12T10:45:42.068930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=mailer","method":"GET"} [] [2025-03-12T10:45:42.125130+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c/exception.css","method":"GET"} [] [2025-03-12T10:45:42.126632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:45:42.132871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:45:42.170885+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c/exception","method":"GET"} [] [2025-03-12T10:45:44.241733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=mailer","method":"GET"} [] [2025-03-12T10:45:44.271782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:45:44.297349+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T10:45:44.328135+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T10:45:44.337346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:45:44.337384+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:45:44.776185+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T10:45:44.851011+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T10:45:44.873357+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T10:45:46.406302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=mailer","method":"GET"} [] [2025-03-12T10:45:46.430291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:45:48.655367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84","method":"GET"} [] [2025-03-12T10:45:48.686884+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/exception.css","method":"GET"} [] [2025-03-12T10:45:48.689986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:45:48.708543+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/exception","method":"GET"} [] [2025-03-12T10:45:50.764139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6?panel=dump","method":"GET"} [] [2025-03-12T10:45:50.787967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:45:50.831789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=request","method":"GET"} [] [2025-03-12T10:45:50.853544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:53.103162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=request","method":"GET"} [] [2025-03-12T10:45:53.126905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:54.090882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6?panel=security","method":"GET"} [] [2025-03-12T10:45:54.113027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:45:55.331441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=request","method":"GET"} [] [2025-03-12T10:45:55.352288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:57.391613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6?panel=request","method":"GET"} [] [2025-03-12T10:45:57.453408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:45:57.519033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=events","method":"GET"} [] [2025-03-12T10:45:57.542150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:45:59.682968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=events","method":"GET"} [] [2025-03-12T10:45:59.707695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:45:59.809089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://test.phila-ca.com/public/_profiler/e73a8d?panel=request","method":"GET"} [] [2025-03-12T10:45:59.871629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:01.924298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=events","method":"GET"} [] [2025-03-12T10:46:01.943775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:46:02.490944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=request","method":"GET"} [] [2025-03-12T10:46:02.571362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:04.119133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=form","method":"GET"} [] [2025-03-12T10:46:04.145615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:46:04.804683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf4a25"},"request_uri":"https://test.phila-ca.com/public/_profiler/cf4a25?panel=request","method":"GET"} [] [2025-03-12T10:46:04.836626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:06.421566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=time","method":"GET"} [] [2025-03-12T10:46:06.449076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:46:08.653168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=dump","method":"GET"} [] [2025-03-12T10:46:08.672661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:46:08.860176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79fc6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/79fc6e?panel=request","method":"GET"} [] [2025-03-12T10:46:08.884008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:10.909704+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/exception","method":"GET"} [] [2025-03-12T10:46:13.341885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e36df5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e36df5?panel=request","method":"GET"} [] [2025-03-12T10:46:13.342082+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FBlogController.php&line=47","method":"GET"} [] [2025-03-12T10:46:13.439353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:15.596178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e","method":"GET"} [] [2025-03-12T10:46:15.619306+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T10:46:15.624613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:46:15.643943+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T10:46:17.285418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e2e8b?panel=request","method":"GET"} [] [2025-03-12T10:46:17.347495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:17.904397+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=var%2Flog%2Fdev.log&line=0","method":"GET"} [] [2025-03-12T10:46:19.612409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1?panel=request","method":"GET"} [] [2025-03-12T10:46:19.637396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:21.456069+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=127","method":"GET"} [] [2025-03-12T10:46:22.064172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"http://test.phila-ca.com/public/_profiler/7a1db6?panel=request","method":"GET"} [] [2025-03-12T10:46:22.104189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:23.567635+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=60","method":"GET"} [] [2025-03-12T10:46:24.475046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a1db6"},"request_uri":"https://test.phila-ca.com/public/_profiler/7a1db6?panel=request","method":"GET"} [] [2025-03-12T10:46:24.498302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:25.766692+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=65","method":"GET"} [] [2025-03-12T10:46:26.772171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffd336"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffd336?panel=request","method":"GET"} [] [2025-03-12T10:46:26.825332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:29.296908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b20ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b20ae?panel=request","method":"GET"} [] [2025-03-12T10:46:29.376601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:30.319441+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=76","method":"GET"} [] [2025-03-12T10:46:31.652950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c?panel=request","method":"GET"} [] [2025-03-12T10:46:31.694309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:32.577598+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=60","method":"GET"} [] [2025-03-12T10:46:33.910059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=request","method":"GET"} [] [2025-03-12T10:46:33.933245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:34.793895+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=76","method":"GET"} [] [2025-03-12T10:46:36.210113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be3e41"},"request_uri":"https://test.phila-ca.com/public/_profiler/be3e41?panel=request","method":"GET"} [] [2025-03-12T10:46:36.244559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:36.966898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=mailer","method":"GET"} [] [2025-03-12T10:46:36.994570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:46:38.448273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e?panel=request","method":"GET"} [] [2025-03-12T10:46:38.495892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:39.211725+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T10:46:40.814748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd","method":"GET"} [] [2025-03-12T10:46:40.838128+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd/exception.css","method":"GET"} [] [2025-03-12T10:46:40.843407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:46:40.862522+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd/exception","method":"GET"} [] [2025-03-12T10:46:41.454340+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FEventListener%2FSuggestMissingPackageSubscriber.php&line=47","method":"GET"} [] [2025-03-12T10:46:43.614159+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FEventListener%2FSuggestMissingPackageSubscriber.php&line=47","method":"GET"} [] [2025-03-12T10:46:45.802703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=request","method":"GET"} [] [2025-03-12T10:46:45.889294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:46.940209+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FRedirectToPreferredLocaleSubscriber.php&line=64","method":"GET"} [] [2025-03-12T10:46:49.166360+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FRememberMe%2FResponseListener.php&line=27","method":"GET"} [] [2025-03-12T10:46:49.291215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c?panel=request","method":"GET"} [] [2025-03-12T10:46:49.383096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:51.322540+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FRememberMe%2FResponseListener.php&line=27","method":"GET"} [] [2025-03-12T10:46:51.515578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d","method":"GET"} [] [2025-03-12T10:46:51.538393+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d/exception.css","method":"GET"} [] [2025-03-12T10:46:51.541264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:46:51.559608+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d/exception","method":"GET"} [] [2025-03-12T10:46:53.574949+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=74","method":"GET"} [] [2025-03-12T10:46:53.843582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bb66c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8bb66c?panel=request","method":"GET"} [] [2025-03-12T10:46:53.907934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:55.728677+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FControllerSubscriber.php&line=42","method":"GET"} [] [2025-03-12T10:46:56.195707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c0b36b?panel=request","method":"GET"} [] [2025-03-12T10:46:56.248458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:46:57.931609+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FControllerSubscriber.php&line=42","method":"GET"} [] [2025-03-12T10:46:58.429934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2bc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c2bc5?panel=request","method":"GET"} [] [2025-03-12T10:46:58.514845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:47:00.179110+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FLogger.php&line=23","method":"GET"} [] [2025-03-12T10:47:00.977890+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd/exception.css","method":"GET"} [] [2025-03-12T10:47:02.446537+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FExceptionListener.php&line=91","method":"GET"} [] [2025-03-12T10:47:03.182344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd?panel=dump","method":"GET"} [] [2025-03-12T10:47:03.219893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:47:04.680840+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=229","method":"GET"} [] [2025-03-12T10:47:05.432872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd?panel=form","method":"GET"} [] [2025-03-12T10:47:05.458650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:47:06.909952+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FProcessor%2FPsrLogMessageProcessor.php&line=23","method":"GET"} [] [2025-03-12T10:47:07.697845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd?panel=time","method":"GET"} [] [2025-03-12T10:47:07.726655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:47:09.136200+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-03-12T10:47:09.942498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd?panel=twig","method":"GET"} [] [2025-03-12T10:47:09.967015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:47:11.360312+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall.php&line=44","method":"GET"} [] [2025-03-12T10:47:12.110699+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd/exception","method":"GET"} [] [2025-03-12T10:47:13.571970+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall.php&line=44","method":"GET"} [] [2025-03-12T10:47:14.292744+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d/exception.css","method":"GET"} [] [2025-03-12T10:47:15.861776+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FHandler%2FStreamHandler.php&line=23","method":"GET"} [] [2025-03-12T10:47:16.520078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d?panel=twig","method":"GET"} [] [2025-03-12T10:47:16.571754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:47:18.049805+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=30","method":"GET"} [] [2025-03-12T10:47:20.003098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d?panel=dump","method":"GET"} [] [2025-03-12T10:47:20.039305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:47:20.265813+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=46","method":"GET"} [] [2025-03-12T10:47:22.284746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d?panel=time","method":"GET"} [] [2025-03-12T10:47:22.311589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:47:22.455266+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=154","method":"GET"} [] [2025-03-12T10:47:24.453414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241","method":"GET"} [] [2025-03-12T10:47:24.477787+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241/exception.css","method":"GET"} [] [2025-03-12T10:47:24.484520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:47:24.504207+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241/exception","method":"GET"} [] [2025-03-12T10:47:24.685042+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=46","method":"GET"} [] [2025-03-12T10:47:26.742232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1","method":"GET"} [] [2025-03-12T10:47:26.766077+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1/exception.css","method":"GET"} [] [2025-03-12T10:47:26.769098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:47:26.788862+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1/exception","method":"GET"} [] [2025-03-12T10:47:26.855128+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=30","method":"GET"} [] [2025-03-12T10:47:29.022229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=time","method":"GET"} [] [2025-03-12T10:47:29.046911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:47:30.182654+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FValidateRequestListener.php&line=30","method":"GET"} [] [2025-03-12T10:47:31.325552+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d/exception","method":"GET"} [] [2025-03-12T10:47:32.576796+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRouterDataCollector.php&line=72","method":"GET"} [] [2025-03-12T10:47:33.560937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d?panel=security","method":"GET"} [] [2025-03-12T10:47:33.606427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:47:34.761153+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FValidateRequestListener.php&line=30","method":"GET"} [] [2025-03-12T10:47:35.824320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd?panel=security","method":"GET"} [] [2025-03-12T10:47:35.863836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:47:36.998744+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=40","method":"GET"} [] [2025-03-12T10:47:38.104182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/752fcd?panel=request","method":"GET"} [] [2025-03-12T10:47:38.130433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:47:39.170470+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=184","method":"GET"} [] [2025-03-12T10:47:41.335374+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FFragmentListener.php&line=53","method":"GET"} [] [2025-03-12T10:47:41.439570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d?panel=request","method":"GET"} [] [2025-03-12T10:47:41.463940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:47:43.558153+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FFragmentListener.php&line=53","method":"GET"} [] [2025-03-12T10:47:44.903577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=events","method":"GET"} [] [2025-03-12T10:47:44.927982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:47:45.776212+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FEnvelopeListener.php&line=42","method":"GET"} [] [2025-03-12T10:47:47.281645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=security","method":"GET"} [] [2025-03-12T10:47:47.307768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:47:48.049721+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FEnvelopeListener.php&line=42","method":"GET"} [] [2025-03-12T10:47:49.500784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=mailer","method":"GET"} [] [2025-03-12T10:47:49.531271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:47:50.287476+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=34","method":"GET"} [] [2025-03-12T10:47:51.744583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=db","method":"GET"} [] [2025-03-12T10:47:51.779401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:47:52.483145+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=51","method":"GET"} [] [2025-03-12T10:47:54.075671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=twig","method":"GET"} [] [2025-03-12T10:47:54.101418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:47:54.652193+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=51","method":"GET"} [] [2025-03-12T10:47:56.345468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=dump","method":"GET"} [] [2025-03-12T10:47:56.373498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:47:56.855405+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=34","method":"GET"} [] [2025-03-12T10:47:58.593465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=security","method":"GET"} [] [2025-03-12T10:47:58.617607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:47:59.009947+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-03-12T10:48:00.823430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=form","method":"GET"} [] [2025-03-12T10:48:00.847920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:48:01.195959+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=45","method":"GET"} [] [2025-03-12T10:48:03.799938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b","method":"GET"} [] [2025-03-12T10:48:03.800103+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=70","method":"GET"} [] [2025-03-12T10:48:03.845935+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b/exception.css","method":"GET"} [] [2025-03-12T10:48:03.853410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:48:03.873024+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b/exception","method":"GET"} [] [2025-03-12T10:48:06.013032+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FControllerListener.php&line=44","method":"GET"} [] [2025-03-12T10:48:06.073878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c","method":"GET"} [] [2025-03-12T10:48:06.098336+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/exception.css","method":"GET"} [] [2025-03-12T10:48:06.101601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:48:06.126551+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/exception","method":"GET"} [] [2025-03-12T10:48:08.228648+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} [] [2025-03-12T10:48:08.387516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=cache","method":"GET"} [] [2025-03-12T10:48:08.435900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:48:10.467066+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=50","method":"GET"} [] [2025-03-12T10:48:10.673395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b?panel=request","method":"GET"} [] [2025-03-12T10:48:10.698619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:12.618077+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=65","method":"GET"} [] [2025-03-12T10:48:12.864098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=request","method":"GET"} [] [2025-03-12T10:48:12.888672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:14.805417+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-03-12T10:48:15.110993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d72a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d72a5c?panel=request","method":"GET"} [] [2025-03-12T10:48:15.211831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:17.035921+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-03-12T10:48:17.330978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b68e7b?panel=request","method":"GET"} [] [2025-03-12T10:48:17.392157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:19.428070+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-03-12T10:48:19.623824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"https://test.phila-ca.com/public/_profiler/7da4f1?panel=request","method":"GET"} [] [2025-03-12T10:48:19.647549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:21.628100+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FParamConverterListener.php&line=53","method":"GET"} [] [2025-03-12T10:48:21.881598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fb5b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fb5b0?panel=request","method":"GET"} [] [2025-03-12T10:48:21.905729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:24.134477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/fcd936?panel=request","method":"GET"} [] [2025-03-12T10:48:24.172127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:25.024856+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FStreamedResponseListener.php&line=32","method":"GET"} [] [2025-03-12T10:48:26.364525+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b/exception.css","method":"GET"} [] [2025-03-12T10:48:27.203019+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageLoggerListener.php&line=41","method":"GET"} [] [2025-03-12T10:48:28.632196+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e2e8b"},"request_uri":"http://test.phila-ca.com/public/_profiler/9e2e8b/exception","method":"GET"} [] [2025-03-12T10:48:29.423562+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FParamConverterListener.php&line=53","method":"GET"} [] [2025-03-12T10:48:30.835953+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/exception.css","method":"GET"} [] [2025-03-12T10:48:31.602280+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=50","method":"GET"} [] [2025-03-12T10:48:33.055681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c?panel=dump","method":"GET"} [] [2025-03-12T10:48:33.082037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:48:33.781083+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FStreamedResponseListener.php&line=32","method":"GET"} [] [2025-03-12T10:48:35.568066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c?panel=form","method":"GET"} [] [2025-03-12T10:48:35.613736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:48:36.005101+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FControllerListener.php&line=44","method":"GET"} [] [2025-03-12T10:48:37.833375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c?panel=twig","method":"GET"} [] [2025-03-12T10:48:37.873606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:48:38.158184+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=50","method":"GET"} [] [2025-03-12T10:48:40.112847+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/exception","method":"GET"} [] [2025-03-12T10:48:40.393413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1","method":"GET"} [] [2025-03-12T10:48:40.437331+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1/exception.css","method":"GET"} [] [2025-03-12T10:48:40.444819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:48:40.498353+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1/exception","method":"GET"} [] [2025-03-12T10:48:42.328357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c?panel=security","method":"GET"} [] [2025-03-12T10:48:42.357371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:48:42.723614+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=70","method":"GET"} [] [2025-03-12T10:48:44.514778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c?panel=cache","method":"GET"} [] [2025-03-12T10:48:44.537423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:48:44.960774+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageLoggerListener.php&line=41","method":"GET"} [] [2025-03-12T10:48:46.763766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c?panel=request","method":"GET"} [] [2025-03-12T10:48:46.786340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:47.170550+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FEventListener%2FWebDebugToolbarListener.php&line=63","method":"GET"} [] [2025-03-12T10:48:49.033246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f55bd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f55bd?panel=request","method":"GET"} [] [2025-03-12T10:48:49.084182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:49.381805+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FEventListener%2FWebDebugToolbarListener.php&line=63","method":"GET"} [] [2025-03-12T10:48:51.491417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f53fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f53fa?panel=request","method":"GET"} [] [2025-03-12T10:48:51.607411+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=50","method":"GET"} [] [2025-03-12T10:48:51.621061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:53.843949+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} [] [2025-03-12T10:48:53.845396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725?panel=request","method":"GET"} [] [2025-03-12T10:48:53.886572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:56.050637+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=43","method":"GET"} [] [2025-03-12T10:48:57.161132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1eb05c"},"request_uri":"https://test.phila-ca.com/public/_profiler/1eb05c?panel=request","method":"GET"} [] [2025-03-12T10:48:57.196841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:48:58.266409+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=56","method":"GET"} [] [2025-03-12T10:48:59.463072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c1c4e"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c1c4e?panel=request","method":"GET"} [] [2025-03-12T10:48:59.502671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:00.313297+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FIsGrantedListener.php&line=39","method":"GET"} [] [2025-03-12T10:49:01.711520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56fb9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/56fb9c?panel=request","method":"GET"} [] [2025-03-12T10:49:01.782060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:03.661186+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=56","method":"GET"} [] [2025-03-12T10:49:05.390917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=request","method":"GET"} [] [2025-03-12T10:49:05.416665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:05.855927+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} [] [2025-03-12T10:49:08.020017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e?panel=request","method":"GET"} [] [2025-03-12T10:49:08.088800+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=71","method":"GET"} [] [2025-03-12T10:49:08.097113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:10.340491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2ff84?panel=request","method":"GET"} [] [2025-03-12T10:49:10.375381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:11.361154+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} [] [2025-03-12T10:49:12.624781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/144dff?panel=request","method":"GET"} [] [2025-03-12T10:49:12.692958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:13.570906+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=42","method":"GET"} [] [2025-03-12T10:49:14.940752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9d8b5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9d8b5c?panel=request","method":"GET"} [] [2025-03-12T10:49:14.992639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:15.792637+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FSecurityListener.php&line=53","method":"GET"} [] [2025-03-12T10:49:17.072328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b9d7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0b9d7f?panel=request","method":"GET"} [] [2025-03-12T10:49:17.170457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:17.999148+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSurrogateListener.php&line=39","method":"GET"} [] [2025-03-12T10:49:19.380783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cc99d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3cc99d?panel=request","method":"GET"} [] [2025-03-12T10:49:19.404188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:20.219476+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=71","method":"GET"} [] [2025-03-12T10:49:21.628248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db11c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/db11c3?panel=request","method":"GET"} [] [2025-03-12T10:49:21.683681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:22.407201+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=42","method":"GET"} [] [2025-03-12T10:49:24.422222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e8cc1"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e8cc1?panel=request","method":"GET"} [] [2025-03-12T10:49:24.481011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:24.605681+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=81","method":"GET"} [] [2025-03-12T10:49:26.623483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=request","method":"GET"} [] [2025-03-12T10:49:26.670554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:26.828361+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FEventListener%2FExceptionListener.php&line=26","method":"GET"} [] [2025-03-12T10:49:28.871839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d?panel=request","method":"GET"} [] [2025-03-12T10:49:28.923998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:29.026850+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FSecurityListener.php&line=53","method":"GET"} [] [2025-03-12T10:49:31.141429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"752fcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/752fcd?panel=request","method":"GET"} [] [2025-03-12T10:49:31.166318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:31.266192+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FIsGrantedListener.php&line=39","method":"GET"} [] [2025-03-12T10:49:33.322552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0eb69f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0eb69f?panel=request","method":"GET"} [] [2025-03-12T10:49:33.363603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:33.436786+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=46","method":"GET"} [] [2025-03-12T10:49:35.615191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97af1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/97af1d?panel=request","method":"GET"} [] [2025-03-12T10:49:35.641654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:36.782997+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=48","method":"GET"} [] [2025-03-12T10:49:37.833498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"97de1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/97de1c?panel=request","method":"GET"} [] [2025-03-12T10:49:37.860365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:39.126173+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FEventListener%2FExceptionListener.php&line=26","method":"GET"} [] [2025-03-12T10:49:40.213124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20a6ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/20a6ad?panel=request","method":"GET"} [] [2025-03-12T10:49:40.331164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:41.341960+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=97","method":"GET"} [] [2025-03-12T10:49:42.552330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fd63d"},"request_uri":"https://test.phila-ca.com/public/_profiler/6fd63d?panel=request","method":"GET"} [] [2025-03-12T10:49:42.583922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:43.588833+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=43","method":"GET"} [] [2025-03-12T10:49:44.801599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://test.phila-ca.com/public/_profiler/8cd83f?panel=request","method":"GET"} [] [2025-03-12T10:49:44.911927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:45.788444+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=48","method":"GET"} [] [2025-03-12T10:49:47.131772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c47b9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c47b9c?panel=request","method":"GET"} [] [2025-03-12T10:49:47.166586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:47.996266+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=97","method":"GET"} [] [2025-03-12T10:49:49.393319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6bed61"},"request_uri":"https://test.phila-ca.com/public/_profiler/6bed61?panel=request","method":"GET"} [] [2025-03-12T10:49:49.418483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:50.158334+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=81","method":"GET"} [] [2025-03-12T10:49:51.620373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=request","method":"GET"} [] [2025-03-12T10:49:51.643636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:52.377396+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=358","method":"GET"} [] [2025-03-12T10:49:54.042594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48cc1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e48cc1?panel=request","method":"GET"} [] [2025-03-12T10:49:54.072778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:54.624114+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=353","method":"GET"} [] [2025-03-12T10:49:56.497422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07?panel=request","method":"GET"} [] [2025-03-12T10:49:56.556253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:56.791544+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=358","method":"GET"} [] [2025-03-12T10:49:58.763998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e67cb3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e67cb3?panel=request","method":"GET"} [] [2025-03-12T10:49:58.790835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:49:58.997780+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=353","method":"GET"} [] [2025-03-12T10:50:00.981704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"64561f"},"request_uri":"https://test.phila-ca.com/public/_profiler/64561f/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fsingle-article.html","method":"GET"} [] [2025-03-12T10:50:01.111840+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T10:50:02.326976+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=99","method":"GET"} [] [2025-03-12T10:50:03.266467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T10:50:03.305368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fblog.html","method":"GET"} [] [2025-03-12T10:50:04.535889+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=59","method":"GET"} [] [2025-03-12T10:50:06.761470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b","method":"GET"} [] [2025-03-12T10:50:06.814721+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/exception.css","method":"GET"} [] [2025-03-12T10:50:06.820492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:50:06.840114+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/exception","method":"GET"} [] [2025-03-12T10:50:09.100685+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=37","method":"GET"} [] [2025-03-12T10:50:12.605674+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=59","method":"GET"} [] [2025-03-12T10:50:14.866255+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=92","method":"GET"} [] [2025-03-12T10:50:15.364581+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T10:50:15.391424+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T10:50:15.402808+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:50:15.402874+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T10:50:15.509856+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T10:50:15.564791+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T10:50:15.584322+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T10:50:17.073792+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=37","method":"GET"} [] [2025-03-12T10:50:17.753972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e","method":"GET"} [] [2025-03-12T10:50:17.776150+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e/exception.css","method":"GET"} [] [2025-03-12T10:50:17.780914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:50:17.799812+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"23ce8e"},"request_uri":"https://test.phila-ca.com/public/_profiler/23ce8e/exception","method":"GET"} [] [2025-03-12T10:50:19.288457+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=71","method":"GET"} [] [2025-03-12T10:50:21.494381+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=92","method":"GET"} [] [2025-03-12T10:50:24.863740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6","method":"GET"} [] [2025-03-12T10:50:24.896135+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6/exception.css","method":"GET"} [] [2025-03-12T10:50:24.902715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=exception","method":"GET"} [] [2025-03-12T10:50:24.905717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:50:24.925455+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/exception.css","method":"GET"} [] [2025-03-12T10:50:24.928364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:50:24.948163+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/exception","method":"GET"} [] [2025-03-12T10:50:24.948248+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6/exception","method":"GET"} [] [2025-03-12T10:50:27.165991+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/exception","method":"GET"} [] [2025-03-12T10:50:29.639416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=config","method":"GET"} [] [2025-03-12T10:50:29.685886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:50:31.869506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=exception","method":"GET"} [] [2025-03-12T10:50:31.898394+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/exception.css","method":"GET"} [] [2025-03-12T10:50:31.901275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:50:31.924358+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/exception","method":"GET"} [] [2025-03-12T10:50:34.104545+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=125","method":"GET"} [] [2025-03-12T10:50:36.326119+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=144","method":"GET"} [] [2025-03-12T10:50:38.523740+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=144","method":"GET"} [] [2025-03-12T10:50:41.936746+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=128","method":"GET"} [] [2025-03-12T10:50:44.165526+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=128","method":"GET"} [] [2025-03-12T10:50:46.497113+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=115","method":"GET"} [] [2025-03-12T10:50:48.710889+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=125","method":"GET"} [] [2025-03-12T10:50:50.890627+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Ftwig%2Fextra-bundle%2Fsrc%2FTwigExtraBundle.php&line=18","method":"GET"} [] [2025-03-12T10:50:53.122073+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdebug-bundle%2FDebugBundle.php&line=23","method":"GET"} [] [2025-03-12T10:50:55.297778+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2FDoctrineBundle.php&line=20","method":"GET"} [] [2025-03-12T10:50:57.550723+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=24","method":"GET"} [] [2025-03-12T10:51:00.956328+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fknpuniversity%2Foauth2-client-bundle%2Fsrc%2FKnpUOAuth2ClientBundle.php&line=16","method":"GET"} [] [2025-03-12T10:51:03.880062+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FDoctrineMigrationsBundle.php&line=14","method":"GET"} [] [2025-03-12T10:51:06.098574+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-fixtures-bundle%2FDoctrineFixturesBundle.php&line=14","method":"GET"} [] [2025-03-12T10:51:07.412028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e?panel=validator","method":"GET"} [] [2025-03-12T10:51:07.451119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:51:08.246049+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FSensioFrameworkExtraBundle.php&line=23","method":"GET"} [] [2025-03-12T10:51:10.449290+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Ftgalopin%2Fhtml-sanitizer-bundle%2Fsrc%2FHtmlSanitizerBundle.php&line=23","method":"GET"} [] [2025-03-12T10:51:12.746720+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FWebpackEncoreBundle.php&line=14","method":"GET"} [] [2025-03-12T10:51:14.915819+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FFrameworkBundle.php&line=86","method":"GET"} [] [2025-03-12T10:51:17.118528+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FSecurityBundle.php&line=48","method":"GET"} [] [2025-03-12T10:51:19.553433+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FWebProfilerBundle.php&line=19","method":"GET"} [] [2025-03-12T10:51:21.100457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e?panel=events","method":"GET"} [] [2025-03-12T10:51:21.120539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:51:23.084258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=exception","method":"GET"} [] [2025-03-12T10:51:23.128998+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1/exception.css","method":"GET"} [] [2025-03-12T10:51:23.140637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:51:23.189100+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1/exception","method":"GET"} [] [2025-03-12T10:51:25.543720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=translation","method":"GET"} [] [2025-03-12T10:51:25.568420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:51:27.809946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=translation","method":"GET"} [] [2025-03-12T10:51:27.835292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:51:30.066822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=translation","method":"GET"} [] [2025-03-12T10:51:30.105360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:51:32.326128+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=36","method":"GET"} [] [2025-03-12T10:51:34.685012+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=36","method":"GET"} [] [2025-03-12T10:51:36.926748+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDumpListener.php&line=39","method":"GET"} [] [2025-03-12T10:51:39.003165+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDumpListener.php&line=39","method":"GET"} [] [2025-03-12T10:51:41.187147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=exception","method":"GET"} [] [2025-03-12T10:51:41.219349+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T10:51:41.230421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:51:41.274297+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T10:51:43.582679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=translation","method":"GET"} [] [2025-03-12T10:51:43.607476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:51:45.824047+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=44","method":"GET"} [] [2025-03-12T10:51:48.049872+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=83","method":"GET"} [] [2025-03-12T10:51:50.591904+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=91","method":"GET"} [] [2025-03-12T10:51:52.815878+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=43","method":"GET"} [] [2025-03-12T10:51:55.036754+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=50","method":"GET"} [] [2025-03-12T10:51:57.207596+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=43","method":"GET"} [] [2025-03-12T10:51:59.420717+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=91","method":"GET"} [] [2025-03-12T10:52:01.637943+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=50","method":"GET"} [] [2025-03-12T10:52:04.967331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=request","method":"GET"} [] [2025-03-12T10:52:05.009613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:52:07.506471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=request","method":"GET"} [] [2025-03-12T10:52:07.583670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:52:09.783960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=request","method":"GET"} [] [2025-03-12T10:52:09.810337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:52:10.788063+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6/exception.css","method":"GET"} [] [2025-03-12T10:52:12.076503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=mailer","method":"GET"} [] [2025-03-12T10:52:12.106509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:52:14.295993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=events","method":"GET"} [] [2025-03-12T10:52:14.319689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:52:16.520328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=events","method":"GET"} [] [2025-03-12T10:52:16.542275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:52:17.746142+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6/exception","method":"GET"} [] [2025-03-12T10:52:18.742611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=dump","method":"GET"} [] [2025-03-12T10:52:18.764529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:52:22.175867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=twig","method":"GET"} [] [2025-03-12T10:52:22.227596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:52:24.805789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=twig","method":"GET"} [] [2025-03-12T10:52:24.911713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:52:27.043238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a","method":"GET"} [] [2025-03-12T10:52:27.065718+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/exception.css","method":"GET"} [] [2025-03-12T10:52:27.072813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:52:27.092581+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/exception","method":"GET"} [] [2025-03-12T10:52:29.243310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=dump","method":"GET"} [] [2025-03-12T10:52:29.271741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:52:31.577361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b","method":"GET"} [] [2025-03-12T10:52:31.598986+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-12T10:52:31.602053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T10:52:31.622855+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-12T10:52:33.791546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=twig","method":"GET"} [] [2025-03-12T10:52:33.815906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:52:36.045736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=dump","method":"GET"} [] [2025-03-12T10:52:36.067419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:52:38.293609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=form","method":"GET"} [] [2025-03-12T10:52:38.346194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:52:40.850034+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FExceptionListener.php&line=91","method":"GET"} [] [2025-03-12T10:52:43.127384+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=154","method":"GET"} [] [2025-03-12T10:52:45.286850+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Fbase_js.html.twig&line=1","method":"GET"} [] [2025-03-12T10:52:47.560794+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_js.html.twig&line=1","method":"GET"} [] [2025-03-12T10:52:49.768694+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/exception","method":"GET"} [] [2025-03-12T10:52:51.926258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=exception","method":"GET"} [] [2025-03-12T10:52:51.950706+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/exception.css","method":"GET"} [] [2025-03-12T10:52:51.956871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:52:51.980683+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/exception","method":"GET"} [] [2025-03-12T10:52:54.163994+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-12T10:52:56.748739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=exception","method":"GET"} [] [2025-03-12T10:52:56.877372+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-12T10:52:56.884088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:52:56.928738+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/exception","method":"GET"} [] [2025-03-12T10:52:59.123986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=translation","method":"GET"} [] [2025-03-12T10:52:59.146422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:53:01.297329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=translation","method":"GET"} [] [2025-03-12T10:53:01.320729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:53:01.591734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e?panel=request","method":"GET"} [] [2025-03-12T10:53:01.613425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:53:03.593023+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=83","method":"GET"} [] [2025-03-12T10:53:06.992611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=request","method":"GET"} [] [2025-03-12T10:53:07.016707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:53:09.244239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=mailer","method":"GET"} [] [2025-03-12T10:53:09.269509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:53:11.565440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=mailer","method":"GET"} [] [2025-03-12T10:53:11.589852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:53:13.837440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=events","method":"GET"} [] [2025-03-12T10:53:13.899251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:53:16.108283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=events","method":"GET"} [] [2025-03-12T10:53:16.130828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:53:18.363934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=time","method":"GET"} [] [2025-03-12T10:53:18.387487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:53:21.864755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=form","method":"GET"} [] [2025-03-12T10:53:21.887660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:53:24.120637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=dump","method":"GET"} [] [2025-03-12T10:53:24.144696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:53:26.354274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=time","method":"GET"} [] [2025-03-12T10:53:26.408367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:53:28.689266+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FVideoController.php&line=103","method":"GET"} [] [2025-03-12T10:53:31.167866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=twig","method":"GET"} [] [2025-03-12T10:53:31.230752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:53:33.612267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=twig","method":"GET"} [] [2025-03-12T10:53:33.637517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:53:35.786610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=time","method":"GET"} [] [2025-03-12T10:53:35.816051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:53:38.115863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=time","method":"GET"} [] [2025-03-12T10:53:38.136129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:53:40.351181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=form","method":"GET"} [] [2025-03-12T10:53:40.374960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:53:42.567971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=dump","method":"GET"} [] [2025-03-12T10:53:42.595008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:53:45.049455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=time","method":"GET"} [] [2025-03-12T10:53:45.074026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:53:47.496900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=twig","method":"GET"} [] [2025-03-12T10:53:47.582039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:53:49.814833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=twig","method":"GET"} [] [2025-03-12T10:53:49.837071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:53:52.041313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=form","method":"GET"} [] [2025-03-12T10:53:52.062155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:53:56.607250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=validator","method":"GET"} [] [2025-03-12T10:53:56.631988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:53:59.097950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=validator","method":"GET"} [] [2025-03-12T10:53:59.124960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:54:01.551605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=validator","method":"GET"} [] [2025-03-12T10:54:01.578906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:54:05.138339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=validator","method":"GET"} [] [2025-03-12T10:54:05.216348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:54:07.448575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=validator","method":"GET"} [] [2025-03-12T10:54:07.471510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:54:09.586528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=validator","method":"GET"} [] [2025-03-12T10:54:09.610074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:54:11.905635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=db","method":"GET"} [] [2025-03-12T10:54:11.931437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:14.051968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=db","method":"GET"} [] [2025-03-12T10:54:14.075071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:16.231491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=db","method":"GET"} [] [2025-03-12T10:54:16.255244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:18.569873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=db","method":"GET"} [] [2025-03-12T10:54:18.596031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:20.920666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=db","method":"GET"} [] [2025-03-12T10:54:20.991186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:23.185754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=cache","method":"GET"} [] [2025-03-12T10:54:23.209039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:54:25.422627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=cache","method":"GET"} [] [2025-03-12T10:54:25.449987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:54:28.045933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=cache","method":"GET"} [] [2025-03-12T10:54:28.070904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:54:30.440933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=cache","method":"GET"} [] [2025-03-12T10:54:30.468223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:54:33.826273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:54:33.854082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:54:33.981730+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T10:54:36.421907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=events","method":"GET"} [] [2025-03-12T10:54:36.529594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:54:39.644572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=twig","method":"GET"} [] [2025-03-12T10:54:39.672440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:54:42.820893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=time","method":"GET"} [] [2025-03-12T10:54:42.843710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:54:45.719700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=validator","method":"GET"} [] [2025-03-12T10:54:45.742103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T10:54:48.264413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=form","method":"GET"} [] [2025-03-12T10:54:48.288501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:54:50.677447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=time","method":"GET"} [] [2025-03-12T10:54:50.717049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:54:53.043980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=db","method":"GET"} [] [2025-03-12T10:54:53.109265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:55.390260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=db","method":"GET"} [] [2025-03-12T10:54:55.413979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:54:57.553717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=db","method":"GET"} [] [2025-03-12T10:54:57.576221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:55:01.320404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=cache","method":"GET"} [] [2025-03-12T10:55:01.345924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:55:04.811659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=dump","method":"GET"} [] [2025-03-12T10:55:04.834799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:55:07.169256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=cache","method":"GET"} [] [2025-03-12T10:55:07.196730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:55:09.596678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=config","method":"GET"} [] [2025-03-12T10:55:09.704657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:55:11.952643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=config","method":"GET"} [] [2025-03-12T10:55:11.975254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:55:14.161150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=router","method":"GET"} [] [2025-03-12T10:55:14.184213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:55:14.202292+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/router","method":"GET"} [] [2025-03-12T10:55:16.645020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?group=1&panel=db","method":"GET"} [] [2025-03-12T10:55:16.677064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:55:18.897850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:55:18.928452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:55:18.958864+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T10:55:21.301270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=logger","method":"GET"} [] [2025-03-12T10:55:21.322091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:55:24.854237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=logger","method":"GET"} [] [2025-03-12T10:55:24.962610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:55:27.665738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=config","method":"GET"} [] [2025-03-12T10:55:27.689145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:55:30.452021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=router","method":"GET"} [] [2025-03-12T10:55:30.470811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:55:30.488381+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395/router","method":"GET"} [] [2025-03-12T10:55:33.005124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=logger","method":"GET"} [] [2025-03-12T10:55:33.032243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:55:35.280731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=config","method":"GET"} [] [2025-03-12T10:55:35.300729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:55:37.506939+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/phpinfo","method":"GET"} [] [2025-03-12T10:55:41.723355+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdebug-bundle%2FDebugBundle.php&line=23","method":"GET"} [] [2025-03-12T10:55:43.995251+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2FDoctrineBundle.php&line=20","method":"GET"} [] [2025-03-12T10:55:46.226139+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=24","method":"GET"} [] [2025-03-12T10:55:48.429828+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Ftwig-bundle%2FTwigBundle.php&line=42","method":"GET"} [] [2025-03-12T10:55:50.633860+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fknpuniversity%2Foauth2-client-bundle%2Fsrc%2FKnpUOAuth2ClientBundle.php&line=16","method":"GET"} [] [2025-03-12T10:55:52.840992+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FDoctrineMigrationsBundle.php&line=14","method":"GET"} [] [2025-03-12T10:55:54.985687+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-fixtures-bundle%2FDoctrineFixturesBundle.php&line=14","method":"GET"} [] [2025-03-12T10:55:57.518108+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FWebpackEncoreBundle.php&line=14","method":"GET"} [] [2025-03-12T10:55:59.850607+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Ftgalopin%2Fhtml-sanitizer-bundle%2Fsrc%2FHtmlSanitizerBundle.php&line=23","method":"GET"} [] [2025-03-12T10:56:02.024668+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FSensioFrameworkExtraBundle.php&line=23","method":"GET"} [] [2025-03-12T10:56:04.301776+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FFrameworkBundle.php&line=86","method":"GET"} [] [2025-03-12T10:56:06.512219+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FSecurityBundle.php&line=48","method":"GET"} [] [2025-03-12T10:56:08.720192+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FWebProfilerBundle.php&line=19","method":"GET"} [] [2025-03-12T10:56:10.919165+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle%2FMonologBundle.php&line=30","method":"GET"} [] [2025-03-12T10:56:13.429483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?group=1&panel=db","method":"GET"} [] [2025-03-12T10:56:13.513099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:56:16.887363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=config","method":"GET"} [] [2025-03-12T10:56:16.916143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:56:19.129761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=config","method":"GET"} [] [2025-03-12T10:56:19.158939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:56:21.527840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=logger","method":"GET"} [] [2025-03-12T10:56:21.551485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:56:23.786473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=router","method":"GET"} [] [2025-03-12T10:56:23.812450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:56:23.832170+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/router","method":"GET"} [] [2025-03-12T10:56:26.145355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=exception","method":"GET"} [] [2025-03-12T10:56:26.165150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:56:28.554134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=config","method":"GET"} [] [2025-03-12T10:56:28.634223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:56:30.940846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?panel=security","method":"GET"} [] [2025-03-12T10:56:30.961797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:33.186822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?panel=security","method":"GET"} [] [2025-03-12T10:56:33.220850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:35.407536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=security","method":"GET"} [] [2025-03-12T10:56:35.437074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:37.922241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=security","method":"GET"} [] [2025-03-12T10:56:37.948019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:40.104512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=security","method":"GET"} [] [2025-03-12T10:56:40.129383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:42.169646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?panel=security","method":"GET"} [] [2025-03-12T10:56:42.195790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:44.502014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=security","method":"GET"} [] [2025-03-12T10:56:44.582715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:46.812045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=security","method":"GET"} [] [2025-03-12T10:56:46.836249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:48.996802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=security","method":"GET"} [] [2025-03-12T10:56:49.028880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:51.198409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=translation","method":"GET"} [] [2025-03-12T10:56:51.248772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:56:53.704010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=config","method":"GET"} [] [2025-03-12T10:56:53.728857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T10:56:55.911919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=security","method":"GET"} [] [2025-03-12T10:56:55.937059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T10:56:58.154074+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FSecurity%2FPostVoter.php&line=27","method":"GET"} [] [2025-03-12T10:57:00.656342+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-guard%2FFirewall%2FGuardAuthenticationListener.php&line=35","method":"GET"} [] [2025-03-12T10:57:02.944462+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAnonymousAuthenticationListener.php&line=33","method":"GET"} [] [2025-03-12T10:57:05.119390+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FUsernamePasswordFormAuthenticationListener.php&line=38","method":"GET"} [] [2025-03-12T10:57:07.336766+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FRoleHierarchyVoter.php&line=23","method":"GET"} [] [2025-03-12T10:57:09.495413+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FExpressionVoter.php&line=27","method":"GET"} [] [2025-03-12T10:57:11.716027+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthentication%2FToken%2FAnonymousToken.php&line=21","method":"GET"} [] [2025-03-12T10:57:13.925965+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FChannelListener.php&line=28","method":"GET"} [] [2025-03-12T10:57:16.512739+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=44","method":"GET"} [] [2025-03-12T10:57:19.846150+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAccessListener.php&line=32","method":"GET"} [] [2025-03-12T10:57:22.024707+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FLogout%2FCsrfTokenClearingLogoutHandler.php&line=22","method":"GET"} [] [2025-03-12T10:57:25.465783+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} [] [2025-03-12T10:57:27.793729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=request","method":"GET"} [] [2025-03-12T10:57:27.854366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:57:30.675953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=request","method":"GET"} [] [2025-03-12T10:57:30.698897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T10:57:33.166470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T10:57:35.420696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=router","method":"GET"} [] [2025-03-12T10:57:35.446782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:57:35.468453+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/router","method":"GET"} [] [2025-03-12T10:57:38.234341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=router","method":"GET"} [] [2025-03-12T10:57:38.257680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:57:38.276124+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/router","method":"GET"} [] [2025-03-12T10:57:41.330271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?panel=logger","method":"GET"} [] [2025-03-12T10:57:41.354831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:57:43.596052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?panel=logger","method":"GET"} [] [2025-03-12T10:57:43.652945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:57:45.925024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=router","method":"GET"} [] [2025-03-12T10:57:45.959845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T10:57:45.977638+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/router","method":"GET"} [] [2025-03-12T10:57:48.533578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?panel=logger","method":"GET"} [] [2025-03-12T10:57:48.639247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:57:50.898859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1?panel=logger","method":"GET"} [] [2025-03-12T10:57:50.922415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T10:57:54.167858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=mailer","method":"GET"} [] [2025-03-12T10:57:54.188602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:57:56.379711+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=40","method":"GET"} [] [2025-03-12T10:57:58.534089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395?group=1&panel=db","method":"GET"} [] [2025-03-12T10:57:58.555213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:00.634020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:00.702739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:03.018010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:03.085590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:05.628578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:05.743945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:07.928504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:07.953035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:10.164915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:10.187531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:12.914684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:12.938275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:15.196949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=dump","method":"GET"} [] [2025-03-12T10:58:15.220650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T10:58:17.395610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=events","method":"GET"} [] [2025-03-12T10:58:17.446387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:58:19.776759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=events","method":"GET"} [] [2025-03-12T10:58:19.796660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T10:58:22.829747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=db","method":"GET"} [] [2025-03-12T10:58:23.366651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T10:58:25.581205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=time","method":"GET"} [] [2025-03-12T10:58:25.603526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:58:27.935770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:58:27.961596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:58:27.984998+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T10:58:30.272942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:30.295487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T10:58:34.706632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=time","method":"GET"} [] [2025-03-12T10:58:34.749888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T10:58:39.556347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:58:39.637106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T10:58:39.657702+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T10:58:43.093251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=form","method":"GET"} [] [2025-03-12T10:58:43.113058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:58:54.247594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=form","method":"GET"} [] [2025-03-12T10:58:54.333898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T10:59:13.651917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=cache","method":"GET"} [] [2025-03-12T10:59:13.731649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T10:59:22.425969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=twig","method":"GET"} [] [2025-03-12T10:59:22.445033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:59:32.003765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=twig","method":"GET"} [] [2025-03-12T10:59:32.200611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T10:59:38.207587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=translation","method":"GET"} [] [2025-03-12T10:59:38.228421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:59:44.915225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=translation","method":"GET"} [] [2025-03-12T10:59:44.935994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T10:59:51.336378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=mailer","method":"GET"} [] [2025-03-12T10:59:51.459297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T10:59:56.287676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=mailer","method":"GET"} [] [2025-03-12T10:59:56.313663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:00:01.168224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=validator","method":"GET"} [] [2025-03-12T11:00:01.193105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:00:05.334692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=router","method":"GET"} [] [2025-03-12T11:00:05.353721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:00:05.373413+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709/router","method":"GET"} [] [2025-03-12T11:00:09.719336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=router","method":"GET"} [] [2025-03-12T11:00:09.828019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:00:09.883555+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709/router","method":"GET"} [] [2025-03-12T11:00:12.815279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=security","method":"GET"} [] [2025-03-12T11:00:12.835396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:00:15.922629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=config","method":"GET"} [] [2025-03-12T11:00:15.944202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:00:18.671522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=logger","method":"GET"} [] [2025-03-12T11:00:18.692973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:00:23.521710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=config","method":"GET"} [] [2025-03-12T11:00:23.547177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:00:26.325629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=request","method":"GET"} [] [2025-03-12T11:00:26.481548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:00:28.733392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=request","method":"GET"} [] [2025-03-12T11:00:28.759674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:00:30.972955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=db","method":"GET"} [] [2025-03-12T11:00:30.996775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:00:33.228237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=db","method":"GET"} [] [2025-03-12T11:00:33.253685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:00:35.409202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=dump","method":"GET"} [] [2025-03-12T11:00:35.441762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:00:37.677446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=twig","method":"GET"} [] [2025-03-12T11:00:37.698432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:00:39.973646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=form","method":"GET"} [] [2025-03-12T11:00:39.994217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:00:42.579884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=form","method":"GET"} [] [2025-03-12T11:00:42.758296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:00:45.014293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=logger","method":"GET"} [] [2025-03-12T11:00:45.035695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:00:47.278800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=time","method":"GET"} [] [2025-03-12T11:00:47.301895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:00:49.527799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=twig","method":"GET"} [] [2025-03-12T11:00:49.549337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:00:51.797425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8","method":"GET"} [] [2025-03-12T11:00:51.872659+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-12T11:00:52.070532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:00:52.093113+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-12T11:00:54.344192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f","method":"GET"} [] [2025-03-12T11:00:54.367436+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/exception.css","method":"GET"} [] [2025-03-12T11:00:54.370614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:00:54.390077+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/exception","method":"GET"} [] [2025-03-12T11:00:56.562522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=dump","method":"GET"} [] [2025-03-12T11:00:56.591486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:00:59.477478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:00:59.587105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:00:59.673337+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:01:02.043022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=time","method":"GET"} [] [2025-03-12T11:01:02.062581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:01:05.562071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=mailer","method":"GET"} [] [2025-03-12T11:01:05.581847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:01:08.755639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=mailer","method":"GET"} [] [2025-03-12T11:01:08.776808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:01:14.600975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=events","method":"GET"} [] [2025-03-12T11:01:14.726264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:01:17.003216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=time","method":"GET"} [] [2025-03-12T11:01:17.027843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:01:19.323033+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-12T11:01:21.568389+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/exception","method":"GET"} [] [2025-03-12T11:01:23.786459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=exception","method":"GET"} [] [2025-03-12T11:01:23.807505+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/exception.css","method":"GET"} [] [2025-03-12T11:01:23.812590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:01:23.831441+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/exception","method":"GET"} [] [2025-03-12T11:01:26.040373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=exception","method":"GET"} [] [2025-03-12T11:01:26.060252+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-12T11:01:26.063240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:01:26.082441+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-12T11:01:28.283979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=translation","method":"GET"} [] [2025-03-12T11:01:28.307288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:01:30.745379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=translation","method":"GET"} [] [2025-03-12T11:01:30.822169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:01:33.079852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=mailer","method":"GET"} [] [2025-03-12T11:01:33.110521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:01:35.337325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=mailer","method":"GET"} [] [2025-03-12T11:01:35.361065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:01:37.629491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=request","method":"GET"} [] [2025-03-12T11:01:37.657155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:01:41.085720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=events","method":"GET"} [] [2025-03-12T11:01:41.107696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:01:45.792329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=dump","method":"GET"} [] [2025-03-12T11:01:45.853975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:01:48.106354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=time","method":"GET"} [] [2025-03-12T11:01:48.128641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:01:50.293696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=time","method":"GET"} [] [2025-03-12T11:01:50.330792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:01:52.521713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=twig","method":"GET"} [] [2025-03-12T11:01:52.548178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:01:55.924367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=form","method":"GET"} [] [2025-03-12T11:01:55.946170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:01:58.132887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=twig","method":"GET"} [] [2025-03-12T11:01:58.156377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:02:00.384228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=validator","method":"GET"} [] [2025-03-12T11:02:00.405440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:02:02.862597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=validator","method":"GET"} [] [2025-03-12T11:02:02.926780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:02:05.115192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=db","method":"GET"} [] [2025-03-12T11:02:05.137298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:02:07.354361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=db","method":"GET"} [] [2025-03-12T11:02:07.378398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:02:09.596743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=cache","method":"GET"} [] [2025-03-12T11:02:09.619780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:02:11.861539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=cache","method":"GET"} [] [2025-03-12T11:02:11.883017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:02:14.047432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=logger","method":"GET"} [] [2025-03-12T11:02:14.070073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:02:16.308078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=config","method":"GET"} [] [2025-03-12T11:02:16.333897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:02:19.926315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=router","method":"GET"} [] [2025-03-12T11:02:20.000753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:02:20.071639+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/router","method":"GET"} [] [2025-03-12T11:02:22.460766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=logger","method":"GET"} [] [2025-03-12T11:02:22.484175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:02:24.676586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=config","method":"GET"} [] [2025-03-12T11:02:24.700761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:02:26.836941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:02:26.861658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:02:26.883843+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:02:29.266166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?panel=security","method":"GET"} [] [2025-03-12T11:02:29.288512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:02:32.550343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=security","method":"GET"} [] [2025-03-12T11:02:32.571974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:02:36.248716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?group=1&panel=db","method":"GET"} [] [2025-03-12T11:02:36.404658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:02:38.630980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8?group=1&panel=db","method":"GET"} [] [2025-03-12T11:02:38.655460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:02:41.200288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=time","method":"GET"} [] [2025-03-12T11:02:41.225610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:02:43.419725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=dump","method":"GET"} [] [2025-03-12T11:02:43.444872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:02:45.644516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=twig","method":"GET"} [] [2025-03-12T11:02:45.667965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:02:47.835116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=form","method":"GET"} [] [2025-03-12T11:02:47.865379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:02:50.054976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=twig","method":"GET"} [] [2025-03-12T11:02:50.080543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:02:52.611996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=dump","method":"GET"} [] [2025-03-12T11:02:52.682135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:02:54.919363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=form","method":"GET"} [] [2025-03-12T11:02:54.947339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:02:57.116475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=cache","method":"GET"} [] [2025-03-12T11:02:57.141635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:02:59.348925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=cache","method":"GET"} [] [2025-03-12T11:02:59.372324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:03:01.590444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:03:01.615309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:03:01.639731+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:03:03.950042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=validator","method":"GET"} [] [2025-03-12T11:03:03.971577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:03:07.582228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=exception","method":"GET"} [] [2025-03-12T11:03:07.602308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:03:10.521111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=validator","method":"GET"} [] [2025-03-12T11:03:10.586748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:03:13.346777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=exception","method":"GET"} [] [2025-03-12T11:03:13.368033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:03:18.138235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=form","method":"GET"} [] [2025-03-12T11:03:18.165360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:03:20.432205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=request","method":"GET"} [] [2025-03-12T11:03:20.493715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:03:22.816144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=request","method":"GET"} [] [2025-03-12T11:03:22.837210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:03:25.110747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=router","method":"GET"} [] [2025-03-12T11:03:25.136550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:03:25.156339+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/router","method":"GET"} [] [2025-03-12T11:03:27.504791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b?panel=logger","method":"GET"} [] [2025-03-12T11:03:27.542230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:03:29.769516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=logger","method":"GET"} [] [2025-03-12T11:03:29.797187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:03:32.099469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=config","method":"GET"} [] [2025-03-12T11:03:32.124268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:03:34.360347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=router","method":"GET"} [] [2025-03-12T11:03:34.387331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:03:34.409299+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/router","method":"GET"} [] [2025-03-12T11:03:36.747412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?panel=config","method":"GET"} [] [2025-03-12T11:03:36.805035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:03:39.199937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=cache","method":"GET"} [] [2025-03-12T11:03:39.223288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:03:41.432004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=cache","method":"GET"} [] [2025-03-12T11:03:41.459843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:03:43.699141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=db","method":"GET"} [] [2025-03-12T11:03:43.749468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:03:46.010974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=db","method":"GET"} [] [2025-03-12T11:03:46.041282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:03:48.282794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=logger","method":"GET"} [] [2025-03-12T11:03:48.306785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:03:50.533508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=router","method":"GET"} [] [2025-03-12T11:03:50.552771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:03:50.572582+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709/router","method":"GET"} [] [2025-03-12T11:03:53.099960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=events","method":"GET"} [] [2025-03-12T11:03:53.163769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:03:56.785518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=events","method":"GET"} [] [2025-03-12T11:03:56.808607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:03:58.978494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=config","method":"GET"} [] [2025-03-12T11:03:59.009204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:04:01.216045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=logger","method":"GET"} [] [2025-03-12T11:04:01.237996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:04:03.485748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=config","method":"GET"} [] [2025-03-12T11:04:03.506214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:04:05.703971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=router","method":"GET"} [] [2025-03-12T11:04:05.728873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:04:05.748653+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/router","method":"GET"} [] [2025-03-12T11:04:08.242311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?panel=logger","method":"GET"} [] [2025-03-12T11:04:08.362656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:04:10.544076+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:04:10.567329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:04:12.944619+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:04:12.965876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:04:15.184865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?panel=security","method":"GET"} [] [2025-03-12T11:04:15.217344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:04:17.456593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?panel=security","method":"GET"} [] [2025-03-12T11:04:17.478983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:04:19.670790+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:04:19.700272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:04:21.916950+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:04:21.947108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:04:24.436610+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:04:24.596591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:04:26.783060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23?group=1&panel=db","method":"GET"} [] [2025-03-12T11:04:26.840010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:04:30.438437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a?group=1&panel=db","method":"GET"} [] [2025-03-12T11:04:30.541967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:04:32.737172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956","method":"GET"} [] [2025-03-12T11:04:32.779651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:34.980249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956","method":"GET"} [] [2025-03-12T11:04:35.002396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:37.080115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e","method":"GET"} [] [2025-03-12T11:04:37.121916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:39.567425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33","method":"GET"} [] [2025-03-12T11:04:39.628889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:41.831030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539","method":"GET"} [] [2025-03-12T11:04:41.930184+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/exception.css","method":"GET"} [] [2025-03-12T11:04:41.943351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:41.976137+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/exception","method":"GET"} [] [2025-03-12T11:04:44.204182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539","method":"GET"} [] [2025-03-12T11:04:44.227360+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/exception.css","method":"GET"} [] [2025-03-12T11:04:44.230599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:44.250344+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/exception","method":"GET"} [] [2025-03-12T11:04:46.732100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49","method":"GET"} [] [2025-03-12T11:04:46.826307+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/exception.css","method":"GET"} [] [2025-03-12T11:04:46.830617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:46.856010+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/exception","method":"GET"} [] [2025-03-12T11:04:49.064595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316","method":"GET"} [] [2025-03-12T11:04:49.135218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:51.343302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e","method":"GET"} [] [2025-03-12T11:04:51.367828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:53.595421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77","method":"GET"} [] [2025-03-12T11:04:53.647915+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/exception.css","method":"GET"} [] [2025-03-12T11:04:53.650883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:04:53.671152+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/exception","method":"GET"} [] [2025-03-12T11:04:56.295564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=router","method":"GET"} [] [2025-03-12T11:04:56.393873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:04:56.434698+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956/router","method":"GET"} [] [2025-03-12T11:04:58.783377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33","method":"GET"} [] [2025-03-12T11:04:58.808239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:01.015419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316","method":"GET"} [] [2025-03-12T11:05:01.035847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:03.436118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49","method":"GET"} [] [2025-03-12T11:05:03.500521+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/exception.css","method":"GET"} [] [2025-03-12T11:05:03.522239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:03.554929+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/exception","method":"GET"} [] [2025-03-12T11:05:05.704585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77","method":"GET"} [] [2025-03-12T11:05:05.728455+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/exception.css","method":"GET"} [] [2025-03-12T11:05:05.731694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:05.751834+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/exception","method":"GET"} [] [2025-03-12T11:05:07.892421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709","method":"GET"} [] [2025-03-12T11:05:07.917912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:10.059247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709","method":"GET"} [] [2025-03-12T11:05:10.079495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:12.458499+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/exception","method":"GET"} [] [2025-03-12T11:05:14.706448+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/exception","method":"GET"} [] [2025-03-12T11:05:16.934611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=events","method":"GET"} [] [2025-03-12T11:05:16.987065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:05:19.495591+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/exception","method":"GET"} [] [2025-03-12T11:05:22.926219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61","method":"GET"} [] [2025-03-12T11:05:22.972727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:25.207871+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/exception.css","method":"GET"} [] [2025-03-12T11:05:28.892102+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/exception","method":"GET"} [] [2025-03-12T11:05:31.215570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c","method":"GET"} [] [2025-03-12T11:05:31.278009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:33.399364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc","method":"GET"} [] [2025-03-12T11:05:33.530645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:36.481072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad","method":"GET"} [] [2025-03-12T11:05:36.507632+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-12T11:05:36.521664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:36.541851+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-12T11:05:38.798546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e","method":"GET"} [] [2025-03-12T11:05:38.859033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:42.386441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16","method":"GET"} [] [2025-03-12T11:05:42.416421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:44.872211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc","method":"GET"} [] [2025-03-12T11:05:44.941102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:47.162747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c","method":"GET"} [] [2025-03-12T11:05:47.185410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:49.405820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16","method":"GET"} [] [2025-03-12T11:05:49.436577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:51.778532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61","method":"GET"} [] [2025-03-12T11:05:51.804725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:54.028653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133","method":"GET"} [] [2025-03-12T11:05:54.068441+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/exception.css","method":"GET"} [] [2025-03-12T11:05:54.092998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:54.122022+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/exception","method":"GET"} [] [2025-03-12T11:05:56.348024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a","method":"GET"} [] [2025-03-12T11:05:56.407777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:05:58.609347+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-12T11:06:01.062113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32","method":"GET"} [] [2025-03-12T11:06:01.131750+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-12T11:06:01.136327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:01.164029+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-12T11:06:03.405286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23","method":"GET"} [] [2025-03-12T11:06:03.430334+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/exception.css","method":"GET"} [] [2025-03-12T11:06:03.433413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:03.453698+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-12T11:06:05.660060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32","method":"GET"} [] [2025-03-12T11:06:05.691681+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-12T11:06:05.697010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:05.731964+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-12T11:06:08.071648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b","method":"GET"} [] [2025-03-12T11:06:08.098166+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/exception.css","method":"GET"} [] [2025-03-12T11:06:08.101015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:08.119629+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T11:06:10.519377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b","method":"GET"} [] [2025-03-12T11:06:10.548956+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/exception.css","method":"GET"} [] [2025-03-12T11:06:10.557076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:10.581508+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T11:06:12.955621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a","method":"GET"} [] [2025-03-12T11:06:12.976576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:15.148687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6","method":"GET"} [] [2025-03-12T11:06:15.172428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:17.588415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=form","method":"GET"} [] [2025-03-12T11:06:17.644791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:06:19.857058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=dump","method":"GET"} [] [2025-03-12T11:06:19.877235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:06:22.091102+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/exception","method":"GET"} [] [2025-03-12T11:06:24.407144+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-12T11:06:26.631202+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-12T11:06:29.038185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133","method":"GET"} [] [2025-03-12T11:06:29.080052+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/exception.css","method":"GET"} [] [2025-03-12T11:06:29.088205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:29.127517+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/exception","method":"GET"} [] [2025-03-12T11:06:31.469319+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-12T11:06:33.824993+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T11:06:35.949031+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T11:06:38.135434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6","method":"GET"} [] [2025-03-12T11:06:38.156161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:06:40.440291+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=157","method":"GET"} [] [2025-03-12T11:06:43.659927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=config","method":"GET"} [] [2025-03-12T11:06:43.683125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:06:45.859418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=exception","method":"GET"} [] [2025-03-12T11:06:45.910646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:06:48.140314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=exception","method":"GET"} [] [2025-03-12T11:06:48.162969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:06:50.504570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=exception","method":"GET"} [] [2025-03-12T11:06:50.552952+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-12T11:06:50.559583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:06:50.582284+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-12T11:06:52.767549+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/exception","method":"GET"} [] [2025-03-12T11:06:54.983052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=exception","method":"GET"} [] [2025-03-12T11:06:55.004089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:06:58.483863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=exception","method":"GET"} [] [2025-03-12T11:06:58.517939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:00.676227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=exception","method":"GET"} [] [2025-03-12T11:07:00.697946+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-12T11:07:00.700837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:00.719671+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/exception","method":"GET"} [] [2025-03-12T11:07:02.926759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=exception","method":"GET"} [] [2025-03-12T11:07:02.980894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:05.116878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=exception","method":"GET"} [] [2025-03-12T11:07:05.139372+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/exception.css","method":"GET"} [] [2025-03-12T11:07:05.142258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:05.159906+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/exception","method":"GET"} [] [2025-03-12T11:07:07.546790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=exception","method":"GET"} [] [2025-03-12T11:07:07.589556+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-12T11:07:07.596479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:07.619418+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/exception","method":"GET"} [] [2025-03-12T11:07:09.822991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=exception","method":"GET"} [] [2025-03-12T11:07:09.847944+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/exception.css","method":"GET"} [] [2025-03-12T11:07:09.851041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:09.869502+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T11:07:12.055264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=exception","method":"GET"} [] [2025-03-12T11:07:12.082062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:14.393798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=exception","method":"GET"} [] [2025-03-12T11:07:14.418287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:16.601220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=exception","method":"GET"} [] [2025-03-12T11:07:16.623548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:18.853601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=exception","method":"GET"} [] [2025-03-12T11:07:18.891865+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/exception.css","method":"GET"} [] [2025-03-12T11:07:18.898701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:18.954249+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T11:07:21.107246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=exception","method":"GET"} [] [2025-03-12T11:07:21.128555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:23.456117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=exception","method":"GET"} [] [2025-03-12T11:07:23.508856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:25.765012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=exception","method":"GET"} [] [2025-03-12T11:07:25.786015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:27.989394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=exception","method":"GET"} [] [2025-03-12T11:07:28.013036+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/exception.css","method":"GET"} [] [2025-03-12T11:07:28.020556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:28.040310+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/exception","method":"GET"} [] [2025-03-12T11:07:30.336557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=exception","method":"GET"} [] [2025-03-12T11:07:30.360100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:07:33.659119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=translation","method":"GET"} [] [2025-03-12T11:07:33.681411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:35.912491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=translation","method":"GET"} [] [2025-03-12T11:07:35.956029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:38.239011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=translation","method":"GET"} [] [2025-03-12T11:07:38.263908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:40.632026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=translation","method":"GET"} [] [2025-03-12T11:07:40.676860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:42.979347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=translation","method":"GET"} [] [2025-03-12T11:07:43.004422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:45.034563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=translation","method":"GET"} [] [2025-03-12T11:07:45.059934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:47.544953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=translation","method":"GET"} [] [2025-03-12T11:07:47.569417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:49.945716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=translation","method":"GET"} [] [2025-03-12T11:07:49.966459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:52.164990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=translation","method":"GET"} [] [2025-03-12T11:07:52.206432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:54.441130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=translation","method":"GET"} [] [2025-03-12T11:07:54.466242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:56.902718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=translation","method":"GET"} [] [2025-03-12T11:07:56.955450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:07:59.163674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=translation","method":"GET"} [] [2025-03-12T11:07:59.190540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:01.318044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=translation","method":"GET"} [] [2025-03-12T11:08:01.338906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:03.816983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=translation","method":"GET"} [] [2025-03-12T11:08:03.841166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:06.019759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=translation","method":"GET"} [] [2025-03-12T11:08:06.040695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:09.372047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=translation","method":"GET"} [] [2025-03-12T11:08:09.435903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:11.717686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=translation","method":"GET"} [] [2025-03-12T11:08:11.742425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:14.099485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=translation","method":"GET"} [] [2025-03-12T11:08:14.143993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:16.352500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=translation","method":"GET"} [] [2025-03-12T11:08:16.373925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:18.536356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=translation","method":"GET"} [] [2025-03-12T11:08:18.566312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:20.883298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:08:20.915913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:08:23.137648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:08:23.159109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:08:25.281373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:08:25.318906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:08:27.567087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:08:27.588099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:08:29.862763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=mailer","method":"GET"} [] [2025-03-12T11:08:29.910640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:32.101664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=mailer","method":"GET"} [] [2025-03-12T11:08:32.123539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:34.327483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=mailer","method":"GET"} [] [2025-03-12T11:08:34.349392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:36.679375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=mailer","method":"GET"} [] [2025-03-12T11:08:36.713238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:38.987296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=mailer","method":"GET"} [] [2025-03-12T11:08:39.009526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:41.225979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=mailer","method":"GET"} [] [2025-03-12T11:08:41.264439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:43.533802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=exception","method":"GET"} [] [2025-03-12T11:08:43.561535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:08:45.870611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=exception","method":"GET"} [] [2025-03-12T11:08:45.922844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:08:48.146464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=translation","method":"GET"} [] [2025-03-12T11:08:48.167629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:50.344920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=translation","method":"GET"} [] [2025-03-12T11:08:50.364788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:08:52.663168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=mailer","method":"GET"} [] [2025-03-12T11:08:52.686305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:08:54.873152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=request","method":"GET"} [] [2025-03-12T11:08:54.895415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:08:57.075459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=request","method":"GET"} [] [2025-03-12T11:08:57.113435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:08:59.320404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=request","method":"GET"} [] [2025-03-12T11:08:59.340956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:01.651296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=request","method":"GET"} [] [2025-03-12T11:09:01.699196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:03.915538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=request","method":"GET"} [] [2025-03-12T11:09:03.935809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:06.148440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=request","method":"GET"} [] [2025-03-12T11:09:06.172700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:08.529069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=request","method":"GET"} [] [2025-03-12T11:09:08.554892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:10.736029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=request","method":"GET"} [] [2025-03-12T11:09:10.756270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:12.818613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=request","method":"GET"} [] [2025-03-12T11:09:12.854637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:15.140340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=request","method":"GET"} [] [2025-03-12T11:09:15.162707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:09:17.395036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=mailer","method":"GET"} [] [2025-03-12T11:09:17.436564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:09:19.660478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=mailer","method":"GET"} [] [2025-03-12T11:09:19.681146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:09:21.890709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=mailer","method":"GET"} [] [2025-03-12T11:09:21.916601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:09:24.236853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=events","method":"GET"} [] [2025-03-12T11:09:24.260832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:26.403458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=events","method":"GET"} [] [2025-03-12T11:09:26.424427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:28.615482+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FBlogController.php&line=47","method":"GET"} [] [2025-03-12T11:09:30.835726+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FTraceableArgumentResolver.php&line=34","method":"GET"} [] [2025-03-12T11:09:33.137224+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FServiceLocator.php&line=38","method":"GET"} [] [2025-03-12T11:09:35.376345+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FContainer.php&line=429","method":"GET"} [] [2025-03-12T11:09:37.599293+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FConfiguration%2FCache.php&line=20","method":"GET"} [] [2025-03-12T11:09:39.900176+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FException%2FRuntimeException.php&line=19","method":"GET"} [] [2025-03-12T11:09:43.338440+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FTraceableValueResolver.php&line=53","method":"GET"} [] [2025-03-12T11:09:45.596704+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FArgumentResolver%2FServiceValueResolver.php&line=61","method":"GET"} [] [2025-03-12T11:09:47.900767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=events","method":"GET"} [] [2025-03-12T11:09:47.936229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:50.339047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=events","method":"GET"} [] [2025-03-12T11:09:50.385079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:52.613021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=events","method":"GET"} [] [2025-03-12T11:09:52.634887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:54.959974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=events","method":"GET"} [] [2025-03-12T11:09:54.986439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:57.318608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=events","method":"GET"} [] [2025-03-12T11:09:57.339883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:09:59.735150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=events","method":"GET"} [] [2025-03-12T11:09:59.755681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:10:01.931701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=events","method":"GET"} [] [2025-03-12T11:10:01.958065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:10:04.135297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=events","method":"GET"} [] [2025-03-12T11:10:04.188447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:10:06.601265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=time","method":"GET"} [] [2025-03-12T11:10:06.645956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:10:08.860203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=twig","method":"GET"} [] [2025-03-12T11:10:08.879919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:11.156564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=twig","method":"GET"} [] [2025-03-12T11:10:11.180675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:13.386399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=twig","method":"GET"} [] [2025-03-12T11:10:13.406458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:15.547808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=form","method":"GET"} [] [2025-03-12T11:10:15.568272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:10:17.801599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=dump","method":"GET"} [] [2025-03-12T11:10:17.827611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:10:20.061465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=form","method":"GET"} [] [2025-03-12T11:10:20.123981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:10:23.643697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=twig","method":"GET"} [] [2025-03-12T11:10:23.698680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:25.972456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=dump","method":"GET"} [] [2025-03-12T11:10:25.992497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:10:28.445247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=time","method":"GET"} [] [2025-03-12T11:10:28.471114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:10:30.588800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=twig","method":"GET"} [] [2025-03-12T11:10:30.608042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:34.035164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=dump","method":"GET"} [] [2025-03-12T11:10:34.059966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:10:36.286536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=twig","method":"GET"} [] [2025-03-12T11:10:36.322636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:38.703417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=form","method":"GET"} [] [2025-03-12T11:10:38.760831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:10:40.926969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=time","method":"GET"} [] [2025-03-12T11:10:40.947087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:10:43.081447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=twig","method":"GET"} [] [2025-03-12T11:10:43.102369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:45.398321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=twig","method":"GET"} [] [2025-03-12T11:10:45.422009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:48.747731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=dump","method":"GET"} [] [2025-03-12T11:10:48.767591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:10:51.023834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=twig","method":"GET"} [] [2025-03-12T11:10:51.047301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:10:53.411038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=dump","method":"GET"} [] [2025-03-12T11:10:53.445685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:10:55.761745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=time","method":"GET"} [] [2025-03-12T11:10:55.809812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:10:58.017660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=dump","method":"GET"} [] [2025-03-12T11:10:58.037281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:11:00.248793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=time","method":"GET"} [] [2025-03-12T11:11:00.271239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:11:02.634076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=form","method":"GET"} [] [2025-03-12T11:11:02.667100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:11:04.908793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=form","method":"GET"} [] [2025-03-12T11:11:04.936958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:11:07.085219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=time","method":"GET"} [] [2025-03-12T11:11:07.113238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:11:09.293576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=time","method":"GET"} [] [2025-03-12T11:11:09.336606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:11:11.761254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=form","method":"GET"} [] [2025-03-12T11:11:11.839144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:11:14.123524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=dump","method":"GET"} [] [2025-03-12T11:11:14.146467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:11:16.358545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=dump","method":"GET"} [] [2025-03-12T11:11:16.379516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:11:18.686426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=dump","method":"GET"} [] [2025-03-12T11:11:18.716695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:11:20.916044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=form","method":"GET"} [] [2025-03-12T11:11:20.938304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:11:23.122949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=time","method":"GET"} [] [2025-03-12T11:11:23.147226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:11:25.425724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=time","method":"GET"} [] [2025-03-12T11:11:25.494175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:11:27.831312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=time","method":"GET"} [] [2025-03-12T11:11:27.892151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:11:30.024886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=validator","method":"GET"} [] [2025-03-12T11:11:30.054404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:32.215014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=validator","method":"GET"} [] [2025-03-12T11:11:32.235303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:34.580781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=validator","method":"GET"} [] [2025-03-12T11:11:34.621495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:36.847959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=validator","method":"GET"} [] [2025-03-12T11:11:36.872366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:39.056569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=validator","method":"GET"} [] [2025-03-12T11:11:39.083554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:41.266402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=validator","method":"GET"} [] [2025-03-12T11:11:41.305801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:44.710495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=validator","method":"GET"} [] [2025-03-12T11:11:44.752480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:46.945107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=validator","method":"GET"} [] [2025-03-12T11:11:46.971433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:49.170669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=validator","method":"GET"} [] [2025-03-12T11:11:49.191097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:51.475823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=validator","method":"GET"} [] [2025-03-12T11:11:51.498810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:53.705277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=validator","method":"GET"} [] [2025-03-12T11:11:53.725157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:55.872970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=validator","method":"GET"} [] [2025-03-12T11:11:55.899236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:11:59.249690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=validator","method":"GET"} [] [2025-03-12T11:11:59.308560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:03.051428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=validator","method":"GET"} [] [2025-03-12T11:12:03.134923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:05.356819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=validator","method":"GET"} [] [2025-03-12T11:12:05.377380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:07.719465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=validator","method":"GET"} [] [2025-03-12T11:12:07.748883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:09.945257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=validator","method":"GET"} [] [2025-03-12T11:12:09.965912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:12.178277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=validator","method":"GET"} [] [2025-03-12T11:12:12.204515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:14.478376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=validator","method":"GET"} [] [2025-03-12T11:12:14.522168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:16.751274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=validator","method":"GET"} [] [2025-03-12T11:12:16.772314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:12:21.460715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=db","method":"GET"} [] [2025-03-12T11:12:21.504665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:23.868712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=db","method":"GET"} [] [2025-03-12T11:12:23.895402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:26.112781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=db","method":"GET"} [] [2025-03-12T11:12:26.132966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:28.376621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=db","method":"GET"} [] [2025-03-12T11:12:28.402239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:30.646367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=db","method":"GET"} [] [2025-03-12T11:12:30.681616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:34.089055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=db","method":"GET"} [] [2025-03-12T11:12:34.113897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:36.222842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=db","method":"GET"} [] [2025-03-12T11:12:36.244527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:12:38.604052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=cache","method":"GET"} [] [2025-03-12T11:12:38.656727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:40.894948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=cache","method":"GET"} [] [2025-03-12T11:12:40.918584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:43.134390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=cache","method":"GET"} [] [2025-03-12T11:12:43.154902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:45.405726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=cache","method":"GET"} [] [2025-03-12T11:12:45.438914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:47.701826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=cache","method":"GET"} [] [2025-03-12T11:12:47.749257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:49.961901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=cache","method":"GET"} [] [2025-03-12T11:12:49.981423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:52.185740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=cache","method":"GET"} [] [2025-03-12T11:12:52.207294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:54.490711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=cache","method":"GET"} [] [2025-03-12T11:12:54.559025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:56.832703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=cache","method":"GET"} [] [2025-03-12T11:12:56.859157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:12:59.055544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=form","method":"GET"} [] [2025-03-12T11:12:59.077578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:13:02.466267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=cache","method":"GET"} [] [2025-03-12T11:13:02.490491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:13:04.747422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=router","method":"GET"} [] [2025-03-12T11:13:04.794736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:13:04.858638+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61/router","method":"GET"} [] [2025-03-12T11:13:07.189056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=logger","method":"GET"} [] [2025-03-12T11:13:07.212168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:13:09.565305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=router","method":"GET"} [] [2025-03-12T11:13:09.630265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:13:09.651113+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc/router","method":"GET"} [] [2025-03-12T11:13:11.923132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=router","method":"GET"} [] [2025-03-12T11:13:11.949984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:13:11.968676+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/router","method":"GET"} [] [2025-03-12T11:13:14.170917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=router","method":"GET"} [] [2025-03-12T11:13:14.191700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:13:14.211179+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16/router","method":"GET"} [] [2025-03-12T11:13:16.417596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=config","method":"GET"} [] [2025-03-12T11:13:16.439369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:18.682342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=config","method":"GET"} [] [2025-03-12T11:13:18.705929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:20.919795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=logger","method":"GET"} [] [2025-03-12T11:13:20.955692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:13:23.166922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=config","method":"GET"} [] [2025-03-12T11:13:23.189916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:26.761169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=logger","method":"GET"} [] [2025-03-12T11:13:26.812908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:13:29.249921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=logger","method":"GET"} [] [2025-03-12T11:13:29.274342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:13:31.356490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=router","method":"GET"} [] [2025-03-12T11:13:31.376080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:13:31.394323+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc/router","method":"GET"} [] [2025-03-12T11:13:33.751515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=logger","method":"GET"} [] [2025-03-12T11:13:33.780866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:13:37.226310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=config","method":"GET"} [] [2025-03-12T11:13:37.261599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:39.513562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=config","method":"GET"} [] [2025-03-12T11:13:39.534100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:42.178091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=config","method":"GET"} [] [2025-03-12T11:13:42.222506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:44.575973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=logger","method":"GET"} [] [2025-03-12T11:13:44.601066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:13:46.794153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16?panel=router","method":"GET"} [] [2025-03-12T11:13:46.812697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:13:46.830362+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16/router","method":"GET"} [] [2025-03-12T11:13:49.182362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=config","method":"GET"} [] [2025-03-12T11:13:49.213741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:51.484072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=config","method":"GET"} [] [2025-03-12T11:13:51.503879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:53.702847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=config","method":"GET"} [] [2025-03-12T11:13:53.738431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:13:56.000384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=security","method":"GET"} [] [2025-03-12T11:13:56.021450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:13:59.420924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=security","method":"GET"} [] [2025-03-12T11:13:59.482252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:01.747974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=security","method":"GET"} [] [2025-03-12T11:14:01.778569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:03.962471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=security","method":"GET"} [] [2025-03-12T11:14:03.988041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:06.174654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?panel=security","method":"GET"} [] [2025-03-12T11:14:06.211089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:08.425435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=security","method":"GET"} [] [2025-03-12T11:14:08.446384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:10.679660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=security","method":"GET"} [] [2025-03-12T11:14:10.715960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:12.975205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?panel=security","method":"GET"} [] [2025-03-12T11:14:13.004457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:15.371343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?panel=security","method":"GET"} [] [2025-03-12T11:14:15.417431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:17.630998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61?panel=security","method":"GET"} [] [2025-03-12T11:14:17.661155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:19.873883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=security","method":"GET"} [] [2025-03-12T11:14:19.899009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:22.114638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=security","method":"GET"} [] [2025-03-12T11:14:22.139046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:24.356742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=security","method":"GET"} [] [2025-03-12T11:14:24.381681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:26.574256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=security","method":"GET"} [] [2025-03-12T11:14:26.616702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:28.890713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=security","method":"GET"} [] [2025-03-12T11:14:28.911050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:31.229732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=security","method":"GET"} [] [2025-03-12T11:14:31.301341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:33.584776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=security","method":"GET"} [] [2025-03-12T11:14:33.614495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:35.821265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=security","method":"GET"} [] [2025-03-12T11:14:35.845438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:38.051225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=security","method":"GET"} [] [2025-03-12T11:14:38.078664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:40.288904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=security","method":"GET"} [] [2025-03-12T11:14:40.310385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:42.542125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?panel=security","method":"GET"} [] [2025-03-12T11:14:42.580817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:44.840872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=security","method":"GET"} [] [2025-03-12T11:14:44.860506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:14:47.168605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=logger","method":"GET"} [] [2025-03-12T11:14:47.211457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:14:49.541666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?panel=router","method":"GET"} [] [2025-03-12T11:14:49.566352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:14:49.585394+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e/router","method":"GET"} [] [2025-03-12T11:14:51.874241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=logger","method":"GET"} [] [2025-03-12T11:14:51.894385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:14:53.955766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=logger","method":"GET"} [] [2025-03-12T11:14:53.980624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:14:56.206962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=router","method":"GET"} [] [2025-03-12T11:14:56.227139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:14:56.245125+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c/router","method":"GET"} [] [2025-03-12T11:14:58.474914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?panel=router","method":"GET"} [] [2025-03-12T11:14:58.529801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:14:58.578204+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c/router","method":"GET"} [] [2025-03-12T11:15:00.732034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=db","method":"GET"} [] [2025-03-12T11:15:00.758331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:15:03.146652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=db","method":"GET"} [] [2025-03-12T11:15:03.190920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:15:05.460921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=db","method":"GET"} [] [2025-03-12T11:15:05.488125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:15:07.716063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=db","method":"GET"} [] [2025-03-12T11:15:07.736970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:15:09.922662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:09.957130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:12.164173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:12.197645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:14.400246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:14.439102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:16.593893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:16.626079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:18.938602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:18.994032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:21.300606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:21.326014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:23.532139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:23.553928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:15:25.741008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=exception","method":"GET"} [] [2025-03-12T11:15:25.764075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:29.038796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=exception","method":"GET"} [] [2025-03-12T11:15:29.060432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:31.307568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=exception","method":"GET"} [] [2025-03-12T11:15:31.342269+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/exception.css","method":"GET"} [] [2025-03-12T11:15:31.352997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:31.414762+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/exception","method":"GET"} [] [2025-03-12T11:15:33.579079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=exception","method":"GET"} [] [2025-03-12T11:15:33.602091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:35.975451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=exception","method":"GET"} [] [2025-03-12T11:15:36.028228+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/exception.css","method":"GET"} [] [2025-03-12T11:15:36.031193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:36.050363+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/exception","method":"GET"} [] [2025-03-12T11:15:38.379176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=exception","method":"GET"} [] [2025-03-12T11:15:38.408434+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/exception.css","method":"GET"} [] [2025-03-12T11:15:38.412723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:38.436367+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/exception","method":"GET"} [] [2025-03-12T11:15:40.649285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=exception","method":"GET"} [] [2025-03-12T11:15:40.671929+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/exception.css","method":"GET"} [] [2025-03-12T11:15:40.675155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:40.695532+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/exception","method":"GET"} [] [2025-03-12T11:15:42.839508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=exception","method":"GET"} [] [2025-03-12T11:15:42.862602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:45.088234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=exception","method":"GET"} [] [2025-03-12T11:15:45.107666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:15:47.359234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=translation","method":"GET"} [] [2025-03-12T11:15:47.410267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:15:49.545997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=translation","method":"GET"} [] [2025-03-12T11:15:49.572030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:15:52.043804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=translation","method":"GET"} [] [2025-03-12T11:15:52.097042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:15:54.515274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=translation","method":"GET"} [] [2025-03-12T11:15:54.540867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:15:56.756182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=translation","method":"GET"} [] [2025-03-12T11:15:56.778331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:15:58.937715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=translation","method":"GET"} [] [2025-03-12T11:15:58.960907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:16:01.114431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=translation","method":"GET"} [] [2025-03-12T11:16:01.135569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:16:03.366439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=translation","method":"GET"} [] [2025-03-12T11:16:03.409023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:16:05.617974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=translation","method":"GET"} [] [2025-03-12T11:16:05.638029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:16:07.889400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=translation","method":"GET"} [] [2025-03-12T11:16:07.933852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:16:10.127070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=mailer","method":"GET"} [] [2025-03-12T11:16:10.150066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:13.518559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=mailer","method":"GET"} [] [2025-03-12T11:16:13.539546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:15.757643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=mailer","method":"GET"} [] [2025-03-12T11:16:15.782938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:18.016789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=mailer","method":"GET"} [] [2025-03-12T11:16:18.042107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:20.349789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=mailer","method":"GET"} [] [2025-03-12T11:16:20.392105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:22.741777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=mailer","method":"GET"} [] [2025-03-12T11:16:22.776269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:25.100045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=mailer","method":"GET"} [] [2025-03-12T11:16:25.162070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:27.668756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=mailer","method":"GET"} [] [2025-03-12T11:16:27.691722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:29.898638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=mailer","method":"GET"} [] [2025-03-12T11:16:29.922663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:32.142565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=mailer","method":"GET"} [] [2025-03-12T11:16:32.169250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:34.397236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=mailer","method":"GET"} [] [2025-03-12T11:16:34.418518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:36.658796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=mailer","method":"GET"} [] [2025-03-12T11:16:36.694370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:38.892806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=mailer","method":"GET"} [] [2025-03-12T11:16:38.912735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:41.277290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=exception","method":"GET"} [] [2025-03-12T11:16:41.347617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:16:43.712274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=exception","method":"GET"} [] [2025-03-12T11:16:43.736058+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/exception.css","method":"GET"} [] [2025-03-12T11:16:43.743786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:16:43.761655+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/exception","method":"GET"} [] [2025-03-12T11:16:45.867218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=exception","method":"GET"} [] [2025-03-12T11:16:45.886793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:16:48.067536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=exception","method":"GET"} [] [2025-03-12T11:16:48.091385+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/exception.css","method":"GET"} [] [2025-03-12T11:16:48.094375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:16:48.112213+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/exception","method":"GET"} [] [2025-03-12T11:16:50.312810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=mailer","method":"GET"} [] [2025-03-12T11:16:50.342144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:52.542312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=mailer","method":"GET"} [] [2025-03-12T11:16:52.577350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:54.843311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=mailer","method":"GET"} [] [2025-03-12T11:16:54.863731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:57.169891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=mailer","method":"GET"} [] [2025-03-12T11:16:57.214339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:16:59.506684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=mailer","method":"GET"} [] [2025-03-12T11:16:59.529029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:17:02.885993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=mailer","method":"GET"} [] [2025-03-12T11:17:02.905833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:17:05.095701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=mailer","method":"GET"} [] [2025-03-12T11:17:05.123095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:17:07.337854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=mailer","method":"GET"} [] [2025-03-12T11:17:07.358800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:17:09.548849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=mailer","method":"GET"} [] [2025-03-12T11:17:09.599144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:17:11.845481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=request","method":"GET"} [] [2025-03-12T11:17:11.865855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:14.154891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=request","method":"GET"} [] [2025-03-12T11:17:14.198135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:16.599290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=request","method":"GET"} [] [2025-03-12T11:17:16.627274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:18.765887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=request","method":"GET"} [] [2025-03-12T11:17:18.790675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:20.996389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=request","method":"GET"} [] [2025-03-12T11:17:21.024194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:23.244885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=request","method":"GET"} [] [2025-03-12T11:17:23.267809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:25.457244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=request","method":"GET"} [] [2025-03-12T11:17:25.503748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:27.772684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=request","method":"GET"} [] [2025-03-12T11:17:27.792848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:30.223114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=request","method":"GET"} [] [2025-03-12T11:17:30.270546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:32.478156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=request","method":"GET"} [] [2025-03-12T11:17:32.503825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:34.708248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=request","method":"GET"} [] [2025-03-12T11:17:34.733132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:38.047035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=request","method":"GET"} [] [2025-03-12T11:17:38.071639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:40.296052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=request","method":"GET"} [] [2025-03-12T11:17:40.320758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:42.609465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=request","method":"GET"} [] [2025-03-12T11:17:42.671477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:44.933361+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=229","method":"GET"} [] [2025-03-12T11:17:47.177074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=request","method":"GET"} [] [2025-03-12T11:17:47.225567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:49.583422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=request","method":"GET"} [] [2025-03-12T11:17:49.617759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:17:52.976132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=db","method":"GET"} [] [2025-03-12T11:17:53.001957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:17:55.127647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=db","method":"GET"} [] [2025-03-12T11:17:55.172658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:17:57.388312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=db","method":"GET"} [] [2025-03-12T11:17:57.413109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:17:59.669559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=db","method":"GET"} [] [2025-03-12T11:17:59.709104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:01.967241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=db","method":"GET"} [] [2025-03-12T11:18:02.000140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:04.352257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=db","method":"GET"} [] [2025-03-12T11:18:04.427352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:06.635112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=db","method":"GET"} [] [2025-03-12T11:18:06.662927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:08.877248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=db","method":"GET"} [] [2025-03-12T11:18:08.899559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:11.105731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=db","method":"GET"} [] [2025-03-12T11:18:11.129603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:14.453046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:18:14.482697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:18:14.506093+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:18:16.832995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=db","method":"GET"} [] [2025-03-12T11:18:16.879745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:20.319585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:18:20.365417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:18:20.384195+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:18:23.380049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=db","method":"GET"} [] [2025-03-12T11:18:23.418827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:18:32.518306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:18:32.565408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:18:32.614950+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:18:41.078456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=db","method":"GET"} [] [2025-03-12T11:18:41.125893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:19:05.725100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=db","method":"GET"} [] [2025-03-12T11:19:05.840299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:19:28.774341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=db","method":"GET"} [] [2025-03-12T11:19:28.870196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:19:48.335533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=db","method":"GET"} [] [2025-03-12T11:19:48.437160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:20:07.956515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=db","method":"GET"} [] [2025-03-12T11:20:08.190300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:20:23.599647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=db","method":"GET"} [] [2025-03-12T11:20:23.710957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:20:39.204850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=db","method":"GET"} [] [2025-03-12T11:20:39.301617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:20:51.846948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=db","method":"GET"} [] [2025-03-12T11:20:51.869634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:21:14.309345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=request","method":"GET"} [] [2025-03-12T11:21:14.399178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:21:25.043522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=request","method":"GET"} [] [2025-03-12T11:21:25.063730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:21:35.238098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:21:35.326432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:21:35.407808+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:21:44.012487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=request","method":"GET"} [] [2025-03-12T11:21:44.035992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:22:09.903758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=request","method":"GET"} [] [2025-03-12T11:22:09.992397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:22:32.972769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=request","method":"GET"} [] [2025-03-12T11:22:33.070747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:22:53.813588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:22:53.889410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:22:53.939924+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:23:13.955074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:23:14.090684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:23:14.151521+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:24:09.233633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=request","method":"GET"} [] [2025-03-12T11:24:09.305668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:26:08.088660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=request","method":"GET"} [] [2025-03-12T11:26:08.234448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:27:02.123199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=request","method":"GET"} [] [2025-03-12T11:27:02.199679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:27:55.046883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=request","method":"GET"} [] [2025-03-12T11:27:55.127183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:28:41.483041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=request","method":"GET"} [] [2025-03-12T11:28:41.581516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:29:22.775256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=time","method":"GET"} [] [2025-03-12T11:29:22.847987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:29:58.950101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=twig","method":"GET"} [] [2025-03-12T11:29:59.018660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:30:32.734870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=dump","method":"GET"} [] [2025-03-12T11:30:32.804710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:31:04.125333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=time","method":"GET"} [] [2025-03-12T11:31:04.200806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:31:30.880280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=dump","method":"GET"} [] [2025-03-12T11:31:30.985764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:31:54.940692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=form","method":"GET"} [] [2025-03-12T11:31:55.032833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:32:16.624740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=form","method":"GET"} [] [2025-03-12T11:32:16.695402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:32:35.508556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=time","method":"GET"} [] [2025-03-12T11:32:35.599834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:32:52.594803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=form","method":"GET"} [] [2025-03-12T11:32:52.672951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:33:09.033542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=twig","method":"GET"} [] [2025-03-12T11:33:09.163865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:33:22.730366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=form","method":"GET"} [] [2025-03-12T11:33:22.755833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:33:36.630318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=twig","method":"GET"} [] [2025-03-12T11:33:36.701412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:33:47.666946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=time","method":"GET"} [] [2025-03-12T11:33:47.699149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:33:58.336689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=dump","method":"GET"} [] [2025-03-12T11:33:58.401588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:34:16.254135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=twig","method":"GET"} [] [2025-03-12T11:34:16.332382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:34:31.728827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=mailer","method":"GET"} [] [2025-03-12T11:34:31.801104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:34:38.808265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=mailer","method":"GET"} [] [2025-03-12T11:34:38.832926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:34:45.918681+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:34:45.944881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:34:52.234861+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:34:52.296334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:34:57.380092+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:34:57.410478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:35:02.613199+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:35:02.648529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:35:07.379218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=db","method":"GET"} [] [2025-03-12T11:35:07.452814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:35:11.297244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=events","method":"GET"} [] [2025-03-12T11:35:11.321877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:35:14.831727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=events","method":"GET"} [] [2025-03-12T11:35:14.862651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:35:21.265977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=events","method":"GET"} [] [2025-03-12T11:35:21.291187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:35:24.628949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=events","method":"GET"} [] [2025-03-12T11:35:24.709327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:35:26.843762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4","method":"GET"} [] [2025-03-12T11:35:26.891851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:29.396252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00","method":"GET"} [] [2025-03-12T11:35:29.450721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:35.576312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44","method":"GET"} [] [2025-03-12T11:35:35.605807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:37.776855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10","method":"GET"} [] [2025-03-12T11:35:37.837903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:40.272115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631","method":"GET"} [] [2025-03-12T11:35:40.338085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:42.554981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a","method":"GET"} [] [2025-03-12T11:35:42.623149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:44.817263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a","method":"GET"} [] [2025-03-12T11:35:44.836850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:48.261347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44","method":"GET"} [] [2025-03-12T11:35:48.281841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:50.508576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631","method":"GET"} [] [2025-03-12T11:35:50.529377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:52.717500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78","method":"GET"} [] [2025-03-12T11:35:52.753780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:54.871577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78","method":"GET"} [] [2025-03-12T11:35:54.891640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:57.320383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7","method":"GET"} [] [2025-03-12T11:35:57.419671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:35:59.699686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7","method":"GET"} [] [2025-03-12T11:35:59.719786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:36:03.078416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d","method":"GET"} [] [2025-03-12T11:36:03.108814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:36:05.182500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab","method":"GET"} [] [2025-03-12T11:36:05.220680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:36:07.436767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab","method":"GET"} [] [2025-03-12T11:36:07.456650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T11:36:09.692193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=validator","method":"GET"} [] [2025-03-12T11:36:09.712886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:36:11.892755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:11.914472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:14.316816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=mailer","method":"GET"} [] [2025-03-12T11:36:14.380500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:36:16.619111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:16.639584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:18.872232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:18.891921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:21.036344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:21.057916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:36:23.269769+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=57","method":"GET"} [] [2025-03-12T11:36:25.471472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=exception","method":"GET"} [] [2025-03-12T11:36:25.491309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:27.670404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=exception","method":"GET"} [] [2025-03-12T11:36:27.690361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:30.249182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=exception","method":"GET"} [] [2025-03-12T11:36:30.360309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:32.588213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=exception","method":"GET"} [] [2025-03-12T11:36:32.608132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:34.848248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=exception","method":"GET"} [] [2025-03-12T11:36:34.867763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:37.160242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=exception","method":"GET"} [] [2025-03-12T11:36:37.183621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:39.428024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=exception","method":"GET"} [] [2025-03-12T11:36:39.447320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:36:41.553546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=translation","method":"GET"} [] [2025-03-12T11:36:41.573464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:43.703586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=translation","method":"GET"} [] [2025-03-12T11:36:43.726283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:46.141586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=translation","method":"GET"} [] [2025-03-12T11:36:46.222845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:48.407359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=translation","method":"GET"} [] [2025-03-12T11:36:48.428218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:50.627295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=translation","method":"GET"} [] [2025-03-12T11:36:50.647393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:52.862352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=translation","method":"GET"} [] [2025-03-12T11:36:52.883839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:55.001629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=translation","method":"GET"} [] [2025-03-12T11:36:55.021822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:57.195583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=translation","method":"GET"} [] [2025-03-12T11:36:57.223270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:36:59.406745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=translation","method":"GET"} [] [2025-03-12T11:36:59.426407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:37:01.910231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=translation","method":"GET"} [] [2025-03-12T11:37:01.977534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:37:04.273052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=exception","method":"GET"} [] [2025-03-12T11:37:04.295168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:37:07.656611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=exception","method":"GET"} [] [2025-03-12T11:37:07.678421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:37:11.013318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=mailer","method":"GET"} [] [2025-03-12T11:37:11.033831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:37:13.293081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=request","method":"GET"} [] [2025-03-12T11:37:13.314564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:37:15.551725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=request","method":"GET"} [] [2025-03-12T11:37:15.572440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:37:17.948805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=request","method":"GET"} [] [2025-03-12T11:37:18.014612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:37:20.251038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=request","method":"GET"} [] [2025-03-12T11:37:20.273175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:37:22.482180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=request","method":"GET"} [] [2025-03-12T11:37:22.502579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:37:24.586933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=form","method":"GET"} [] [2025-03-12T11:37:24.607796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:37:26.705340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=request","method":"GET"} [] [2025-03-12T11:37:26.726268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:37:30.156000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=dump","method":"GET"} [] [2025-03-12T11:37:30.175573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:37:32.360537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=dump","method":"GET"} [] [2025-03-12T11:37:32.385068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:37:34.808164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=form","method":"GET"} [] [2025-03-12T11:37:34.880825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:37:37.103503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=time","method":"GET"} [] [2025-03-12T11:37:37.123405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:37:39.309689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=time","method":"GET"} [] [2025-03-12T11:37:39.329952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:37:42.657440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=mailer","method":"GET"} [] [2025-03-12T11:37:42.679650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:37:44.862649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=mailer","method":"GET"} [] [2025-03-12T11:37:44.883414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:37:47.076808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=time","method":"GET"} [] [2025-03-12T11:37:47.098813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:37:49.286584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=form","method":"GET"} [] [2025-03-12T11:37:49.306095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:37:54.175215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=mailer","method":"GET"} [] [2025-03-12T11:37:54.241772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:37:56.412444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=time","method":"GET"} [] [2025-03-12T11:37:56.432531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:37:58.587005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=mailer","method":"GET"} [] [2025-03-12T11:37:58.607401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:38:00.695578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=mailer","method":"GET"} [] [2025-03-12T11:38:00.715465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:38:04.076405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=events","method":"GET"} [] [2025-03-12T11:38:04.096345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:38:06.232333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=events","method":"GET"} [] [2025-03-12T11:38:06.252200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:38:08.493475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=twig","method":"GET"} [] [2025-03-12T11:38:08.513238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:38:10.995373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=dump","method":"GET"} [] [2025-03-12T11:38:11.076144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:38:13.355301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=twig","method":"GET"} [] [2025-03-12T11:38:13.374853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:38:15.593956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=form","method":"GET"} [] [2025-03-12T11:38:15.614502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:38:17.831154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=time","method":"GET"} [] [2025-03-12T11:38:17.850968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:38:19.986773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=validator","method":"GET"} [] [2025-03-12T11:38:20.006902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:22.161783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=validator","method":"GET"} [] [2025-03-12T11:38:22.181908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:24.369501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=validator","method":"GET"} [] [2025-03-12T11:38:24.391850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:26.785967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=validator","method":"GET"} [] [2025-03-12T11:38:26.890977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:29.153347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=validator","method":"GET"} [] [2025-03-12T11:38:29.174742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:31.340710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=validator","method":"GET"} [] [2025-03-12T11:38:31.364261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:33.522186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=db","method":"GET"} [] [2025-03-12T11:38:33.542343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:38:35.718861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=mailer","method":"GET"} [] [2025-03-12T11:38:35.740332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:38:37.963257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=cache","method":"GET"} [] [2025-03-12T11:38:37.983860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:38:40.203484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=events","method":"GET"} [] [2025-03-12T11:38:40.223559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:38:42.674268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=events","method":"GET"} [] [2025-03-12T11:38:42.736647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:38:44.898885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=events","method":"GET"} [] [2025-03-12T11:38:44.920438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:38:47.088234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=events","method":"GET"} [] [2025-03-12T11:38:47.108361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:38:49.320441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=exception","method":"GET"} [] [2025-03-12T11:38:49.340541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:38:51.510520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=validator","method":"GET"} [] [2025-03-12T11:38:51.529635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:53.753016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=validator","method":"GET"} [] [2025-03-12T11:38:53.775535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:38:55.986880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=exception","method":"GET"} [] [2025-03-12T11:38:56.006070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:38:58.364609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=twig","method":"GET"} [] [2025-03-12T11:38:58.435844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:39:00.622411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=twig","method":"GET"} [] [2025-03-12T11:39:00.643230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:39:02.898165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=twig","method":"GET"} [] [2025-03-12T11:39:02.918099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:39:05.137618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=dump","method":"GET"} [] [2025-03-12T11:39:05.157556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:39:07.311363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=dump","method":"GET"} [] [2025-03-12T11:39:07.331194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:39:09.532253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=twig","method":"GET"} [] [2025-03-12T11:39:09.551606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:39:11.752997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=validator","method":"GET"} [] [2025-03-12T11:39:11.773488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:39:14.271959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=validator","method":"GET"} [] [2025-03-12T11:39:14.332592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:39:16.562004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=validator","method":"GET"} [] [2025-03-12T11:39:16.585499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:39:18.832740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=validator","method":"GET"} [] [2025-03-12T11:39:18.852614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:39:21.079141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=request","method":"GET"} [] [2025-03-12T11:39:21.099981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:39:23.287570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=request","method":"GET"} [] [2025-03-12T11:39:23.308886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:39:25.470176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=validator","method":"GET"} [] [2025-03-12T11:39:25.491051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:39:27.607947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=exception","method":"GET"} [] [2025-03-12T11:39:27.627246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T11:39:30.094451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=translation","method":"GET"} [] [2025-03-12T11:39:30.182444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:39:32.404120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=translation","method":"GET"} [] [2025-03-12T11:39:32.426290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:39:34.620210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=translation","method":"GET"} [] [2025-03-12T11:39:34.642557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:39:36.803022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=translation","method":"GET"} [] [2025-03-12T11:39:36.823921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:39:39.088196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=request","method":"GET"} [] [2025-03-12T11:39:39.108275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:39:41.295610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=form","method":"GET"} [] [2025-03-12T11:39:41.316235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:39:43.555812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=db","method":"GET"} [] [2025-03-12T11:39:43.582252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:39:46.045331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=db","method":"GET"} [] [2025-03-12T11:39:46.114960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:39:48.343706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=db","method":"GET"} [] [2025-03-12T11:39:48.364179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:39:50.580503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=cache","method":"GET"} [] [2025-03-12T11:39:50.601853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:39:52.764418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=cache","method":"GET"} [] [2025-03-12T11:39:52.791410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:39:54.982531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=cache","method":"GET"} [] [2025-03-12T11:39:55.002895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:39:57.221201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=time","method":"GET"} [] [2025-03-12T11:39:57.242280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:39:59.459101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=form","method":"GET"} [] [2025-03-12T11:39:59.480486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:40:01.942780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=form","method":"GET"} [] [2025-03-12T11:40:02.012899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:40:04.182489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=time","method":"GET"} [] [2025-03-12T11:40:04.202855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:40:06.381790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=dump","method":"GET"} [] [2025-03-12T11:40:06.402140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:40:09.821598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=form","method":"GET"} [] [2025-03-12T11:40:09.841994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:40:12.091690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?group=1&panel=db","method":"GET"} [] [2025-03-12T11:40:12.112288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:40:14.277985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=dump","method":"GET"} [] [2025-03-12T11:40:14.297721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:40:16.518360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=time","method":"GET"} [] [2025-03-12T11:40:16.539324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:40:18.944159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=form","method":"GET"} [] [2025-03-12T11:40:19.011957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:40:21.193608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=db","method":"GET"} [] [2025-03-12T11:40:21.214233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:40:23.417221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=db","method":"GET"} [] [2025-03-12T11:40:23.438218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:40:28.016189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=time","method":"GET"} [] [2025-03-12T11:40:28.053444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:40:31.343845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=config","method":"GET"} [] [2025-03-12T11:40:31.365876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:40:33.599737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=logger","method":"GET"} [] [2025-03-12T11:40:33.623391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:40:35.952069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=router","method":"GET"} [] [2025-03-12T11:40:36.037817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:40:36.138822+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4/router","method":"GET"} [] [2025-03-12T11:40:38.593711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=router","method":"GET"} [] [2025-03-12T11:40:38.613862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:40:38.632695+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78/router","method":"GET"} [] [2025-03-12T11:40:40.780516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?group=1&panel=db","method":"GET"} [] [2025-03-12T11:40:40.801568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:40:43.021047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=events","method":"GET"} [] [2025-03-12T11:40:43.042263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:40:45.286919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?group=1&panel=db","method":"GET"} [] [2025-03-12T11:40:45.307409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:40:47.535707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=config","method":"GET"} [] [2025-03-12T11:40:47.561928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:40:49.777335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=config","method":"GET"} [] [2025-03-12T11:40:49.797490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:40:53.357495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=logger","method":"GET"} [] [2025-03-12T11:40:53.444555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:40:55.656828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=router","method":"GET"} [] [2025-03-12T11:40:55.678883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:40:55.698881+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78/router","method":"GET"} [] [2025-03-12T11:40:57.988980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=logger","method":"GET"} [] [2025-03-12T11:40:58.011745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:41:00.281389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=cache","method":"GET"} [] [2025-03-12T11:41:00.302434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:41:02.532085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=cache","method":"GET"} [] [2025-03-12T11:41:02.551953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:41:05.942182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=config","method":"GET"} [] [2025-03-12T11:41:05.962564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:41:08.148556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=dump","method":"GET"} [] [2025-03-12T11:41:08.171002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:41:10.645405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=security","method":"GET"} [] [2025-03-12T11:41:10.725898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:12.937517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=security","method":"GET"} [] [2025-03-12T11:41:12.969144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:15.170433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=security","method":"GET"} [] [2025-03-12T11:41:15.191415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:17.416780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?panel=security","method":"GET"} [] [2025-03-12T11:41:17.439381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:19.666959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=security","method":"GET"} [] [2025-03-12T11:41:19.689121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:21.757556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=security","method":"GET"} [] [2025-03-12T11:41:21.778286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:23.949155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=security","method":"GET"} [] [2025-03-12T11:41:23.969822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:26.377549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=security","method":"GET"} [] [2025-03-12T11:41:26.470222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:28.696631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=security","method":"GET"} [] [2025-03-12T11:41:28.717472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:31.128579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=security","method":"GET"} [] [2025-03-12T11:41:31.148334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:33.371197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=security","method":"GET"} [] [2025-03-12T11:41:33.395233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:41:35.508799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=db","method":"GET"} [] [2025-03-12T11:41:35.530933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:41:37.689380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=db","method":"GET"} [] [2025-03-12T11:41:37.711321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:41:39.916296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=cache","method":"GET"} [] [2025-03-12T11:41:39.937138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:41:42.305916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=config","method":"GET"} [] [2025-03-12T11:41:42.364628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:41:44.762536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=logger","method":"GET"} [] [2025-03-12T11:41:44.784391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:41:47.179725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?panel=router","method":"GET"} [] [2025-03-12T11:41:47.199112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:41:47.217255+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00/router","method":"GET"} [] [2025-03-12T11:41:49.595736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=config","method":"GET"} [] [2025-03-12T11:41:49.617291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:41:51.830527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=logger","method":"GET"} [] [2025-03-12T11:41:51.852532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:41:54.012085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=router","method":"GET"} [] [2025-03-12T11:41:54.032257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:41:54.050565+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab/router","method":"GET"} [] [2025-03-12T11:41:56.213479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=router","method":"GET"} [] [2025-03-12T11:41:56.234998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:41:56.253090+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7/router","method":"GET"} [] [2025-03-12T11:41:58.607209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=config","method":"GET"} [] [2025-03-12T11:41:58.669548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:42:00.886903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=logger","method":"GET"} [] [2025-03-12T11:42:00.906614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:42:03.063413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=router","method":"GET"} [] [2025-03-12T11:42:03.082344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:42:03.100151+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab/router","method":"GET"} [] [2025-03-12T11:42:05.430460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=config","method":"GET"} [] [2025-03-12T11:42:05.451507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:42:07.639360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=router","method":"GET"} [] [2025-03-12T11:42:07.676685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:42:07.696554+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7/router","method":"GET"} [] [2025-03-12T11:42:09.875883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=logger","method":"GET"} [] [2025-03-12T11:42:09.896390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:42:12.152604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab?panel=config","method":"GET"} [] [2025-03-12T11:42:12.176781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:42:14.682045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7?panel=logger","method":"GET"} [] [2025-03-12T11:42:14.818484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:42:17.117208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=logger","method":"GET"} [] [2025-03-12T11:42:17.138453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:42:19.397509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=router","method":"GET"} [] [2025-03-12T11:42:19.418494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:42:19.438307+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d/router","method":"GET"} [] [2025-03-12T11:42:21.763702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?panel=security","method":"GET"} [] [2025-03-12T11:42:21.786517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:42:23.954295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?panel=security","method":"GET"} [] [2025-03-12T11:42:23.976142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:42:26.157067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:26.177661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:28.380745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:28.410294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:30.848689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:30.945403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:33.207087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:33.227313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:42:35.469592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=security","method":"GET"} [] [2025-03-12T11:42:35.492282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:42:37.772515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?panel=db","method":"GET"} [] [2025-03-12T11:42:37.794661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:42:39.949382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=mailer","method":"GET"} [] [2025-03-12T11:42:39.980781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:42:42.200455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=mailer","method":"GET"} [] [2025-03-12T11:42:42.221555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:42:44.413676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=mailer","method":"GET"} [] [2025-03-12T11:42:44.432795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:42:46.826351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=mailer","method":"GET"} [] [2025-03-12T11:42:46.890533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:42:49.136955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=mailer","method":"GET"} [] [2025-03-12T11:42:49.157093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T11:42:51.386319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=request","method":"GET"} [] [2025-03-12T11:42:51.411689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:42:53.609260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=request","method":"GET"} [] [2025-03-12T11:42:53.630393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:42:55.839500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=request","method":"GET"} [] [2025-03-12T11:42:55.861133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:42:57.931381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=request","method":"GET"} [] [2025-03-12T11:42:57.954757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:43:00.212921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d?group=1&panel=db","method":"GET"} [] [2025-03-12T11:43:00.233789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:43:02.602146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=request","method":"GET"} [] [2025-03-12T11:43:02.666542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T11:43:04.908540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=db","method":"GET"} [] [2025-03-12T11:43:04.928919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:43:07.181356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=db","method":"GET"} [] [2025-03-12T11:43:07.201615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:43:09.436276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=db","method":"GET"} [] [2025-03-12T11:43:09.458018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:43:11.687188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=db","method":"GET"} [] [2025-03-12T11:43:11.717539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T11:43:15.068841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=events","method":"GET"} [] [2025-03-12T11:43:15.089389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:17.229373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=events","method":"GET"} [] [2025-03-12T11:43:17.249908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:19.621028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=events","method":"GET"} [] [2025-03-12T11:43:19.685570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:21.906069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=events","method":"GET"} [] [2025-03-12T11:43:21.926869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:24.084937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=events","method":"GET"} [] [2025-03-12T11:43:24.106398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:26.346514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=events","method":"GET"} [] [2025-03-12T11:43:26.371935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:28.734716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=events","method":"GET"} [] [2025-03-12T11:43:28.758330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:32.334199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=events","method":"GET"} [] [2025-03-12T11:43:32.354549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:35.925103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=events","method":"GET"} [] [2025-03-12T11:43:36.000848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:38.277921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=events","method":"GET"} [] [2025-03-12T11:43:38.298938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:40.412360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=events","method":"GET"} [] [2025-03-12T11:43:40.438222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:43:42.693990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=time","method":"GET"} [] [2025-03-12T11:43:42.715538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:43:44.927760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=twig","method":"GET"} [] [2025-03-12T11:43:44.952950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:43:47.120317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=form","method":"GET"} [] [2025-03-12T11:43:47.140108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:43:49.362183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=twig","method":"GET"} [] [2025-03-12T11:43:49.400777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:43:51.771697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=form","method":"GET"} [] [2025-03-12T11:43:51.838390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:43:55.202381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=dump","method":"GET"} [] [2025-03-12T11:43:55.227096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:43:57.425024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=form","method":"GET"} [] [2025-03-12T11:43:57.450133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:43:59.685925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=form","method":"GET"} [] [2025-03-12T11:43:59.708251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:44:01.897886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=twig","method":"GET"} [] [2025-03-12T11:44:01.918276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:44:04.095969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=dump","method":"GET"} [] [2025-03-12T11:44:04.122557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:06.323108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=time","method":"GET"} [] [2025-03-12T11:44:06.348313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:09.094882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=time","method":"GET"} [] [2025-03-12T11:44:09.171965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:11.417575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=time","method":"GET"} [] [2025-03-12T11:44:11.437715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:13.650111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=form","method":"GET"} [] [2025-03-12T11:44:13.670172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:44:15.903630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=dump","method":"GET"} [] [2025-03-12T11:44:15.929996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:18.147883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=dump","method":"GET"} [] [2025-03-12T11:44:18.167760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:21.736657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=dump","method":"GET"} [] [2025-03-12T11:44:21.763137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:24.445290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=dump","method":"GET"} [] [2025-03-12T11:44:24.546371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:27.889178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=time","method":"GET"} [] [2025-03-12T11:44:27.910408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:30.160796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=time","method":"GET"} [] [2025-03-12T11:44:30.181453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:32.430545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=twig","method":"GET"} [] [2025-03-12T11:44:32.459183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:44:34.652828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=dump","method":"GET"} [] [2025-03-12T11:44:34.687759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:36.911419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=time","method":"GET"} [] [2025-03-12T11:44:36.936616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:39.236626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=form","method":"GET"} [] [2025-03-12T11:44:39.266885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:44:41.671666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=twig","method":"GET"} [] [2025-03-12T11:44:41.766873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:44:44.027057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=twig","method":"GET"} [] [2025-03-12T11:44:44.048072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:44:46.120722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=form","method":"GET"} [] [2025-03-12T11:44:46.141478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:44:48.404235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=time","method":"GET"} [] [2025-03-12T11:44:48.430107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:50.629803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=form","method":"GET"} [] [2025-03-12T11:44:50.651337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:44:52.975076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=dump","method":"GET"} [] [2025-03-12T11:44:52.996503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:44:55.325287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=time","method":"GET"} [] [2025-03-12T11:44:55.348238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:44:57.654969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=form","method":"GET"} [] [2025-03-12T11:44:57.730965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:44:59.843753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=form","method":"GET"} [] [2025-03-12T11:44:59.864916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:45:02.099138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=time","method":"GET"} [] [2025-03-12T11:45:02.119499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:04.312139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=twig","method":"GET"} [] [2025-03-12T11:45:04.339217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:06.531381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=dump","method":"GET"} [] [2025-03-12T11:45:06.554966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:45:08.790494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=time","method":"GET"} [] [2025-03-12T11:45:08.812636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:11.195677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=twig","method":"GET"} [] [2025-03-12T11:45:11.216049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:13.631575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=time","method":"GET"} [] [2025-03-12T11:45:13.702199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:15.961308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=form","method":"GET"} [] [2025-03-12T11:45:15.983256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:45:18.161437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=time","method":"GET"} [] [2025-03-12T11:45:18.183980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:20.492695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=dump","method":"GET"} [] [2025-03-12T11:45:20.513884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:45:22.706347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=time","method":"GET"} [] [2025-03-12T11:45:22.726046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:24.936899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=twig","method":"GET"} [] [2025-03-12T11:45:24.956264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:27.237580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=form","method":"GET"} [] [2025-03-12T11:45:27.265081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:45:29.580841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=form","method":"GET"} [] [2025-03-12T11:45:29.687841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:45:31.981459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=time","method":"GET"} [] [2025-03-12T11:45:32.004696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:34.167182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=time","method":"GET"} [] [2025-03-12T11:45:34.190691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:36.483660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=twig","method":"GET"} [] [2025-03-12T11:45:36.530309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:38.716789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=twig","method":"GET"} [] [2025-03-12T11:45:38.736039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:41.002687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=time","method":"GET"} [] [2025-03-12T11:45:41.023137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:43.312760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=dump","method":"GET"} [] [2025-03-12T11:45:43.332463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:45:45.693229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=twig","method":"GET"} [] [2025-03-12T11:45:45.803923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:48.085659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=form","method":"GET"} [] [2025-03-12T11:45:48.105463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:45:50.310256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=twig","method":"GET"} [] [2025-03-12T11:45:50.331658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:45:52.557612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=time","method":"GET"} [] [2025-03-12T11:45:52.578366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:45:54.733767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=dump","method":"GET"} [] [2025-03-12T11:45:54.754737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:45:57.005717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=dump","method":"GET"} [] [2025-03-12T11:45:57.026253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:45:59.263102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=twig","method":"GET"} [] [2025-03-12T11:45:59.286258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:02.884756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=twig","method":"GET"} [] [2025-03-12T11:46:03.107528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:05.398214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=dump","method":"GET"} [] [2025-03-12T11:46:05.425035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:46:08.777447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=dump","method":"GET"} [] [2025-03-12T11:46:08.799269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:46:10.943981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=dump","method":"GET"} [] [2025-03-12T11:46:10.964124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:46:13.249290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=form","method":"GET"} [] [2025-03-12T11:46:13.273830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:46:15.669631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=time","method":"GET"} [] [2025-03-12T11:46:15.697945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:46:18.061579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=time","method":"GET"} [] [2025-03-12T11:46:18.158271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:46:20.432645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=form","method":"GET"} [] [2025-03-12T11:46:20.454612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:46:23.706660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=form","method":"GET"} [] [2025-03-12T11:46:23.730236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:46:27.030564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=twig","method":"GET"} [] [2025-03-12T11:46:27.052182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:29.258633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=time","method":"GET"} [] [2025-03-12T11:46:29.281200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:46:31.628600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=twig","method":"GET"} [] [2025-03-12T11:46:31.648234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:33.935036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=twig","method":"GET"} [] [2025-03-12T11:46:34.217754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:36.398509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=form","method":"GET"} [] [2025-03-12T11:46:36.418679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:46:38.567193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=time","method":"GET"} [] [2025-03-12T11:46:38.587304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:46:41.907294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=time","method":"GET"} [] [2025-03-12T11:46:41.931208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:46:44.230279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=dump","method":"GET"} [] [2025-03-12T11:46:44.251218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:46:46.715031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=twig","method":"GET"} [] [2025-03-12T11:46:46.738262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:49.307184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=time","method":"GET"} [] [2025-03-12T11:46:49.396870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:46:52.829552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=dump","method":"GET"} [] [2025-03-12T11:46:52.848740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:46:55.075468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=twig","method":"GET"} [] [2025-03-12T11:46:55.094807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:46:57.249066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=dump","method":"GET"} [] [2025-03-12T11:46:57.275605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:46:59.522356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=time","method":"GET"} [] [2025-03-12T11:46:59.546627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:47:01.789099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=twig","method":"GET"} [] [2025-03-12T11:47:01.821758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:47:04.047177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=twig","method":"GET"} [] [2025-03-12T11:47:04.068161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:47:06.437657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=dump","method":"GET"} [] [2025-03-12T11:47:06.498210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:47:08.680572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=dump","method":"GET"} [] [2025-03-12T11:47:08.704123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:47:13.167910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=dump","method":"GET"} [] [2025-03-12T11:47:13.189665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:47:15.424198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=time","method":"GET"} [] [2025-03-12T11:47:15.446133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:47:17.759463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=form","method":"GET"} [] [2025-03-12T11:47:17.785647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:47:19.992950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=dump","method":"GET"} [] [2025-03-12T11:47:20.013264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:47:22.366110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=form","method":"GET"} [] [2025-03-12T11:47:22.455580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:47:24.769419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=form","method":"GET"} [] [2025-03-12T11:47:24.790495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:47:26.986550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=form","method":"GET"} [] [2025-03-12T11:47:27.010509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:47:29.210117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=dump","method":"GET"} [] [2025-03-12T11:47:29.233506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T11:47:31.488614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=twig","method":"GET"} [] [2025-03-12T11:47:31.510198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:47:33.783743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=twig","method":"GET"} [] [2025-03-12T11:47:33.811389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:47:36.003447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=time","method":"GET"} [] [2025-03-12T11:47:36.027700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T11:47:38.425315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=form","method":"GET"} [] [2025-03-12T11:47:38.499348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:47:40.771081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=validator","method":"GET"} [] [2025-03-12T11:47:40.790629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:43.008126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=validator","method":"GET"} [] [2025-03-12T11:47:43.030633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:45.209156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=validator","method":"GET"} [] [2025-03-12T11:47:45.229423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:47.475613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=validator","method":"GET"} [] [2025-03-12T11:47:47.498691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:49.683941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=validator","method":"GET"} [] [2025-03-12T11:47:49.705197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:53.082461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=validator","method":"GET"} [] [2025-03-12T11:47:53.104448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:55.395786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=validator","method":"GET"} [] [2025-03-12T11:47:55.464687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:57.708590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=validator","method":"GET"} [] [2025-03-12T11:47:57.728529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:47:59.888567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=validator","method":"GET"} [] [2025-03-12T11:47:59.909389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:48:03.362559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=cache","method":"GET"} [] [2025-03-12T11:48:03.384361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:05.680410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=cache","method":"GET"} [] [2025-03-12T11:48:05.701005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:09.014949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=cache","method":"GET"} [] [2025-03-12T11:48:09.035468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:11.333433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=cache","method":"GET"} [] [2025-03-12T11:48:11.393535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:13.626253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=cache","method":"GET"} [] [2025-03-12T11:48:13.668706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:15.847093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=cache","method":"GET"} [] [2025-03-12T11:48:15.870077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:18.051293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=cache","method":"GET"} [] [2025-03-12T11:48:18.075792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:20.299171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=cache","method":"GET"} [] [2025-03-12T11:48:20.319986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:22.595507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=cache","method":"GET"} [] [2025-03-12T11:48:22.616634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:24.872405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=cache","method":"GET"} [] [2025-03-12T11:48:24.904515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:28.336999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=cache","method":"GET"} [] [2025-03-12T11:48:28.397698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:30.647182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=cache","method":"GET"} [] [2025-03-12T11:48:30.668361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:32.831890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=cache","method":"GET"} [] [2025-03-12T11:48:32.851179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:36.239185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=cache","method":"GET"} [] [2025-03-12T11:48:36.284145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:38.577043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=cache","method":"GET"} [] [2025-03-12T11:48:38.602373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:40.758006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=cache","method":"GET"} [] [2025-03-12T11:48:40.787442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:43.011620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=cache","method":"GET"} [] [2025-03-12T11:48:43.031434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:45.328977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=cache","method":"GET"} [] [2025-03-12T11:48:45.408567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:47.614089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=cache","method":"GET"} [] [2025-03-12T11:48:47.641048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:49.849496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=cache","method":"GET"} [] [2025-03-12T11:48:49.875718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:52.156375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=cache","method":"GET"} [] [2025-03-12T11:48:52.187634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:54.495039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=events","method":"GET"} [] [2025-03-12T11:48:54.519955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:48:56.737183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=cache","method":"GET"} [] [2025-03-12T11:48:56.756645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:48:58.941574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=events","method":"GET"} [] [2025-03-12T11:48:58.961787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:03.695249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=cache","method":"GET"} [] [2025-03-12T11:49:03.948492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:49:06.226837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=cache","method":"GET"} [] [2025-03-12T11:49:06.248039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:49:08.539401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=cache","method":"GET"} [] [2025-03-12T11:49:08.567687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:49:10.940001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=cache","method":"GET"} [] [2025-03-12T11:49:10.965848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:49:13.136374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=events","method":"GET"} [] [2025-03-12T11:49:13.157400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:16.471130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=events","method":"GET"} [] [2025-03-12T11:49:16.490845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:18.757624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=events","method":"GET"} [] [2025-03-12T11:49:18.791967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:20.946423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=events","method":"GET"} [] [2025-03-12T11:49:21.002949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:23.200973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=events","method":"GET"} [] [2025-03-12T11:49:23.221864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:25.536082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=events","method":"GET"} [] [2025-03-12T11:49:25.563128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:27.834244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=events","method":"GET"} [] [2025-03-12T11:49:27.854222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:30.070903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=events","method":"GET"} [] [2025-03-12T11:49:30.094006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:49:32.273451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=cache","method":"GET"} [] [2025-03-12T11:49:32.297766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:49:34.561361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=router","method":"GET"} [] [2025-03-12T11:49:34.602108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:49:34.621628+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/router","method":"GET"} [] [2025-03-12T11:49:36.851827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=form","method":"GET"} [] [2025-03-12T11:49:36.921743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T11:49:40.382874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=logger","method":"GET"} [] [2025-03-12T11:49:40.404882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:49:42.727242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=config","method":"GET"} [] [2025-03-12T11:49:42.752838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:49:45.040087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=router","method":"GET"} [] [2025-03-12T11:49:45.063625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:49:45.086439+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10/router","method":"GET"} [] [2025-03-12T11:49:47.222000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=config","method":"GET"} [] [2025-03-12T11:49:47.242404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:49:49.580765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=config","method":"GET"} [] [2025-03-12T11:49:49.622340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:49:51.845209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=logger","method":"GET"} [] [2025-03-12T11:49:51.867656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:49:54.048217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=router","method":"GET"} [] [2025-03-12T11:49:54.132054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:49:54.190307+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a/router","method":"GET"} [] [2025-03-12T11:49:56.523529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=logger","method":"GET"} [] [2025-03-12T11:49:56.548145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:49:58.722582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?panel=router","method":"GET"} [] [2025-03-12T11:49:58.748351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:49:58.766499+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/router","method":"GET"} [] [2025-03-12T11:50:00.992720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=logger","method":"GET"} [] [2025-03-12T11:50:01.018565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:03.196793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=logger","method":"GET"} [] [2025-03-12T11:50:03.217571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:05.567064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=router","method":"GET"} [] [2025-03-12T11:50:05.599199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:50:05.617832+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44/router","method":"GET"} [] [2025-03-12T11:50:07.787021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=router","method":"GET"} [] [2025-03-12T11:50:07.808382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:50:07.826470+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a/router","method":"GET"} [] [2025-03-12T11:50:10.065063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=router","method":"GET"} [] [2025-03-12T11:50:10.136954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:50:10.202714+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44/router","method":"GET"} [] [2025-03-12T11:50:12.503868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=logger","method":"GET"} [] [2025-03-12T11:50:12.524224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:14.779312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=config","method":"GET"} [] [2025-03-12T11:50:14.804590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:17.063419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=router","method":"GET"} [] [2025-03-12T11:50:17.090179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:50:17.108374+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/router","method":"GET"} [] [2025-03-12T11:50:19.331722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=router","method":"GET"} [] [2025-03-12T11:50:19.361643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:50:19.385452+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/router","method":"GET"} [] [2025-03-12T11:50:21.743652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=logger","method":"GET"} [] [2025-03-12T11:50:21.782919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:24.047000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=config","method":"GET"} [] [2025-03-12T11:50:24.071832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:26.247009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=config","method":"GET"} [] [2025-03-12T11:50:26.313127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:28.435396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=config","method":"GET"} [] [2025-03-12T11:50:28.457389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:31.926933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?panel=config","method":"GET"} [] [2025-03-12T11:50:31.954102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:34.192237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=config","method":"GET"} [] [2025-03-12T11:50:34.212826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:37.728812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=logger","method":"GET"} [] [2025-03-12T11:50:37.788122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:40.034422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=logger","method":"GET"} [] [2025-03-12T11:50:40.075510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:42.307376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?panel=logger","method":"GET"} [] [2025-03-12T11:50:42.381600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:44.637399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=config","method":"GET"} [] [2025-03-12T11:50:44.661578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:46.849107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a?panel=config","method":"GET"} [] [2025-03-12T11:50:46.873913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:49.071439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=logger","method":"GET"} [] [2025-03-12T11:50:49.094057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:52.670516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?panel=config","method":"GET"} [] [2025-03-12T11:50:52.695681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:50:54.858411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=router","method":"GET"} [] [2025-03-12T11:50:54.896813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:50:54.919373+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6/router","method":"GET"} [] [2025-03-12T11:50:57.179549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?panel=logger","method":"GET"} [] [2025-03-12T11:50:57.203927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:50:59.406456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=config","method":"GET"} [] [2025-03-12T11:50:59.469675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:01.663694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=config","method":"GET"} [] [2025-03-12T11:51:01.690414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:03.915580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?panel=logger","method":"GET"} [] [2025-03-12T11:51:03.936467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:51:06.213897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?panel=logger","method":"GET"} [] [2025-03-12T11:51:06.236061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:51:08.587606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?panel=config","method":"GET"} [] [2025-03-12T11:51:08.608330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:10.746647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?panel=config","method":"GET"} [] [2025-03-12T11:51:10.778083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:13.003624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=config","method":"GET"} [] [2025-03-12T11:51:13.024415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:15.216598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a?panel=router","method":"GET"} [] [2025-03-12T11:51:15.269013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:51:15.312753+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a/router","method":"GET"} [] [2025-03-12T11:51:17.528226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?panel=router","method":"GET"} [] [2025-03-12T11:51:17.549047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:51:17.567006+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631/router","method":"GET"} [] [2025-03-12T11:51:19.803469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?panel=router","method":"GET"} [] [2025-03-12T11:51:19.823748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:51:19.842659+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6/router","method":"GET"} [] [2025-03-12T11:51:22.024010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?panel=cache","method":"GET"} [] [2025-03-12T11:51:22.046108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T11:51:24.414974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=config","method":"GET"} [] [2025-03-12T11:51:24.449019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:26.742961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=logger","method":"GET"} [] [2025-03-12T11:51:26.775829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:51:29.012375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=config","method":"GET"} [] [2025-03-12T11:51:29.033624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:31.161212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=logger","method":"GET"} [] [2025-03-12T11:51:31.334841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:51:33.618176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=router","method":"GET"} [] [2025-03-12T11:51:33.637646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:51:33.655716+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956/router","method":"GET"} [] [2025-03-12T11:51:35.859326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=router","method":"GET"} [] [2025-03-12T11:51:35.880598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:51:35.899471+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/router","method":"GET"} [] [2025-03-12T11:51:38.163793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=logger","method":"GET"} [] [2025-03-12T11:51:38.187017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:51:40.587199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=logger","method":"GET"} [] [2025-03-12T11:51:40.608609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:51:42.858008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=router","method":"GET"} [] [2025-03-12T11:51:42.888734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:51:42.906403+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/router","method":"GET"} [] [2025-03-12T11:51:45.111152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=config","method":"GET"} [] [2025-03-12T11:51:45.134545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:47.332841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=config","method":"GET"} [] [2025-03-12T11:51:47.387431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:51:49.597621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=translation","method":"GET"} [] [2025-03-12T11:51:49.618483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:51:51.836041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=translation","method":"GET"} [] [2025-03-12T11:51:51.857417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:51:54.108975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=translation","method":"GET"} [] [2025-03-12T11:51:54.130788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T11:51:57.717627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=validator","method":"GET"} [] [2025-03-12T11:51:57.738976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:51:59.901973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=validator","method":"GET"} [] [2025-03-12T11:51:59.933784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:52:02.031518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=validator","method":"GET"} [] [2025-03-12T11:52:02.053622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:52:04.261609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=validator","method":"GET"} [] [2025-03-12T11:52:04.310219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T11:52:06.438335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=logger","method":"GET"} [] [2025-03-12T11:52:06.458699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:08.651871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=router","method":"GET"} [] [2025-03-12T11:52:08.678977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:08.698985+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/router","method":"GET"} [] [2025-03-12T11:52:11.119704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=config","method":"GET"} [] [2025-03-12T11:52:11.143902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:52:13.513598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=logger","method":"GET"} [] [2025-03-12T11:52:13.544297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:15.768372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=config","method":"GET"} [] [2025-03-12T11:52:15.799659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:52:18.008785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=router","method":"GET"} [] [2025-03-12T11:52:18.034103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:18.052032+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/router","method":"GET"} [] [2025-03-12T11:52:20.281280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=logger","method":"GET"} [] [2025-03-12T11:52:20.332291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:22.531922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=router","method":"GET"} [] [2025-03-12T11:52:22.551707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:22.569404+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e/router","method":"GET"} [] [2025-03-12T11:52:24.791490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=config","method":"GET"} [] [2025-03-12T11:52:24.813505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:52:27.062594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=router","method":"GET"} [] [2025-03-12T11:52:27.084051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:27.101968+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316/router","method":"GET"} [] [2025-03-12T11:52:29.503703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=logger","method":"GET"} [] [2025-03-12T11:52:29.526108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:31.817840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=router","method":"GET"} [] [2025-03-12T11:52:31.848464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:31.866295+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316/router","method":"GET"} [] [2025-03-12T11:52:34.089990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=config","method":"GET"} [] [2025-03-12T11:52:34.111669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:52:36.314422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=logger","method":"GET"} [] [2025-03-12T11:52:36.371041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:38.621123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=config","method":"GET"} [] [2025-03-12T11:52:38.643053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:52:40.881011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=logger","method":"GET"} [] [2025-03-12T11:52:40.900624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:43.018039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=logger","method":"GET"} [] [2025-03-12T11:52:43.050886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:45.634706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=router","method":"GET"} [] [2025-03-12T11:52:45.664923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:45.683400+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/router","method":"GET"} [] [2025-03-12T11:52:48.051961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=router","method":"GET"} [] [2025-03-12T11:52:48.088668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:48.107182+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/router","method":"GET"} [] [2025-03-12T11:52:50.266822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=logger","method":"GET"} [] [2025-03-12T11:52:50.291180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:52.517450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=config","method":"GET"} [] [2025-03-12T11:52:52.578978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:52:54.764463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=logger","method":"GET"} [] [2025-03-12T11:52:54.787523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:52:56.988473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=router","method":"GET"} [] [2025-03-12T11:52:57.008288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:57.026107+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33/router","method":"GET"} [] [2025-03-12T11:52:59.229367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=router","method":"GET"} [] [2025-03-12T11:52:59.249746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:52:59.267706+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33/router","method":"GET"} [] [2025-03-12T11:53:01.734632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=config","method":"GET"} [] [2025-03-12T11:53:01.763257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:53:03.849063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=config","method":"GET"} [] [2025-03-12T11:53:03.880050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:53:07.096217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?panel=config","method":"GET"} [] [2025-03-12T11:53:07.116341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:53:09.320143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=config","method":"GET"} [] [2025-03-12T11:53:09.403758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T11:53:11.653092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=logger","method":"GET"} [] [2025-03-12T11:53:11.675475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:53:14.117709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=router","method":"GET"} [] [2025-03-12T11:53:14.140329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:53:14.158296+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/router","method":"GET"} [] [2025-03-12T11:53:16.850920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?panel=logger","method":"GET"} [] [2025-03-12T11:53:16.875030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:53:19.310970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=router","method":"GET"} [] [2025-03-12T11:53:19.380246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:53:19.398461+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/router","method":"GET"} [] [2025-03-12T11:53:21.578997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133?panel=logger","method":"GET"} [] [2025-03-12T11:53:21.604331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:53:23.800159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?panel=security","method":"GET"} [] [2025-03-12T11:53:23.822977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:26.047053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?panel=security","method":"GET"} [] [2025-03-12T11:53:26.101298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:28.254289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?panel=security","method":"GET"} [] [2025-03-12T11:53:28.280622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:30.516798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?panel=security","method":"GET"} [] [2025-03-12T11:53:30.539496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:32.954080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?panel=security","method":"GET"} [] [2025-03-12T11:53:32.976360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:35.219899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?panel=security","method":"GET"} [] [2025-03-12T11:53:35.250843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:37.482409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e?panel=security","method":"GET"} [] [2025-03-12T11:53:37.505144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:39.701508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?panel=security","method":"GET"} [] [2025-03-12T11:53:39.726805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:43.130387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?panel=security","method":"GET"} [] [2025-03-12T11:53:43.211944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:45.437244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?panel=security","method":"GET"} [] [2025-03-12T11:53:45.461826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:47.684852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?panel=security","method":"GET"} [] [2025-03-12T11:53:47.709433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:50.070813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?panel=security","method":"GET"} [] [2025-03-12T11:53:50.092787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:52.345267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?panel=security","method":"GET"} [] [2025-03-12T11:53:52.378994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:53:54.537768+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:53:54.560066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:53:56.739286+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:53:56.761715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:53:58.959442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=logger","method":"GET"} [] [2025-03-12T11:53:59.038125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T11:54:01.302398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?panel=router","method":"GET"} [] [2025-03-12T11:54:01.324524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:54:01.343558+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/router","method":"GET"} [] [2025-03-12T11:54:04.127426+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:04.147042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:06.482987+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:06.512355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:08.649403+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:08.683836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:10.865467+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:10.969230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:13.132114+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:13.153119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:15.349642+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:15.393318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:17.584266+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:17.604783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:20.930411+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:20.962933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:23.326385+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:23.373932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:25.585491+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:25.630104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:27.868475+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:27.907065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:30.101371+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:30.161444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:32.241786+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:32.303892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:34.523904+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:34.544297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:37.923168+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:37.951146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:40.661968+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:40.728524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:42.899833+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:42.922709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:45.108426+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:45.138491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:47.324164+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:47.387303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:49.602072+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:49.632153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:51.972549+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:51.992121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:54.309424+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:54.339984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:56.770161+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:56.806619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:58.971308+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:54:58.993124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:01.106770+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:01.133653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:03.319434+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:03.394680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:05.620829+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:05.650101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:07.786697+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:07.813977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:10.010976+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:10.040521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:12.513459+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:12.548730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:14.757328+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:14.779621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:16.940090+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:16.966099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:19.215763+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:19.396021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:21.596715+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:21.618900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:23.778439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:23.798784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:26.025115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:26.052455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:28.381493+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:28.422456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:32.879809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:32.907755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:35.028075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:35.078669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:37.299184+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:37.359527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:39.565386+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04fc9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04fc9e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:39.585481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:41.771341+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:41.801115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:44.366623+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:44.399830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:47.722382+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:47.749843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:49.947231+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:49.993843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:52.121332+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:52.185148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:54.389356+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:54.419668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:56.607738+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b9bb00"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b9bb00/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:56.627278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:58.829049+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:55:58.856663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET","method":"GET"} [] [2025-03-12T11:56:01.402001+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:01.478828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:03.686290+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:03.715819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:05.964066+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b9bb00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b9bb00/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:05.987952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:08.190345+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:08.243896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:10.374336+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:10.469395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:12.648373+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:12.674701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:14.943495+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:14.976971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T11:56:17.455033+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:17.494879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:19.655637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:19.680406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:21.780250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:21.811364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:24.016102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:24.077229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:26.311554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:26.332033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:28.558471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:28.580580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:30.725528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:30.750813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:33.165679+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b9bb00"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b9bb00/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:33.197121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T11:56:35.386572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:35.408574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:37.665751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:37.701609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:39.937804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:39.984627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:42.225035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:42.250866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:44.417850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:44.438845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:46.710642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:46.736397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:49.088419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:49.125908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:51.391932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:51.414526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:53.806360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:53.843183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:56.108453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:56.274630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:58.484012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a?group=1&panel=db","method":"GET"} [] [2025-03-12T11:56:58.561140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:00.797669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:00.821119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:03.006011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:03.026954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:05.574162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:05.608931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:07.716568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:07.740467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:09.938700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:57:09.970803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:57:10.012502+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:57:12.354074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b77709?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:12.403013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:15.700346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:15.726320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:18.741256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:57:18.764860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:57:18.783184+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:57:22.155086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:57:22.197635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:57:22.217639+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:57:30.170532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:30.225176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:54.912851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956?group=1&panel=db","method":"GET"} [] [2025-03-12T11:57:54.999628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:58:17.939507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?group=1&panel=db","method":"GET"} [] [2025-03-12T11:58:18.006449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:58:37.531975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?group=1&panel=db","method":"GET"} [] [2025-03-12T11:58:37.624778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:58:44.951424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=router","method":"GET"} [] [2025-03-12T11:58:44.972315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T11:58:44.990942+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631/router","method":"GET"} [] [2025-03-12T11:58:55.441464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316?group=1&panel=db","method":"GET"} [] [2025-03-12T11:58:55.522083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:59:06.455417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=events","method":"GET"} [] [2025-03-12T11:59:06.475503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T11:59:08.814246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=security","method":"GET"} [] [2025-03-12T11:59:08.834447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T11:59:11.588104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709?group=1&panel=db","method":"GET"} [] [2025-03-12T11:59:11.955331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:59:26.929685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539?group=1&panel=db","method":"GET"} [] [2025-03-12T11:59:27.022559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T11:59:33.190377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6?panel=twig","method":"GET"} [] [2025-03-12T11:59:33.214030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T11:59:39.083896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:59:39.114461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T11:59:39.137652+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T11:59:51.311718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316?group=1&panel=db","method":"GET"} [] [2025-03-12T11:59:51.419959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:00:20.904916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=twig","method":"GET"} [] [2025-03-12T12:00:21.052583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:00:26.526074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956?group=1&panel=db","method":"GET"} [] [2025-03-12T12:00:26.549352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:00:47.134704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=dump","method":"GET"} [] [2025-03-12T12:00:47.205568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:00:59.557766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:00:59.589589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:01:10.591824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=time","method":"GET"} [] [2025-03-12T12:01:10.663610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:01:28.515607+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:01:28.753177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:01:30.373130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=form","method":"GET"} [] [2025-03-12T12:01:30.527204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:01:54.091114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:01:54.257753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:01:54.314932+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:02:05.702707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=form","method":"GET"} [] [2025-03-12T12:02:05.756392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:02:18.575375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:02:18.811192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:02:18.886792+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:02:22.587065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=twig","method":"GET"} [] [2025-03-12T12:02:22.683646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:02:37.655864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=twig","method":"GET"} [] [2025-03-12T12:02:37.733155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:02:50.769547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=dump","method":"GET"} [] [2025-03-12T12:02:50.840749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:03:22.106317+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:03:22.185153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:03:22.937311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=dump","method":"GET"} [] [2025-03-12T12:03:23.040393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:03:32.096065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=form","method":"GET"} [] [2025-03-12T12:03:32.143938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:03:40.429779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=time","method":"GET"} [] [2025-03-12T12:03:40.692982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:03:47.259910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=dump","method":"GET"} [] [2025-03-12T12:03:47.342056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:03:53.625168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=twig","method":"GET"} [] [2025-03-12T12:03:53.701112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:04:00.135820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2?panel=dump","method":"GET"} [] [2025-03-12T12:04:00.339819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:04:04.978218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76?panel=dump","method":"GET"} [] [2025-03-12T12:04:05.125955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:04:09.268207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=twig","method":"GET"} [] [2025-03-12T12:04:09.376909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:04:22.822719+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:04:22.945874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:04:40.417883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=twig","method":"GET"} [] [2025-03-12T12:04:41.120755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:04:43.335207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=twig","method":"GET"} [] [2025-03-12T12:04:43.416029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:04:45.606328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=dump","method":"GET"} [] [2025-03-12T12:04:45.630012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:04:47.865976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=time","method":"GET"} [] [2025-03-12T12:04:47.931198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:04:50.158057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7?panel=time","method":"GET"} [] [2025-03-12T12:04:50.211982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:04:52.435777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=twig","method":"GET"} [] [2025-03-12T12:04:52.540609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:04:54.705394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=time","method":"GET"} [] [2025-03-12T12:04:54.726968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:04:57.478075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=dump","method":"GET"} [] [2025-03-12T12:04:57.599774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:04:59.938081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=dump","method":"GET"} [] [2025-03-12T12:04:59.962402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:05:10.607656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=form","method":"GET"} [] [2025-03-12T12:05:10.683757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:05:13.323785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=form","method":"GET"} [] [2025-03-12T12:05:13.447658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:05:15.766145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=twig","method":"GET"} [] [2025-03-12T12:05:15.812949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:05:17.993406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=twig","method":"GET"} [] [2025-03-12T12:05:18.043309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:05:20.245131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=form","method":"GET"} [] [2025-03-12T12:05:20.326927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:05:21.135055+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:05:21.172062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:05:22.569757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=twig","method":"GET"} [] [2025-03-12T12:05:22.652741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:05:24.858416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?panel=form","method":"GET"} [] [2025-03-12T12:05:24.937201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:05:27.084494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=time","method":"GET"} [] [2025-03-12T12:05:27.161601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:29.698963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=dump","method":"GET"} [] [2025-03-12T12:05:29.891113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:05:32.026648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30?panel=time","method":"GET"} [] [2025-03-12T12:05:32.071618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:34.259559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=time","method":"GET"} [] [2025-03-12T12:05:34.293377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:36.489614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=time","method":"GET"} [] [2025-03-12T12:05:36.525139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:38.767351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=time","method":"GET"} [] [2025-03-12T12:05:38.819756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:41.029942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=form","method":"GET"} [] [2025-03-12T12:05:41.132003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:05:43.345051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=time","method":"GET"} [] [2025-03-12T12:05:43.394234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:45.950090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=twig","method":"GET"} [] [2025-03-12T12:05:46.114034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:05:48.541805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=dump","method":"GET"} [] [2025-03-12T12:05:48.605355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:05:52.109214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=time","method":"GET"} [] [2025-03-12T12:05:52.131688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:05:54.304066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30?panel=events","method":"GET"} [] [2025-03-12T12:05:54.327731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:05:56.545529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30?panel=security","method":"GET"} [] [2025-03-12T12:05:56.567095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:05:58.706893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30?panel=twig","method":"GET"} [] [2025-03-12T12:05:58.731559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:06:01.150978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=time","method":"GET"} [] [2025-03-12T12:06:01.248948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:06:03.532102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=form","method":"GET"} [] [2025-03-12T12:06:03.564377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:06:05.745670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=time","method":"GET"} [] [2025-03-12T12:06:05.768787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:06:07.969316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=time","method":"GET"} [] [2025-03-12T12:06:08.002029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:06:10.235925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=dump","method":"GET"} [] [2025-03-12T12:06:10.285152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:06:10.417407+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04fc9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04fc9e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:06:10.439483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:06:12.622585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=dump","method":"GET"} [] [2025-03-12T12:06:12.665056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:06:14.985492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=dump","method":"GET"} [] [2025-03-12T12:06:15.007809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:06:17.641001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=form","method":"GET"} [] [2025-03-12T12:06:17.769028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:06:19.936160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=twig","method":"GET"} [] [2025-03-12T12:06:19.963656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:06:22.175420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76?panel=form","method":"GET"} [] [2025-03-12T12:06:22.196747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:06:24.385536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=time","method":"GET"} [] [2025-03-12T12:06:24.464453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:06:26.666821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=dump","method":"GET"} [] [2025-03-12T12:06:26.690640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:06:28.886573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=request","method":"GET"} [] [2025-03-12T12:06:28.919723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:06:31.145824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=db","method":"GET"} [] [2025-03-12T12:06:31.167809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:06:34.077046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=config","method":"GET"} [] [2025-03-12T12:06:34.225066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:06:36.506280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=router","method":"GET"} [] [2025-03-12T12:06:36.526912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:06:36.544749+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb/router","method":"GET"} [] [2025-03-12T12:06:39.013622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=logger","method":"GET"} [] [2025-03-12T12:06:39.035211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:06:41.215544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=exception","method":"GET"} [] [2025-03-12T12:06:41.234980+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb/exception.css","method":"GET"} [] [2025-03-12T12:06:41.283279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:06:41.301165+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb/exception","method":"GET"} [] [2025-03-12T12:06:43.496377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=cache","method":"GET"} [] [2025-03-12T12:06:43.517411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:06:45.705595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=translation","method":"GET"} [] [2025-03-12T12:06:45.758058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:06:47.905691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=twig","method":"GET"} [] [2025-03-12T12:06:47.926394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:06:50.352693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb?panel=dump","method":"GET"} [] [2025-03-12T12:06:50.449747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:06:52.722738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=dump","method":"GET"} [] [2025-03-12T12:06:52.755048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:06:55.035823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?panel=time","method":"GET"} [] [2025-03-12T12:06:55.060792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:06:57.431038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=time","method":"GET"} [] [2025-03-12T12:06:57.454118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:06:57.655149+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:06:57.688770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:06:59.809483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=dump","method":"GET"} [] [2025-03-12T12:06:59.834471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:03.195539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=dump","method":"GET"} [] [2025-03-12T12:07:03.250169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:05.650325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?panel=form","method":"GET"} [] [2025-03-12T12:07:05.769810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:07:07.996899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=dump","method":"GET"} [] [2025-03-12T12:07:08.020449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:10.256871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e?panel=dump","method":"GET"} [] [2025-03-12T12:07:10.296286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:12.448657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=time","method":"GET"} [] [2025-03-12T12:07:12.504822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:07:17.061813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32?panel=time","method":"GET"} [] [2025-03-12T12:07:17.089368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:07:19.287164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=twig","method":"GET"} [] [2025-03-12T12:07:19.330958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:07:22.118681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=dump","method":"GET"} [] [2025-03-12T12:07:22.311223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:24.579166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=twig","method":"GET"} [] [2025-03-12T12:07:24.603800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:07:26.788116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c?panel=time","method":"GET"} [] [2025-03-12T12:07:26.821126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:07:29.039202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=form","method":"GET"} [] [2025-03-12T12:07:29.114963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:07:31.325173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=dump","method":"GET"} [] [2025-03-12T12:07:31.371775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:33.532707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=dump","method":"GET"} [] [2025-03-12T12:07:33.569717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:35.726967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=time","method":"GET"} [] [2025-03-12T12:07:35.750519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:07:37.715424+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:07:37.829363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:07:37.997467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=dump","method":"GET"} [] [2025-03-12T12:07:38.044230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:40.292820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=twig","method":"GET"} [] [2025-03-12T12:07:40.321183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:07:42.526014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=dump","method":"GET"} [] [2025-03-12T12:07:42.572300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:44.806958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=dump","method":"GET"} [] [2025-03-12T12:07:44.850772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:48.176058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=time","method":"GET"} [] [2025-03-12T12:07:48.204269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:07:50.375857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e?panel=time","method":"GET"} [] [2025-03-12T12:07:50.461876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:07:53.119782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=dump","method":"GET"} [] [2025-03-12T12:07:53.188470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:07:55.568441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=form","method":"GET"} [] [2025-03-12T12:07:55.605952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:07:57.818489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=request","method":"GET"} [] [2025-03-12T12:07:57.848657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:08:00.047138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=db","method":"GET"} [] [2025-03-12T12:08:00.070506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:08:02.227917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=router","method":"GET"} [] [2025-03-12T12:08:02.251973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:08:02.275504+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7/router","method":"GET"} [] [2025-03-12T12:08:04.640059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=config","method":"GET"} [] [2025-03-12T12:08:04.662242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:08:06.873374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=logger","method":"GET"} [] [2025-03-12T12:08:06.901505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:08:09.389323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=exception","method":"GET"} [] [2025-03-12T12:08:09.458654+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7/exception.css","method":"GET"} [] [2025-03-12T12:08:09.470096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:08:09.527679+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7/exception","method":"GET"} [] [2025-03-12T12:08:11.794703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=translation","method":"GET"} [] [2025-03-12T12:08:11.817454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:08:13.299854+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:08:13.331884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:08:14.066911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=form","method":"GET"} [] [2025-03-12T12:08:14.091612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:08:16.286406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=dump","method":"GET"} [] [2025-03-12T12:08:16.308326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:18.506251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?panel=twig","method":"GET"} [] [2025-03-12T12:08:18.536261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:08:21.817139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7?group=1&panel=db","method":"GET"} [] [2025-03-12T12:08:21.840556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:08:23.989259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=form","method":"GET"} [] [2025-03-12T12:08:24.029686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:08:26.604452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=twig","method":"GET"} [] [2025-03-12T12:08:26.699367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:08:29.161840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=dump","method":"GET"} [] [2025-03-12T12:08:29.186251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:31.545903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c?panel=twig","method":"GET"} [] [2025-03-12T12:08:31.574079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:08:33.788647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=time","method":"GET"} [] [2025-03-12T12:08:33.811133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:08:36.006243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=dump","method":"GET"} [] [2025-03-12T12:08:36.029670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:38.239961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=dump","method":"GET"} [] [2025-03-12T12:08:38.266008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:40.526056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7?panel=dump","method":"GET"} [] [2025-03-12T12:08:40.549556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:42.980369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc738"},"request_uri":"https://test.phila-ca.com/public/_profiler/5dc738?panel=twig","method":"GET"} [] [2025-03-12T12:08:43.046036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:08:45.506533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=twig","method":"GET"} [] [2025-03-12T12:08:45.530512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:08:45.918097+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:08:45.960698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:08:47.916431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=form","method":"GET"} [] [2025-03-12T12:08:47.998251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:08:50.188748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=form","method":"GET"} [] [2025-03-12T12:08:50.214130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:08:52.365753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?panel=dump","method":"GET"} [] [2025-03-12T12:08:52.426499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:54.645194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=form","method":"GET"} [] [2025-03-12T12:08:54.673897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:08:56.897202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=dump","method":"GET"} [] [2025-03-12T12:08:56.940674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:08:59.564771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=twig","method":"GET"} [] [2025-03-12T12:08:59.636975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:01.916143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=dump","method":"GET"} [] [2025-03-12T12:09:01.939956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:09:04.135279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f?panel=dump","method":"GET"} [] [2025-03-12T12:09:04.180828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:09:06.379148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=dump","method":"GET"} [] [2025-03-12T12:09:06.564598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:09:08.771583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=form","method":"GET"} [] [2025-03-12T12:09:08.796028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:09:10.970528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=dump","method":"GET"} [] [2025-03-12T12:09:11.024653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:09:13.195969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=twig","method":"GET"} [] [2025-03-12T12:09:13.219348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:16.010049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=time","method":"GET"} [] [2025-03-12T12:09:16.151775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:09:16.581512+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:09:16.613544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:09:18.385722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=twig","method":"GET"} [] [2025-03-12T12:09:18.462774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:20.669859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?panel=twig","method":"GET"} [] [2025-03-12T12:09:20.712606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:22.926016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f?panel=time","method":"GET"} [] [2025-03-12T12:09:22.946061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:09:25.125166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=time","method":"GET"} [] [2025-03-12T12:09:25.150473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:09:28.567452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=dump","method":"GET"} [] [2025-03-12T12:09:28.590267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:09:31.202041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=twig","method":"GET"} [] [2025-03-12T12:09:31.269314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:33.525830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=twig","method":"GET"} [] [2025-03-12T12:09:33.580742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:35.791109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=twig","method":"GET"} [] [2025-03-12T12:09:35.819919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:39.195462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=form","method":"GET"} [] [2025-03-12T12:09:39.295234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:09:41.475709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=twig","method":"GET"} [] [2025-03-12T12:09:41.535639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:43.781472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=twig","method":"GET"} [] [2025-03-12T12:09:43.819327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:44.316971+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:09:44.339659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:09:47.352377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=twig","method":"GET"} [] [2025-03-12T12:09:47.496508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:49.815379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=dump","method":"GET"} [] [2025-03-12T12:09:49.877192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:09:52.113979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=form","method":"GET"} [] [2025-03-12T12:09:52.184119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:09:54.397380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=twig","method":"GET"} [] [2025-03-12T12:09:54.491028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:09:59.545824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=form","method":"GET"} [] [2025-03-12T12:09:59.575549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:10:02.463761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=twig","method":"GET"} [] [2025-03-12T12:10:02.614084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:04.827636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?panel=form","method":"GET"} [] [2025-03-12T12:10:04.884558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:10:07.010951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=time","method":"GET"} [] [2025-03-12T12:10:07.036350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:07.928050+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:10:07.951512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:10:09.269721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=twig","method":"GET"} [] [2025-03-12T12:10:09.306420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:11.424841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30?panel=form","method":"GET"} [] [2025-03-12T12:10:11.463513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:10:13.696088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=twig","method":"GET"} [] [2025-03-12T12:10:13.728762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:15.918478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=form","method":"GET"} [] [2025-03-12T12:10:15.942947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:10:18.578024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=form","method":"GET"} [] [2025-03-12T12:10:18.700950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:10:20.968574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=time","method":"GET"} [] [2025-03-12T12:10:20.992760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:23.209591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=time","method":"GET"} [] [2025-03-12T12:10:23.233599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:25.473983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=form","method":"GET"} [] [2025-03-12T12:10:25.520698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:10:27.737416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=time","method":"GET"} [] [2025-03-12T12:10:28.034560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:30.224853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=twig","method":"GET"} [] [2025-03-12T12:10:30.247925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:30.604958+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:10:30.626953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:10:32.686090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=dump","method":"GET"} [] [2025-03-12T12:10:32.712364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:10:35.457613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=time","method":"GET"} [] [2025-03-12T12:10:35.604378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:37.864927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=time","method":"GET"} [] [2025-03-12T12:10:37.887216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:40.069446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=twig","method":"GET"} [] [2025-03-12T12:10:40.105063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:42.320652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=time","method":"GET"} [] [2025-03-12T12:10:42.346059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:44.585342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=time","method":"GET"} [] [2025-03-12T12:10:44.624383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:46.843438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=dump","method":"GET"} [] [2025-03-12T12:10:46.875982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:10:49.046367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=twig","method":"GET"} [] [2025-03-12T12:10:49.069334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:51.124289+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:10:51.255826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:10:51.295074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11?panel=time","method":"GET"} [] [2025-03-12T12:10:51.378703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:10:53.619913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73?panel=twig","method":"GET"} [] [2025-03-12T12:10:53.659403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:55.946127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=twig","method":"GET"} [] [2025-03-12T12:10:55.972912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:10:59.445411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=form","method":"GET"} [] [2025-03-12T12:10:59.511245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:11:01.666352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=time","method":"GET"} [] [2025-03-12T12:11:01.694174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:03.916250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=time","method":"GET"} [] [2025-03-12T12:11:03.941062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:07.709834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=form","method":"GET"} [] [2025-03-12T12:11:07.854808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:11:08.995905+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:11:09.019478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:11:10.155454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=form","method":"GET"} [] [2025-03-12T12:11:10.178898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:11:12.328725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=dump","method":"GET"} [] [2025-03-12T12:11:12.352375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:11:14.500348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=dump","method":"GET"} [] [2025-03-12T12:11:14.526394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:11:16.705230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=dump","method":"GET"} [] [2025-03-12T12:11:16.743855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:11:18.964804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=twig","method":"GET"} [] [2025-03-12T12:11:18.988177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:11:21.199991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=time","method":"GET"} [] [2025-03-12T12:11:21.310199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:23.980673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=form","method":"GET"} [] [2025-03-12T12:11:24.056201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:11:24.726332+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:11:24.754155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:11:26.436647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=twig","method":"GET"} [] [2025-03-12T12:11:26.464423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:11:28.676574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=form","method":"GET"} [] [2025-03-12T12:11:28.698760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:11:30.809712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=dump","method":"GET"} [] [2025-03-12T12:11:30.831865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:11:33.078401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=events","method":"GET"} [] [2025-03-12T12:11:33.110474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:11:35.336519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=security","method":"GET"} [] [2025-03-12T12:11:35.358767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:11:37.655178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a2c64b"},"request_uri":"https://test.phila-ca.com/public/_profiler/a2c64b?panel=request","method":"GET"} [] [2025-03-12T12:11:37.680108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:11:39.177583+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:11:39.276352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:11:42.356619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=form","method":"GET"} [] [2025-03-12T12:11:42.389764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:11:44.808187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=time","method":"GET"} [] [2025-03-12T12:11:44.831521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:47.045786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=twig","method":"GET"} [] [2025-03-12T12:11:47.070863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:11:49.281928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=time","method":"GET"} [] [2025-03-12T12:11:49.321037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:51.357251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?panel=dump","method":"GET"} [] [2025-03-12T12:11:51.384008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:11:51.413851+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:11:51.457930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:11:53.555494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=time","method":"GET"} [] [2025-03-12T12:11:53.593811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:56.318705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=time","method":"GET"} [] [2025-03-12T12:11:56.452462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:11:58.568358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=form","method":"GET"} [] [2025-03-12T12:11:58.650424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:12:00.911859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11?panel=dump","method":"GET"} [] [2025-03-12T12:12:00.932002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:12:02.902019+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:02.922475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:03.124639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32?panel=dump","method":"GET"} [] [2025-03-12T12:12:03.147539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:12:05.345774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=time","method":"GET"} [] [2025-03-12T12:12:05.368393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:12:07.502589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=twig","method":"GET"} [] [2025-03-12T12:12:07.525149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:12:09.714387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=db","method":"GET"} [] [2025-03-12T12:12:09.736171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:12:12.273014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=form","method":"GET"} [] [2025-03-12T12:12:12.355655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:12:12.947976+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:12:12.977462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:12:14.517377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=security","method":"GET"} [] [2025-03-12T12:12:14.550770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:12:16.866510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=time","method":"GET"} [] [2025-03-12T12:12:16.894243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:12:19.124875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=request","method":"GET"} [] [2025-03-12T12:12:19.147846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:12:21.385385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=twig","method":"GET"} [] [2025-03-12T12:12:21.409011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:12:21.985169+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:12:22.020128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:12:23.585185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b17d11"},"request_uri":"https://test.phila-ca.com/public/_profiler/b17d11?panel=twig","method":"GET"} [] [2025-03-12T12:12:23.605572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:12:27.311329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?panel=dump","method":"GET"} [] [2025-03-12T12:12:27.369034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:12:29.625310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=dump","method":"GET"} [] [2025-03-12T12:12:29.700328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:12:30.480877+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:30.503387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:31.911516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=time","method":"GET"} [] [2025-03-12T12:12:31.940209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:12:34.145608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=form","method":"GET"} [] [2025-03-12T12:12:34.169142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:12:36.364874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=time","method":"GET"} [] [2025-03-12T12:12:36.388848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:12:38.443575+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:38.469934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:38.609282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=request","method":"GET"} [] [2025-03-12T12:12:38.633639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:12:40.808055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=db","method":"GET"} [] [2025-03-12T12:12:40.838690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:12:43.304409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=router","method":"GET"} [] [2025-03-12T12:12:43.368501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:12:43.398305+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/router","method":"GET"} [] [2025-03-12T12:12:44.855467+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:12:44.881776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:12:45.729720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=logger","method":"GET"} [] [2025-03-12T12:12:45.763804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:12:48.111778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c","method":"GET"} [] [2025-03-12T12:12:48.134609+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c/exception.css","method":"GET"} [] [2025-03-12T12:12:48.142363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:12:48.160412+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c/exception","method":"GET"} [] [2025-03-12T12:12:50.482645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=config","method":"GET"} [] [2025-03-12T12:12:50.508301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:12:52.704795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=exception","method":"GET"} [] [2025-03-12T12:12:52.725836+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/exception.css","method":"GET"} [] [2025-03-12T12:12:52.728899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:12:52.747206+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/exception","method":"GET"} [] [2025-03-12T12:12:54.946303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=translation","method":"GET"} [] [2025-03-12T12:12:54.969546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:12:56.921600+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:56.943475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:12:57.169200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=twig","method":"GET"} [] [2025-03-12T12:12:57.191120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:12:59.535999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c?panel=time","method":"GET"} [] [2025-03-12T12:12:59.613963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:13:01.700753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=time","method":"GET"} [] [2025-03-12T12:13:01.731861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:13:02.474438+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:02.509965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:03.987853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=dump","method":"GET"} [] [2025-03-12T12:13:04.009635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:13:06.155742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=form","method":"GET"} [] [2025-03-12T12:13:06.178477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:13:07.737158+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:07.760359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:09.713441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=events","method":"GET"} [] [2025-03-12T12:13:09.737202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:13:12.072063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=security","method":"GET"} [] [2025-03-12T12:13:12.095030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:13:12.282065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:12.305150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:14.223497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=mailer","method":"GET"} [] [2025-03-12T12:13:14.246265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:13:16.697261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=twig","method":"GET"} [] [2025-03-12T12:13:16.697507+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:16.755184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:16.756007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:13:18.986862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=time","method":"GET"} [] [2025-03-12T12:13:19.007712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:13:19.929343+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:19.992617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:22.228543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=request","method":"GET"} [] [2025-03-12T12:13:22.253997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:13:23.235299+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:23.255050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:24.495982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=db","method":"GET"} [] [2025-03-12T12:13:24.518505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:13:26.248429+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:26.268484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:26.716115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c?panel=form","method":"GET"} [] [2025-03-12T12:13:26.739096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:13:28.967891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c?panel=dump","method":"GET"} [] [2025-03-12T12:13:28.997932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:13:31.316259+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:31.337586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:32.792081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c?panel=cache","method":"GET"} [] [2025-03-12T12:13:32.965587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:13:33.931289+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:33.960089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:35.158912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=router","method":"GET"} [] [2025-03-12T12:13:35.186450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:13:35.210918+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a/router","method":"GET"} [] [2025-03-12T12:13:36.306861+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:36.341847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:37.654695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=config","method":"GET"} [] [2025-03-12T12:13:37.677636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:13:38.437123+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cdd395"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cdd395/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:38.483938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:39.859021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=logger","method":"GET"} [] [2025-03-12T12:13:39.882562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:13:40.810215+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"036956"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/036956/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:40.835387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:42.104800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=exception","method":"GET"} [] [2025-03-12T12:13:42.125010+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a/exception.css","method":"GET"} [] [2025-03-12T12:13:42.132512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:13:42.151509+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a/exception","method":"GET"} [] [2025-03-12T12:13:43.101374+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:43.142473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:44.478200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936","method":"GET"} [] [2025-03-12T12:13:44.500101+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936/exception.css","method":"GET"} [] [2025-03-12T12:13:44.503430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:13:44.524291+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936/exception","method":"GET"} [] [2025-03-12T12:13:45.341719+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:45.369524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:46.887017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?group=1&panel=db","method":"GET"} [] [2025-03-12T12:13:46.909549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:13:47.586153+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:47.611034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:49.437245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=cache","method":"GET"} [] [2025-03-12T12:13:49.501222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:13:49.813628+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:49.833402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:51.685306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=twig","method":"GET"} [] [2025-03-12T12:13:51.716802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:13:51.985570+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:52.004666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:53.915069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=translation","method":"GET"} [] [2025-03-12T12:13:53.937988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:13:54.146321+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:54.176752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:56.098447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a?panel=dump","method":"GET"} [] [2025-03-12T12:13:56.119992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:13:56.361247+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:56.389260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:13:58.345496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c?panel=request","method":"GET"} [] [2025-03-12T12:13:58.368631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:13:58.585901+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:13:58.605419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:00.496746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=dump","method":"GET"} [] [2025-03-12T12:14:00.520356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:14:00.744257+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:14:00.774416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:14:02.924787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=twig","method":"GET"} [] [2025-03-12T12:14:02.939752+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:02.964090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:02.994928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:05.304471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddd65d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ddd65d/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:05.304722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90c30"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90c30?panel=dump","method":"GET"} [] [2025-03-12T12:14:05.372049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:05.372073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:14:07.566919+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:07.599185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:07.795206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=events","method":"GET"} [] [2025-03-12T12:14:07.817435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:14:09.721908+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:09.740746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:10.200626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=security","method":"GET"} [] [2025-03-12T12:14:10.231286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:14:11.888558+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:11.913886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:12.365963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=mailer","method":"GET"} [] [2025-03-12T12:14:12.388203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:14:14.105150+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:14.123778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T12:14:14.591998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=time","method":"GET"} [] [2025-03-12T12:14:14.614892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:14:16.331295+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1efa1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1efa1/exception.css","method":"GET"} [] [2025-03-12T12:14:16.857626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=dump","method":"GET"} [] [2025-03-12T12:14:16.883878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:14:18.920590+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F471dad%2Fexception","method":"GET"} [] [2025-03-12T12:14:18.974712+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:14:19.053264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=twig","method":"GET"} [] [2025-03-12T12:14:19.079968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:22.560352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=twig","method":"GET"} [] [2025-03-12T12:14:22.658245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:24.851927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=twig","method":"GET"} [] [2025-03-12T12:14:24.880796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:24.909812+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T12:14:24.972028+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:14:27.057128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=form","method":"GET"} [] [2025-03-12T12:14:27.089365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:14:28.416262+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F889f77%2Fexception","method":"GET"} [] [2025-03-12T12:14:28.467979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:14:29.324354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=twig","method":"GET"} [] [2025-03-12T12:14:29.347652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:31.505772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=twig","method":"GET"} [] [2025-03-12T12:14:31.529235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:33.795284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=form","method":"GET"} [] [2025-03-12T12:14:33.821249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:14:37.198308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=form","method":"GET"} [] [2025-03-12T12:14:37.221621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:14:38.953765+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T12:14:39.052840+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:14:39.404751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=form","method":"GET"} [] [2025-03-12T12:14:39.445455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:14:41.585559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=time","method":"GET"} [] [2025-03-12T12:14:41.608724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:14:43.775401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=dump","method":"GET"} [] [2025-03-12T12:14:43.815903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:14:45.949610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=form","method":"GET"} [] [2025-03-12T12:14:45.974588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:14:48.165982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=time","method":"GET"} [] [2025-03-12T12:14:48.190365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:14:50.390380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=twig","method":"GET"} [] [2025-03-12T12:14:50.412470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:14:53.796695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=time","method":"GET"} [] [2025-03-12T12:14:53.868208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:14:56.222792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=time","method":"GET"} [] [2025-03-12T12:14:56.352565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:14:58.545162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=twig","method":"GET"} [] [2025-03-12T12:14:58.584754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:15:00.706892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=dump","method":"GET"} [] [2025-03-12T12:15:00.729254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:15:02.947115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f?panel=form","method":"GET"} [] [2025-03-12T12:15:02.968060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:15:05.161363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32?panel=form","method":"GET"} [] [2025-03-12T12:15:05.188053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:15:07.661984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=twig","method":"GET"} [] [2025-03-12T12:15:07.685074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:15:10.082628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c?panel=dump","method":"GET"} [] [2025-03-12T12:15:10.105074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:15:10.733704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T12:15:10.787748+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:15:13.100413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=dump","method":"GET"} [] [2025-03-12T12:15:13.252587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:15:15.554541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=time","method":"GET"} [] [2025-03-12T12:15:15.577456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:15:17.779680+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T12:15:18.086510+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T12:15:18.176224+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:15:18.176293+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:15:19.489113+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T12:15:19.577184+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T12:15:19.722828+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T12:15:22.242505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971?panel=dump","method":"GET"} [] [2025-03-12T12:15:22.318341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:15:26.077561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=time","method":"GET"} [] [2025-03-12T12:15:26.134056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:15:29.524456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=twig","method":"GET"} [] [2025-03-12T12:15:29.695904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:15:31.830064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=form","method":"GET"} [] [2025-03-12T12:15:31.872463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:15:34.391162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=time","method":"GET"} [] [2025-03-12T12:15:34.442936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:15:36.645719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=form","method":"GET"} [] [2025-03-12T12:15:36.669750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:15:38.736975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=time","method":"GET"} [] [2025-03-12T12:15:38.764758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:15:41.123968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=dump","method":"GET"} [] [2025-03-12T12:15:41.144210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:15:43.355072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=request","method":"GET"} [] [2025-03-12T12:15:43.378303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:15:45.654058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=db","method":"GET"} [] [2025-03-12T12:15:45.730970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:15:48.041960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=logger","method":"GET"} [] [2025-03-12T12:15:48.068023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:15:50.391449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=router","method":"GET"} [] [2025-03-12T12:15:50.412535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:15:50.430474+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f/router","method":"GET"} [] [2025-03-12T12:15:52.696766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=config","method":"GET"} [] [2025-03-12T12:15:52.718106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:15:54.885937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=exception","method":"GET"} [] [2025-03-12T12:15:54.906523+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f/exception.css","method":"GET"} [] [2025-03-12T12:15:54.932635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:15:54.950292+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f/exception","method":"GET"} [] [2025-03-12T12:15:57.379148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=translation","method":"GET"} [] [2025-03-12T12:15:57.400463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:16:00.943878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=form","method":"GET"} [] [2025-03-12T12:16:01.084340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:16:03.346794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=time","method":"GET"} [] [2025-03-12T12:16:03.380968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:16:05.526789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=dump","method":"GET"} [] [2025-03-12T12:16:05.547974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:07.714826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=dump","method":"GET"} [] [2025-03-12T12:16:07.763523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:11.127701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?panel=twig","method":"GET"} [] [2025-03-12T12:16:11.151241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:11.843630+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa22b23%2Fexception","method":"GET"} [] [2025-03-12T12:16:11.916635+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:16:13.705751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=twig","method":"GET"} [] [2025-03-12T12:16:13.755573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:16.154828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=form","method":"GET"} [] [2025-03-12T12:16:16.225628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:16:18.447276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=dump","method":"GET"} [] [2025-03-12T12:16:18.469255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:21.804571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=dump","method":"GET"} [] [2025-03-12T12:16:21.835139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:24.068331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=request","method":"GET"} [] [2025-03-12T12:16:24.097916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:16:26.319312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=db","method":"GET"} [] [2025-03-12T12:16:26.343314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:16:28.495171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=logger","method":"GET"} [] [2025-03-12T12:16:28.524231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:16:32.035193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=router","method":"GET"} [] [2025-03-12T12:16:32.099930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:16:32.138021+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b/router","method":"GET"} [] [2025-03-12T12:16:34.365069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=cache","method":"GET"} [] [2025-03-12T12:16:34.386816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:16:37.777007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b?panel=twig","method":"GET"} [] [2025-03-12T12:16:37.799447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:41.115251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=dump","method":"GET"} [] [2025-03-12T12:16:41.138197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:43.276042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=dump","method":"GET"} [] [2025-03-12T12:16:43.299903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:45.528395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=twig","method":"GET"} [] [2025-03-12T12:16:45.558012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:48.102911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=dump","method":"GET"} [] [2025-03-12T12:16:48.186613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:16:50.370399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=twig","method":"GET"} [] [2025-03-12T12:16:50.397071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:52.598803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=twig","method":"GET"} [] [2025-03-12T12:16:52.713754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:54.899182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=twig","method":"GET"} [] [2025-03-12T12:16:54.921571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:16:57.114556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=form","method":"GET"} [] [2025-03-12T12:16:57.138890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:16:59.253189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=time","method":"GET"} [] [2025-03-12T12:16:59.273967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:17:01.517616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=form","method":"GET"} [] [2025-03-12T12:17:01.541740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:04.073843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=form","method":"GET"} [] [2025-03-12T12:17:04.333049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:06.500488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=dump","method":"GET"} [] [2025-03-12T12:17:06.523975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:08.726009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=dump","method":"GET"} [] [2025-03-12T12:17:08.803409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:12.179621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=time","method":"GET"} [] [2025-03-12T12:17:12.276518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:17:14.545816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=dump","method":"GET"} [] [2025-03-12T12:17:14.569872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:16.582558+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T12:17:16.651879+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:17:16.952615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=dump","method":"GET"} [] [2025-03-12T12:17:17.013284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:19.501865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=twig","method":"GET"} [] [2025-03-12T12:17:19.600083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:17:21.836829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=twig","method":"GET"} [] [2025-03-12T12:17:21.863587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:17:24.066577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=form","method":"GET"} [] [2025-03-12T12:17:24.089013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:26.266545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=dump","method":"GET"} [] [2025-03-12T12:17:26.291098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:28.438060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971?panel=form","method":"GET"} [] [2025-03-12T12:17:28.478685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:30.666912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=dump","method":"GET"} [] [2025-03-12T12:17:30.701089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:32.923704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=dump","method":"GET"} [] [2025-03-12T12:17:32.946456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:35.331331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=dump","method":"GET"} [] [2025-03-12T12:17:35.411361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:37.569295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=twig","method":"GET"} [] [2025-03-12T12:17:37.663168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:17:39.892179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92e40f"},"request_uri":"https://test.phila-ca.com/public/_profiler/92e40f?panel=twig","method":"GET"} [] [2025-03-12T12:17:39.912600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:17:42.086954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=time","method":"GET"} [] [2025-03-12T12:17:42.110934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:17:44.313123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=form","method":"GET"} [] [2025-03-12T12:17:44.342921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:46.717632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=form","method":"GET"} [] [2025-03-12T12:17:46.768977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:49.132153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea?panel=time","method":"GET"} [] [2025-03-12T12:17:49.176404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:17:51.541295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73?panel=time","method":"GET"} [] [2025-03-12T12:17:51.601962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:17:53.699429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=form","method":"GET"} [] [2025-03-12T12:17:53.723249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:17:55.846144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=dump","method":"GET"} [] [2025-03-12T12:17:55.917326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:17:58.118859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=twig","method":"GET"} [] [2025-03-12T12:17:58.163166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:18:00.381291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76?panel=twig","method":"GET"} [] [2025-03-12T12:18:00.405965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:18:02.601637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=dump","method":"GET"} [] [2025-03-12T12:18:02.653961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:06.119166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=dump","method":"GET"} [] [2025-03-12T12:18:06.166542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:08.939469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=twig","method":"GET"} [] [2025-03-12T12:18:09.103183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:18:11.377714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=dump","method":"GET"} [] [2025-03-12T12:18:11.399466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:13.745024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=time","method":"GET"} [] [2025-03-12T12:18:13.771317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:18:16.146251+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T12:18:16.315259+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T12:18:16.383021+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:18:16.383092+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:18:17.122291+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T12:18:17.212403+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T12:18:17.314879+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T12:18:19.057082+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe4a133%2Fexception","method":"GET"} [] [2025-03-12T12:18:19.108844+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:18:19.754856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=twig","method":"GET"} [] [2025-03-12T12:18:19.777855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:18:23.085721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=time","method":"GET"} [] [2025-03-12T12:18:23.112733+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:18:26.619509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=form","method":"GET"} [] [2025-03-12T12:18:26.691345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:18:28.971855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=form","method":"GET"} [] [2025-03-12T12:18:29.018724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:18:31.490808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea?panel=form","method":"GET"} [] [2025-03-12T12:18:31.515575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:18:33.848848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=dump","method":"GET"} [] [2025-03-12T12:18:33.873252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:36.091554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=form","method":"GET"} [] [2025-03-12T12:18:36.164082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:18:38.372430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=twig","method":"GET"} [] [2025-03-12T12:18:38.460217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:18:40.733355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=time","method":"GET"} [] [2025-03-12T12:18:40.759718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:18:43.526134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=form","method":"GET"} [] [2025-03-12T12:18:43.622096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:18:45.895213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=dump","method":"GET"} [] [2025-03-12T12:18:45.939826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:48.159740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=time","method":"GET"} [] [2025-03-12T12:18:48.183428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:18:50.275865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=time","method":"GET"} [] [2025-03-12T12:18:50.299231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:18:52.569629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=dump","method":"GET"} [] [2025-03-12T12:18:52.619153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:54.824258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=dump","method":"GET"} [] [2025-03-12T12:18:54.980027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:57.206869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=dump","method":"GET"} [] [2025-03-12T12:18:57.232477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:18:59.559443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?panel=dump","method":"GET"} [] [2025-03-12T12:18:59.656034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:19:02.117778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=twig","method":"GET"} [] [2025-03-12T12:19:02.142372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:19:04.499790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c0b36b?panel=time","method":"GET"} [] [2025-03-12T12:19:04.522154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:19:06.638376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=form","method":"GET"} [] [2025-03-12T12:19:06.717641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:19:08.899527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=twig","method":"GET"} [] [2025-03-12T12:19:08.922889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:19:11.132927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=dump","method":"GET"} [] [2025-03-12T12:19:11.155424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:19:13.354949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=dump","method":"GET"} [] [2025-03-12T12:19:13.462740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:19:15.849210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=twig","method":"GET"} [] [2025-03-12T12:19:15.953538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:19:18.179460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=dump","method":"GET"} [] [2025-03-12T12:19:18.208840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:19:20.385230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=time","method":"GET"} [] [2025-03-12T12:19:20.409899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:19:23.667208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=dump","method":"GET"} [] [2025-03-12T12:19:23.691078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:19:24.937238+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F471dad%2Fexception","method":"GET"} [] [2025-03-12T12:19:24.993104+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:19:25.857253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c0b36b?panel=dump","method":"GET"} [] [2025-03-12T12:19:25.880646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:19:28.055485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c0b36b?panel=form","method":"GET"} [] [2025-03-12T12:19:28.078569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:19:30.336556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c0b36b?panel=twig","method":"GET"} [] [2025-03-12T12:19:30.357641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:19:32.900735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c0b36b?panel=security","method":"GET"} [] [2025-03-12T12:19:32.987499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:19:35.157204+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T12:19:35.175786+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T12:19:35.185533+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:19:35.185581+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:19:35.266212+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T12:19:35.311730+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T12:19:35.328578+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T12:19:37.468621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c0b36b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c0b36b?panel=request","method":"GET"} [] [2025-03-12T12:19:37.490269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:19:41.014243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=twig","method":"GET"} [] [2025-03-12T12:19:41.041715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:19:44.209240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=form","method":"GET"} [] [2025-03-12T12:19:44.235191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:19:47.045639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=time","method":"GET"} [] [2025-03-12T12:19:47.065271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:19:49.792849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=twig","method":"GET"} [] [2025-03-12T12:19:49.863602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:19:51.968136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c35b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c35b6?panel=form","method":"GET"} [] [2025-03-12T12:19:51.994111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:19:54.162378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=time","method":"GET"} [] [2025-03-12T12:19:54.187541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:19:57.945091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=form","method":"GET"} [] [2025-03-12T12:19:57.976724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:00.175016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=dump","method":"GET"} [] [2025-03-12T12:20:00.210027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:20:02.576317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=dump","method":"GET"} [] [2025-03-12T12:20:02.610057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:20:05.613979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=form","method":"GET"} [] [2025-03-12T12:20:05.759889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:08.212885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=time","method":"GET"} [] [2025-03-12T12:20:08.233471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:20:10.436858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=form","method":"GET"} [] [2025-03-12T12:20:10.461942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:12.806993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=twig","method":"GET"} [] [2025-03-12T12:20:12.856347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:20:15.052325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=twig","method":"GET"} [] [2025-03-12T12:20:15.084490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:20:17.351119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=time","method":"GET"} [] [2025-03-12T12:20:17.379395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:20:19.541622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7?panel=form","method":"GET"} [] [2025-03-12T12:20:19.565133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:22.159597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=twig","method":"GET"} [] [2025-03-12T12:20:22.220549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:20:24.690520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=dump","method":"GET"} [] [2025-03-12T12:20:24.714486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:20:26.976870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=time","method":"GET"} [] [2025-03-12T12:20:27.023623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:20:29.232455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=twig","method":"GET"} [] [2025-03-12T12:20:29.269801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:20:30.193029+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T12:20:30.248804+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:20:31.453326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=dump","method":"GET"} [] [2025-03-12T12:20:31.480208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:20:33.680034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=form","method":"GET"} [] [2025-03-12T12:20:33.704914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:37.475762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=time","method":"GET"} [] [2025-03-12T12:20:37.587578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:20:40.975550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=twig","method":"GET"} [] [2025-03-12T12:20:40.999084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:20:43.169885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?panel=form","method":"GET"} [] [2025-03-12T12:20:43.195248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:45.364126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=dump","method":"GET"} [] [2025-03-12T12:20:45.387961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:20:47.512311+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:20:47.560489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:20:50.853068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=security","method":"GET"} [] [2025-03-12T12:20:50.875627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:20:53.460165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=form","method":"GET"} [] [2025-03-12T12:20:53.574842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:20:55.781085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=dump","method":"GET"} [] [2025-03-12T12:20:55.802110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:20:57.997609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=time","method":"GET"} [] [2025-03-12T12:20:58.057508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:21:00.293823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=dump","method":"GET"} [] [2025-03-12T12:21:00.333155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:21:02.557418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=time","method":"GET"} [] [2025-03-12T12:21:02.583137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:21:04.795803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=form","method":"GET"} [] [2025-03-12T12:21:04.819855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:07.024437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=time","method":"GET"} [] [2025-03-12T12:21:07.049890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:21:09.415495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=twig","method":"GET"} [] [2025-03-12T12:21:09.496196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:21:12.940279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=form","method":"GET"} [] [2025-03-12T12:21:12.973105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:15.205752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=form","method":"GET"} [] [2025-03-12T12:21:15.250016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:17.456803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea?panel=dump","method":"GET"} [] [2025-03-12T12:21:17.482785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:21:20.741852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=form","method":"GET"} [] [2025-03-12T12:21:20.766168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:22.966456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=time","method":"GET"} [] [2025-03-12T12:21:22.990739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:21:26.645672+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=form","method":"GET"} [] [2025-03-12T12:21:26.739589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:28.892124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=twig","method":"GET"} [] [2025-03-12T12:21:28.916328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:21:30.959741+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F889f77%2Fexception","method":"GET"} [] [2025-03-12T12:21:31.024269+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:21:31.267570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=form","method":"GET"} [] [2025-03-12T12:21:31.291156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:33.676660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=twig","method":"GET"} [] [2025-03-12T12:21:33.701789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:21:35.910294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=twig","method":"GET"} [] [2025-03-12T12:21:35.932458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:21:38.147502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=form","method":"GET"} [] [2025-03-12T12:21:38.168944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:40.311070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=form","method":"GET"} [] [2025-03-12T12:21:40.334078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:42.752535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=form","method":"GET"} [] [2025-03-12T12:21:42.830995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:21:45.043812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?panel=time","method":"GET"} [] [2025-03-12T12:21:45.068537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:21:47.243107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=twig","method":"GET"} [] [2025-03-12T12:21:47.266214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:21:50.572974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=db","method":"GET"} [] [2025-03-12T12:21:50.598634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:21:52.743402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=logger","method":"GET"} [] [2025-03-12T12:21:52.766704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:21:56.097924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=config","method":"GET"} [] [2025-03-12T12:21:56.119974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:21:58.906416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=exception","method":"GET"} [] [2025-03-12T12:21:58.979343+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9/exception.css","method":"GET"} [] [2025-03-12T12:21:58.989548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:21:59.046689+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9/exception","method":"GET"} [] [2025-03-12T12:22:01.113576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=translation","method":"GET"} [] [2025-03-12T12:22:01.136579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:22:03.372799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=form","method":"GET"} [] [2025-03-12T12:22:03.395818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:05.613368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=twig","method":"GET"} [] [2025-03-12T12:22:05.637427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:22:07.832279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=time","method":"GET"} [] [2025-03-12T12:22:07.856490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:10.011116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=dump","method":"GET"} [] [2025-03-12T12:22:10.032959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:22:12.205644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=time","method":"GET"} [] [2025-03-12T12:22:12.231333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:14.603298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=form","method":"GET"} [] [2025-03-12T12:22:14.685368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:17.062957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=dump","method":"GET"} [] [2025-03-12T12:22:17.087391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:22:19.432269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76?panel=time","method":"GET"} [] [2025-03-12T12:22:19.453305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:21.582310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=dump","method":"GET"} [] [2025-03-12T12:22:21.604861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:22:24.894797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=form","method":"GET"} [] [2025-03-12T12:22:24.919437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:27.105513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=form","method":"GET"} [] [2025-03-12T12:22:27.131053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:29.377496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=form","method":"GET"} [] [2025-03-12T12:22:29.402472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:31.771042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=dump","method":"GET"} [] [2025-03-12T12:22:31.845005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:22:32.593449+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa22b23%2Fexception","method":"GET"} [] [2025-03-12T12:22:32.647883+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:22:34.117834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=time","method":"GET"} [] [2025-03-12T12:22:34.140376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:36.424788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=time","method":"GET"} [] [2025-03-12T12:22:36.447434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:38.652940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73?panel=form","method":"GET"} [] [2025-03-12T12:22:38.673505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:40.872064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ae847?panel=time","method":"GET"} [] [2025-03-12T12:22:40.896729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:43.013711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?panel=twig","method":"GET"} [] [2025-03-12T12:22:43.037397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:22:45.199586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=form","method":"GET"} [] [2025-03-12T12:22:45.223566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:22:47.840045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=twig","method":"GET"} [] [2025-03-12T12:22:47.976531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:22:50.382297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a57c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a57c8?panel=dump","method":"GET"} [] [2025-03-12T12:22:50.403006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:22:52.533949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=dump","method":"GET"} [] [2025-03-12T12:22:52.580470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:22:54.728068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=time","method":"GET"} [] [2025-03-12T12:22:54.756478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:57.126874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"http://test.phila-ca.com/public/_profiler/d7f07b?panel=time","method":"GET"} [] [2025-03-12T12:22:57.151114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:22:59.483953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=twig","method":"GET"} [] [2025-03-12T12:22:59.509074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:23:01.731244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=form","method":"GET"} [] [2025-03-12T12:23:01.764423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:23:04.215872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=time","method":"GET"} [] [2025-03-12T12:23:04.280910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:06.472508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=dump","method":"GET"} [] [2025-03-12T12:23:06.495416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:23:08.691061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=time","method":"GET"} [] [2025-03-12T12:23:08.748792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:10.883271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=twig","method":"GET"} [] [2025-03-12T12:23:10.905948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:23:13.096041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=time","method":"GET"} [] [2025-03-12T12:23:13.120455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:15.295685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=time","method":"GET"} [] [2025-03-12T12:23:15.319949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:17.473644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=twig","method":"GET"} [] [2025-03-12T12:23:17.497322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:23:20.009652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"http://test.phila-ca.com/public/_profiler/d7f07b?panel=db","method":"GET"} [] [2025-03-12T12:23:20.086454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:23:22.457108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"http://test.phila-ca.com/public/_profiler/d7f07b?panel=dump","method":"GET"} [] [2025-03-12T12:23:22.477984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:23:24.660805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"http://test.phila-ca.com/public/_profiler/d7f07b?panel=form","method":"GET"} [] [2025-03-12T12:23:24.683186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:23:27.945999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"http://test.phila-ca.com/public/_profiler/d7f07b?panel=security","method":"GET"} [] [2025-03-12T12:23:27.970982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:23:30.127174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=time","method":"GET"} [] [2025-03-12T12:23:30.150006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:32.376794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=time","method":"GET"} [] [2025-03-12T12:23:32.402965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:35.528751+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T12:23:35.637373+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:23:36.773022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=dump","method":"GET"} [] [2025-03-12T12:23:36.818389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:23:39.003174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=twig","method":"GET"} [] [2025-03-12T12:23:39.026924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:23:41.212184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=form","method":"GET"} [] [2025-03-12T12:23:41.235269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:23:43.436258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2?panel=time","method":"GET"} [] [2025-03-12T12:23:43.460160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:45.612954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=twig","method":"GET"} [] [2025-03-12T12:23:45.648734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:23:47.903359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=time","method":"GET"} [] [2025-03-12T12:23:47.926591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:23:50.142493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=request","method":"GET"} [] [2025-03-12T12:23:50.164911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:23:52.728288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=translation","method":"GET"} [] [2025-03-12T12:23:52.854972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:23:55.092397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=request","method":"GET"} [] [2025-03-12T12:23:55.114510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:23:57.343306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=db","method":"GET"} [] [2025-03-12T12:23:57.365636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:23:59.573726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=router","method":"GET"} [] [2025-03-12T12:23:59.594441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:23:59.612216+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed/router","method":"GET"} [] [2025-03-12T12:24:02.102002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=logger","method":"GET"} [] [2025-03-12T12:24:02.123925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:24:04.243953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=config","method":"GET"} [] [2025-03-12T12:24:04.272873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:24:07.838302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=logger","method":"GET"} [] [2025-03-12T12:24:07.912513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:24:10.116832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=exception","method":"GET"} [] [2025-03-12T12:24:10.143108+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed/exception.css","method":"GET"} [] [2025-03-12T12:24:10.149856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:24:10.168145+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed/exception","method":"GET"} [] [2025-03-12T12:24:12.363201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=exception","method":"GET"} [] [2025-03-12T12:24:12.383383+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1/exception.css","method":"GET"} [] [2025-03-12T12:24:12.386505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:24:12.404479+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1/exception","method":"GET"} [] [2025-03-12T12:24:14.552969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=cache","method":"GET"} [] [2025-03-12T12:24:14.574999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:24:16.795130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=translation","method":"GET"} [] [2025-03-12T12:24:16.817451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:24:19.033623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=validator","method":"GET"} [] [2025-03-12T12:24:19.054866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:24:21.253648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=twig","method":"GET"} [] [2025-03-12T12:24:21.274688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:24:23.764153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=form","method":"GET"} [] [2025-03-12T12:24:23.840938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:24:26.067120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=time","method":"GET"} [] [2025-03-12T12:24:26.092344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:24:28.277804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fadda1"},"request_uri":"https://test.phila-ca.com/public/_profiler/fadda1?panel=twig","method":"GET"} [] [2025-03-12T12:24:28.302354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:24:30.512788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=dump","method":"GET"} [] [2025-03-12T12:24:30.537209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:24:32.754327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=twig","method":"GET"} [] [2025-03-12T12:24:32.778392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:24:36.182865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=twig","method":"GET"} [] [2025-03-12T12:24:36.215964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:24:38.482825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=time","method":"GET"} [] [2025-03-12T12:24:38.505345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:24:38.923257+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} [] [2025-03-12T12:24:40.800133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=twig","method":"GET"} [] [2025-03-12T12:24:40.843693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:24:43.157152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=twig","method":"GET"} [] [2025-03-12T12:24:43.177656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:24:45.382364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=dump","method":"GET"} [] [2025-03-12T12:24:45.405251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:24:47.573014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=request","method":"GET"} [] [2025-03-12T12:24:47.597438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:24:49.740046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=db","method":"GET"} [] [2025-03-12T12:24:49.765136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:24:51.985682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=router","method":"GET"} [] [2025-03-12T12:24:52.007170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:24:52.025565+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a/router","method":"GET"} [] [2025-03-12T12:24:54.590758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=config","method":"GET"} [] [2025-03-12T12:24:54.639188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:24:56.858977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=logger","method":"GET"} [] [2025-03-12T12:24:56.898984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:24:59.097840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=exception","method":"GET"} [] [2025-03-12T12:24:59.117630+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a/exception.css","method":"GET"} [] [2025-03-12T12:24:59.124007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:24:59.141762+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a/exception","method":"GET"} [] [2025-03-12T12:25:01.342645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=translation","method":"GET"} [] [2025-03-12T12:25:01.364727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:25:03.543812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=dump","method":"GET"} [] [2025-03-12T12:25:03.566551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:05.733804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=twig","method":"GET"} [] [2025-03-12T12:25:05.755689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:25:07.916071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=form","method":"GET"} [] [2025-03-12T12:25:07.938993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:25:10.339474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=dump","method":"GET"} [] [2025-03-12T12:25:10.417329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:12.643597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?group=1&panel=db","method":"GET"} [] [2025-03-12T12:25:12.680198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:25:14.851392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=dump","method":"GET"} [] [2025-03-12T12:25:14.873743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:17.041770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?panel=dump","method":"GET"} [] [2025-03-12T12:25:17.100336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:19.304417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=time","method":"GET"} [] [2025-03-12T12:25:19.331056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:25:21.532961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=time","method":"GET"} [] [2025-03-12T12:25:21.558275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:25:23.673943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e?panel=dump","method":"GET"} [] [2025-03-12T12:25:23.736404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:26.336612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=dump","method":"GET"} [] [2025-03-12T12:25:26.484119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:28.685951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=time","method":"GET"} [] [2025-03-12T12:25:28.747057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:25:30.967219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=form","method":"GET"} [] [2025-03-12T12:25:30.994997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:25:33.217004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=time","method":"GET"} [] [2025-03-12T12:25:33.262761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:25:35.476094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6706b?panel=form","method":"GET"} [] [2025-03-12T12:25:35.500760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:25:37.815644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=twig","method":"GET"} [] [2025-03-12T12:25:37.840352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:25:40.147900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=twig","method":"GET"} [] [2025-03-12T12:25:40.177063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:25:42.587543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=time","method":"GET"} [] [2025-03-12T12:25:42.681180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:25:44.360611+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} [] [2025-03-12T12:25:44.860827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=dump","method":"GET"} [] [2025-03-12T12:25:44.897056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:47.112023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ad73"},"request_uri":"https://test.phila-ca.com/public/_profiler/28ad73?panel=dump","method":"GET"} [] [2025-03-12T12:25:47.132254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:25:49.261180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=form","method":"GET"} [] [2025-03-12T12:25:49.299067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:25:51.469972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=twig","method":"GET"} [] [2025-03-12T12:25:51.500056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:25:53.652565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=twig","method":"GET"} [] [2025-03-12T12:25:53.691226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:25:55.863491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=form","method":"GET"} [] [2025-03-12T12:25:55.886074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:25:58.360585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=dump","method":"GET"} [] [2025-03-12T12:25:58.459522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:00.812749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=time","method":"GET"} [] [2025-03-12T12:26:00.870201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:26:03.299772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=form","method":"GET"} [] [2025-03-12T12:26:03.384219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:26:06.782016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=form","method":"GET"} [] [2025-03-12T12:26:06.806116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:26:08.986157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c?panel=time","method":"GET"} [] [2025-03-12T12:26:09.008869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:26:12.278981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=dump","method":"GET"} [] [2025-03-12T12:26:12.304125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:14.821410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=dump","method":"GET"} [] [2025-03-12T12:26:14.916243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:17.121551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=twig","method":"GET"} [] [2025-03-12T12:26:17.170009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:26:19.418504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e?panel=twig","method":"GET"} [] [2025-03-12T12:26:19.468443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:26:21.904166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"http://test.phila-ca.com/public/_profiler/04e7bb?panel=time","method":"GET"} [] [2025-03-12T12:26:21.927200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:26:24.226194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=time","method":"GET"} [] [2025-03-12T12:26:24.262910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:26:26.481668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=dump","method":"GET"} [] [2025-03-12T12:26:26.508342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:28.716165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=time","method":"GET"} [] [2025-03-12T12:26:28.738029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:26:31.188251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=twig","method":"GET"} [] [2025-03-12T12:26:31.238428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:26:33.543013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=dump","method":"GET"} [] [2025-03-12T12:26:33.587697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:35.830957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=form","method":"GET"} [] [2025-03-12T12:26:35.864984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:26:38.012911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=form","method":"GET"} [] [2025-03-12T12:26:38.037849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:26:39.461755+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:26:39.499848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:26:40.202722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=twig","method":"GET"} [] [2025-03-12T12:26:40.225949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:26:42.422366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=dump","method":"GET"} [] [2025-03-12T12:26:42.445909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:44.735346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"http://test.phila-ca.com/public/_profiler/04e7bb?panel=db","method":"GET"} [] [2025-03-12T12:26:44.759126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:26:47.442164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"http://test.phila-ca.com/public/_profiler/04e7bb?panel=dump","method":"GET"} [] [2025-03-12T12:26:47.502990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:26:50.899794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"http://test.phila-ca.com/public/_profiler/04e7bb?panel=twig","method":"GET"} [] [2025-03-12T12:26:50.942907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:26:53.177064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"http://test.phila-ca.com/public/_profiler/04e7bb?panel=security","method":"GET"} [] [2025-03-12T12:26:53.199866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:26:55.437996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e7bb"},"request_uri":"http://test.phila-ca.com/public/_profiler/04e7bb?panel=request","method":"GET"} [] [2025-03-12T12:26:55.461118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:26:57.700350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=form","method":"GET"} [] [2025-03-12T12:26:57.723814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:01.023624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?panel=form","method":"GET"} [] [2025-03-12T12:27:01.060805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:03.513832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=time","method":"GET"} [] [2025-03-12T12:27:03.571852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:05.791323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=time","method":"GET"} [] [2025-03-12T12:27:05.814806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:08.179879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=form","method":"GET"} [] [2025-03-12T12:27:08.223491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:10.291801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=time","method":"GET"} [] [2025-03-12T12:27:10.314735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:12.473421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=time","method":"GET"} [] [2025-03-12T12:27:12.497425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:14.661394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=dump","method":"GET"} [] [2025-03-12T12:27:14.685444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:27:16.852191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?panel=time","method":"GET"} [] [2025-03-12T12:27:16.880472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:19.303685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=time","method":"GET"} [] [2025-03-12T12:27:19.353520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:21.511064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=form","method":"GET"} [] [2025-03-12T12:27:21.534157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:23.762252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f87d"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f87d?panel=time","method":"GET"} [] [2025-03-12T12:27:23.803980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:25.973719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=time","method":"GET"} [] [2025-03-12T12:27:25.997623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:28.253977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=time","method":"GET"} [] [2025-03-12T12:27:28.281050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:29.143889+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:27:29.175664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:27:30.371768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=time","method":"GET"} [] [2025-03-12T12:27:30.396098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:27:32.563810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2?panel=form","method":"GET"} [] [2025-03-12T12:27:32.587286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:34.919066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=form","method":"GET"} [] [2025-03-12T12:27:34.969233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:37.090947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=twig","method":"GET"} [] [2025-03-12T12:27:37.114520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:27:39.312691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=twig","method":"GET"} [] [2025-03-12T12:27:39.360188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:27:42.721119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=form","method":"GET"} [] [2025-03-12T12:27:42.763355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:27:45.013913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=dump","method":"GET"} [] [2025-03-12T12:27:45.037296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:27:47.141356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=request","method":"GET"} [] [2025-03-12T12:27:47.165834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:27:49.392992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=db","method":"GET"} [] [2025-03-12T12:27:49.416387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:27:52.092446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=router","method":"GET"} [] [2025-03-12T12:27:52.181919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:27:52.200774+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a/router","method":"GET"} [] [2025-03-12T12:27:54.564117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=logger","method":"GET"} [] [2025-03-12T12:27:54.606944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:27:56.761644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=config","method":"GET"} [] [2025-03-12T12:27:56.784256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:27:58.941453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=cache","method":"GET"} [] [2025-03-12T12:27:58.964192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:28:01.172964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=translation","method":"GET"} [] [2025-03-12T12:28:01.195918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:28:03.416809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=dump","method":"GET"} [] [2025-03-12T12:28:03.442781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:05.642979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?panel=twig","method":"GET"} [] [2025-03-12T12:28:05.665037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:08.227779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=dump","method":"GET"} [] [2025-03-12T12:28:08.349591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:10.703575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=twig","method":"GET"} [] [2025-03-12T12:28:10.748175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:13.124589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a?group=1&panel=db","method":"GET"} [] [2025-03-12T12:28:13.148713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:28:15.363760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=dump","method":"GET"} [] [2025-03-12T12:28:15.392629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:15.809837+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:28:15.842241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:28:17.601944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=form","method":"GET"} [] [2025-03-12T12:28:17.626255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:28:19.804178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=dump","method":"GET"} [] [2025-03-12T12:28:19.829859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:22.036829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=time","method":"GET"} [] [2025-03-12T12:28:22.059932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:28:24.657658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=twig","method":"GET"} [] [2025-03-12T12:28:24.768552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:26.854019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=dump","method":"GET"} [] [2025-03-12T12:28:26.918425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:29.132880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=time","method":"GET"} [] [2025-03-12T12:28:29.156859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:28:31.374297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=twig","method":"GET"} [] [2025-03-12T12:28:31.402027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:33.589522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=dump","method":"GET"} [] [2025-03-12T12:28:33.610552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:35.751842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=twig","method":"GET"} [] [2025-03-12T12:28:35.770756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:37.923233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=dump","method":"GET"} [] [2025-03-12T12:28:37.946311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:28:40.378396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=twig","method":"GET"} [] [2025-03-12T12:28:40.459821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:42.574539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=form","method":"GET"} [] [2025-03-12T12:28:42.617473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:28:44.863499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2b766e"},"request_uri":"https://test.phila-ca.com/public/_profiler/2b766e?panel=form","method":"GET"} [] [2025-03-12T12:28:44.887722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:28:47.131908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=twig","method":"GET"} [] [2025-03-12T12:28:47.168087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:49.258043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=time","method":"GET"} [] [2025-03-12T12:28:49.294458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:28:53.772811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=form","method":"GET"} [] [2025-03-12T12:28:53.797346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:28:55.977650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea?panel=twig","method":"GET"} [] [2025-03-12T12:28:55.977700+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:28:56.030971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:28:56.036106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:28:58.212512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=twig","method":"GET"} [] [2025-03-12T12:28:58.362267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:29:00.773319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=time","method":"GET"} [] [2025-03-12T12:29:00.799427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:29:03.121996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=form","method":"GET"} [] [2025-03-12T12:29:03.145361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:29:05.333707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=twig","method":"GET"} [] [2025-03-12T12:29:05.354168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:29:07.549052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=time","method":"GET"} [] [2025-03-12T12:29:07.582515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:29:09.762856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=dump","method":"GET"} [] [2025-03-12T12:29:09.785513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:29:13.488566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=form","method":"GET"} [] [2025-03-12T12:29:13.694898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:29:15.942895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=time","method":"GET"} [] [2025-03-12T12:29:15.966687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:29:19.251143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://test.phila-ca.com/public/_profiler/1b3c32?panel=twig","method":"GET"} [] [2025-03-12T12:29:19.273471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:29:22.522412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=events","method":"GET"} [] [2025-03-12T12:29:22.546238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:29:24.783080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=security","method":"GET"} [] [2025-03-12T12:29:24.807576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:29:27.021014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=mailer","method":"GET"} [] [2025-03-12T12:29:27.043215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:29:29.429442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=twig","method":"GET"} [] [2025-03-12T12:29:29.502789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:29:31.505395+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:29:31.539471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:29:31.673622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=time","method":"GET"} [] [2025-03-12T12:29:31.697908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:29:33.871824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=form","method":"GET"} [] [2025-03-12T12:29:33.895215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:29:36.101608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=dump","method":"GET"} [] [2025-03-12T12:29:36.123758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:29:38.230079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=form","method":"GET"} [] [2025-03-12T12:29:38.271194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:29:41.664130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=dump","method":"GET"} [] [2025-03-12T12:29:41.694671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:29:43.855858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=time","method":"GET"} [] [2025-03-12T12:29:43.882052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:29:47.526918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=form","method":"GET"} [] [2025-03-12T12:29:47.614751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:29:49.801437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=twig","method":"GET"} [] [2025-03-12T12:29:49.824922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:29:52.026056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=events","method":"GET"} [] [2025-03-12T12:29:52.049888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:29:55.375692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=mailer","method":"GET"} [] [2025-03-12T12:29:55.398338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:29:57.404960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=form","method":"GET"} [] [2025-03-12T12:29:57.428267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:29:59.638874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=twig","method":"GET"} [] [2025-03-12T12:29:59.661614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:30:01.871190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2?panel=twig","method":"GET"} [] [2025-03-12T12:30:01.896523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:30:04.363981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=time","method":"GET"} [] [2025-03-12T12:30:04.450487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:30:04.858817+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:30:04.890678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:30:06.709380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=form","method":"GET"} [] [2025-03-12T12:30:06.733584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:30:08.911627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=twig","method":"GET"} [] [2025-03-12T12:30:08.934439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:30:11.133029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=time","method":"GET"} [] [2025-03-12T12:30:11.155582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:30:14.482354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0?panel=time","method":"GET"} [] [2025-03-12T12:30:14.506141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:30:16.743826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=form","method":"GET"} [] [2025-03-12T12:30:16.769066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:30:18.979132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=time","method":"GET"} [] [2025-03-12T12:30:19.015497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:30:21.538517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=twig","method":"GET"} [] [2025-03-12T12:30:21.671132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:30:23.922481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=form","method":"GET"} [] [2025-03-12T12:30:23.965682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:30:27.363637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=db","method":"GET"} [] [2025-03-12T12:30:27.388439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:30:30.770750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=logger","method":"GET"} [] [2025-03-12T12:30:30.794995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:30:32.992397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=router","method":"GET"} [] [2025-03-12T12:30:33.014953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:30:33.033013+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff/router","method":"GET"} [] [2025-03-12T12:30:35.396590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=exception","method":"GET"} [] [2025-03-12T12:30:35.417904+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff/exception.css","method":"GET"} [] [2025-03-12T12:30:35.425697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:30:35.444117+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff/exception","method":"GET"} [] [2025-03-12T12:30:36.019141+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:30:36.052184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:30:37.846931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=translation","method":"GET"} [] [2025-03-12T12:30:37.913599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:30:40.139858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=time","method":"GET"} [] [2025-03-12T12:30:40.433832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:30:42.621577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=dump","method":"GET"} [] [2025-03-12T12:30:42.659156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:30:44.882878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=form","method":"GET"} [] [2025-03-12T12:30:44.911493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:30:47.128033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=twig","method":"GET"} [] [2025-03-12T12:30:47.150387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:30:49.308289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=dump","method":"GET"} [] [2025-03-12T12:30:49.338717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:30:51.579939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?group=1&panel=db","method":"GET"} [] [2025-03-12T12:30:51.604425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:30:53.952896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=time","method":"GET"} [] [2025-03-12T12:30:54.019127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:30:56.204942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"566b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/566b3c?panel=twig","method":"GET"} [] [2025-03-12T12:30:56.225025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:30:58.394473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=twig","method":"GET"} [] [2025-03-12T12:30:58.415446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:31:01.751833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=request","method":"GET"} [] [2025-03-12T12:31:01.775621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:31:04.004953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=db","method":"GET"} [] [2025-03-12T12:31:04.028074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:31:06.215029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=logger","method":"GET"} [] [2025-03-12T12:31:06.237863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:31:08.445369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=router","method":"GET"} [] [2025-03-12T12:31:08.467145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:31:08.485566+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3/router","method":"GET"} [] [2025-03-12T12:31:10.962906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=config","method":"GET"} [] [2025-03-12T12:31:11.024772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:31:13.311513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=exception","method":"GET"} [] [2025-03-12T12:31:13.334878+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3/exception.css","method":"GET"} [] [2025-03-12T12:31:13.341980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:31:13.361772+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3/exception","method":"GET"} [] [2025-03-12T12:31:15.473904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=translation","method":"GET"} [] [2025-03-12T12:31:15.496283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:31:17.701873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=twig","method":"GET"} [] [2025-03-12T12:31:17.725797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:31:19.950977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=form","method":"GET"} [] [2025-03-12T12:31:19.983284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:31:22.082952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?panel=dump","method":"GET"} [] [2025-03-12T12:31:22.105457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:31:24.316641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=time","method":"GET"} [] [2025-03-12T12:31:24.347841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:31:26.970195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3?group=1&panel=db","method":"GET"} [] [2025-03-12T12:31:27.035761+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87904e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/87904e/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F04ee6e%2Fexception","method":"GET"} [] [2025-03-12T12:31:27.058107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:31:27.091534+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:31:29.478649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"http://test.phila-ca.com/public/_profiler/93f74c?panel=time","method":"GET"} [] [2025-03-12T12:31:29.501712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:31:31.906324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=dump","method":"GET"} [] [2025-03-12T12:31:31.939441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:31:34.168861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=time","method":"GET"} [] [2025-03-12T12:31:34.193033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:31:36.374564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=dump","method":"GET"} [] [2025-03-12T12:31:36.397880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:31:38.565711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=twig","method":"GET"} [] [2025-03-12T12:31:38.589576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:31:40.787358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=time","method":"GET"} [] [2025-03-12T12:31:40.810077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:31:43.326803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=form","method":"GET"} [] [2025-03-12T12:31:43.424500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:31:45.701502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7?panel=time","method":"GET"} [] [2025-03-12T12:31:45.724296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:31:47.934955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=dump","method":"GET"} [] [2025-03-12T12:31:47.959353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:31:50.143019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=twig","method":"GET"} [] [2025-03-12T12:31:50.173014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:31:50.837193+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T12:31:50.893033+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T12:31:52.428887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=form","method":"GET"} [] [2025-03-12T12:31:52.453440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:31:54.823474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"http://test.phila-ca.com/public/_profiler/93f74c?panel=events","method":"GET"} [] [2025-03-12T12:31:54.846482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:31:57.239483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"http://test.phila-ca.com/public/_profiler/93f74c?panel=mailer","method":"GET"} [] [2025-03-12T12:31:57.261513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:31:59.729270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"http://test.phila-ca.com/public/_profiler/93f74c?panel=dump","method":"GET"} [] [2025-03-12T12:31:59.858457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:32:02.154148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93f74c"},"request_uri":"http://test.phila-ca.com/public/_profiler/93f74c?panel=form","method":"GET"} [] [2025-03-12T12:32:02.178482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:04.331127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=form","method":"GET"} [] [2025-03-12T12:32:04.354398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:06.574602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=form","method":"GET"} [] [2025-03-12T12:32:06.599144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:08.812126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=twig","method":"GET"} [] [2025-03-12T12:32:08.837182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:32:11.033271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2?panel=form","method":"GET"} [] [2025-03-12T12:32:11.057918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:13.208630+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T12:32:13.225386+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T12:32:13.235032+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:32:13.235079+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:32:13.297434+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T12:32:13.318312+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T12:32:13.360058+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T12:32:15.752474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=form","method":"GET"} [] [2025-03-12T12:32:15.826071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:19.111372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=form","method":"GET"} [] [2025-03-12T12:32:19.134324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:22.136238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=form","method":"GET"} [] [2025-03-12T12:32:22.160638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:24.895764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=time","method":"GET"} [] [2025-03-12T12:32:24.918900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:32:27.501685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=time","method":"GET"} [] [2025-03-12T12:32:27.529549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:32:29.804214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=form","method":"GET"} [] [2025-03-12T12:32:29.828839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:32.356119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=form","method":"GET"} [] [2025-03-12T12:32:32.431083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:34.621428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2016d"},"request_uri":"https://test.phila-ca.com/public/_profiler/d2016d?panel=time","method":"GET"} [] [2025-03-12T12:32:34.646138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:32:37.011666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=form","method":"GET"} [] [2025-03-12T12:32:37.034777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:32:39.382978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c10c38"},"request_uri":"https://test.phila-ca.com/public/_profiler/c10c38?panel=dump","method":"GET"} [] [2025-03-12T12:32:39.405675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:32:41.623842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=dump","method":"GET"} [] [2025-03-12T12:32:41.646005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:32:44.991815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=time","method":"GET"} [] [2025-03-12T12:32:45.013116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:32:47.429907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=time","method":"GET"} [] [2025-03-12T12:32:47.506031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:32:49.732207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=dump","method":"GET"} [] [2025-03-12T12:32:49.751799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:32:51.891822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?panel=dump","method":"GET"} [] [2025-03-12T12:32:51.914000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:32:53.474783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984","method":"GET"} [] [2025-03-12T12:32:53.496313+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/exception.css","method":"GET"} [] [2025-03-12T12:32:53.503916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:32:53.522053+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-12T12:32:55.306259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=twig","method":"GET"} [] [2025-03-12T12:32:55.330887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:32:57.563016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=time","method":"GET"} [] [2025-03-12T12:32:57.593869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:32:59.802964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=dump","method":"GET"} [] [2025-03-12T12:32:59.826011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:33:08.636267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d78e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8d78e?panel=dump","method":"GET"} [] [2025-03-12T12:33:08.734507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:33:11.024272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53fa1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/53fa1d?panel=twig","method":"GET"} [] [2025-03-12T12:33:11.048154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:33:13.291933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e3bc7"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e3bc7?panel=time","method":"GET"} [] [2025-03-12T12:33:13.324703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:33:15.562356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/d54fb8?panel=form","method":"GET"} [] [2025-03-12T12:33:15.605632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:33:17.751269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7f07b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d7f07b?panel=dump","method":"GET"} [] [2025-03-12T12:33:17.773846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:33:19.933101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d0dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d0dd6?panel=time","method":"GET"} [] [2025-03-12T12:33:19.982744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:33:55.963355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d","method":"GET"} [] [2025-03-12T12:33:56.039637+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-12T12:33:56.067644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:33:56.110818+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-12T12:35:44.215566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8","method":"GET"} [] [2025-03-12T12:35:44.285401+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-12T12:35:44.296490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:35:44.347140+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-12T12:36:14.876190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=time","method":"GET"} [] [2025-03-12T12:36:14.971355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:36:37.040672+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d","method":"GET"} [] [2025-03-12T12:36:37.105981+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-12T12:36:37.116577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:36:37.159431+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-12T12:37:20.495236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a","method":"GET"} [] [2025-03-12T12:37:20.568365+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-12T12:37:20.579986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:37:20.628718+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-12T12:38:01.354854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32","method":"GET"} [] [2025-03-12T12:38:01.416845+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/exception.css","method":"GET"} [] [2025-03-12T12:38:01.427054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:38:01.470927+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/exception","method":"GET"} [] [2025-03-12T12:39:12.009259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e","method":"GET"} [] [2025-03-12T12:39:12.090989+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/exception.css","method":"GET"} [] [2025-03-12T12:39:12.102145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:39:12.146245+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/exception","method":"GET"} [] [2025-03-12T12:39:46.007210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:39:46.089436+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception.css","method":"GET"} [] [2025-03-12T12:39:46.100159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:39:46.148780+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T12:40:15.657527+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-12T12:40:42.546642+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-12T12:41:06.696422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=exception","method":"GET"} [] [2025-03-12T12:41:06.762101+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-12T12:41:06.856970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:41:06.916347+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-12T12:41:29.185000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=translation","method":"GET"} [] [2025-03-12T12:41:29.265326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:41:48.248224+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-12T12:42:05.686893+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-12T12:42:21.987721+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/exception","method":"GET"} [] [2025-03-12T12:42:35.865941+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-12T12:42:48.632468+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/exception","method":"GET"} [] [2025-03-12T12:42:59.866482+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T12:43:11.202007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed","method":"GET"} [] [2025-03-12T12:43:11.318830+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T12:43:11.328902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:43:11.376780+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T12:43:20.104856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=exception","method":"GET"} [] [2025-03-12T12:43:20.143983+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/exception.css","method":"GET"} [] [2025-03-12T12:43:20.147359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:43:20.167654+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/exception","method":"GET"} [] [2025-03-12T12:43:28.959283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=exception","method":"GET"} [] [2025-03-12T12:43:29.024955+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-12T12:43:29.035539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:43:29.100115+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/exception","method":"GET"} [] [2025-03-12T12:43:36.135550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=exception","method":"GET"} [] [2025-03-12T12:43:36.156386+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-12T12:43:36.159266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:43:36.176831+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/exception","method":"GET"} [] [2025-03-12T12:43:42.895229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=exception","method":"GET"} [] [2025-03-12T12:43:42.919234+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/exception.css","method":"GET"} [] [2025-03-12T12:43:42.922123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:43:42.940482+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/exception","method":"GET"} [] [2025-03-12T12:43:49.134712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=exception","method":"GET"} [] [2025-03-12T12:43:49.207292+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-12T12:43:49.218430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:43:49.266075+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/exception","method":"GET"} [] [2025-03-12T12:43:54.756645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=translation","method":"GET"} [] [2025-03-12T12:43:54.780002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:43:59.743471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=translation","method":"GET"} [] [2025-03-12T12:43:59.767265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:44:04.586651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=translation","method":"GET"} [] [2025-03-12T12:44:04.707447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:44:08.319628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=translation","method":"GET"} [] [2025-03-12T12:44:08.347044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:44:12.100876+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T12:44:15.451812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=exception","method":"GET"} [] [2025-03-12T12:44:15.476332+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T12:44:15.481365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:44:15.501056+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T12:44:18.391200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=translation","method":"GET"} [] [2025-03-12T12:44:18.420427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:44:21.290027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=translation","method":"GET"} [] [2025-03-12T12:44:21.352263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:44:25.805111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=mailer","method":"GET"} [] [2025-03-12T12:44:25.828876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:44:28.038166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=mailer","method":"GET"} [] [2025-03-12T12:44:28.061963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:44:30.288777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=mailer","method":"GET"} [] [2025-03-12T12:44:30.312629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:44:32.536451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=request","method":"GET"} [] [2025-03-12T12:44:32.561515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:44:34.716525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=request","method":"GET"} [] [2025-03-12T12:44:34.739364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:44:37.146150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=request","method":"GET"} [] [2025-03-12T12:44:37.210530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:44:39.456231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=request","method":"GET"} [] [2025-03-12T12:44:39.479158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:44:41.646696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=events","method":"GET"} [] [2025-03-12T12:44:41.670332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:44:43.822295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=events","method":"GET"} [] [2025-03-12T12:44:43.846113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:44:46.043617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=events","method":"GET"} [] [2025-03-12T12:44:46.066824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:44:48.311176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=events","method":"GET"} [] [2025-03-12T12:44:48.335145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:44:50.599530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=form","method":"GET"} [] [2025-03-12T12:44:50.623504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:44:52.938959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=twig","method":"GET"} [] [2025-03-12T12:44:53.001567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:44:55.177067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=twig","method":"GET"} [] [2025-03-12T12:44:55.199271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:44:57.415873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=time","method":"GET"} [] [2025-03-12T12:44:57.439645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:44:59.646791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=time","method":"GET"} [] [2025-03-12T12:44:59.669187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:45:01.865982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c","method":"GET"} [] [2025-03-12T12:45:01.887460+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception.css","method":"GET"} [] [2025-03-12T12:45:01.895383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:45:01.913169+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T12:45:04.145496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=dump","method":"GET"} [] [2025-03-12T12:45:04.177561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:45:06.392019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=dump","method":"GET"} [] [2025-03-12T12:45:06.415419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:45:08.807676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=dump","method":"GET"} [] [2025-03-12T12:45:08.876261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:45:11.025650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=form","method":"GET"} [] [2025-03-12T12:45:11.047540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:45:13.247750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=form","method":"GET"} [] [2025-03-12T12:45:13.271736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:45:15.351880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=time","method":"GET"} [] [2025-03-12T12:45:15.373188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:45:17.537378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=form","method":"GET"} [] [2025-03-12T12:45:17.583679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:45:19.853850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=time","method":"GET"} [] [2025-03-12T12:45:19.878832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:45:22.090091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=twig","method":"GET"} [] [2025-03-12T12:45:22.116204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:45:24.504416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=dump","method":"GET"} [] [2025-03-12T12:45:24.567651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:45:26.717420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=twig","method":"GET"} [] [2025-03-12T12:45:26.740596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:45:28.908551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=validator","method":"GET"} [] [2025-03-12T12:45:28.934552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:31.329224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=validator","method":"GET"} [] [2025-03-12T12:45:31.354573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:33.687165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=validator","method":"GET"} [] [2025-03-12T12:45:33.711429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:35.888709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=validator","method":"GET"} [] [2025-03-12T12:45:35.914434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:38.085782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=validator","method":"GET"} [] [2025-03-12T12:45:38.109758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:40.555741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=validator","method":"GET"} [] [2025-03-12T12:45:40.629377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:42.876557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=validator","method":"GET"} [] [2025-03-12T12:45:42.897415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:45:45.096227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=db","method":"GET"} [] [2025-03-12T12:45:45.126686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:45:47.256283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=db","method":"GET"} [] [2025-03-12T12:45:47.279350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:45:49.436077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=db","method":"GET"} [] [2025-03-12T12:45:49.459998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:45:51.786104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=db","method":"GET"} [] [2025-03-12T12:45:51.818765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:45:53.976093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=cache","method":"GET"} [] [2025-03-12T12:45:53.998605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:45:56.376076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=cache","method":"GET"} [] [2025-03-12T12:45:56.442326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:45:58.578341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=cache","method":"GET"} [] [2025-03-12T12:45:58.601239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:46:00.774542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=cache","method":"GET"} [] [2025-03-12T12:46:00.798022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:46:02.981707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=router","method":"GET"} [] [2025-03-12T12:46:03.003701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:46:03.022556+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/router","method":"GET"} [] [2025-03-12T12:46:05.360300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=logger","method":"GET"} [] [2025-03-12T12:46:05.383359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:46:07.677268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=config","method":"GET"} [] [2025-03-12T12:46:07.701327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:46:09.926153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:46:09.950097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:46:09.970901+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:46:12.442544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=config","method":"GET"} [] [2025-03-12T12:46:12.512310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:46:19.119699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=router","method":"GET"} [] [2025-03-12T12:46:19.142882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:46:19.160600+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/router","method":"GET"} [] [2025-03-12T12:46:22.221911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=config","method":"GET"} [] [2025-03-12T12:46:22.245957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:46:24.987917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=router","method":"GET"} [] [2025-03-12T12:46:25.011868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:46:25.029896+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/router","method":"GET"} [] [2025-03-12T12:46:27.570658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=logger","method":"GET"} [] [2025-03-12T12:46:27.671926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:46:30.032852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=config","method":"GET"} [] [2025-03-12T12:46:30.055487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:46:31.805693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=request","method":"GET"} [] [2025-03-12T12:46:31.829788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:46:32.338318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=logger","method":"GET"} [] [2025-03-12T12:46:32.361370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:46:34.544259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=logger","method":"GET"} [] [2025-03-12T12:46:34.572499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:46:36.797324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=security","method":"GET"} [] [2025-03-12T12:46:36.822268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:46:38.996877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?panel=security","method":"GET"} [] [2025-03-12T12:46:39.019737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:46:42.861094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?panel=security","method":"GET"} [] [2025-03-12T12:46:42.924770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:46:45.168697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=security","method":"GET"} [] [2025-03-12T12:46:45.192457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:46:47.326444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=security","method":"GET"} [] [2025-03-12T12:46:47.350967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:46:49.519417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?panel=security","method":"GET"} [] [2025-03-12T12:46:49.544821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:46:51.716120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?panel=router","method":"GET"} [] [2025-03-12T12:46:51.740190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:46:51.758152+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/router","method":"GET"} [] [2025-03-12T12:46:54.108300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=db","method":"GET"} [] [2025-03-12T12:46:54.130586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:46:56.327536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8?group=1&panel=db","method":"GET"} [] [2025-03-12T12:46:56.352015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:46:58.676815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?group=1&panel=db","method":"GET"} [] [2025-03-12T12:46:58.768682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:47:01.018800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d?group=1&panel=db","method":"GET"} [] [2025-03-12T12:47:01.041685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:47:03.245966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d?group=1&panel=db","method":"GET"} [] [2025-03-12T12:47:03.270356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:47:05.450145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=exception","method":"GET"} [] [2025-03-12T12:47:05.471543+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception.css","method":"GET"} [] [2025-03-12T12:47:05.478889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:47:05.496405+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T12:47:07.679292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=translation","method":"GET"} [] [2025-03-12T12:47:07.702057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:47:09.856379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=mailer","method":"GET"} [] [2025-03-12T12:47:09.880335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:47:12.080886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=mailer","method":"GET"} [] [2025-03-12T12:47:12.110938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:47:14.544539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=mailer","method":"GET"} [] [2025-03-12T12:47:14.617518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:47:16.805448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=mailer","method":"GET"} [] [2025-03-12T12:47:16.826968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:47:18.874704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=exception","method":"GET"} [] [2025-03-12T12:47:18.894221+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/exception.css","method":"GET"} [] [2025-03-12T12:47:18.897352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:47:18.914896+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-12T12:47:21.089950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:47:21.125858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:47:21.147643+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:47:23.485649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=mailer","method":"GET"} [] [2025-03-12T12:47:23.507039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:47:26.997128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=request","method":"GET"} [] [2025-03-12T12:47:27.020501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:47:30.522612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=request","method":"GET"} [] [2025-03-12T12:47:30.628062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:47:33.046063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=request","method":"GET"} [] [2025-03-12T12:47:33.069671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:47:35.516715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=request","method":"GET"} [] [2025-03-12T12:47:35.539250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:47:36.909915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=db","method":"GET"} [] [2025-03-12T12:47:36.933993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:47:37.906447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=db","method":"GET"} [] [2025-03-12T12:47:37.928937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:47:40.140055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=db","method":"GET"} [] [2025-03-12T12:47:40.164114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:47:43.956765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=db","method":"GET"} [] [2025-03-12T12:47:43.981026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:47:46.400846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=request","method":"GET"} [] [2025-03-12T12:47:46.468552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:47:48.676032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=form","method":"GET"} [] [2025-03-12T12:47:48.699460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:47:50.957730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=time","method":"GET"} [] [2025-03-12T12:47:50.980251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:47:53.227214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=twig","method":"GET"} [] [2025-03-12T12:47:53.256114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:47:55.501621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=dump","method":"GET"} [] [2025-03-12T12:47:55.522626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:47:57.755567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=events","method":"GET"} [] [2025-03-12T12:47:57.777949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:47:59.997289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=events","method":"GET"} [] [2025-03-12T12:48:00.020932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:48:02.374120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=events","method":"GET"} [] [2025-03-12T12:48:02.460714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:48:04.749418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=twig","method":"GET"} [] [2025-03-12T12:48:04.774815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:48:06.954322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:48:06.978196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:48:06.999659+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:48:09.331259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=twig","method":"GET"} [] [2025-03-12T12:48:09.354010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:48:12.677372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=dump","method":"GET"} [] [2025-03-12T12:48:12.699535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:48:15.986427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=time","method":"GET"} [] [2025-03-12T12:48:16.009418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:48:19.101709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=twig","method":"GET"} [] [2025-03-12T12:48:19.167284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:48:21.566886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=form","method":"GET"} [] [2025-03-12T12:48:21.591603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:48:23.771789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=time","method":"GET"} [] [2025-03-12T12:48:23.795285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:48:27.780767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=dump","method":"GET"} [] [2025-03-12T12:48:27.803584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:48:29.938321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=form","method":"GET"} [] [2025-03-12T12:48:29.961262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:48:32.226523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=time","method":"GET"} [] [2025-03-12T12:48:32.250302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:48:34.654895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=router","method":"GET"} [] [2025-03-12T12:48:34.655140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=dump","method":"GET"} [] [2025-03-12T12:48:34.720417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:48:34.720679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:48:34.761586+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc/router","method":"GET"} [] [2025-03-12T12:48:36.896709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=form","method":"GET"} [] [2025-03-12T12:48:36.920048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:48:39.118380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=dump","method":"GET"} [] [2025-03-12T12:48:39.172464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:48:41.347359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=exception","method":"GET"} [] [2025-03-12T12:48:41.369454+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/exception.css","method":"GET"} [] [2025-03-12T12:48:41.376454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:48:41.394805+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/exception","method":"GET"} [] [2025-03-12T12:48:43.539146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=translation","method":"GET"} [] [2025-03-12T12:48:43.560709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:48:48.147924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=mailer","method":"GET"} [] [2025-03-12T12:48:48.169284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:48:52.137301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=db","method":"GET"} [] [2025-03-12T12:48:52.337995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:48:54.648535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=time","method":"GET"} [] [2025-03-12T12:48:54.672296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:48:56.866006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=events","method":"GET"} [] [2025-03-12T12:48:56.904635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:48:59.070686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=form","method":"GET"} [] [2025-03-12T12:48:59.093086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:49:01.279018+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/exception","method":"GET"} [] [2025-03-12T12:49:03.525476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=twig","method":"GET"} [] [2025-03-12T12:49:03.547055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:49:05.736352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=dump","method":"GET"} [] [2025-03-12T12:49:05.758793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:49:08.296852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=time","method":"GET"} [] [2025-03-12T12:49:08.381558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:49:10.668436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=form","method":"GET"} [] [2025-03-12T12:49:10.692163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:49:12.935969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=twig","method":"GET"} [] [2025-03-12T12:49:12.957125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:49:15.193353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=validator","method":"GET"} [] [2025-03-12T12:49:15.217038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:49:17.401165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=router","method":"GET"} [] [2025-03-12T12:49:17.425695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:49:17.444010+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/router","method":"GET"} [] [2025-03-12T12:49:19.760228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=db","method":"GET"} [] [2025-03-12T12:49:19.783190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:49:21.993753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=mailer","method":"GET"} [] [2025-03-12T12:49:22.015338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:49:24.490699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=exception","method":"GET"} [] [2025-03-12T12:49:24.548435+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/exception.css","method":"GET"} [] [2025-03-12T12:49:24.558758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:49:24.603389+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-12T12:49:25.987303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=logger","method":"GET"} [] [2025-03-12T12:49:26.012600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:49:26.779300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=request","method":"GET"} [] [2025-03-12T12:49:26.806632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:49:29.068706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=twig","method":"GET"} [] [2025-03-12T12:49:29.093239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:49:31.280336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=form","method":"GET"} [] [2025-03-12T12:49:31.303281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:49:33.503041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=dump","method":"GET"} [] [2025-03-12T12:49:33.527364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:49:35.700276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=cache","method":"GET"} [] [2025-03-12T12:49:35.723307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:38.041820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=cache","method":"GET"} [] [2025-03-12T12:49:38.063650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:40.726896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=cache","method":"GET"} [] [2025-03-12T12:49:40.823905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:43.126596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=cache","method":"GET"} [] [2025-03-12T12:49:43.148424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:45.382118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=cache","method":"GET"} [] [2025-03-12T12:49:45.407966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:47.608959+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/exception","method":"GET"} [] [2025-03-12T12:49:49.804905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=events","method":"GET"} [] [2025-03-12T12:49:49.827237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:49:52.045883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=events","method":"GET"} [] [2025-03-12T12:49:52.066681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:49:54.238423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=cache","method":"GET"} [] [2025-03-12T12:49:54.260715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:56.654407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=cache","method":"GET"} [] [2025-03-12T12:49:56.723641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:49:58.929815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=events","method":"GET"} [] [2025-03-12T12:49:58.951317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:50:01.177012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=router","method":"GET"} [] [2025-03-12T12:50:01.200665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:50:01.219951+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/router","method":"GET"} [] [2025-03-12T12:50:03.520477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=logger","method":"GET"} [] [2025-03-12T12:50:03.545009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:50:05.746209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=router","method":"GET"} [] [2025-03-12T12:50:05.767686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:50:05.785653+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/router","method":"GET"} [] [2025-03-12T12:50:07.883127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=config","method":"GET"} [] [2025-03-12T12:50:07.904912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:10.097624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?panel=config","method":"GET"} [] [2025-03-12T12:50:10.119406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:12.138949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=config","method":"GET"} [] [2025-03-12T12:50:12.211711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:12.346193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=logger","method":"GET"} [] [2025-03-12T12:50:12.368953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:50:14.600773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a?panel=config","method":"GET"} [] [2025-03-12T12:50:14.623604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:16.810748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=router","method":"GET"} [] [2025-03-12T12:50:16.832071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:50:16.856500+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/router","method":"GET"} [] [2025-03-12T12:50:19.120314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=logger","method":"GET"} [] [2025-03-12T12:50:19.144961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:50:21.353778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?panel=logger","method":"GET"} [] [2025-03-12T12:50:21.376912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:50:23.617130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=config","method":"GET"} [] [2025-03-12T12:50:23.639933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:25.816381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?panel=router","method":"GET"} [] [2025-03-12T12:50:25.838503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:50:25.856231+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/router","method":"GET"} [] [2025-03-12T12:50:28.306925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=router","method":"GET"} [] [2025-03-12T12:50:28.387784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:50:28.438907+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/router","method":"GET"} [] [2025-03-12T12:50:30.623077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=config","method":"GET"} [] [2025-03-12T12:50:30.644517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:32.836705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=config","method":"GET"} [] [2025-03-12T12:50:32.858397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:35.157487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=logger","method":"GET"} [] [2025-03-12T12:50:35.181307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:50:38.532766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=translation","method":"GET"} [] [2025-03-12T12:50:38.554087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:50:40.808691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=translation","method":"GET"} [] [2025-03-12T12:50:40.831460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:50:43.014803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=validator","method":"GET"} [] [2025-03-12T12:50:43.043973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:50:45.472250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=validator","method":"GET"} [] [2025-03-12T12:50:45.543689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:50:47.766890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=config","method":"GET"} [] [2025-03-12T12:50:47.789928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T12:50:50.006293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=router","method":"GET"} [] [2025-03-12T12:50:50.027569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T12:50:50.045622+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/router","method":"GET"} [] [2025-03-12T12:50:52.237140+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T12:50:52.254050+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T12:50:52.263976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:50:52.264015+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:50:52.316337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=logger","method":"GET"} [] [2025-03-12T12:50:52.373172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T12:50:52.375364+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T12:50:52.403867+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T12:50:52.451856+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T12:50:54.601309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?panel=security","method":"GET"} [] [2025-03-12T12:50:54.625560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:50:56.755428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?panel=security","method":"GET"} [] [2025-03-12T12:50:56.778154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:50:58.921950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?panel=security","method":"GET"} [] [2025-03-12T12:50:58.945978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T12:51:01.329018+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:01.394590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:04.680334+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:04.708484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:06.801165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:06.837222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:09.115914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:09.138449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:11.359584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:11.384264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:13.617688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:13.652274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:15.803107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:15.826954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:18.505024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:18.599646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:51:20.893493+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:20.924425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:23.093768+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:23.123317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:25.269518+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:25.298376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:27.503689+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:27.530465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:29.472673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=exception","method":"GET"} [] [2025-03-12T12:51:29.501272+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc/exception.css","method":"GET"} [] [2025-03-12T12:51:29.509245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:51:29.547457+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc/exception","method":"GET"} [] [2025-03-12T12:51:29.689955+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:29.727974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:31.913286+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T12:51:31.938154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T12:51:34.412910+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T12:51:34.519381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T12:51:36.736245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:51:36.758484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:51:36.781262+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:51:39.067256+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:39.104105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T12:51:42.560282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:45.811296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:45.871752+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-12T12:51:45.879057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:45.937715+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-12T12:51:48.447056+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:48.475386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:53.452426+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:53.516113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:55.704924+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:55.735127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T12:51:57.928729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476","method":"GET"} [] [2025-03-12T12:51:57.974706+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/exception.css","method":"GET"} [] [2025-03-12T12:51:57.977553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:51:57.996987+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/exception","method":"GET"} [] [2025-03-12T12:52:01.819402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109","method":"GET"} [] [2025-03-12T12:52:01.858471+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/exception.css","method":"GET"} [] [2025-03-12T12:52:01.865469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:01.899675+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/exception","method":"GET"} [] [2025-03-12T12:52:04.058388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe","method":"GET"} [] [2025-03-12T12:52:04.078966+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/exception.css","method":"GET"} [] [2025-03-12T12:52:04.082087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:04.100384+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/exception","method":"GET"} [] [2025-03-12T12:52:06.306202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee","method":"GET"} [] [2025-03-12T12:52:06.327980+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/exception.css","method":"GET"} [] [2025-03-12T12:52:06.330877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:06.349285+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/exception","method":"GET"} [] [2025-03-12T12:52:08.948222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24","method":"GET"} [] [2025-03-12T12:52:09.024362+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/exception.css","method":"GET"} [] [2025-03-12T12:52:09.030466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:09.057209+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/exception","method":"GET"} [] [2025-03-12T12:52:11.269728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1","method":"GET"} [] [2025-03-12T12:52:11.291808+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-12T12:52:11.295024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:11.313973+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-12T12:52:13.538578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19","method":"GET"} [] [2025-03-12T12:52:13.589996+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T12:52:13.593190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:13.612783+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T12:52:15.835433+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-12T12:52:18.056473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e","method":"GET"} [] [2025-03-12T12:52:18.083464+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/exception.css","method":"GET"} [] [2025-03-12T12:52:18.090644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:52:18.129520+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/exception","method":"GET"} [] [2025-03-12T12:52:20.386986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=exception","method":"GET"} [] [2025-03-12T12:52:20.406908+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-12T12:52:20.409796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:52:20.427309+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-12T12:52:22.646053+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/exception","method":"GET"} [] [2025-03-12T12:52:25.119705+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/exception","method":"GET"} [] [2025-03-12T12:52:28.417094+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/exception","method":"GET"} [] [2025-03-12T12:52:30.489733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=translation","method":"GET"} [] [2025-03-12T12:52:30.523680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:52:30.597776+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/exception","method":"GET"} [] [2025-03-12T12:52:32.834685+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-12T12:52:35.016704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=exception","method":"GET"} [] [2025-03-12T12:52:35.044533+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-12T12:52:35.051922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:52:35.098104+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-12T12:52:37.307255+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T12:52:40.930015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=exception","method":"GET"} [] [2025-03-12T12:52:40.977282+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/exception.css","method":"GET"} [] [2025-03-12T12:52:40.980180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:52:41.003352+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/exception","method":"GET"} [] [2025-03-12T12:52:43.234719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=exception","method":"GET"} [] [2025-03-12T12:52:43.262619+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T12:52:43.266057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:52:43.286633+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T12:52:45.550688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=exception","method":"GET"} [] [2025-03-12T12:52:45.582274+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/exception.css","method":"GET"} [] [2025-03-12T12:52:45.589030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:52:45.611120+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/exception","method":"GET"} [] [2025-03-12T12:52:47.830180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=exception","method":"GET"} [] [2025-03-12T12:52:47.851760+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/exception.css","method":"GET"} [] [2025-03-12T12:52:47.854711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:52:47.873299+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/exception","method":"GET"} [] [2025-03-12T12:52:50.090871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=translation","method":"GET"} [] [2025-03-12T12:52:50.120403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:52:52.336792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=translation","method":"GET"} [] [2025-03-12T12:52:52.358532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:52:54.695548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=translation","method":"GET"} [] [2025-03-12T12:52:54.718453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:52:57.308637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=translation","method":"GET"} [] [2025-03-12T12:52:57.360641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:52:59.595533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=translation","method":"GET"} [] [2025-03-12T12:52:59.620495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:53:01.853788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=translation","method":"GET"} [] [2025-03-12T12:53:01.891003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:53:04.155482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=translation","method":"GET"} [] [2025-03-12T12:53:04.176968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:53:06.325815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T12:53:06.355053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T12:53:08.611721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=exception","method":"GET"} [] [2025-03-12T12:53:08.640349+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/exception.css","method":"GET"} [] [2025-03-12T12:53:08.649296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:53:08.675349+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/exception","method":"GET"} [] [2025-03-12T12:53:10.876965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=mailer","method":"GET"} [] [2025-03-12T12:53:10.900563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:53:13.600339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=mailer","method":"GET"} [] [2025-03-12T12:53:13.650518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:53:17.110521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=request","method":"GET"} [] [2025-03-12T12:53:17.147255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:53:19.365478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=request","method":"GET"} [] [2025-03-12T12:53:19.387495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:53:22.836425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=request","method":"GET"} [] [2025-03-12T12:53:22.866940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:53:25.045905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=dump","method":"GET"} [] [2025-03-12T12:53:25.079208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:53:25.110473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=request","method":"GET"} [] [2025-03-12T12:53:25.133822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:53:27.287573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=exception","method":"GET"} [] [2025-03-12T12:53:27.308396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T12:53:29.710479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=translation","method":"GET"} [] [2025-03-12T12:53:29.761677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T12:53:31.976355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=mailer","method":"GET"} [] [2025-03-12T12:53:32.001723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:53:34.183186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=request","method":"GET"} [] [2025-03-12T12:53:34.215630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:53:36.476014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=request","method":"GET"} [] [2025-03-12T12:53:36.499800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T12:53:38.780311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=mailer","method":"GET"} [] [2025-03-12T12:53:38.812191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:53:40.999426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=mailer","method":"GET"} [] [2025-03-12T12:53:41.023004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:53:43.266075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=mailer","method":"GET"} [] [2025-03-12T12:53:43.287929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T12:53:45.714813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=events","method":"GET"} [] [2025-03-12T12:53:45.779864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:53:48.036717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=events","method":"GET"} [] [2025-03-12T12:53:48.059286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:53:51.543683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=events","method":"GET"} [] [2025-03-12T12:53:51.595766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:53:53.976820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=events","method":"GET"} [] [2025-03-12T12:53:54.015580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:53:56.257205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=events","method":"GET"} [] [2025-03-12T12:53:56.279900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:53:58.485469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=dump","method":"GET"} [] [2025-03-12T12:53:58.504579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:54:00.977962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=time","method":"GET"} [] [2025-03-12T12:54:01.033362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:54:03.246149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=dump","method":"GET"} [] [2025-03-12T12:54:03.269200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:54:05.407041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=dump","method":"GET"} [] [2025-03-12T12:54:05.428569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:54:07.599308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=twig","method":"GET"} [] [2025-03-12T12:54:07.654262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:54:09.860438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=time","method":"GET"} [] [2025-03-12T12:54:09.892435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:54:12.242468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=twig","method":"GET"} [] [2025-03-12T12:54:12.266036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:54:14.675808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=twig","method":"GET"} [] [2025-03-12T12:54:14.695431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:54:17.119259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=time","method":"GET"} [] [2025-03-12T12:54:17.170765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:54:17.227647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=form","method":"GET"} [] [2025-03-12T12:54:17.252248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:54:19.436761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=twig","method":"GET"} [] [2025-03-12T12:54:19.459109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:54:21.655852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=twig","method":"GET"} [] [2025-03-12T12:54:21.678505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:54:23.725337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=time","method":"GET"} [] [2025-03-12T12:54:23.761493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:54:26.048112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=form","method":"GET"} [] [2025-03-12T12:54:26.077890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:54:28.340850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=dump","method":"GET"} [] [2025-03-12T12:54:28.366897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:54:30.567964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=form","method":"GET"} [] [2025-03-12T12:54:30.592187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:54:32.976764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=dump","method":"GET"} [] [2025-03-12T12:54:33.028851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:54:35.219540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=twig","method":"GET"} [] [2025-03-12T12:54:35.241873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:54:37.448700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=time","method":"GET"} [] [2025-03-12T12:54:37.477539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:54:39.899450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=dump","method":"GET"} [] [2025-03-12T12:54:39.933845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:54:42.321447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=time","method":"GET"} [] [2025-03-12T12:54:42.349052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:54:44.589500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=form","method":"GET"} [] [2025-03-12T12:54:44.610663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:54:46.830406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=form","method":"GET"} [] [2025-03-12T12:54:46.853626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T12:54:50.514975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=validator","method":"GET"} [] [2025-03-12T12:54:50.593073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:54:52.816726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=validator","method":"GET"} [] [2025-03-12T12:54:52.838087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:54:55.118418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=validator","method":"GET"} [] [2025-03-12T12:54:55.156004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:54:58.554096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=validator","method":"GET"} [] [2025-03-12T12:54:58.590756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:55:00.836803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=validator","method":"GET"} [] [2025-03-12T12:55:00.856562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:55:03.028834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=validator","method":"GET"} [] [2025-03-12T12:55:03.050819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:55:04.391863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?panel=twig","method":"GET"} [] [2025-03-12T12:55:04.415832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:55:05.146836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=db","method":"GET"} [] [2025-03-12T12:55:05.174755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:55:07.822134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=db","method":"GET"} [] [2025-03-12T12:55:07.890595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:55:10.261420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=db","method":"GET"} [] [2025-03-12T12:55:10.312563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:55:12.516987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=db","method":"GET"} [] [2025-03-12T12:55:12.550439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:55:14.769643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=db","method":"GET"} [] [2025-03-12T12:55:14.845182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:55:17.047533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=cache","method":"GET"} [] [2025-03-12T12:55:17.077682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T12:55:19.295627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=db","method":"GET"} [] [2025-03-12T12:55:19.324227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:55:21.536632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=events","method":"GET"} [] [2025-03-12T12:55:21.569823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T12:55:24.158528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=time","method":"GET"} [] [2025-03-12T12:55:24.230645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T12:55:26.377990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=twig","method":"GET"} [] [2025-03-12T12:55:26.429531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T12:55:28.657082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:55:28.682140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:55:28.705985+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:55:31.233303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:55:31.264071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:55:31.305160+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:55:34.647169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:55:34.669572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:55:34.688069+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:55:44.794966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc?group=1&panel=db","method":"GET"} [] [2025-03-12T12:55:44.862202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T12:56:16.971660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:56:17.053232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T12:56:17.107411+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T12:56:22.195080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed","method":"GET"} [] [2025-03-12T12:56:22.217966+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T12:56:22.223292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T12:56:22.241018+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T12:56:49.461668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=dump","method":"GET"} [] [2025-03-12T12:56:49.610506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T12:57:50.850030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=validator","method":"GET"} [] [2025-03-12T12:57:50.925198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T12:58:44.910927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=db","method":"GET"} [] [2025-03-12T12:58:44.979284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T12:59:28.560389+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-12T12:59:28.584435+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T12:59:28.604901+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:59:28.604951+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T12:59:28.673651+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-12T12:59:28.714994+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-12T12:59:28.741104+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T12:59:34.910534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=cache","method":"GET"} [] [2025-03-12T12:59:34.955002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:01:35.002975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee","method":"GET"} [] [2025-03-12T13:01:35.098095+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee/exception.css","method":"GET"} [] [2025-03-12T13:01:35.108638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:01:35.151333+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee/exception","method":"GET"} [] [2025-03-12T13:01:45.058802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=cache","method":"GET"} [] [2025-03-12T13:01:45.083766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:02:27.473589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=form","method":"GET"} [] [2025-03-12T13:02:27.550429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:02:35.058146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19","method":"GET"} [] [2025-03-12T13:02:35.083085+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T13:02:35.105932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:02:35.125475+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T13:03:04.496005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=cache","method":"GET"} [] [2025-03-12T13:03:04.573875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:03:36.295215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=form","method":"GET"} [] [2025-03-12T13:03:36.408504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:04:07.318901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=router","method":"GET"} [] [2025-03-12T13:04:07.401605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:04:07.445767+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/router","method":"GET"} [] [2025-03-12T13:04:58.237515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:04:58.326934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:04:58.383296+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:05:21.807996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?group=1&panel=db","method":"GET"} [] [2025-03-12T13:05:21.877830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:05:58.007757+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T13:06:25.947998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=logger","method":"GET"} [] [2025-03-12T13:06:26.022525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:06:59.483997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed?panel=time","method":"GET"} [] [2025-03-12T13:06:59.556526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:07:22.139273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=config","method":"GET"} [] [2025-03-12T13:07:22.207130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:07:53.815180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed?panel=twig","method":"GET"} [] [2025-03-12T13:07:53.894450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:08:15.133694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=config","method":"GET"} [] [2025-03-12T13:08:15.248387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:08:46.133827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed?panel=form","method":"GET"} [] [2025-03-12T13:08:46.216976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:09:02.162693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=logger","method":"GET"} [] [2025-03-12T13:09:02.234883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:09:31.716170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed?panel=dump","method":"GET"} [] [2025-03-12T13:09:31.827585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:10:12.938358+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee/exception.css","method":"GET"} [] [2025-03-12T13:10:17.057050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=router","method":"GET"} [] [2025-03-12T13:10:17.147254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:10:17.198521+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f/router","method":"GET"} [] [2025-03-12T13:10:49.364640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=twig","method":"GET"} [] [2025-03-12T13:10:49.449341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:10:55.530050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=config","method":"GET"} [] [2025-03-12T13:10:55.553435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:11:21.374663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=time","method":"GET"} [] [2025-03-12T13:11:21.507598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:11:29.576968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=config","method":"GET"} [] [2025-03-12T13:11:29.607469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:11:51.369159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=form","method":"GET"} [] [2025-03-12T13:11:51.475136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:12:19.137302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=dump","method":"GET"} [] [2025-03-12T13:12:19.223810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:12:53.308995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=config","method":"GET"} [] [2025-03-12T13:12:53.402631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:13:05.962533+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T13:13:20.950718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=router","method":"GET"} [] [2025-03-12T13:13:21.016430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:13:21.070850+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/router","method":"GET"} [] [2025-03-12T13:13:27.083751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?panel=events","method":"GET"} [] [2025-03-12T13:13:27.108182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:13:44.621651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=router","method":"GET"} [] [2025-03-12T13:13:44.689979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:13:44.733628+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/router","method":"GET"} [] [2025-03-12T13:14:05.122162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed?panel=security","method":"GET"} [] [2025-03-12T13:14:05.192759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:14:05.541870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=security","method":"GET"} [] [2025-03-12T13:14:05.566076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:14:23.331574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=security","method":"GET"} [] [2025-03-12T13:14:23.465303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:14:25.512448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=security","method":"GET"} [] [2025-03-12T13:14:25.535760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:14:42.986228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=security","method":"GET"} [] [2025-03-12T13:14:43.052422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:14:53.032799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?panel=mailer","method":"GET"} [] [2025-03-12T13:14:53.056966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:14:58.924451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?panel=security","method":"GET"} [] [2025-03-12T13:14:58.987952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:15:06.893315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://test.phila-ca.com/public/_profiler/bca109?panel=time","method":"GET"} [] [2025-03-12T13:15:06.918117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:15:12.914532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?panel=security","method":"GET"} [] [2025-03-12T13:15:12.938089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:15:20.058006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=cache","method":"GET"} [] [2025-03-12T13:15:20.123604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:15:25.205383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=security","method":"GET"} [] [2025-03-12T13:15:25.230436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:15:37.426153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=security","method":"GET"} [] [2025-03-12T13:15:37.493526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:15:42.602799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d43ed?panel=request","method":"GET"} [] [2025-03-12T13:15:42.628675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:15:58.104338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=security","method":"GET"} [] [2025-03-12T13:15:58.216248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:16:02.761460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?panel=dump","method":"GET"} [] [2025-03-12T13:16:02.784082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:16:06.825951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?panel=cache","method":"GET"} [] [2025-03-12T13:16:06.849290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:16:11.930668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?panel=time","method":"GET"} [] [2025-03-12T13:16:11.953538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:16:15.602141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=router","method":"GET"} [] [2025-03-12T13:16:15.668454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:16:15.710153+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/router","method":"GET"} [] [2025-03-12T13:16:20.151759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?panel=form","method":"GET"} [] [2025-03-12T13:16:20.176316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:16:23.306875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=logger","method":"GET"} [] [2025-03-12T13:16:23.330668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:16:30.127268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee?panel=logger","method":"GET"} [] [2025-03-12T13:16:30.154653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:16:36.829711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?panel=router","method":"GET"} [] [2025-03-12T13:16:36.891724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:16:36.946631+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/router","method":"GET"} [] [2025-03-12T13:16:42.217972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=db","method":"GET"} [] [2025-03-12T13:16:42.244804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:16:47.176585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=logger","method":"GET"} [] [2025-03-12T13:16:47.200979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:16:52.160486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=router","method":"GET"} [] [2025-03-12T13:16:52.255545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:16:52.319674+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/router","method":"GET"} [] [2025-03-12T13:16:59.906193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?group=1&panel=db","method":"GET"} [] [2025-03-12T13:16:59.930517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:03.698057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:03.718832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:06.908300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:06.935054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:10.159605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:10.225678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:12.614428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:12.638544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:17:14.962353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=exception","method":"GET"} [] [2025-03-12T13:17:14.985224+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/exception.css","method":"GET"} [] [2025-03-12T13:17:14.992558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:17:15.011501+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/exception","method":"GET"} [] [2025-03-12T13:17:17.231697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=translation","method":"GET"} [] [2025-03-12T13:17:17.255075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:17:19.435689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:19.458884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:19.480390+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:17:21.841768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=mailer","method":"GET"} [] [2025-03-12T13:17:21.867690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:17:27.423846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=mailer","method":"GET"} [] [2025-03-12T13:17:27.493510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:17:31.685837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:31.709623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:31.727979+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:17:35.806934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=exception","method":"GET"} [] [2025-03-12T13:17:35.829577+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/exception.css","method":"GET"} [] [2025-03-12T13:17:35.835185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:17:35.852998+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/exception","method":"GET"} [] [2025-03-12T13:17:48.298409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:48.368956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:48.427563+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:17:59.314252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:59.338003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:17:59.356436+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:20:03.445652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bca109"},"request_uri":"https://test.phila-ca.com/public/_profiler/bca109?panel=security","method":"GET"} [] [2025-03-12T13:20:03.533896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:20:44.060780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=request","method":"GET"} [] [2025-03-12T13:20:44.134451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:21:47.794471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=db","method":"GET"} [] [2025-03-12T13:21:47.865115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:22:54.664987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=time","method":"GET"} [] [2025-03-12T13:22:54.749240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:23:35.402421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=request","method":"GET"} [] [2025-03-12T13:23:35.472705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:24:25.490289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=form","method":"GET"} [] [2025-03-12T13:24:25.558848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:25:53.052514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=twig","method":"GET"} [] [2025-03-12T13:25:53.128196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:26:33.032142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=dump","method":"GET"} [] [2025-03-12T13:26:33.097753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:27:11.467937+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:27:11.535304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:27:44.300316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=events","method":"GET"} [] [2025-03-12T13:27:44.365477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:28:13.236940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=twig","method":"GET"} [] [2025-03-12T13:28:13.325399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:28:39.245018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:28:39.316909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:28:39.369910+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:29:04.574846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=form","method":"GET"} [] [2025-03-12T13:29:04.691447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:31:00.764254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=dump","method":"GET"} [] [2025-03-12T13:31:00.845983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:31:59.053473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=time","method":"GET"} [] [2025-03-12T13:31:59.127086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:32:50.290684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=twig","method":"GET"} [] [2025-03-12T13:32:50.360834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:33:18.393277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=request","method":"GET"} [] [2025-03-12T13:33:18.469878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:33:37.908837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=time","method":"GET"} [] [2025-03-12T13:33:37.974829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:34:20.267215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=time","method":"GET"} [] [2025-03-12T13:34:20.353631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:34:21.785560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=db","method":"GET"} [] [2025-03-12T13:34:21.811848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:34:58.434305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086","method":"GET"} [] [2025-03-12T13:34:58.533174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:35:20.275222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=router","method":"GET"} [] [2025-03-12T13:35:20.344199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:35:20.387692+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e/router","method":"GET"} [] [2025-03-12T13:35:32.548568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9","method":"GET"} [] [2025-03-12T13:35:32.598896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:36:02.786084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206","method":"GET"} [] [2025-03-12T13:36:02.866657+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/exception.css","method":"GET"} [] [2025-03-12T13:36:02.876760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:36:02.919412+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/exception","method":"GET"} [] [2025-03-12T13:36:11.410665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=logger","method":"GET"} [] [2025-03-12T13:36:11.435852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:36:55.284382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711","method":"GET"} [] [2025-03-12T13:36:55.385029+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/exception.css","method":"GET"} [] [2025-03-12T13:36:55.398525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:36:55.462569+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/exception","method":"GET"} [] [2025-03-12T13:36:56.910637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=cache","method":"GET"} [] [2025-03-12T13:36:56.934082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:37:19.746160+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T13:37:19.811152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T13:37:38.734049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=translation","method":"GET"} [] [2025-03-12T13:37:38.797030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:38:00.539372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=form","method":"GET"} [] [2025-03-12T13:38:00.632779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:38:16.202388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=twig","method":"GET"} [] [2025-03-12T13:38:16.269786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:38:38.578101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=exception","method":"GET"} [] [2025-03-12T13:38:38.673655+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/exception.css","method":"GET"} [] [2025-03-12T13:38:38.683645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:38:38.725046+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/exception","method":"GET"} [] [2025-03-12T13:38:50.351618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=dump","method":"GET"} [] [2025-03-12T13:38:50.379751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:38:56.242841+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=57","method":"GET"} [] [2025-03-12T13:39:11.672627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=exception","method":"GET"} [] [2025-03-12T13:39:11.738307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:39:26.097309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=form","method":"GET"} [] [2025-03-12T13:39:26.124417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:39:38.944496+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/exception","method":"GET"} [] [2025-03-12T13:39:50.046717+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/exception","method":"GET"} [] [2025-03-12T13:40:00.919332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=exception","method":"GET"} [] [2025-03-12T13:40:00.996376+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/exception.css","method":"GET"} [] [2025-03-12T13:40:01.006701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:40:01.080517+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/exception","method":"GET"} [] [2025-03-12T13:40:09.885756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=translation","method":"GET"} [] [2025-03-12T13:40:09.909098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:40:19.051426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=validator","method":"GET"} [] [2025-03-12T13:40:19.319070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:40:26.736446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=security","method":"GET"} [] [2025-03-12T13:40:26.762010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:40:34.170423+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/exception","method":"GET"} [] [2025-03-12T13:40:40.138382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=exception","method":"GET"} [] [2025-03-12T13:40:40.181202+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/exception.css","method":"GET"} [] [2025-03-12T13:40:40.188916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:40:40.237279+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/exception","method":"GET"} [] [2025-03-12T13:40:45.705448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=exception","method":"GET"} [] [2025-03-12T13:40:45.725560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:40:51.120027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=translation","method":"GET"} [] [2025-03-12T13:40:51.180544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:40:55.207863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=translation","method":"GET"} [] [2025-03-12T13:40:55.248466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:40:59.094404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=translation","method":"GET"} [] [2025-03-12T13:40:59.114026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:41:02.954580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=translation","method":"GET"} [] [2025-03-12T13:41:02.978706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:41:06.443893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=mailer","method":"GET"} [] [2025-03-12T13:41:06.494667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:41:09.108142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=mailer","method":"GET"} [] [2025-03-12T13:41:09.134088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:41:11.658052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=mailer","method":"GET"} [] [2025-03-12T13:41:11.713840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:41:14.206584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=mailer","method":"GET"} [] [2025-03-12T13:41:14.229103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:41:16.429011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=mailer","method":"GET"} [] [2025-03-12T13:41:16.449528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:41:18.626493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=request","method":"GET"} [] [2025-03-12T13:41:18.651539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:41:20.856720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=db","method":"GET"} [] [2025-03-12T13:41:20.878687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:41:24.817538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=db","method":"GET"} [] [2025-03-12T13:41:24.866704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:41:27.128277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=db","method":"GET"} [] [2025-03-12T13:41:27.173075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:41:29.372694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=db","method":"GET"} [] [2025-03-12T13:41:29.401596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:41:31.586257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=request","method":"GET"} [] [2025-03-12T13:41:31.606501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:41:33.765327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=request","method":"GET"} [] [2025-03-12T13:41:33.785578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:41:36.004717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=request","method":"GET"} [] [2025-03-12T13:41:36.027538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:41:38.206445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=request","method":"GET"} [] [2025-03-12T13:41:38.231228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:41:40.762096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=events","method":"GET"} [] [2025-03-12T13:41:40.810912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:41:42.995489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:41:43.048098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:41:43.108504+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:41:45.445222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=dump","method":"GET"} [] [2025-03-12T13:41:45.474184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:41:48.893073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=time","method":"GET"} [] [2025-03-12T13:41:48.920485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:41:51.965282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=twig","method":"GET"} [] [2025-03-12T13:41:51.986564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:41:54.739692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:41:54.764918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:41:54.784064+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:41:56.682494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?group=1&panel=db","method":"GET"} [] [2025-03-12T13:41:56.745824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:41:57.159011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=form","method":"GET"} [] [2025-03-12T13:41:57.189279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:42:05.136194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=twig","method":"GET"} [] [2025-03-12T13:42:05.213310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:42:12.160109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=time","method":"GET"} [] [2025-03-12T13:42:12.215131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:42:17.906105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=dump","method":"GET"} [] [2025-03-12T13:42:17.929756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:42:23.358664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=dump","method":"GET"} [] [2025-03-12T13:42:23.406035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:42:28.925051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=twig","method":"GET"} [] [2025-03-12T13:42:28.971785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:42:32.995999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=time","method":"GET"} [] [2025-03-12T13:42:33.015588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:42:36.817035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=twig","method":"GET"} [] [2025-03-12T13:42:36.837654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:42:40.521350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=form","method":"GET"} [] [2025-03-12T13:42:40.590018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:42:43.609783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=time","method":"GET"} [] [2025-03-12T13:42:43.657083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:42:46.829409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=form","method":"GET"} [] [2025-03-12T13:42:46.901656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:42:51.616697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=dump","method":"GET"} [] [2025-03-12T13:42:51.642187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:42:56.029406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=dump","method":"GET"} [] [2025-03-12T13:42:56.078099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:42:58.408930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=validator","method":"GET"} [] [2025-03-12T13:42:58.431373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:43:00.794203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=validator","method":"GET"} [] [2025-03-12T13:43:00.819676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:43:03.225174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=validator","method":"GET"} [] [2025-03-12T13:43:03.265962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:43:05.456476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=validator","method":"GET"} [] [2025-03-12T13:43:05.479853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:43:07.710706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=validator","method":"GET"} [] [2025-03-12T13:43:07.731768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:43:09.960372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=cache","method":"GET"} [] [2025-03-12T13:43:09.989372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:12.176888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=cache","method":"GET"} [] [2025-03-12T13:43:12.226044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:14.410423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=cache","method":"GET"} [] [2025-03-12T13:43:14.436796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:16.781074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=cache","method":"GET"} [] [2025-03-12T13:43:16.807844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:19.414571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=cache","method":"GET"} [] [2025-03-12T13:43:19.489170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:21.710485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=cache","method":"GET"} [] [2025-03-12T13:43:21.734612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:23.916921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=cache","method":"GET"} [] [2025-03-12T13:43:23.937845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:26.136211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=events","method":"GET"} [] [2025-03-12T13:43:26.160455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:43:28.290892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=cache","method":"GET"} [] [2025-03-12T13:43:28.336515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:43:30.507797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=events","method":"GET"} [] [2025-03-12T13:43:30.531231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:43:32.751119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=events","method":"GET"} [] [2025-03-12T13:43:32.771204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:43:35.266006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=events","method":"GET"} [] [2025-03-12T13:43:35.313247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:43:38.717057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=events","method":"GET"} [] [2025-03-12T13:43:38.735930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:43:40.926978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=config","method":"GET"} [] [2025-03-12T13:43:40.948984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:43:44.276252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?panel=logger","method":"GET"} [] [2025-03-12T13:43:44.324694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:43:46.575838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=config","method":"GET"} [] [2025-03-12T13:43:46.599709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:43:48.829701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=logger","method":"GET"} [] [2025-03-12T13:43:48.852954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:43:51.258768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?panel=router","method":"GET"} [] [2025-03-12T13:43:51.302445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:43:51.320376+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/router","method":"GET"} [] [2025-03-12T13:43:53.646095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=router","method":"GET"} [] [2025-03-12T13:43:53.670502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:43:53.688265+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/router","method":"GET"} [] [2025-03-12T13:43:55.947843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=config","method":"GET"} [] [2025-03-12T13:43:55.971459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:43:58.235947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=logger","method":"GET"} [] [2025-03-12T13:43:58.259198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:44:00.387114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=translation","method":"GET"} [] [2025-03-12T13:44:00.448699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:44:02.708586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=validator","method":"GET"} [] [2025-03-12T13:44:02.731540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:44:05.093196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=logger","method":"GET"} [] [2025-03-12T13:44:05.120474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:44:08.945940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=router","method":"GET"} [] [2025-03-12T13:44:09.006090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:44:09.025417+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/router","method":"GET"} [] [2025-03-12T13:44:11.267472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=config","method":"GET"} [] [2025-03-12T13:44:11.290639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:44:13.479449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=config","method":"GET"} [] [2025-03-12T13:44:13.499416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:44:15.698481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=router","method":"GET"} [] [2025-03-12T13:44:15.744665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:44:15.788378+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/router","method":"GET"} [] [2025-03-12T13:44:18.002993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=logger","method":"GET"} [] [2025-03-12T13:44:18.023093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:44:20.267077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=config","method":"GET"} [] [2025-03-12T13:44:20.290868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:44:22.499817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=logger","method":"GET"} [] [2025-03-12T13:44:22.519629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:44:25.011543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=router","method":"GET"} [] [2025-03-12T13:44:25.056873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:44:25.074753+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086/router","method":"GET"} [] [2025-03-12T13:44:27.476725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=router","method":"GET"} [] [2025-03-12T13:44:27.502186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:44:27.526278+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/router","method":"GET"} [] [2025-03-12T13:44:29.758607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?panel=logger","method":"GET"} [] [2025-03-12T13:44:29.782403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:44:32.017839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=config","method":"GET"} [] [2025-03-12T13:44:32.106757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:44:34.377523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=config","method":"GET"} [] [2025-03-12T13:44:34.397851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:44:36.566751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?panel=router","method":"GET"} [] [2025-03-12T13:44:36.586523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:44:36.605489+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9/router","method":"GET"} [] [2025-03-12T13:44:38.815807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?panel=security","method":"GET"} [] [2025-03-12T13:44:38.840053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:44:41.304739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?panel=security","method":"GET"} [] [2025-03-12T13:44:41.347440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:44:43.568876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206?panel=security","method":"GET"} [] [2025-03-12T13:44:43.594356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:44:45.854530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=security","method":"GET"} [] [2025-03-12T13:44:45.882312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:44:50.370019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?group=1&panel=db","method":"GET"} [] [2025-03-12T13:44:50.417392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:44:52.679793+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:52.704704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:54.878261+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:54.900581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:57.281602+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:57.334905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:59.505944+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:44:59.528954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:01.756798+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:01.787818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:04.022200+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:04.045292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:06.199035+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:06.277875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:08.518292+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:08.541318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:10.758456+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:10.779726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:13.265555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:45:13.317386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:45:13.356895+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:45:15.700848+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:15.725680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:19.147803+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:19.169345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:22.419998+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:22.463241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:25.145437+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:25.173901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T13:45:30.276414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:30.328727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:32.548702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:32.572798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:34.802225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7154d9?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:34.839010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:37.037533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:37.066410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:39.304537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:39.342259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:45:41.537666+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:41.564378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:43.747741+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:43.769544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:46.196046+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T13:45:46.238949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T13:45:48.447595+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:48.472402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:50.605231+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:50.627304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:52.805685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:45:52.838694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:45:52.881679+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:45:55.248470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:45:55.289246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:45:55.325167+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:45:58.873145+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:45:58.899276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:46:09.315293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:46:09.369849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:46:09.410628+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:46:45.625577+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:46:45.695311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:47:13.513117+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:47:13.581111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:47:20.181994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=logger","method":"GET"} [] [2025-03-12T13:47:20.214463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:47:38.150688+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:47:38.213176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T13:48:40.448368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903","method":"GET"} [] [2025-03-12T13:48:40.531881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:49:00.568648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a","method":"GET"} [] [2025-03-12T13:49:00.640781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:49:06.672368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=router","method":"GET"} [] [2025-03-12T13:49:06.695877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:49:06.715297+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b/router","method":"GET"} [] [2025-03-12T13:49:18.103564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086","method":"GET"} [] [2025-03-12T13:49:18.172576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:49:35.083949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206","method":"GET"} [] [2025-03-12T13:49:35.154408+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/exception.css","method":"GET"} [] [2025-03-12T13:49:35.164655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:49:35.206077+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/exception","method":"GET"} [] [2025-03-12T13:49:49.367341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9","method":"GET"} [] [2025-03-12T13:49:49.391375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:50:03.570387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c","method":"GET"} [] [2025-03-12T13:50:03.633314+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/exception.css","method":"GET"} [] [2025-03-12T13:50:03.644029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:50:03.686571+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T13:50:12.031540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=logger","method":"GET"} [] [2025-03-12T13:50:12.069763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:50:15.798357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f","method":"GET"} [] [2025-03-12T13:50:15.820214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:50:27.011820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe","method":"GET"} [] [2025-03-12T13:50:27.072305+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/exception.css","method":"GET"} [] [2025-03-12T13:50:27.082898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:50:27.124647+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/exception","method":"GET"} [] [2025-03-12T13:50:46.162789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7","method":"GET"} [] [2025-03-12T13:50:46.585881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:50:54.458330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711","method":"GET"} [] [2025-03-12T13:50:54.481309+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/exception.css","method":"GET"} [] [2025-03-12T13:50:54.488652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:50:54.506932+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/exception","method":"GET"} [] [2025-03-12T13:51:02.553995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c","method":"GET"} [] [2025-03-12T13:51:02.671740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:51:08.363343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a?panel=router","method":"GET"} [] [2025-03-12T13:51:08.392674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:51:08.417336+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b811a"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b811a/router","method":"GET"} [] [2025-03-12T13:51:09.524983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462","method":"GET"} [] [2025-03-12T13:51:09.574304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:51:15.815225+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/exception","method":"GET"} [] [2025-03-12T13:51:21.856676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493","method":"GET"} [] [2025-03-12T13:51:21.964014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:51:26.802996+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T13:51:31.302496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9","method":"GET"} [] [2025-03-12T13:51:31.340321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:51:35.592185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476","method":"GET"} [] [2025-03-12T13:51:35.616223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/exception.css","method":"GET"} [] [2025-03-12T13:51:35.624137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:51:35.642864+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/exception","method":"GET"} [] [2025-03-12T13:51:39.674185+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/exception","method":"GET"} [] [2025-03-12T13:51:43.001593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd","method":"GET"} [] [2025-03-12T13:51:43.062242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T13:51:46.113265+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/exception","method":"GET"} [] [2025-03-12T13:51:49.022088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=translation","method":"GET"} [] [2025-03-12T13:51:49.043230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:51:51.398121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=cache","method":"GET"} [] [2025-03-12T13:51:51.426315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:51:53.673721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=exception","method":"GET"} [] [2025-03-12T13:51:53.694189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:51:56.095338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=exception","method":"GET"} [] [2025-03-12T13:51:56.146597+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/exception.css","method":"GET"} [] [2025-03-12T13:51:56.154827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:51:56.178647+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/exception","method":"GET"} [] [2025-03-12T13:51:58.383156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=exception","method":"GET"} [] [2025-03-12T13:51:58.420225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:51:58.422587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=router","method":"GET"} [] [2025-03-12T13:51:58.446331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:51:58.464273+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5/router","method":"GET"} [] [2025-03-12T13:52:02.101039+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/exception","method":"GET"} [] [2025-03-12T13:52:04.267002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=exception","method":"GET"} [] [2025-03-12T13:52:04.289239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:52:06.481826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=exception","method":"GET"} [] [2025-03-12T13:52:06.501393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:52:08.685229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=exception","method":"GET"} [] [2025-03-12T13:52:08.706247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:52:10.881274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=exception","method":"GET"} [] [2025-03-12T13:52:10.908215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:52:13.282184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=exception","method":"GET"} [] [2025-03-12T13:52:13.334128+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/exception.css","method":"GET"} [] [2025-03-12T13:52:13.341148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:52:13.363111+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/exception","method":"GET"} [] [2025-03-12T13:52:15.534371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=exception","method":"GET"} [] [2025-03-12T13:52:15.588664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:52:17.866334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=translation","method":"GET"} [] [2025-03-12T13:52:17.887932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:20.063267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=translation","method":"GET"} [] [2025-03-12T13:52:20.084063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:22.252140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=translation","method":"GET"} [] [2025-03-12T13:52:22.272182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:24.411356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=translation","method":"GET"} [] [2025-03-12T13:52:24.435330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:27.866114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=translation","method":"GET"} [] [2025-03-12T13:52:27.886531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:30.328562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=translation","method":"GET"} [] [2025-03-12T13:52:30.376195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:32.585500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=translation","method":"GET"} [] [2025-03-12T13:52:32.620044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:52:35.973762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=mailer","method":"GET"} [] [2025-03-12T13:52:35.994291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:52:38.161543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=request","method":"GET"} [] [2025-03-12T13:52:38.183409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:52:40.394748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=request","method":"GET"} [] [2025-03-12T13:52:40.414576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:52:42.601306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=mailer","method":"GET"} [] [2025-03-12T13:52:42.620801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:52:44.853845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=request","method":"GET"} [] [2025-03-12T13:52:44.873673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:52:46.390177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=router","method":"GET"} [] [2025-03-12T13:52:46.528169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:52:46.550825+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e/router","method":"GET"} [] [2025-03-12T13:52:47.065414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=mailer","method":"GET"} [] [2025-03-12T13:52:47.090361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:52:50.411235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=events","method":"GET"} [] [2025-03-12T13:52:50.464215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:52:52.651063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=time","method":"GET"} [] [2025-03-12T13:52:52.672530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:52:54.720636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=dump","method":"GET"} [] [2025-03-12T13:52:54.741630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:52:56.932274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=dump","method":"GET"} [] [2025-03-12T13:52:56.952593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:53:00.347851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=twig","method":"GET"} [] [2025-03-12T13:53:00.369793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:53:02.714808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=time","method":"GET"} [] [2025-03-12T13:53:02.760865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:53:04.962037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=twig","method":"GET"} [] [2025-03-12T13:53:04.981750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:53:07.076707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=validator","method":"GET"} [] [2025-03-12T13:53:07.118665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:09.375384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=validator","method":"GET"} [] [2025-03-12T13:53:09.395355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:11.559533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=validator","method":"GET"} [] [2025-03-12T13:53:11.581543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:13.771790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=validator","method":"GET"} [] [2025-03-12T13:53:13.791388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:16.233904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=validator","method":"GET"} [] [2025-03-12T13:53:16.255408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:19.921889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=validator","method":"GET"} [] [2025-03-12T13:53:19.976332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:22.207561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=validator","method":"GET"} [] [2025-03-12T13:53:22.249398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:24.405189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=db","method":"GET"} [] [2025-03-12T13:53:24.428369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:53:26.263712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=router","method":"GET"} [] [2025-03-12T13:53:26.284596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:53:26.303193+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00/router","method":"GET"} [] [2025-03-12T13:53:28.868832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=events","method":"GET"} [] [2025-03-12T13:53:28.889502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:53:31.100325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=dump","method":"GET"} [] [2025-03-12T13:53:31.119779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:53:33.341417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=time","method":"GET"} [] [2025-03-12T13:53:33.361158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:53:36.348684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=form","method":"GET"} [] [2025-03-12T13:53:36.460684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:53:38.622643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=twig","method":"GET"} [] [2025-03-12T13:53:38.661351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:53:40.911740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=validator","method":"GET"} [] [2025-03-12T13:53:40.930784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:53:43.088771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=db","method":"GET"} [] [2025-03-12T13:53:43.110250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:53:45.432505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=cache","method":"GET"} [] [2025-03-12T13:53:45.456254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:53:47.776646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=form","method":"GET"} [] [2025-03-12T13:53:47.798704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:53:49.986966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=cache","method":"GET"} [] [2025-03-12T13:53:50.015444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:53:52.498820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=logger","method":"GET"} [] [2025-03-12T13:53:52.552838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:53:54.811834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=config","method":"GET"} [] [2025-03-12T13:53:54.862564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:53:57.053695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=config","method":"GET"} [] [2025-03-12T13:53:57.076063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:53:59.291984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=router","method":"GET"} [] [2025-03-12T13:53:59.310754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:53:59.328380+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a/router","method":"GET"} [] [2025-03-12T13:54:01.722313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=config","method":"GET"} [] [2025-03-12T13:54:01.741639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:54:01.850795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=router","method":"GET"} [] [2025-03-12T13:54:01.870496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:54:01.888424+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667/router","method":"GET"} [] [2025-03-12T13:54:03.991893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=logger","method":"GET"} [] [2025-03-12T13:54:04.012066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:54:06.188156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?group=1&panel=db","method":"GET"} [] [2025-03-12T13:54:06.209478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:54:08.675127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=router","method":"GET"} [] [2025-03-12T13:54:08.732938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:54:08.760202+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd/router","method":"GET"} [] [2025-03-12T13:54:12.170099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=security","method":"GET"} [] [2025-03-12T13:54:12.240826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:14.672370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=security","method":"GET"} [] [2025-03-12T13:54:14.693976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:16.894295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=security","method":"GET"} [] [2025-03-12T13:54:16.915213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:19.055670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe?panel=security","method":"GET"} [] [2025-03-12T13:54:19.082156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:21.220282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=security","method":"GET"} [] [2025-03-12T13:54:21.241486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:23.502888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=security","method":"GET"} [] [2025-03-12T13:54:23.524431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:25.943449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?panel=security","method":"GET"} [] [2025-03-12T13:54:26.000417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:28.222514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd?panel=security","method":"GET"} [] [2025-03-12T13:54:28.259961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T13:54:32.793094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=db","method":"GET"} [] [2025-03-12T13:54:32.822196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:54:34.674048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"https://test.phila-ca.com/public/_profiler/4a040e?panel=logger","method":"GET"} [] [2025-03-12T13:54:34.698534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:54:35.002067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a?group=1&panel=db","method":"GET"} [] [2025-03-12T13:54:35.022198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T13:54:37.266343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=exception","method":"GET"} [] [2025-03-12T13:54:37.286400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:54:39.568805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=exception","method":"GET"} [] [2025-03-12T13:54:39.594257+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/exception.css","method":"GET"} [] [2025-03-12T13:54:39.603480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:54:39.621585+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/exception","method":"GET"} [] [2025-03-12T13:54:41.978281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=exception","method":"GET"} [] [2025-03-12T13:54:42.032767+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/exception.css","method":"GET"} [] [2025-03-12T13:54:42.035845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:54:42.058903+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/exception","method":"GET"} [] [2025-03-12T13:54:44.233300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=exception","method":"GET"} [] [2025-03-12T13:54:44.277389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:54:46.464753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=exception","method":"GET"} [] [2025-03-12T13:54:46.485471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:54:48.671944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=translation","method":"GET"} [] [2025-03-12T13:54:48.695514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:54:50.895932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=translation","method":"GET"} [] [2025-03-12T13:54:50.916803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:54:53.129988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=translation","method":"GET"} [] [2025-03-12T13:54:53.149298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:54:55.448684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=translation","method":"GET"} [] [2025-03-12T13:54:55.471759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:54:57.739536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:54:57.798347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:54:57.825219+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:55:00.142531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=translation","method":"GET"} [] [2025-03-12T13:55:00.184480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:55:03.723413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=mailer","method":"GET"} [] [2025-03-12T13:55:03.747126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:04.879820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=config","method":"GET"} [] [2025-03-12T13:55:04.908612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:55:12.559584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=mailer","method":"GET"} [] [2025-03-12T13:55:12.587315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:18.003563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=mailer","method":"GET"} [] [2025-03-12T13:55:18.148263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:20.474446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=mailer","method":"GET"} [] [2025-03-12T13:55:20.500623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:22.665441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=exception","method":"GET"} [] [2025-03-12T13:55:22.686693+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/exception.css","method":"GET"} [] [2025-03-12T13:55:22.694481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:55:22.712337+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/exception","method":"GET"} [] [2025-03-12T13:55:24.964184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=mailer","method":"GET"} [] [2025-03-12T13:55:24.984240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:27.226529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=mailer","method":"GET"} [] [2025-03-12T13:55:27.248380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:29.597564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=mailer","method":"GET"} [] [2025-03-12T13:55:29.622533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:31.472855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=router","method":"GET"} [] [2025-03-12T13:55:31.495291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:55:31.513326+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c/router","method":"GET"} [] [2025-03-12T13:55:31.842545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=mailer","method":"GET"} [] [2025-03-12T13:55:31.863316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:34.182474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=mailer","method":"GET"} [] [2025-03-12T13:55:34.256971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:55:36.523521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=request","method":"GET"} [] [2025-03-12T13:55:36.547110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:55:38.771483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=request","method":"GET"} [] [2025-03-12T13:55:38.792606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:55:41.012600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=request","method":"GET"} [] [2025-03-12T13:55:41.033490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:55:44.360346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=request","method":"GET"} [] [2025-03-12T13:55:44.382882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:55:50.382766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=db","method":"GET"} [] [2025-03-12T13:55:50.449583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:55:52.662015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=db","method":"GET"} [] [2025-03-12T13:55:52.682409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:55:54.812863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=db","method":"GET"} [] [2025-03-12T13:55:54.837984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:55:54.972464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7447b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7447b?panel=logger","method":"GET"} [] [2025-03-12T13:55:54.996775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:55:57.022006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=db","method":"GET"} [] [2025-03-12T13:55:57.042218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:55:59.242112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=db","method":"GET"} [] [2025-03-12T13:55:59.263153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:56:02.511174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=db","method":"GET"} [] [2025-03-12T13:56:02.533665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:56:04.734713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=db","method":"GET"} [] [2025-03-12T13:56:04.759298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:56:07.192271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=db","method":"GET"} [] [2025-03-12T13:56:07.276506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:56:09.512324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=db","method":"GET"} [] [2025-03-12T13:56:09.536443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:56:11.753238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=request","method":"GET"} [] [2025-03-12T13:56:11.778184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:56:13.993456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=request","method":"GET"} [] [2025-03-12T13:56:14.013495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:56:17.396960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=request","method":"GET"} [] [2025-03-12T13:56:17.418975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:56:17.449380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=logger","method":"GET"} [] [2025-03-12T13:56:17.474114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:56:19.637133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=request","method":"GET"} [] [2025-03-12T13:56:19.661992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:56:23.385670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=time","method":"GET"} [] [2025-03-12T13:56:23.450632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:56:25.706062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:56:25.731522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:56:25.760901+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:56:28.246406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=form","method":"GET"} [] [2025-03-12T13:56:28.273288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:56:31.730621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=dump","method":"GET"} [] [2025-03-12T13:56:31.753035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:56:34.886821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:56:34.918912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T13:56:34.937434+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T13:56:37.372479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=logger","method":"GET"} [] [2025-03-12T13:56:37.395785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:56:46.945936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=twig","method":"GET"} [] [2025-03-12T13:56:47.026036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:56:54.979786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=events","method":"GET"} [] [2025-03-12T13:56:55.008462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:56:55.833920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=router","method":"GET"} [] [2025-03-12T13:56:55.857946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:56:55.875856+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3/router","method":"GET"} [] [2025-03-12T13:57:03.258715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=events","method":"GET"} [] [2025-03-12T13:57:03.326371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:57:09.871731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=events","method":"GET"} [] [2025-03-12T13:57:09.891496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:57:11.766616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=router","method":"GET"} [] [2025-03-12T13:57:11.799923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:57:11.823481+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e/router","method":"GET"} [] [2025-03-12T13:57:16.044463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=events","method":"GET"} [] [2025-03-12T13:57:16.064571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:57:21.983026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=events","method":"GET"} [] [2025-03-12T13:57:22.060854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:57:26.482032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=time","method":"GET"} [] [2025-03-12T13:57:26.502458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:57:26.601473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=logger","method":"GET"} [] [2025-03-12T13:57:26.626673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:57:30.797621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=twig","method":"GET"} [] [2025-03-12T13:57:30.817866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:57:34.685566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=form","method":"GET"} [] [2025-03-12T13:57:34.706055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:57:38.694678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=time","method":"GET"} [] [2025-03-12T13:57:38.767506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:57:39.460466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a040e"},"request_uri":"http://test.phila-ca.com/public/_profiler/4a040e?panel=logger","method":"GET"} [] [2025-03-12T13:57:39.485536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:57:41.523295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=dump","method":"GET"} [] [2025-03-12T13:57:41.546680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:57:44.583237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=form","method":"GET"} [] [2025-03-12T13:57:44.604292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:57:47.052918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=dump","method":"GET"} [] [2025-03-12T13:57:47.073072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:57:49.503208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=time","method":"GET"} [] [2025-03-12T13:57:49.524655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:57:50.655120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"http://test.phila-ca.com/public/_profiler/e363f3?panel=config","method":"GET"} [] [2025-03-12T13:57:50.679203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:57:51.712781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=twig","method":"GET"} [] [2025-03-12T13:57:51.733178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:57:54.129417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=twig","method":"GET"} [] [2025-03-12T13:57:54.208810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:57:58.017258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=dump","method":"GET"} [] [2025-03-12T13:57:58.038420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:58:00.207884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=time","method":"GET"} [] [2025-03-12T13:58:00.230617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:00.932170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0a1f00"},"request_uri":"https://test.phila-ca.com/public/_profiler/0a1f00?panel=logger","method":"GET"} [] [2025-03-12T13:58:00.954368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:58:02.433669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=time","method":"GET"} [] [2025-03-12T13:58:02.453018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:05.715721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=form","method":"GET"} [] [2025-03-12T13:58:05.736378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:08.071885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=dump","method":"GET"} [] [2025-03-12T13:58:08.092180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:58:10.684737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=logger","method":"GET"} [] [2025-03-12T13:58:10.684852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=time","method":"GET"} [] [2025-03-12T13:58:10.746904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:58:10.747157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:12.990928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=twig","method":"GET"} [] [2025-03-12T13:58:13.015832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:58:15.222958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=form","method":"GET"} [] [2025-03-12T13:58:15.245864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:17.500914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=twig","method":"GET"} [] [2025-03-12T13:58:17.520052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:58:18.911084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23?panel=router","method":"GET"} [] [2025-03-12T13:58:18.933835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:58:18.952657+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a22b23"},"request_uri":"https://test.phila-ca.com/public/_profiler/a22b23/router","method":"GET"} [] [2025-03-12T13:58:19.751955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=twig","method":"GET"} [] [2025-03-12T13:58:19.772356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:58:21.976592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=form","method":"GET"} [] [2025-03-12T13:58:21.997155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:24.181719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=time","method":"GET"} [] [2025-03-12T13:58:24.201726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:26.497750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=dump","method":"GET"} [] [2025-03-12T13:58:26.497770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=logger","method":"GET"} [] [2025-03-12T13:58:26.560455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:58:26.560513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:58:28.775314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=form","method":"GET"} [] [2025-03-12T13:58:28.796542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:31.034130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=form","method":"GET"} [] [2025-03-12T13:58:31.055151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:33.262995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=form","method":"GET"} [] [2025-03-12T13:58:33.283953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:35.421625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=time","method":"GET"} [] [2025-03-12T13:58:35.440790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:38.835947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=dump","method":"GET"} [] [2025-03-12T13:58:38.855137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:58:39.191541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c?panel=config","method":"GET"} [] [2025-03-12T13:58:39.214200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T13:58:41.072622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=time","method":"GET"} [] [2025-03-12T13:58:41.094892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:43.484371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=form","method":"GET"} [] [2025-03-12T13:58:43.551456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:58:45.647736+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T13:58:45.705444+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T13:58:45.819612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=twig","method":"GET"} [] [2025-03-12T13:58:45.841265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:58:48.063225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=dump","method":"GET"} [] [2025-03-12T13:58:48.083224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:58:50.285215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=time","method":"GET"} [] [2025-03-12T13:58:50.309561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:51.382370+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T13:58:51.407641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T13:58:52.542698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=twig","method":"GET"} [] [2025-03-12T13:58:52.567473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:58:54.811324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=twig","method":"GET"} [] [2025-03-12T13:58:54.832736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:58:57.033839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=time","method":"GET"} [] [2025-03-12T13:58:57.054037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:58:59.497801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=twig","method":"GET"} [] [2025-03-12T13:58:59.573333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:59:01.862358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=dump","method":"GET"} [] [2025-03-12T13:59:01.882605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T13:59:04.093682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=time","method":"GET"} [] [2025-03-12T13:59:04.116881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T13:59:06.355834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=form","method":"GET"} [] [2025-03-12T13:59:06.379865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T13:59:08.605546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=twig","method":"GET"} [] [2025-03-12T13:59:08.626011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:59:10.816114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=validator","method":"GET"} [] [2025-03-12T13:59:10.839316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:59:13.062900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=validator","method":"GET"} [] [2025-03-12T13:59:13.082707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:59:15.550974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=validator","method":"GET"} [] [2025-03-12T13:59:15.620029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:59:17.743414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=validator","method":"GET"} [] [2025-03-12T13:59:17.764092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:59:21.082876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=cache","method":"GET"} [] [2025-03-12T13:59:21.104480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:59:23.343850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=cache","method":"GET"} [] [2025-03-12T13:59:23.369289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:59:23.732297+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T13:59:23.770298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T13:59:25.564856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=exception","method":"GET"} [] [2025-03-12T13:59:25.589622+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T13:59:25.604474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T13:59:25.623965+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T13:59:27.775710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=translation","method":"GET"} [] [2025-03-12T13:59:27.800282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T13:59:30.008647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=mailer","method":"GET"} [] [2025-03-12T13:59:30.032690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T13:59:32.407558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=request","method":"GET"} [] [2025-03-12T13:59:32.470875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T13:59:34.714194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=events","method":"GET"} [] [2025-03-12T13:59:34.737700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T13:59:36.929726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=twig","method":"GET"} [] [2025-03-12T13:59:36.953246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T13:59:38.575305+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T13:59:38.605850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T13:59:41.391444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=validator","method":"GET"} [] [2025-03-12T13:59:41.415304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T13:59:43.655602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=db","method":"GET"} [] [2025-03-12T13:59:43.680190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T13:59:45.924735+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-12T13:59:48.317517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=cache","method":"GET"} [] [2025-03-12T13:59:48.405937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:59:50.631590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=router","method":"GET"} [] [2025-03-12T13:59:50.653801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T13:59:50.672408+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/router","method":"GET"} [] [2025-03-12T13:59:54.183669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=logger","method":"GET"} [] [2025-03-12T13:59:54.209850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T13:59:56.446716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=cache","method":"GET"} [] [2025-03-12T13:59:56.467812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T13:59:58.602040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=security","method":"GET"} [] [2025-03-12T13:59:58.628010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:00:02.027069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=cache","method":"GET"} [] [2025-03-12T14:00:02.047898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:00:04.416754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T14:00:04.489174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T14:00:04.534814+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T14:00:10.481136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=cache","method":"GET"} [] [2025-03-12T14:00:10.502917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:00:16.893340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=cache","method":"GET"} [] [2025-03-12T14:00:16.915248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:00:20.000992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=cache","method":"GET"} [] [2025-03-12T14:00:20.086621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:00:22.628580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=cache","method":"GET"} [] [2025-03-12T14:00:22.668374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:00:25.097290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=events","method":"GET"} [] [2025-03-12T14:00:25.123335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:00:27.440584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=cache","method":"GET"} [] [2025-03-12T14:00:27.464970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:00:29.732045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=events","method":"GET"} [] [2025-03-12T14:00:29.751450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:00:31.932248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=events","method":"GET"} [] [2025-03-12T14:00:31.953490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:00:34.173036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=events","method":"GET"} [] [2025-03-12T14:00:34.193385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:00:36.827571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=events","method":"GET"} [] [2025-03-12T14:00:36.925208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:00:39.172264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=events","method":"GET"} [] [2025-03-12T14:00:39.196633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:00:41.406514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=logger","method":"GET"} [] [2025-03-12T14:00:41.428651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:00:43.693746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=logger","method":"GET"} [] [2025-03-12T14:00:43.715542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:00:45.928715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=config","method":"GET"} [] [2025-03-12T14:00:45.950055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:00:48.122797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=config","method":"GET"} [] [2025-03-12T14:00:48.143163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:00:50.342873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=logger","method":"GET"} [] [2025-03-12T14:00:50.364908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:00:52.779600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=config","method":"GET"} [] [2025-03-12T14:00:52.851611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:00:55.111570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=router","method":"GET"} [] [2025-03-12T14:00:55.130251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:00:55.148325+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7/router","method":"GET"} [] [2025-03-12T14:00:57.443155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=router","method":"GET"} [] [2025-03-12T14:00:57.470295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:00:57.488981+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/router","method":"GET"} [] [2025-03-12T14:00:59.719630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=logger","method":"GET"} [] [2025-03-12T14:00:59.741402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:01:01.922538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=router","method":"GET"} [] [2025-03-12T14:01:01.942517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:01.960221+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9/router","method":"GET"} [] [2025-03-12T14:01:04.163055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=config","method":"GET"} [] [2025-03-12T14:01:04.183238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:01:06.393671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?panel=router","method":"GET"} [] [2025-03-12T14:01:06.413629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:06.432231+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c/router","method":"GET"} [] [2025-03-12T14:01:08.834652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=logger","method":"GET"} [] [2025-03-12T14:01:08.916836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:01:11.131388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9?panel=config","method":"GET"} [] [2025-03-12T14:01:11.150760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:01:13.364691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?panel=router","method":"GET"} [] [2025-03-12T14:01:13.385292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:13.404927+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462/router","method":"GET"} [] [2025-03-12T14:01:15.881666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?panel=logger","method":"GET"} [] [2025-03-12T14:01:15.903373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:01:18.290160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711?panel=config","method":"GET"} [] [2025-03-12T14:01:18.315075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:01:20.522017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493?panel=router","method":"GET"} [] [2025-03-12T14:01:20.541427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:20.558971+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493/router","method":"GET"} [] [2025-03-12T14:01:22.766486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=config","method":"GET"} [] [2025-03-12T14:01:22.791025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:01:26.446474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=router","method":"GET"} [] [2025-03-12T14:01:26.538251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:26.583716+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/router","method":"GET"} [] [2025-03-12T14:01:29.948203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?panel=validator","method":"GET"} [] [2025-03-12T14:01:29.971926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:01:32.268078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=router","method":"GET"} [] [2025-03-12T14:01:32.291107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:32.310010+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9/router","method":"GET"} [] [2025-03-12T14:01:35.941587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=config","method":"GET"} [] [2025-03-12T14:01:35.961882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:01:38.220788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=logger","method":"GET"} [] [2025-03-12T14:01:38.240732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:01:41.873176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=logger","method":"GET"} [] [2025-03-12T14:01:41.938492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:01:44.174421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=router","method":"GET"} [] [2025-03-12T14:01:44.195178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:44.213945+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903/router","method":"GET"} [] [2025-03-12T14:01:46.476699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=config","method":"GET"} [] [2025-03-12T14:01:46.498411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:01:48.758691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=router","method":"GET"} [] [2025-03-12T14:01:48.786389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:48.806363+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/router","method":"GET"} [] [2025-03-12T14:01:51.144014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?panel=router","method":"GET"} [] [2025-03-12T14:01:51.163491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:51.181115+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086/router","method":"GET"} [] [2025-03-12T14:01:53.386719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=router","method":"GET"} [] [2025-03-12T14:01:53.409918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:01:53.428826+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/router","method":"GET"} [] [2025-03-12T14:01:55.735800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?panel=logger","method":"GET"} [] [2025-03-12T14:01:55.762593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:01:58.330144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?panel=config","method":"GET"} [] [2025-03-12T14:01:58.402577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:02:00.668439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903?panel=logger","method":"GET"} [] [2025-03-12T14:02:00.688902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:02:10.144939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?panel=security","method":"GET"} [] [2025-03-12T14:02:10.171315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:02:12.397736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476?group=1&panel=db","method":"GET"} [] [2025-03-12T14:02:12.422456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:02:14.870388+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:14.963255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:17.166755+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:17.205012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:20.582219+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84723b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/84723b/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:20.609907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:22.791456+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:22.810913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:25.009668+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:25.029994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:27.211984+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:27.250091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:29.481241+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:29.506130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:31.830316+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:31.892788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:34.116581+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:34.144439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:38.522471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c","method":"GET"} [] [2025-03-12T14:02:38.581759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:02:43.241753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae","method":"GET"} [] [2025-03-12T14:02:43.269391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:02:46.801551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:46.826963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:49.085289+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:49.145878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:52.461516+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:52.480981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:54.683898+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:54.702568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:02:56.832136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=translation","method":"GET"} [] [2025-03-12T14:02:56.860136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:02:59.127006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=exception","method":"GET"} [] [2025-03-12T14:02:59.148008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:03:01.361896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=mailer","method":"GET"} [] [2025-03-12T14:03:01.381830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:03:03.750705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=translation","method":"GET"} [] [2025-03-12T14:03:03.772204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:03:06.000516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=exception","method":"GET"} [] [2025-03-12T14:03:06.054064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:03:08.221492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=request","method":"GET"} [] [2025-03-12T14:03:08.241167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:03:10.425557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=events","method":"GET"} [] [2025-03-12T14:03:10.446465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:03:12.694124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=mailer","method":"GET"} [] [2025-03-12T14:03:12.721625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:03:14.992490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=time","method":"GET"} [] [2025-03-12T14:03:15.013502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:03:17.183725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=dump","method":"GET"} [] [2025-03-12T14:03:17.203190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:03:19.761666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=twig","method":"GET"} [] [2025-03-12T14:03:19.781622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:03:24.310154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=db","method":"GET"} [] [2025-03-12T14:03:24.396813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:03:26.611070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=cache","method":"GET"} [] [2025-03-12T14:03:26.630185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:03:28.852217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=config","method":"GET"} [] [2025-03-12T14:03:28.879403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:03:31.138243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=security","method":"GET"} [] [2025-03-12T14:03:31.159199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:03:33.342652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=logger","method":"GET"} [] [2025-03-12T14:03:33.362178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:03:35.781078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae?panel=router","method":"GET"} [] [2025-03-12T14:03:35.802436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:03:35.820403+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae/router","method":"GET"} [] [2025-03-12T14:03:38.308641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=exception","method":"GET"} [] [2025-03-12T14:03:38.333058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:03:41.748370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=mailer","method":"GET"} [] [2025-03-12T14:03:41.802705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:03:45.115847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=db","method":"GET"} [] [2025-03-12T14:03:45.150180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:03:48.635562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=request","method":"GET"} [] [2025-03-12T14:03:48.656410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:03:51.060450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=request","method":"GET"} [] [2025-03-12T14:03:51.080830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:03:54.420797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=time","method":"GET"} [] [2025-03-12T14:03:54.441272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:03:56.637271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=time","method":"GET"} [] [2025-03-12T14:03:56.658282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:04:00.085571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=twig","method":"GET"} [] [2025-03-12T14:04:00.145581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:04:02.299583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=dump","method":"GET"} [] [2025-03-12T14:04:02.322585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:04:04.532404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=form","method":"GET"} [] [2025-03-12T14:04:04.554023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:04:08.118667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=validator","method":"GET"} [] [2025-03-12T14:04:08.140663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:04:10.335092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=cache","method":"GET"} [] [2025-03-12T14:04:10.354254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:04:12.555730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=validator","method":"GET"} [] [2025-03-12T14:04:12.575533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:04:14.792443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=cache","method":"GET"} [] [2025-03-12T14:04:14.812623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:04:16.993087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=events","method":"GET"} [] [2025-03-12T14:04:17.063102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:04:19.261490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=events","method":"GET"} [] [2025-03-12T14:04:19.282570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:04:21.525692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=router","method":"GET"} [] [2025-03-12T14:04:21.546264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:04:21.564360+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c/router","method":"GET"} [] [2025-03-12T14:04:24.022808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c?panel=logger","method":"GET"} [] [2025-03-12T14:04:24.043644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:04:26.276455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=router","method":"GET"} [] [2025-03-12T14:04:26.296662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:04:26.314621+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f/router","method":"GET"} [] [2025-03-12T14:04:29.658464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=config","method":"GET"} [] [2025-03-12T14:04:29.684158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:04:31.855791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=logger","method":"GET"} [] [2025-03-12T14:04:31.875787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:04:34.171082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?panel=security","method":"GET"} [] [2025-03-12T14:04:34.234537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:04:36.078426+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:36.100610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:37.673825+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:37.695228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:40.258942+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:40.287234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:42.502235+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:42.531303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:44.717104+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:44.737161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:46.904668+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:46.924515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:49.197011+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:49.312903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:51.430826+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:51.452256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:54.870488+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:54.895324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:57.176320+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:57.205052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:59.405762+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:04:59.428610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:05:01.564826+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:05:01.584388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:05:03.735958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:03.764585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:06.045390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:06.101414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:09.505654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:09.527885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:13.094114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:13.125532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:15.360417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:15.381774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:17.586837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33b086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/33b086?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:17.608174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:19.826739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:19.857680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:22.096766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:22.162276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:05:24.381029+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:24.402090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:26.644105+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:05:26.665905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:05:29.157318+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:29.198860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:31.106288+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T14:05:31.125328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T14:05:31.435627+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:05:31.455620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:05:37.157815+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:37.228445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:39.376525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T14:05:39.434757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T14:05:39.485774+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T14:05:41.875082+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:41.907109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:45.757863+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:05:45.809872+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:05:48.451959+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:48.472463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:57.997436+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:05:58.066618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:14.414014+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:14.472174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:21.387795+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T14:06:21.408489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T14:06:21.823360+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:06:21.847945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:06:28.891902+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:28.911363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:35.334996+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:35.388814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:40.862086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"33b086"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/33b086/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:06:40.882246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:06:45.901939+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:06:45.926516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:06:54.740184+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:54.836007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:58.284254+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:06:58.305456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:07:02.021213+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:07:02.040673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:07:05.511749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f","method":"GET"} [] [2025-03-12T14:07:05.540543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:07:13.925196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1","method":"GET"} [] [2025-03-12T14:07:13.983314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:07:20.917576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c","method":"GET"} [] [2025-03-12T14:07:21.060810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:07:23.297785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae","method":"GET"} [] [2025-03-12T14:07:23.318456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:07:25.607398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a","method":"GET"} [] [2025-03-12T14:07:25.628209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:07:29.910545+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:07:30.016427+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:07:32.238930+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:07:32.270552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:07:37.539110+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:07:37.560553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:07:42.065907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=translation","method":"GET"} [] [2025-03-12T14:07:42.095430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:07:46.706758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=exception","method":"GET"} [] [2025-03-12T14:07:46.786500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:07:47.117233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9","method":"GET"} [] [2025-03-12T14:07:47.137451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:07:50.146500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=mailer","method":"GET"} [] [2025-03-12T14:07:50.175452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:07:53.545245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=exception","method":"GET"} [] [2025-03-12T14:07:53.567731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:07:56.736083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=exception","method":"GET"} [] [2025-03-12T14:07:56.760467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:07:59.526691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=translation","method":"GET"} [] [2025-03-12T14:07:59.565385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:08:02.144592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=exception","method":"GET"} [] [2025-03-12T14:08:02.203237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:08:04.376237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=translation","method":"GET"} [] [2025-03-12T14:08:04.395483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:08:06.617269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=translation","method":"GET"} [] [2025-03-12T14:08:06.644379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:08:08.847979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=mailer","method":"GET"} [] [2025-03-12T14:08:08.868744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:08:10.967114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=mailer","method":"GET"} [] [2025-03-12T14:08:10.986943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:08:13.186637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=request","method":"GET"} [] [2025-03-12T14:08:13.208102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:08:15.462966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=request","method":"GET"} [] [2025-03-12T14:08:15.498644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:08:17.961135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=request","method":"GET"} [] [2025-03-12T14:08:18.011335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:08:21.286481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=events","method":"GET"} [] [2025-03-12T14:08:21.305437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:08:23.511152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=events","method":"GET"} [] [2025-03-12T14:08:23.541196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:08:25.697362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=events","method":"GET"} [] [2025-03-12T14:08:25.716860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:08:27.946877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=dump","method":"GET"} [] [2025-03-12T14:08:27.965902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:08:28.143109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a","method":"GET"} [] [2025-03-12T14:08:28.165623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:08:30.181635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=time","method":"GET"} [] [2025-03-12T14:08:30.204556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:08:32.367021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=twig","method":"GET"} [] [2025-03-12T14:08:32.394333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:08:34.889862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=form","method":"GET"} [] [2025-03-12T14:08:34.958981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:08:37.083112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=twig","method":"GET"} [] [2025-03-12T14:08:37.105814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:08:39.306411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=time","method":"GET"} [] [2025-03-12T14:08:39.335361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:08:41.547820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=form","method":"GET"} [] [2025-03-12T14:08:41.568047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:08:43.757804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=time","method":"GET"} [] [2025-03-12T14:08:43.782539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:08:46.002764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=dump","method":"GET"} [] [2025-03-12T14:08:46.024160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:08:49.376065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=twig","method":"GET"} [] [2025-03-12T14:08:49.407160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:08:51.788516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=form","method":"GET"} [] [2025-03-12T14:08:51.837807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:08:55.176548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=validator","method":"GET"} [] [2025-03-12T14:08:55.205449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:08:57.426696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=validator","method":"GET"} [] [2025-03-12T14:08:57.454238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:08:59.755952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=db","method":"GET"} [] [2025-03-12T14:08:59.776368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:09:01.934096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=db","method":"GET"} [] [2025-03-12T14:09:01.960544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:09:04.086151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae","method":"GET"} [] [2025-03-12T14:09:04.106505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:09:04.180890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=db","method":"GET"} [] [2025-03-12T14:09:04.200824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:09:06.375812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=cache","method":"GET"} [] [2025-03-12T14:09:06.450938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:09:08.878006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=cache","method":"GET"} [] [2025-03-12T14:09:08.933886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:09:11.096648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=cache","method":"GET"} [] [2025-03-12T14:09:11.125459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:09:13.268888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=logger","method":"GET"} [] [2025-03-12T14:09:13.309137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:09:15.532816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=config","method":"GET"} [] [2025-03-12T14:09:15.556463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:09:18.976053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=router","method":"GET"} [] [2025-03-12T14:09:18.994517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:09:19.012070+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a/router","method":"GET"} [] [2025-03-12T14:09:21.318686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=router","method":"GET"} [] [2025-03-12T14:09:21.338858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:09:21.357862+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c/router","method":"GET"} [] [2025-03-12T14:09:23.576575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=logger","method":"GET"} [] [2025-03-12T14:09:23.602535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:09:26.110877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=config","method":"GET"} [] [2025-03-12T14:09:26.214715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:09:28.435771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?panel=security","method":"GET"} [] [2025-03-12T14:09:28.455370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:09:30.657023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=security","method":"GET"} [] [2025-03-12T14:09:30.677366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:09:32.898509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?panel=security","method":"GET"} [] [2025-03-12T14:09:32.919908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:09:35.116232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=logger","method":"GET"} [] [2025-03-12T14:09:35.135921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:09:37.424354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?group=1&panel=db","method":"GET"} [] [2025-03-12T14:09:37.450983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:09:38.157897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c","method":"GET"} [] [2025-03-12T14:09:38.179080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:09:39.567097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae?panel=router","method":"GET"} [] [2025-03-12T14:09:39.602810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:09:39.647785+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae/router","method":"GET"} [] [2025-03-12T14:09:42.158916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a?group=1&panel=db","method":"GET"} [] [2025-03-12T14:09:42.242200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:09:44.471110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c?group=1&panel=db","method":"GET"} [] [2025-03-12T14:09:44.491316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:09:46.687903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=db","method":"GET"} [] [2025-03-12T14:09:46.709492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:09:51.156119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=time","method":"GET"} [] [2025-03-12T14:09:51.175834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:09:53.377182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=twig","method":"GET"} [] [2025-03-12T14:09:53.396327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:09:55.577905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=form","method":"GET"} [] [2025-03-12T14:09:55.604999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:09:58.052100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=validator","method":"GET"} [] [2025-03-12T14:09:58.108318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:10:00.329173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=cache","method":"GET"} [] [2025-03-12T14:10:00.355157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:10:02.606827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=events","method":"GET"} [] [2025-03-12T14:10:02.626448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:10:04.836731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=logger","method":"GET"} [] [2025-03-12T14:10:04.856340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:10:07.039168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=config","method":"GET"} [] [2025-03-12T14:10:07.058960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:10:07.177141+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:07.198928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:09.246605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=router","method":"GET"} [] [2025-03-12T14:10:09.265595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:10:09.283430+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1/router","method":"GET"} [] [2025-03-12T14:10:11.578007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?panel=security","method":"GET"} [] [2025-03-12T14:10:11.604115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:10:14.036822+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:14.094646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:16.328132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:16.348296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:18.528668+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14085c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14085c/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:18.560079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:20.787530+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:20.812027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:23.033989+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:23.055938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:27.514606+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:27.534363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:30.231347+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:30.321837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:32.505731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1?group=1&panel=db","method":"GET"} [] [2025-03-12T14:10:32.532743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:10:33.638717+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:33.658840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:34.785934+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:34.804908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:37.026863+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:37.046561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:39.247016+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:39.269231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:42.607590+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:42.628939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:44.928196+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14085c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14085c/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:44.948769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:48.490414+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:48.558815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:51.026503+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84723b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/84723b/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:51.046250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:10:53.407574+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:10:53.432408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:10:55.616993+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:10:55.642329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:10:57.777869+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:10:57.800410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:10:59.015466+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:10:59.035051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:11:00.108801+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:11:00.128197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:11:02.322769+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:02.345459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:04.725427+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7154d9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7154d9/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:04.782666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:06.966338+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:06.988805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:09.144037+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:09.168060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T14:11:11.425040+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:11:11.454155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:11:14.824927+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/exception.css","method":"GET"} [] [2025-03-12T14:11:17.122639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:11:19.374462+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T14:11:19.427307+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:11:21.763137+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:11:21.878904+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:11:25.245713+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:11:25.298809+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:11:35.986942+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:11:36.041754+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:12:06.063110+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc02a19%2Fexception","method":"GET"} [] [2025-03-12T14:12:06.148011+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:13:08.353095+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T14:13:08.438068+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:13:47.259970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=events","method":"GET"} [] [2025-03-12T14:13:47.328523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:14:12.075506+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:14:12.130881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:14:47.618512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a?panel=time","method":"GET"} [] [2025-03-12T14:14:47.690760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:15:16.722410+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc02a19%2Fexception","method":"GET"} [] [2025-03-12T14:15:16.814702+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:15:42.156453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae?panel=time","method":"GET"} [] [2025-03-12T14:15:42.221506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:16:15.115551+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:16:15.200315+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:16:33.585366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c?panel=dump","method":"GET"} [] [2025-03-12T14:16:33.656119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:17:18.724397+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:17:18.817210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:17:21.167760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:17:21.207207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:18:24.400438+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:18:24.495420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:18:42.055054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c?panel=twig","method":"GET"} [] [2025-03-12T14:18:42.121161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:19:19.132000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae?panel=form","method":"GET"} [] [2025-03-12T14:19:19.202367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:19:22.546441+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:19:22.580434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:20:56.579974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae?panel=twig","method":"GET"} [] [2025-03-12T14:20:56.645704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:20:57.626004+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:20:57.661069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:21:27.621699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a?panel=dump","method":"GET"} [] [2025-03-12T14:21:27.685769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:21:41.759748+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:21:41.800600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:21:55.207648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a?panel=twig","method":"GET"} [] [2025-03-12T14:21:55.355274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:22:18.491453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a?panel=form","method":"GET"} [] [2025-03-12T14:22:18.551884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:22:23.071332+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:22:23.105299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:22:40.953798+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc02a19%2Fexception","method":"GET"} [] [2025-03-12T14:22:41.043013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:23:00.049777+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:23:00.120305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T14:23:35.006419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65","method":"GET"} [] [2025-03-12T14:23:35.110018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:24:01.549045+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:24:01.643670+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:24:05.770568+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:24:05.799984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:24:33.649448+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:24:33.705543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T14:24:58.013408+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc02a19%2Fexception","method":"GET"} [] [2025-03-12T14:24:58.099396+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:25:00.481066+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:25:00.536006+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:25:20.813117+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a95c6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a95c6/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F8cd83f%2Fexception","method":"GET"} [] [2025-03-12T14:25:20.914801+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:26:02.786174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=events","method":"GET"} [] [2025-03-12T14:26:02.870897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:26:24.316992+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa22b23%2Fexception","method":"GET"} [] [2025-03-12T14:26:24.401546+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:27:03.220144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=security","method":"GET"} [] [2025-03-12T14:27:03.284605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:27:24.448549+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ddd78"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ddd78/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F889f77%2Fexception","method":"GET"} [] [2025-03-12T14:27:24.542846+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:28:00.752540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae?panel=security","method":"GET"} [] [2025-03-12T14:28:00.849880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:28:50.211169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a?panel=security","method":"GET"} [] [2025-03-12T14:28:50.291987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:29:26.720654+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"716b33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/716b33/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ff5159b%2Fexception","method":"GET"} [] [2025-03-12T14:29:26.832143+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:30:14.908239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=security","method":"GET"} [] [2025-03-12T14:30:14.974756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:30:31.783221+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:30:31.895092+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:30:56.102405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f","method":"GET"} [] [2025-03-12T14:30:56.181630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:31:31.635228+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:31:31.697905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T14:31:33.382614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=exception","method":"GET"} [] [2025-03-12T14:31:33.411809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T14:32:04.181031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=mailer","method":"GET"} [] [2025-03-12T14:32:04.272893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:32:33.261184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=mailer","method":"GET"} [] [2025-03-12T14:32:33.325187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:32:35.105550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=translation","method":"GET"} [] [2025-03-12T14:32:35.125727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T14:32:59.294809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c?panel=cache","method":"GET"} [] [2025-03-12T14:32:59.356628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T14:33:34.720475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=validator","method":"GET"} [] [2025-03-12T14:33:34.799294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T14:33:46.100905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae?panel=logger","method":"GET"} [] [2025-03-12T14:33:46.123052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:34:08.495666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b5c1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9b5c1c?panel=request","method":"GET"} [] [2025-03-12T14:34:08.576595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:34:26.778184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=security","method":"GET"} [] [2025-03-12T14:34:26.844380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:34:27.478431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f935ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/f935ae?panel=request","method":"GET"} [] [2025-03-12T14:34:27.501872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:34:44.705635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a?panel=request","method":"GET"} [] [2025-03-12T14:34:44.809667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:34:59.945896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=twig","method":"GET"} [] [2025-03-12T14:35:00.018054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:35:13.208338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=mailer","method":"GET"} [] [2025-03-12T14:35:13.229460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T14:35:14.124419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f?panel=time","method":"GET"} [] [2025-03-12T14:35:14.145203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:35:27.611654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f?panel=form","method":"GET"} [] [2025-03-12T14:35:27.696267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:35:39.112180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f?panel=dump","method":"GET"} [] [2025-03-12T14:35:39.141137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:35:50.074072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f?panel=twig","method":"GET"} [] [2025-03-12T14:35:50.140480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:35:55.678030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=request","method":"GET"} [] [2025-03-12T14:35:55.700685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:36:07.647739+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:36:07.731690+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:36:15.942075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:36:15.994507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:36:33.875530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=db","method":"GET"} [] [2025-03-12T14:36:33.943661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T14:36:41.069289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f?panel=security","method":"GET"} [] [2025-03-12T14:36:41.091075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T14:37:07.535940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=events","method":"GET"} [] [2025-03-12T14:37:07.620880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T14:37:37.629983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=form","method":"GET"} [] [2025-03-12T14:37:37.696281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:37:46.121701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b1c7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b1c7f?panel=request","method":"GET"} [] [2025-03-12T14:37:46.141763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T14:38:04.864267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=time","method":"GET"} [] [2025-03-12T14:38:04.927795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:38:29.961060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=twig","method":"GET"} [] [2025-03-12T14:38:30.025843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:38:41.385046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=form","method":"GET"} [] [2025-03-12T14:38:41.406476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:38:51.535997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=dump","method":"GET"} [] [2025-03-12T14:38:51.648932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:39:30.228422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=logger","method":"GET"} [] [2025-03-12T14:39:30.298383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T14:39:33.901884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=time","method":"GET"} [] [2025-03-12T14:39:33.923501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:39:47.285994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=router","method":"GET"} [] [2025-03-12T14:39:47.349896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T14:39:47.394078+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65/router","method":"GET"} [] [2025-03-12T14:40:03.017698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?panel=config","method":"GET"} [] [2025-03-12T14:40:03.086607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T14:40:16.646847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/89df65?group=1&panel=db","method":"GET"} [] [2025-03-12T14:40:16.667724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T14:40:22.340683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=time","method":"GET"} [] [2025-03-12T14:40:22.441259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T14:40:29.402268+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:40:29.458704+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:40:41.500647+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:40:41.591452+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:41:17.705360+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T14:41:17.787721+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:41:41.743922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=twig","method":"GET"} [] [2025-03-12T14:41:41.805909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T14:42:17.326190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=dump","method":"GET"} [] [2025-03-12T14:42:17.402659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T14:42:20.306923+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T14:42:20.392478+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:42:52.128590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=form","method":"GET"} [] [2025-03-12T14:42:52.194717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T14:44:24.888347+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:44:24.970965+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:45:28.068324+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a27477"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a27477/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T14:45:28.153126+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:46:33.964275+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2a9a4"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2a9a4/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T14:46:34.045166+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:47:38.196383+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F471dad%2Fexception","method":"GET"} [] [2025-03-12T14:47:38.304549+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:48:40.760301+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"488da9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/488da9/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T14:48:40.867833+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:49:42.823279+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a95c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a95c6/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F8cd83f%2Fexception","method":"GET"} [] [2025-03-12T14:49:42.916105+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:50:46.248335+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfe16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7dfe16/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0fd1f5%2Fexception","method":"GET"} [] [2025-03-12T14:50:46.350040+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:51:48.379072+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b1c7f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4b1c7f/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc02a19%2Fexception","method":"GET"} [] [2025-03-12T14:51:48.485410+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:52:44.514675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed","method":"GET"} [] [2025-03-12T14:52:44.581729+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed/exception.css","method":"GET"} [] [2025-03-12T14:52:44.593885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:52:44.647022+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed/exception","method":"GET"} [] [2025-03-12T14:52:53.456646+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"716b33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/716b33/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ff5159b%2Fexception","method":"GET"} [] [2025-03-12T14:52:53.558507+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:53:49.686927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f","method":"GET"} [] [2025-03-12T14:53:49.778537+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f/exception.css","method":"GET"} [] [2025-03-12T14:53:49.788708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:53:49.830468+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f/exception","method":"GET"} [] [2025-03-12T14:53:57.883305+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfe16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7dfe16/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0fd1f5%2Fexception","method":"GET"} [] [2025-03-12T14:53:57.937493+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:54:48.998758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a","method":"GET"} [] [2025-03-12T14:54:49.103838+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/exception.css","method":"GET"} [] [2025-03-12T14:54:49.114286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:54:49.157836+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/exception","method":"GET"} [] [2025-03-12T14:54:58.865653+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87904e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87904e/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F04ee6e%2Fexception","method":"GET"} [] [2025-03-12T14:54:58.922306+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:55:41.620430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f","method":"GET"} [] [2025-03-12T14:55:41.724609+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f/exception.css","method":"GET"} [] [2025-03-12T14:55:41.735584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:55:41.795181+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bec96f"},"request_uri":"https://test.phila-ca.com/public/_profiler/bec96f/exception","method":"GET"} [] [2025-03-12T14:56:03.652088+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T14:56:03.734907+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:57:08.100161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8","method":"GET"} [] [2025-03-12T14:57:08.174232+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8/exception.css","method":"GET"} [] [2025-03-12T14:57:08.185264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:57:08.239029+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8/exception","method":"GET"} [] [2025-03-12T14:57:09.025812+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd848a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fd848a/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T14:57:09.080208+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:57:43.934134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f","method":"GET"} [] [2025-03-12T14:57:44.017377+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f/exception.css","method":"GET"} [] [2025-03-12T14:57:44.028861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:57:44.097495+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f/exception","method":"GET"} [] [2025-03-12T14:58:13.134111+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddd65d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ddd65d/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe4a133%2Fexception","method":"GET"} [] [2025-03-12T14:58:13.215709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:58:16.200312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00","method":"GET"} [] [2025-03-12T14:58:16.232405+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00/exception.css","method":"GET"} [] [2025-03-12T14:58:16.240621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:58:16.283127+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00/exception","method":"GET"} [] [2025-03-12T14:58:46.342360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7","method":"GET"} [] [2025-03-12T14:58:46.416322+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7/exception.css","method":"GET"} [] [2025-03-12T14:58:46.427158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:58:46.470543+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5bed7"},"request_uri":"http://test.phila-ca.com/public/_profiler/c5bed7/exception","method":"GET"} [] [2025-03-12T14:59:12.289862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8","method":"GET"} [] [2025-03-12T14:59:12.357207+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8/exception.css","method":"GET"} [] [2025-03-12T14:59:12.369105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:59:12.415918+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8/exception","method":"GET"} [] [2025-03-12T14:59:16.761118+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa6fe7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa6fe7/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F471dad%2Fexception","method":"GET"} [] [2025-03-12T14:59:16.819525+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T14:59:36.657666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd","method":"GET"} [] [2025-03-12T14:59:36.754800+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/exception.css","method":"GET"} [] [2025-03-12T14:59:36.765553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T14:59:36.810018+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/exception","method":"GET"} [] [2025-03-12T15:00:19.197762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=request","method":"GET"} [] [2025-03-12T15:00:19.276741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:00:19.863937+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T15:00:19.917691+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:00:37.942402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=db","method":"GET"} [] [2025-03-12T15:00:38.007139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:00:55.443918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=db","method":"GET"} [] [2025-03-12T15:00:55.522691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:01:10.982565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=request","method":"GET"} [] [2025-03-12T15:01:11.048350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:01:24.195473+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d59903"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d59903/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa681ee%2Fexception","method":"GET"} [] [2025-03-12T15:01:24.249276+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:01:25.374898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=db","method":"GET"} [] [2025-03-12T15:01:25.399630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:01:39.043178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=request","method":"GET"} [] [2025-03-12T15:01:39.129738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:01:50.011502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=request","method":"GET"} [] [2025-03-12T15:01:50.037576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:02:10.540091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd","method":"GET"} [] [2025-03-12T15:02:10.601208+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/exception.css","method":"GET"} [] [2025-03-12T15:02:10.611215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:02:10.651413+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/exception","method":"GET"} [] [2025-03-12T15:02:19.397278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=request","method":"GET"} [] [2025-03-12T15:02:19.422060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:02:27.742099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=db","method":"GET"} [] [2025-03-12T15:02:27.806375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:02:29.096735+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c96bcd"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c96bcd/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F890476%2Fexception","method":"GET"} [] [2025-03-12T15:02:29.151143+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:02:35.148793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=db","method":"GET"} [] [2025-03-12T15:02:35.174337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:02:42.252364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=db","method":"GET"} [] [2025-03-12T15:02:42.288671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:02:48.406066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=db","method":"GET"} [] [2025-03-12T15:02:48.475230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:02:53.714075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=form","method":"GET"} [] [2025-03-12T15:02:53.739059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:02:58.837722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=logger","method":"GET"} [] [2025-03-12T15:02:58.862533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:03:03.472023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=router","method":"GET"} [] [2025-03-12T15:03:03.615626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:03:03.663820+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/router","method":"GET"} [] [2025-03-12T15:03:07.245041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:07.271053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:10.932370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:10.956789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:14.165552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:14.190229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:17.235017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:17.263186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:19.953243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:20.017181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:22.252789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=security","method":"GET"} [] [2025-03-12T15:03:22.289686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:03:24.478792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:24.502567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:03:26.697737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=security","method":"GET"} [] [2025-03-12T15:03:26.719894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:03:28.846615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=security","method":"GET"} [] [2025-03-12T15:03:28.870228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:03:31.041933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=config","method":"GET"} [] [2025-03-12T15:03:31.065741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:03:33.272315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=router","method":"GET"} [] [2025-03-12T15:03:33.293952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:03:33.311695+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/router","method":"GET"} [] [2025-03-12T15:03:34.306273+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8ef462"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ef462/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc34cf1%2Fexception","method":"GET"} [] [2025-03-12T15:03:34.360520+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:03:35.901485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=logger","method":"GET"} [] [2025-03-12T15:03:35.964186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:03:38.118419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=config","method":"GET"} [] [2025-03-12T15:03:38.143437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:03:40.319139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24","method":"GET"} [] [2025-03-12T15:03:40.340873+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24/exception.css","method":"GET"} [] [2025-03-12T15:03:40.346579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:03:40.364917+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24/exception","method":"GET"} [] [2025-03-12T15:03:42.596992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8","method":"GET"} [] [2025-03-12T15:03:42.617014+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8/exception.css","method":"GET"} [] [2025-03-12T15:03:42.619908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:03:42.637900+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8/exception","method":"GET"} [] [2025-03-12T15:03:44.754267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=logger","method":"GET"} [] [2025-03-12T15:03:44.778475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:03:47.017077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=logger","method":"GET"} [] [2025-03-12T15:03:47.039790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:03:50.425437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=config","method":"GET"} [] [2025-03-12T15:03:50.449849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:03:52.829788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=logger","method":"GET"} [] [2025-03-12T15:03:52.892950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:03:55.142422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=logger","method":"GET"} [] [2025-03-12T15:03:55.169504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:03:57.440442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=config","method":"GET"} [] [2025-03-12T15:03:57.463342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:03:59.613277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=config","method":"GET"} [] [2025-03-12T15:03:59.634558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:04:01.828114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=db","method":"GET"} [] [2025-03-12T15:04:01.854656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:04:04.038916+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24/exception.css","method":"GET"} [] [2025-03-12T15:04:07.434903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=time","method":"GET"} [] [2025-03-12T15:04:07.457282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:04:09.864653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=dump","method":"GET"} [] [2025-03-12T15:04:09.932747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:04:12.095319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=twig","method":"GET"} [] [2025-03-12T15:04:12.120006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:04:15.479811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8?panel=dump","method":"GET"} [] [2025-03-12T15:04:15.505378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:04:17.612675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8?panel=time","method":"GET"} [] [2025-03-12T15:04:17.636214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:04:19.839245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8?panel=form","method":"GET"} [] [2025-03-12T15:04:19.862135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:04:22.050660+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24/exception","method":"GET"} [] [2025-03-12T15:04:24.326907+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8/exception","method":"GET"} [] [2025-03-12T15:04:26.823291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=security","method":"GET"} [] [2025-03-12T15:04:26.892784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:04:29.193763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8?panel=security","method":"GET"} [] [2025-03-12T15:04:29.215906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:04:31.465632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=cache","method":"GET"} [] [2025-03-12T15:04:31.487164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:04:33.737200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=router","method":"GET"} [] [2025-03-12T15:04:33.760715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:04:33.779764+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8/router","method":"GET"} [] [2025-03-12T15:04:35.897293+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcc0ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fcc0ab/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa22b23%2Fexception","method":"GET"} [] [2025-03-12T15:04:35.949809+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:04:37.124175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=router","method":"GET"} [] [2025-03-12T15:04:37.147768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:04:37.166864+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f/router","method":"GET"} [] [2025-03-12T15:04:39.364988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=config","method":"GET"} [] [2025-03-12T15:04:39.389336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:04:41.866372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=router","method":"GET"} [] [2025-03-12T15:04:41.933896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:04:41.980187+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f/router","method":"GET"} [] [2025-03-12T15:04:44.242106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=router","method":"GET"} [] [2025-03-12T15:04:44.264699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:04:44.283461+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8/router","method":"GET"} [] [2025-03-12T15:04:46.502905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=exception","method":"GET"} [] [2025-03-12T15:04:46.524933+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/exception.css","method":"GET"} [] [2025-03-12T15:04:46.532112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:04:46.550222+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a/exception","method":"GET"} [] [2025-03-12T15:04:48.767605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=exception","method":"GET"} [] [2025-03-12T15:04:48.790654+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/exception.css","method":"GET"} [] [2025-03-12T15:04:48.793524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:04:48.814621+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd/exception","method":"GET"} [] [2025-03-12T15:04:50.927335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=exception","method":"GET"} [] [2025-03-12T15:04:50.953939+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00/exception.css","method":"GET"} [] [2025-03-12T15:04:50.957452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:04:50.975729+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00/exception","method":"GET"} [] [2025-03-12T15:04:53.098485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=cache","method":"GET"} [] [2025-03-12T15:04:53.121287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:04:55.316921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=cache","method":"GET"} [] [2025-03-12T15:04:55.339094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:04:57.750686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=cache","method":"GET"} [] [2025-03-12T15:04:57.815771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:05:00.051925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=cache","method":"GET"} [] [2025-03-12T15:05:00.073370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:05:02.292979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=cache","method":"GET"} [] [2025-03-12T15:05:02.316353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:05:04.532819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=translation","method":"GET"} [] [2025-03-12T15:05:04.554954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:06.698364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=translation","method":"GET"} [] [2025-03-12T15:05:06.721919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:08.928310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=translation","method":"GET"} [] [2025-03-12T15:05:08.951772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:11.128511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=translation","method":"GET"} [] [2025-03-12T15:05:11.153232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:13.522369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=translation","method":"GET"} [] [2025-03-12T15:05:13.597423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:15.843173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=translation","method":"GET"} [] [2025-03-12T15:05:15.868083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:18.032317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=translation","method":"GET"} [] [2025-03-12T15:05:18.055864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:05:20.261969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=time","method":"GET"} [] [2025-03-12T15:05:20.284223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:05:23.628137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=twig","method":"GET"} [] [2025-03-12T15:05:23.651932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:25.846466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=twig","method":"GET"} [] [2025-03-12T15:05:25.869393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:28.063402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=twig","method":"GET"} [] [2025-03-12T15:05:28.084592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:31.829219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=twig","method":"GET"} [] [2025-03-12T15:05:31.915511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:34.152336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=twig","method":"GET"} [] [2025-03-12T15:05:34.175062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:36.348197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=dump","method":"GET"} [] [2025-03-12T15:05:36.372975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:05:38.447601+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddd65d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ddd65d/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe4a133%2Fexception","method":"GET"} [] [2025-03-12T15:05:38.502895+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:05:38.540296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=dump","method":"GET"} [] [2025-03-12T15:05:38.578943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:05:40.738201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=form","method":"GET"} [] [2025-03-12T15:05:40.761527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:05:42.953688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=time","method":"GET"} [] [2025-03-12T15:05:42.977070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:05:45.208140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=twig","method":"GET"} [] [2025-03-12T15:05:45.231142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:48.794713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=time","method":"GET"} [] [2025-03-12T15:05:48.869970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:05:51.117162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=twig","method":"GET"} [] [2025-03-12T15:05:51.139819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:05:53.271949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"efa58f"},"request_uri":"https://test.phila-ca.com/public/_profiler/efa58f?panel=dump","method":"GET"} [] [2025-03-12T15:05:53.293440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:05:55.526632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"http://test.phila-ca.com/public/_profiler/af6ec8?panel=time","method":"GET"} [] [2025-03-12T15:05:55.550998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:05:57.685176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af6ec8"},"request_uri":"https://test.phila-ca.com/public/_profiler/af6ec8?panel=dump","method":"GET"} [] [2025-03-12T15:05:57.717337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:05:59.787094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bec96f"},"request_uri":"http://test.phila-ca.com/public/_profiler/bec96f?panel=time","method":"GET"} [] [2025-03-12T15:05:59.810856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:06:01.932371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cdff00"},"request_uri":"https://test.phila-ca.com/public/_profiler/cdff00?panel=time","method":"GET"} [] [2025-03-12T15:06:01.955589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:06:04.267737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=request","method":"GET"} [] [2025-03-12T15:06:04.335284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:06:06.564855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=config","method":"GET"} [] [2025-03-12T15:06:06.589370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:06:08.795270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=router","method":"GET"} [] [2025-03-12T15:06:08.822004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:06:08.841916+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c/router","method":"GET"} [] [2025-03-12T15:06:10.997929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=logger","method":"GET"} [] [2025-03-12T15:06:11.022464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:06:13.179048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=exception","method":"GET"} [] [2025-03-12T15:06:13.200471+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c/exception.css","method":"GET"} [] [2025-03-12T15:06:13.207569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:06:13.225679+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c/exception","method":"GET"} [] [2025-03-12T15:06:16.494691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=db","method":"GET"} [] [2025-03-12T15:06:16.518898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:06:18.709367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=form","method":"GET"} [] [2025-03-12T15:06:18.734462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:06:21.240012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=twig","method":"GET"} [] [2025-03-12T15:06:21.312176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:06:23.552089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=time","method":"GET"} [] [2025-03-12T15:06:23.574780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:06:25.763339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=dump","method":"GET"} [] [2025-03-12T15:06:25.786247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:06:28.145343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=request","method":"GET"} [] [2025-03-12T15:06:28.168744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:06:30.542267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d54fb8"},"request_uri":"http://test.phila-ca.com/public/_profiler/d54fb8?panel=request","method":"GET"} [] [2025-03-12T15:06:30.583916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:06:32.769292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=time","method":"GET"} [] [2025-03-12T15:06:32.804677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:06:35.024959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc","method":"GET"} [] [2025-03-12T15:06:35.065276+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc/exception.css","method":"GET"} [] [2025-03-12T15:06:35.072721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:06:35.091510+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93edfc"},"request_uri":"https://test.phila-ca.com/public/_profiler/93edfc/exception","method":"GET"} [] [2025-03-12T15:06:37.954828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b","method":"GET"} [] [2025-03-12T15:06:38.049257+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/exception.css","method":"GET"} [] [2025-03-12T15:06:38.055432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:06:38.121741+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/exception","method":"GET"} [] [2025-03-12T15:06:39.148166+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6ef493"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6ef493/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fbca109%2Fexception","method":"GET"} [] [2025-03-12T15:06:39.202208+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:06:40.331144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?group=1&panel=db","method":"GET"} [] [2025-03-12T15:06:40.361451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:06:42.441374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff","method":"GET"} [] [2025-03-12T15:06:42.463769+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff/exception.css","method":"GET"} [] [2025-03-12T15:06:42.466637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:06:42.485240+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff/exception","method":"GET"} [] [2025-03-12T15:06:44.619809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1","method":"GET"} [] [2025-03-12T15:06:44.642873+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/exception.css","method":"GET"} [] [2025-03-12T15:06:44.645732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:06:44.664295+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/exception","method":"GET"} [] [2025-03-12T15:06:46.913032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec","method":"GET"} [] [2025-03-12T15:06:46.949229+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec/exception.css","method":"GET"} [] [2025-03-12T15:06:46.952132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:06:46.970612+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec/exception","method":"GET"} [] [2025-03-12T15:06:49.091707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=dump","method":"GET"} [] [2025-03-12T15:06:49.113390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:06:51.291841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=twig","method":"GET"} [] [2025-03-12T15:06:51.312573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:06:53.758497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=form","method":"GET"} [] [2025-03-12T15:06:53.823688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:06:56.063659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=security","method":"GET"} [] [2025-03-12T15:06:56.086830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:06:58.460754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=events","method":"GET"} [] [2025-03-12T15:06:58.483634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:07:00.813557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=request","method":"GET"} [] [2025-03-12T15:07:00.858849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:07:03.087334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=db","method":"GET"} [] [2025-03-12T15:07:03.110666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:07:05.193386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=request","method":"GET"} [] [2025-03-12T15:07:05.217023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:07:07.424079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=request","method":"GET"} [] [2025-03-12T15:07:07.449105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:07:09.875199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=request","method":"GET"} [] [2025-03-12T15:07:09.940338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:07:12.175700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=db","method":"GET"} [] [2025-03-12T15:07:12.198546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:07:14.411664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=db","method":"GET"} [] [2025-03-12T15:07:14.434230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:07:16.647052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=db","method":"GET"} [] [2025-03-12T15:07:16.670578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:07:18.845408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=security","method":"GET"} [] [2025-03-12T15:07:18.867853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:07:21.063321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=security","method":"GET"} [] [2025-03-12T15:07:21.085930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:07:23.248439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=config","method":"GET"} [] [2025-03-12T15:07:23.273976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:07:25.930747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=security","method":"GET"} [] [2025-03-12T15:07:26.038035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:07:28.405954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=mailer","method":"GET"} [] [2025-03-12T15:07:28.428770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:07:30.494791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=router","method":"GET"} [] [2025-03-12T15:07:30.517130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:07:30.535314+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c/router","method":"GET"} [] [2025-03-12T15:07:32.873414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=logger","method":"GET"} [] [2025-03-12T15:07:32.896963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:07:35.105020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?group=1&panel=db","method":"GET"} [] [2025-03-12T15:07:35.129905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:07:37.311770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=config","method":"GET"} [] [2025-03-12T15:07:37.333448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:07:39.432569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=router","method":"GET"} [] [2025-03-12T15:07:39.453800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:07:39.471667+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff/router","method":"GET"} [] [2025-03-12T15:07:41.929743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=logger","method":"GET"} [] [2025-03-12T15:07:42.015902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:07:44.326451+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"72f68a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/72f68a/search/results?ip=20.171.207.119&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T15:07:44.333716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=config","method":"GET"} [] [2025-03-12T15:07:44.356619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:07:44.380171+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:07:46.547784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=router","method":"GET"} [] [2025-03-12T15:07:46.571166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:07:46.589080+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/router","method":"GET"} [] [2025-03-12T15:07:48.903620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=router","method":"GET"} [] [2025-03-12T15:07:48.924964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:07:48.943001+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec/router","method":"GET"} [] [2025-03-12T15:07:51.112542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=router","method":"GET"} [] [2025-03-12T15:07:51.133696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:07:51.151489+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/router","method":"GET"} [] [2025-03-12T15:07:53.411664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=logger","method":"GET"} [] [2025-03-12T15:07:53.436237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:07:55.682541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=logger","method":"GET"} [] [2025-03-12T15:07:55.706282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:07:58.113969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=exception","method":"GET"} [] [2025-03-12T15:07:58.173837+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/exception.css","method":"GET"} [] [2025-03-12T15:07:58.182417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:07:58.223490+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1/exception","method":"GET"} [] [2025-03-12T15:08:00.421006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=cache","method":"GET"} [] [2025-03-12T15:08:00.442371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:08:02.651612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=cache","method":"GET"} [] [2025-03-12T15:08:02.675049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:08:04.944257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=cache","method":"GET"} [] [2025-03-12T15:08:04.967398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:08:07.198799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=cache","method":"GET"} [] [2025-03-12T15:08:07.222314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:08:09.362666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=translation","method":"GET"} [] [2025-03-12T15:08:09.385409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:08:11.523964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=translation","method":"GET"} [] [2025-03-12T15:08:11.545814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:08:13.947622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=translation","method":"GET"} [] [2025-03-12T15:08:14.012686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:08:16.212926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=translation","method":"GET"} [] [2025-03-12T15:08:16.235031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:08:18.399433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=twig","method":"GET"} [] [2025-03-12T15:08:18.425907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:08:20.623081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=dump","method":"GET"} [] [2025-03-12T15:08:20.646256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:08:22.763002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=twig","method":"GET"} [] [2025-03-12T15:08:22.785172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:08:24.995713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=dump","method":"GET"} [] [2025-03-12T15:08:25.017114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:08:27.083381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=time","method":"GET"} [] [2025-03-12T15:08:27.107523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:08:29.658584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=twig","method":"GET"} [] [2025-03-12T15:08:29.729421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:08:31.983699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=dump","method":"GET"} [] [2025-03-12T15:08:32.009409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:08:34.222716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=twig","method":"GET"} [] [2025-03-12T15:08:34.243877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:08:36.462783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47a5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/b47a5c?panel=request","method":"GET"} [] [2025-03-12T15:08:36.485469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:08:38.764764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=form","method":"GET"} [] [2025-03-12T15:08:38.787679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:08:42.337545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=dump","method":"GET"} [] [2025-03-12T15:08:42.360000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:08:44.740820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5","method":"GET"} [] [2025-03-12T15:08:44.826602+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/exception.css","method":"GET"} [] [2025-03-12T15:08:44.836491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:44.877561+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/exception","method":"GET"} [] [2025-03-12T15:08:46.962330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1","method":"GET"} [] [2025-03-12T15:08:47.009357+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1/exception.css","method":"GET"} [] [2025-03-12T15:08:47.012341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:47.031400+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1/exception","method":"GET"} [] [2025-03-12T15:08:50.401352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff","method":"GET"} [] [2025-03-12T15:08:50.441642+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff/exception.css","method":"GET"} [] [2025-03-12T15:08:50.444674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:50.462259+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff/exception","method":"GET"} [] [2025-03-12T15:08:52.663465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c","method":"GET"} [] [2025-03-12T15:08:52.699338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:54.822706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7","method":"GET"} [] [2025-03-12T15:08:54.844732+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7/exception.css","method":"GET"} [] [2025-03-12T15:08:54.847564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:54.865071+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dac8d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/dac8d7/exception","method":"GET"} [] [2025-03-12T15:08:57.097658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a","method":"GET"} [] [2025-03-12T15:08:57.132580+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a/exception.css","method":"GET"} [] [2025-03-12T15:08:57.135641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:57.153847+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a/exception","method":"GET"} [] [2025-03-12T15:08:59.352036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b","method":"GET"} [] [2025-03-12T15:08:59.426507+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b/exception.css","method":"GET"} [] [2025-03-12T15:08:59.429519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:08:59.447256+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5cb8b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5cb8b/exception","method":"GET"} [] [2025-03-12T15:09:01.813735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb","method":"GET"} [] [2025-03-12T15:09:01.895731+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb/exception.css","method":"GET"} [] [2025-03-12T15:09:01.905832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:09:01.947406+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb/exception","method":"GET"} [] [2025-03-12T15:09:04.133952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c","method":"GET"} [] [2025-03-12T15:09:04.157171+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/exception.css","method":"GET"} [] [2025-03-12T15:09:04.160216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:09:04.178232+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/exception","method":"GET"} [] [2025-03-12T15:09:06.354141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=request","method":"GET"} [] [2025-03-12T15:09:06.408581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:09:08.637830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=request","method":"GET"} [] [2025-03-12T15:09:08.663457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:09:10.902544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=db","method":"GET"} [] [2025-03-12T15:09:10.925328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:09:13.073614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=db","method":"GET"} [] [2025-03-12T15:09:13.096408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:09:15.273066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=request","method":"GET"} [] [2025-03-12T15:09:15.306598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:09:17.808029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=request","method":"GET"} [] [2025-03-12T15:09:17.898693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:09:20.104681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=db","method":"GET"} [] [2025-03-12T15:09:20.127682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:09:22.263181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=db","method":"GET"} [] [2025-03-12T15:09:22.286988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:09:24.509964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=request","method":"GET"} [] [2025-03-12T15:09:24.542900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:09:26.715072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=request","method":"GET"} [] [2025-03-12T15:09:26.745133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:09:30.156562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=db","method":"GET"} [] [2025-03-12T15:09:30.180468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:09:32.404742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=logger","method":"GET"} [] [2025-03-12T15:09:32.427382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:09:34.845488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?group=1&panel=db","method":"GET"} [] [2025-03-12T15:09:34.913358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:09:37.122553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=config","method":"GET"} [] [2025-03-12T15:09:37.152242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:09:39.314201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=router","method":"GET"} [] [2025-03-12T15:09:39.337650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:09:39.355603+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff/router","method":"GET"} [] [2025-03-12T15:09:41.786045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=router","method":"GET"} [] [2025-03-12T15:09:41.807414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:09:41.825067+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/router","method":"GET"} [] [2025-03-12T15:09:44.019777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?group=1&panel=db","method":"GET"} [] [2025-03-12T15:09:44.046154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:09:46.112812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?group=1&panel=db","method":"GET"} [] [2025-03-12T15:09:46.134150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:09:48.325638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=logger","method":"GET"} [] [2025-03-12T15:09:48.348512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:09:49.506535+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/exception.css","method":"GET"} [] [2025-03-12T15:09:50.774165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=config","method":"GET"} [] [2025-03-12T15:09:50.854690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:09:53.197746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6","method":"GET"} [] [2025-03-12T15:09:53.220616+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6/exception.css","method":"GET"} [] [2025-03-12T15:09:53.224293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:09:53.244210+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6/exception","method":"GET"} [] [2025-03-12T15:09:55.512996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=config","method":"GET"} [] [2025-03-12T15:09:55.536726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:09:57.663191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=logger","method":"GET"} [] [2025-03-12T15:09:57.685847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:09:59.901968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=config","method":"GET"} [] [2025-03-12T15:09:59.923796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:10:01.991520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=logger","method":"GET"} [] [2025-03-12T15:10:02.013214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:10:04.172737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=router","method":"GET"} [] [2025-03-12T15:10:04.193703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:10:04.211416+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb/router","method":"GET"} [] [2025-03-12T15:10:06.808493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=router","method":"GET"} [] [2025-03-12T15:10:06.876701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:10:06.919790+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c/router","method":"GET"} [] [2025-03-12T15:10:09.057984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=config","method":"GET"} [] [2025-03-12T15:10:09.081452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:10:11.303385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=logger","method":"GET"} [] [2025-03-12T15:10:11.326333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:10:13.534502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=router","method":"GET"} [] [2025-03-12T15:10:13.558636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:10:13.577008+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1/router","method":"GET"} [] [2025-03-12T15:10:15.956239+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6/exception.css","method":"GET"} [] [2025-03-12T15:10:18.148019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=time","method":"GET"} [] [2025-03-12T15:10:18.172066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:10:20.530118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=dump","method":"GET"} [] [2025-03-12T15:10:20.553164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:10:23.022945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=form","method":"GET"} [] [2025-03-12T15:10:23.092498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:10:25.325684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=twig","method":"GET"} [] [2025-03-12T15:10:25.351179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:10:27.442802+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6/exception","method":"GET"} [] [2025-03-12T15:10:29.687851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=security","method":"GET"} [] [2025-03-12T15:10:29.713745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:10:31.946699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=cache","method":"GET"} [] [2025-03-12T15:10:31.969390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:10:34.053137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=router","method":"GET"} [] [2025-03-12T15:10:34.073237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:10:34.091165+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c/router","method":"GET"} [] [2025-03-12T15:10:36.384700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=logger","method":"GET"} [] [2025-03-12T15:10:36.404801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:10:38.797368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=exception","method":"GET"} [] [2025-03-12T15:10:38.856190+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/exception.css","method":"GET"} [] [2025-03-12T15:10:38.865664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:10:38.905124+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/exception","method":"GET"} [] [2025-03-12T15:10:41.133564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=exception","method":"GET"} [] [2025-03-12T15:10:41.156447+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff/exception.css","method":"GET"} [] [2025-03-12T15:10:41.159415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:10:41.179143+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff/exception","method":"GET"} [] [2025-03-12T15:10:43.323534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=cache","method":"GET"} [] [2025-03-12T15:10:43.347400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:10:45.537000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=cache","method":"GET"} [] [2025-03-12T15:10:45.561729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:10:47.692534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=cache","method":"GET"} [] [2025-03-12T15:10:47.715651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:10:49.862090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=cache","method":"GET"} [] [2025-03-12T15:10:49.882219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:10:52.062671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=translation","method":"GET"} [] [2025-03-12T15:10:52.084221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:10:53.896662+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f5159b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f5159b/exception.css","method":"GET"} [] [2025-03-12T15:10:54.279198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=translation","method":"GET"} [] [2025-03-12T15:10:54.329497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:10:56.543219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=translation","method":"GET"} [] [2025-03-12T15:10:56.565672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:10:58.815340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=translation","method":"GET"} [] [2025-03-12T15:10:58.837951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:11:01.057541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=translation","method":"GET"} [] [2025-03-12T15:11:01.077850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:11:03.281192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=translation","method":"GET"} [] [2025-03-12T15:11:03.304941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:11:05.462097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2c9eb?panel=twig","method":"GET"} [] [2025-03-12T15:11:05.485082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:11:07.621269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=twig","method":"GET"} [] [2025-03-12T15:11:07.648175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:11:10.003444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=twig","method":"GET"} [] [2025-03-12T15:11:10.066466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:11:12.242716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=form","method":"GET"} [] [2025-03-12T15:11:12.266814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:11:14.483381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=dump","method":"GET"} [] [2025-03-12T15:11:14.504587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:11:16.714370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"beb2c1"},"request_uri":"https://test.phila-ca.com/public/_profiler/beb2c1?panel=dump","method":"GET"} [] [2025-03-12T15:11:16.736629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:11:18.911703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=time","method":"GET"} [] [2025-03-12T15:11:18.933471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:11:21.145763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5?panel=twig","method":"GET"} [] [2025-03-12T15:11:21.169077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:11:23.404568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=twig","method":"GET"} [] [2025-03-12T15:11:23.425836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:11:27.002361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=twig","method":"GET"} [] [2025-03-12T15:11:27.076448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:11:29.312461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=time","method":"GET"} [] [2025-03-12T15:11:29.335996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:11:31.516382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=form","method":"GET"} [] [2025-03-12T15:11:31.539554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:11:33.755897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=time","method":"GET"} [] [2025-03-12T15:11:33.777131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:11:37.306529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=request","method":"GET"} [] [2025-03-12T15:11:37.334664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:11:39.712527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e","method":"GET"} [] [2025-03-12T15:11:39.734199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:42.202321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed","method":"GET"} [] [2025-03-12T15:11:42.293621+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed/exception.css","method":"GET"} [] [2025-03-12T15:11:42.306319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:42.371709+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f0c1ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/f0c1ed/exception","method":"GET"} [] [2025-03-12T15:11:44.522419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd","method":"GET"} [] [2025-03-12T15:11:44.543752+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd/exception.css","method":"GET"} [] [2025-03-12T15:11:44.546706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:44.564575+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd/exception","method":"GET"} [] [2025-03-12T15:11:46.727704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1","method":"GET"} [] [2025-03-12T15:11:46.752355+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1/exception.css","method":"GET"} [] [2025-03-12T15:11:46.755527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:46.774815+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1/exception","method":"GET"} [] [2025-03-12T15:11:48.983839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8","method":"GET"} [] [2025-03-12T15:11:49.018947+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8/exception.css","method":"GET"} [] [2025-03-12T15:11:49.021985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:49.039933+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8/exception","method":"GET"} [] [2025-03-12T15:11:50.150689+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/exception.css","method":"GET"} [] [2025-03-12T15:11:51.211603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=time","method":"GET"} [] [2025-03-12T15:11:51.233030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:11:53.401894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb","method":"GET"} [] [2025-03-12T15:11:53.424418+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/exception.css","method":"GET"} [] [2025-03-12T15:11:53.427269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:53.445488+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/exception","method":"GET"} [] [2025-03-12T15:11:55.642606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2","method":"GET"} [] [2025-03-12T15:11:55.699131+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2/exception.css","method":"GET"} [] [2025-03-12T15:11:55.702052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:55.719795+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2/exception","method":"GET"} [] [2025-03-12T15:11:58.144146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc","method":"GET"} [] [2025-03-12T15:11:58.230669+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc/exception.css","method":"GET"} [] [2025-03-12T15:11:58.242949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:11:58.288916+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc/exception","method":"GET"} [] [2025-03-12T15:12:00.436588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed","method":"GET"} [] [2025-03-12T15:12:00.457634+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed/exception.css","method":"GET"} [] [2025-03-12T15:12:00.460551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:12:00.478269+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f0c1ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0c1ed/exception","method":"GET"} [] [2025-03-12T15:12:02.694820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=request","method":"GET"} [] [2025-03-12T15:12:02.715117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:12:04.824092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=db","method":"GET"} [] [2025-03-12T15:12:04.844600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:12:07.021435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=request","method":"GET"} [] [2025-03-12T15:12:07.044118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:12:09.206937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=request","method":"GET"} [] [2025-03-12T15:12:09.231412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:12:11.462658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=request","method":"GET"} [] [2025-03-12T15:12:11.485397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:12:13.870387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=db","method":"GET"} [] [2025-03-12T15:12:13.941780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:12:16.164783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=db","method":"GET"} [] [2025-03-12T15:12:16.187143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:12:18.383467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=request","method":"GET"} [] [2025-03-12T15:12:18.407365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:12:20.608430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=request","method":"GET"} [] [2025-03-12T15:12:20.632486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:12:22.828421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=db","method":"GET"} [] [2025-03-12T15:12:22.851504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:12:25.001923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=logger","method":"GET"} [] [2025-03-12T15:12:25.025185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:12:27.295839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=config","method":"GET"} [] [2025-03-12T15:12:27.319587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:12:29.740217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=router","method":"GET"} [] [2025-03-12T15:12:29.801204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:12:29.842422+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd/router","method":"GET"} [] [2025-03-12T15:12:32.065602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a","method":"GET"} [] [2025-03-12T15:12:32.088119+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a/exception.css","method":"GET"} [] [2025-03-12T15:12:32.095807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:12:32.114666+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a/exception","method":"GET"} [] [2025-03-12T15:12:34.252722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=config","method":"GET"} [] [2025-03-12T15:12:34.274338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:12:36.466979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?group=1&panel=db","method":"GET"} [] [2025-03-12T15:12:36.488960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:12:38.675147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=logger","method":"GET"} [] [2025-03-12T15:12:38.698953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:12:40.898676+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/exception.css","method":"GET"} [] [2025-03-12T15:12:40.927702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=config","method":"GET"} [] [2025-03-12T15:12:40.955536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:12:43.146629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=router","method":"GET"} [] [2025-03-12T15:12:43.171014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:12:43.190640+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2/router","method":"GET"} [] [2025-03-12T15:12:45.555540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=logger","method":"GET"} [] [2025-03-12T15:12:45.630332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:12:47.862510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=router","method":"GET"} [] [2025-03-12T15:12:47.884311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:12:47.903414+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8/router","method":"GET"} [] [2025-03-12T15:12:50.219585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=router","method":"GET"} [] [2025-03-12T15:12:50.244320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:12:50.264144+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc/router","method":"GET"} [] [2025-03-12T15:12:52.457998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=logger","method":"GET"} [] [2025-03-12T15:12:52.480866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:12:54.695591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=events","method":"GET"} [] [2025-03-12T15:12:54.717424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:12:56.943190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=security","method":"GET"} [] [2025-03-12T15:12:56.969190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:12:59.188693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=mailer","method":"GET"} [] [2025-03-12T15:12:59.210987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:13:01.499692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=config","method":"GET"} [] [2025-03-12T15:13:01.567532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:13:03.792515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=config","method":"GET"} [] [2025-03-12T15:13:03.812847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:13:05.982385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=logger","method":"GET"} [] [2025-03-12T15:13:06.004779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:13:09.367537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=router","method":"GET"} [] [2025-03-12T15:13:09.390849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:13:09.409432+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1/router","method":"GET"} [] [2025-03-12T15:13:11.661181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=logger","method":"GET"} [] [2025-03-12T15:13:11.684824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:13:13.913259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=exception","method":"GET"} [] [2025-03-12T15:13:13.935714+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2/exception.css","method":"GET"} [] [2025-03-12T15:13:13.942299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:13:13.963000+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2/exception","method":"GET"} [] [2025-03-12T15:13:16.506190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=exception","method":"GET"} [] [2025-03-12T15:13:16.570856+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1/exception.css","method":"GET"} [] [2025-03-12T15:13:16.577096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:13:16.619900+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1/exception","method":"GET"} [] [2025-03-12T15:13:18.811949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=exception","method":"GET"} [] [2025-03-12T15:13:18.833105+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd/exception.css","method":"GET"} [] [2025-03-12T15:13:18.835988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:13:18.853514+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd/exception","method":"GET"} [] [2025-03-12T15:13:21.052322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=cache","method":"GET"} [] [2025-03-12T15:13:21.072008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:13:23.233739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=cache","method":"GET"} [] [2025-03-12T15:13:23.255808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:13:25.387475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=cache","method":"GET"} [] [2025-03-12T15:13:25.411228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:13:27.636354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=cache","method":"GET"} [] [2025-03-12T15:13:27.660431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:13:28.807855+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22b23"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a22b23/exception.css","method":"GET"} [] [2025-03-12T15:13:29.945381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=translation","method":"GET"} [] [2025-03-12T15:13:29.971565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:13:32.415812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=translation","method":"GET"} [] [2025-03-12T15:13:32.484808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:13:34.713080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=translation","method":"GET"} [] [2025-03-12T15:13:34.732658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:13:36.932223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=translation","method":"GET"} [] [2025-03-12T15:13:36.954410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:13:39.077960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=translation","method":"GET"} [] [2025-03-12T15:13:39.101216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:13:41.320535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=translation","method":"GET"} [] [2025-03-12T15:13:41.345900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:13:43.584930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=mailer","method":"GET"} [] [2025-03-12T15:13:43.607344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:13:45.821914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=db","method":"GET"} [] [2025-03-12T15:13:45.844743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:13:48.169752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=twig","method":"GET"} [] [2025-03-12T15:13:48.234174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:13:50.374001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=twig","method":"GET"} [] [2025-03-12T15:13:50.397891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:13:52.603755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=twig","method":"GET"} [] [2025-03-12T15:13:52.624338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:13:54.813585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=form","method":"GET"} [] [2025-03-12T15:13:54.837442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:13:58.179570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=twig","method":"GET"} [] [2025-03-12T15:13:58.205101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:14:00.336778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=dump","method":"GET"} [] [2025-03-12T15:14:00.358110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:14:02.573579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=form","method":"GET"} [] [2025-03-12T15:14:02.596565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:14:05.034593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=twig","method":"GET"} [] [2025-03-12T15:14:05.099686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:14:07.293526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=dump","method":"GET"} [] [2025-03-12T15:14:07.317321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:14:09.737982+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/exception.css","method":"GET"} [] [2025-03-12T15:14:09.746057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=time","method":"GET"} [] [2025-03-12T15:14:09.776012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:14:12.131221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8b2dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/f8b2dd?panel=dump","method":"GET"} [] [2025-03-12T15:14:12.153959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:14:14.372241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=twig","method":"GET"} [] [2025-03-12T15:14:14.395610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:14:16.586871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=dump","method":"GET"} [] [2025-03-12T15:14:16.608437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:14:18.777746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=time","method":"GET"} [] [2025-03-12T15:14:18.800511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:14:21.390164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=twig","method":"GET"} [] [2025-03-12T15:14:21.479272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:14:23.658638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=form","method":"GET"} [] [2025-03-12T15:14:23.690681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:14:25.900746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=time","method":"GET"} [] [2025-03-12T15:14:25.924619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:14:28.074544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae","method":"GET"} [] [2025-03-12T15:14:28.133648+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/exception.css","method":"GET"} [] [2025-03-12T15:14:28.140955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:28.159446+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/exception","method":"GET"} [] [2025-03-12T15:14:30.386274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3","method":"GET"} [] [2025-03-12T15:14:30.413641+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3/exception.css","method":"GET"} [] [2025-03-12T15:14:30.416621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:30.435165+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9acde3"},"request_uri":"https://test.phila-ca.com/public/_profiler/9acde3/exception","method":"GET"} [] [2025-03-12T15:14:32.571147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a","method":"GET"} [] [2025-03-12T15:14:32.612440+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a/exception.css","method":"GET"} [] [2025-03-12T15:14:32.616619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:32.639376+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ef7c4a"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef7c4a/exception","method":"GET"} [] [2025-03-12T15:14:34.794046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd","method":"GET"} [] [2025-03-12T15:14:34.816758+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/exception.css","method":"GET"} [] [2025-03-12T15:14:34.819670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:34.837513+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd/exception","method":"GET"} [] [2025-03-12T15:14:37.253000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7","method":"GET"} [] [2025-03-12T15:14:37.329651+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7/exception.css","method":"GET"} [] [2025-03-12T15:14:37.336105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:37.378821+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5bed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5bed7/exception","method":"GET"} [] [2025-03-12T15:14:39.586368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9","method":"GET"} [] [2025-03-12T15:14:39.642948+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9/exception.css","method":"GET"} [] [2025-03-12T15:14:39.646871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:39.669192+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9/exception","method":"GET"} [] [2025-03-12T15:14:41.864325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=time","method":"GET"} [] [2025-03-12T15:14:41.887210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:14:44.086338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c","method":"GET"} [] [2025-03-12T15:14:44.111376+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c/exception.css","method":"GET"} [] [2025-03-12T15:14:44.121545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:44.140964+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c/exception","method":"GET"} [] [2025-03-12T15:14:46.344787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af","method":"GET"} [] [2025-03-12T15:14:46.397616+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af/exception.css","method":"GET"} [] [2025-03-12T15:14:46.400755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:46.418339+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af/exception","method":"GET"} [] [2025-03-12T15:14:47.505231+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-12T15:14:48.667426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f","method":"GET"} [] [2025-03-12T15:14:48.738188+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/exception.css","method":"GET"} [] [2025-03-12T15:14:48.741148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:48.759281+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/exception","method":"GET"} [] [2025-03-12T15:14:51.127871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb","method":"GET"} [] [2025-03-12T15:14:51.150276+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb/exception.css","method":"GET"} [] [2025-03-12T15:14:51.153349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:14:51.172099+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb/exception","method":"GET"} [] [2025-03-12T15:14:54.121988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=request","method":"GET"} [] [2025-03-12T15:14:54.225369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:14:56.437587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=db","method":"GET"} [] [2025-03-12T15:14:56.460219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:14:58.662302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=logger","method":"GET"} [] [2025-03-12T15:14:58.684619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:15:00.921384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=router","method":"GET"} [] [2025-03-12T15:15:00.942450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:15:00.960018+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/router","method":"GET"} [] [2025-03-12T15:15:03.447996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=config","method":"GET"} [] [2025-03-12T15:15:03.472273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:15:05.622997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=request","method":"GET"} [] [2025-03-12T15:15:05.656756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:15:07.828557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=request","method":"GET"} [] [2025-03-12T15:15:07.853259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:15:10.453544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=request","method":"GET"} [] [2025-03-12T15:15:10.533700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:15:12.784124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=request","method":"GET"} [] [2025-03-12T15:15:12.809264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:15:15.003789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=db","method":"GET"} [] [2025-03-12T15:15:15.026090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:15:17.368403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=request","method":"GET"} [] [2025-03-12T15:15:17.391830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:15:19.739643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=db","method":"GET"} [] [2025-03-12T15:15:19.768256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:15:21.462616+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/exception.css","method":"GET"} [] [2025-03-12T15:15:22.021610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=db","method":"GET"} [] [2025-03-12T15:15:22.044644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:15:24.212858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=db","method":"GET"} [] [2025-03-12T15:15:24.241817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:15:26.755139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=security","method":"GET"} [] [2025-03-12T15:15:26.838766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:15:29.076917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=logger","method":"GET"} [] [2025-03-12T15:15:29.102610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:15:31.302284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=logger","method":"GET"} [] [2025-03-12T15:15:31.323315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:15:33.531952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=router","method":"GET"} [] [2025-03-12T15:15:33.555828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:15:33.573888+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/router","method":"GET"} [] [2025-03-12T15:15:35.886624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=config","method":"GET"} [] [2025-03-12T15:15:35.911009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:15:39.203872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?group=1&panel=db","method":"GET"} [] [2025-03-12T15:15:39.226808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:15:41.445004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=router","method":"GET"} [] [2025-03-12T15:15:41.468432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:15:41.487099+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe/router","method":"GET"} [] [2025-03-12T15:15:44.038438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=config","method":"GET"} [] [2025-03-12T15:15:44.193302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:15:46.433001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=logger","method":"GET"} [] [2025-03-12T15:15:46.455876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:15:48.714427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=logger","method":"GET"} [] [2025-03-12T15:15:48.736234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:15:50.993110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?group=1&panel=db","method":"GET"} [] [2025-03-12T15:15:51.017632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:15:51.289577+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/exception.css","method":"GET"} [] [2025-03-12T15:15:53.381267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=router","method":"GET"} [] [2025-03-12T15:15:53.428019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:15:53.446092+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb/router","method":"GET"} [] [2025-03-12T15:15:55.874588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=router","method":"GET"} [] [2025-03-12T15:15:55.896405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:15:55.915858+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9/router","method":"GET"} [] [2025-03-12T15:15:59.714273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=config","method":"GET"} [] [2025-03-12T15:15:59.777616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:16:02.025550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=config","method":"GET"} [] [2025-03-12T15:16:02.047480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:16:04.283053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=router","method":"GET"} [] [2025-03-12T15:16:04.305816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:16:04.324355+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af/router","method":"GET"} [] [2025-03-12T15:16:06.530098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=logger","method":"GET"} [] [2025-03-12T15:16:06.552200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:16:08.782038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=exception","method":"GET"} [] [2025-03-12T15:16:08.804678+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/exception.css","method":"GET"} [] [2025-03-12T15:16:08.811913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:16:08.829708+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/exception","method":"GET"} [] [2025-03-12T15:16:10.983049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=exception","method":"GET"} [] [2025-03-12T15:16:11.005243+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/exception.css","method":"GET"} [] [2025-03-12T15:16:11.008161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:16:11.026003+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae/exception","method":"GET"} [] [2025-03-12T15:16:13.261813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=cache","method":"GET"} [] [2025-03-12T15:16:13.285674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:16:15.751816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=cache","method":"GET"} [] [2025-03-12T15:16:15.823767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:16:18.033015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=cache","method":"GET"} [] [2025-03-12T15:16:18.054409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:16:20.247297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=cache","method":"GET"} [] [2025-03-12T15:16:20.273755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:16:22.608767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=cache","method":"GET"} [] [2025-03-12T15:16:22.640398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:16:25.015950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=translation","method":"GET"} [] [2025-03-12T15:16:25.038834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:16:27.242428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=translation","method":"GET"} [] [2025-03-12T15:16:27.281833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:16:29.453458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebe3f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/ebe3f9?panel=translation","method":"GET"} [] [2025-03-12T15:16:29.477920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:16:31.844512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=translation","method":"GET"} [] [2025-03-12T15:16:31.929387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:16:34.106692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=translation","method":"GET"} [] [2025-03-12T15:16:34.128768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:16:36.211042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=translation","method":"GET"} [] [2025-03-12T15:16:36.233523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:16:38.488311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=dump","method":"GET"} [] [2025-03-12T15:16:38.509983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:16:40.695634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=dump","method":"GET"} [] [2025-03-12T15:16:40.739096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:16:42.944857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=form","method":"GET"} [] [2025-03-12T15:16:42.976964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:16:43.225884+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T15:16:46.328239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=dump","method":"GET"} [] [2025-03-12T15:16:46.351087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:16:50.058471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=twig","method":"GET"} [] [2025-03-12T15:16:50.140112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:16:52.394157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=twig","method":"GET"} [] [2025-03-12T15:16:52.418021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:16:54.785276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2c9eb"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2c9eb?panel=twig","method":"GET"} [] [2025-03-12T15:16:54.807654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:16:57.086456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f?panel=time","method":"GET"} [] [2025-03-12T15:16:57.109355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:16:59.272219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ec5af"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ec5af?panel=time","method":"GET"} [] [2025-03-12T15:16:59.294711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:17:01.453441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd8fbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/cd8fbe?panel=twig","method":"GET"} [] [2025-03-12T15:17:01.479691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:17:03.601289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e","method":"GET"} [] [2025-03-12T15:17:03.796248+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/exception.css","method":"GET"} [] [2025-03-12T15:17:03.804818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:03.823385+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/exception","method":"GET"} [] [2025-03-12T15:17:06.204491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=time","method":"GET"} [] [2025-03-12T15:17:06.270854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:17:06.755028+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/exception.css","method":"GET"} [] [2025-03-12T15:17:08.465248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a","method":"GET"} [] [2025-03-12T15:17:08.523728+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a/exception.css","method":"GET"} [] [2025-03-12T15:17:08.526681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:08.544681+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a/exception","method":"GET"} [] [2025-03-12T15:17:10.701351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe","method":"GET"} [] [2025-03-12T15:17:10.727795+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe/exception.css","method":"GET"} [] [2025-03-12T15:17:10.730592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:10.749605+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe/exception","method":"GET"} [] [2025-03-12T15:17:12.932979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be","method":"GET"} [] [2025-03-12T15:17:12.970683+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be/exception.css","method":"GET"} [] [2025-03-12T15:17:12.973641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:12.991894+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be/exception","method":"GET"} [] [2025-03-12T15:17:15.162221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2","method":"GET"} [] [2025-03-12T15:17:15.183948+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/exception.css","method":"GET"} [] [2025-03-12T15:17:15.186874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:15.205023+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8aeef2"},"request_uri":"https://test.phila-ca.com/public/_profiler/8aeef2/exception","method":"GET"} [] [2025-03-12T15:17:17.382980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb","method":"GET"} [] [2025-03-12T15:17:17.405176+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb/exception.css","method":"GET"} [] [2025-03-12T15:17:17.408315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:17.426204+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8c6bfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/8c6bfb/exception","method":"GET"} [] [2025-03-12T15:17:19.591792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee","method":"GET"} [] [2025-03-12T15:17:19.613928+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee/exception.css","method":"GET"} [] [2025-03-12T15:17:19.621333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:19.638794+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee/exception","method":"GET"} [] [2025-03-12T15:17:22.047226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9","method":"GET"} [] [2025-03-12T15:17:22.121127+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9/exception.css","method":"GET"} [] [2025-03-12T15:17:22.127950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:22.171625+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9/exception","method":"GET"} [] [2025-03-12T15:17:24.314624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a","method":"GET"} [] [2025-03-12T15:17:24.368235+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a/exception.css","method":"GET"} [] [2025-03-12T15:17:24.371295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:17:24.389655+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a/exception","method":"GET"} [] [2025-03-12T15:17:26.600047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=request","method":"GET"} [] [2025-03-12T15:17:26.623645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:17:28.832245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=db","method":"GET"} [] [2025-03-12T15:17:28.854834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:17:28.942331+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-12T15:17:31.052150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=request","method":"GET"} [] [2025-03-12T15:17:31.075718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:17:33.261432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=request","method":"GET"} [] [2025-03-12T15:17:33.285648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:17:35.483201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=db","method":"GET"} [] [2025-03-12T15:17:35.506191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:17:37.939723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=db","method":"GET"} [] [2025-03-12T15:17:38.004671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:17:40.121985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=db","method":"GET"} [] [2025-03-12T15:17:40.146700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:17:42.373881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=db","method":"GET"} [] [2025-03-12T15:17:42.400011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:17:44.541832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=logger","method":"GET"} [] [2025-03-12T15:17:44.564294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:17:46.773236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=request","method":"GET"} [] [2025-03-12T15:17:46.797057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:17:48.984298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=db","method":"GET"} [] [2025-03-12T15:17:49.006933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:17:49.583361+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/exception.css","method":"GET"} [] [2025-03-12T15:17:51.184449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=router","method":"GET"} [] [2025-03-12T15:17:51.208129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:17:51.226917+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a/router","method":"GET"} [] [2025-03-12T15:17:53.694352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=events","method":"GET"} [] [2025-03-12T15:17:53.756213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:17:55.891983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=security","method":"GET"} [] [2025-03-12T15:17:55.915872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:17:58.165323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=config","method":"GET"} [] [2025-03-12T15:17:58.187231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:18:00.341132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?group=1&panel=db","method":"GET"} [] [2025-03-12T15:18:00.364110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:18:02.502494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=config","method":"GET"} [] [2025-03-12T15:18:02.524664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:18:04.702275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=exception","method":"GET"} [] [2025-03-12T15:18:04.722380+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/exception.css","method":"GET"} [] [2025-03-12T15:18:04.729666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:18:04.747387+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/exception","method":"GET"} [] [2025-03-12T15:18:06.950911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=events","method":"GET"} [] [2025-03-12T15:18:06.979338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:18:08.226222+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/exception.css","method":"GET"} [] [2025-03-12T15:18:09.382822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=request","method":"GET"} [] [2025-03-12T15:18:09.446918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:18:11.711438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?group=1&panel=db","method":"GET"} [] [2025-03-12T15:18:11.734396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:18:13.817774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=logger","method":"GET"} [] [2025-03-12T15:18:13.841174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:18:16.090888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=router","method":"GET"} [] [2025-03-12T15:18:16.113290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:18:16.131990+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be/router","method":"GET"} [] [2025-03-12T15:18:18.474214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=config","method":"GET"} [] [2025-03-12T15:18:18.497572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:18:20.753524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=logger","method":"GET"} [] [2025-03-12T15:18:20.776155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:18:22.997211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=logger","method":"GET"} [] [2025-03-12T15:18:23.020925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:18:23.430896+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/exception.css","method":"GET"} [] [2025-03-12T15:18:25.430159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=router","method":"GET"} [] [2025-03-12T15:18:25.491274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:18:25.532575+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe/router","method":"GET"} [] [2025-03-12T15:18:28.867144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=router","method":"GET"} [] [2025-03-12T15:18:28.888480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:18:28.906982+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/router","method":"GET"} [] [2025-03-12T15:18:31.136021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=config","method":"GET"} [] [2025-03-12T15:18:31.161642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:18:33.321873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=logger","method":"GET"} [] [2025-03-12T15:18:33.345037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:18:35.583214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=router","method":"GET"} [] [2025-03-12T15:18:35.604927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:18:35.622735+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a/router","method":"GET"} [] [2025-03-12T15:18:37.829466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=config","method":"GET"} [] [2025-03-12T15:18:37.862195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:18:38.521756+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:18:38.565129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:18:40.131547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=logger","method":"GET"} [] [2025-03-12T15:18:40.154264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:18:42.567970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=router","method":"GET"} [] [2025-03-12T15:18:42.630695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:18:42.672197+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee/router","method":"GET"} [] [2025-03-12T15:18:44.820399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=exception","method":"GET"} [] [2025-03-12T15:18:44.844621+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a/exception.css","method":"GET"} [] [2025-03-12T15:18:44.851657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:18:44.871587+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a/exception","method":"GET"} [] [2025-03-12T15:18:47.075023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=exception","method":"GET"} [] [2025-03-12T15:18:47.096515+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a/exception.css","method":"GET"} [] [2025-03-12T15:18:47.099955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:18:47.122626+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a/exception","method":"GET"} [] [2025-03-12T15:18:49.347267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=cache","method":"GET"} [] [2025-03-12T15:18:49.375797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:18:51.606974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=cache","method":"GET"} [] [2025-03-12T15:18:51.607088+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:18:51.631143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:18:51.644533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:18:53.745932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=cache","method":"GET"} [] [2025-03-12T15:18:53.769340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:18:55.992918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=cache","method":"GET"} [] [2025-03-12T15:18:56.017162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:18:58.401191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=cache","method":"GET"} [] [2025-03-12T15:18:58.466695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:19:00.720092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=translation","method":"GET"} [] [2025-03-12T15:19:00.743243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:19:02.951309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=translation","method":"GET"} [] [2025-03-12T15:19:02.973778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:19:03.529621+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:19:03.565841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:19:05.214111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=translation","method":"GET"} [] [2025-03-12T15:19:05.238462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:19:07.461212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=translation","method":"GET"} [] [2025-03-12T15:19:07.486068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:19:09.684275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=validator","method":"GET"} [] [2025-03-12T15:19:09.707608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:19:11.902049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=dump","method":"GET"} [] [2025-03-12T15:19:11.924186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:19:13.673388+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:19:13.763518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:19:14.104325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=twig","method":"GET"} [] [2025-03-12T15:19:14.135019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:19:16.381112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ffc8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9ffc8a?panel=time","method":"GET"} [] [2025-03-12T15:19:16.402937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:19:18.522587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=form","method":"GET"} [] [2025-03-12T15:19:18.556499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:19:20.788330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ee7be"},"request_uri":"https://test.phila-ca.com/public/_profiler/2ee7be?panel=twig","method":"GET"} [] [2025-03-12T15:19:20.813426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:19:22.980545+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-12T15:19:22.980727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=time","method":"GET"} [] [2025-03-12T15:19:23.004930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:19:25.171791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e?panel=twig","method":"GET"} [] [2025-03-12T15:19:25.193835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:19:27.396173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=time","method":"GET"} [] [2025-03-12T15:19:27.421139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:19:29.798164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=twig","method":"GET"} [] [2025-03-12T15:19:29.866574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:19:31.386560+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-12T15:19:32.152368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=form","method":"GET"} [] [2025-03-12T15:19:32.174540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:19:36.698063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=twig","method":"GET"} [] [2025-03-12T15:19:36.721700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:19:39.021834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a7aee"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a7aee?panel=twig","method":"GET"} [] [2025-03-12T15:19:39.046919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:19:39.362093+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-12T15:19:41.254203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5","method":"GET"} [] [2025-03-12T15:19:41.318513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:43.483090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb","method":"GET"} [] [2025-03-12T15:19:43.505995+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb/exception.css","method":"GET"} [] [2025-03-12T15:19:43.509842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:43.528869+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb/exception","method":"GET"} [] [2025-03-12T15:19:45.928889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f","method":"GET"} [] [2025-03-12T15:19:46.018109+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f/exception.css","method":"GET"} [] [2025-03-12T15:19:46.028702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:46.073200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f/exception","method":"GET"} [] [2025-03-12T15:19:46.214009+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/exception.css","method":"GET"} [] [2025-03-12T15:19:48.296276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d","method":"GET"} [] [2025-03-12T15:19:48.351782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:50.562898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa","method":"GET"} [] [2025-03-12T15:19:50.611211+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa/exception.css","method":"GET"} [] [2025-03-12T15:19:50.614026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:50.632973+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa/exception","method":"GET"} [] [2025-03-12T15:19:52.043613+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8cd83f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8cd83f/exception.css","method":"GET"} [] [2025-03-12T15:19:52.773538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff","method":"GET"} [] [2025-03-12T15:19:52.825622+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff/exception.css","method":"GET"} [] [2025-03-12T15:19:52.828545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:52.847613+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff/exception","method":"GET"} [] [2025-03-12T15:19:55.103392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a","method":"GET"} [] [2025-03-12T15:19:55.126417+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a/exception.css","method":"GET"} [] [2025-03-12T15:19:55.133213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:55.151085+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9fbf5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fbf5a/exception","method":"GET"} [] [2025-03-12T15:19:57.323139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66","method":"GET"} [] [2025-03-12T15:19:57.379898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:19:57.561942+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/exception.css","method":"GET"} [] [2025-03-12T15:20:03.098797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=request","method":"GET"} [] [2025-03-12T15:20:03.099263+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e7e52a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7e52a/exception.css","method":"GET"} [] [2025-03-12T15:20:03.178500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:20:05.309697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=request","method":"GET"} [] [2025-03-12T15:20:05.336059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:20:07.062548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378","method":"GET"} [] [2025-03-12T15:20:07.097575+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/exception.css","method":"GET"} [] [2025-03-12T15:20:07.101196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:07.120191+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-12T15:20:07.458275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=db","method":"GET"} [] [2025-03-12T15:20:07.484775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:20:10.912135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa?panel=request","method":"GET"} [] [2025-03-12T15:20:10.937188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:20:11.240383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea","method":"GET"} [] [2025-03-12T15:20:11.268406+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/exception.css","method":"GET"} [] [2025-03-12T15:20:11.275777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:11.295476+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/exception","method":"GET"} [] [2025-03-12T15:20:14.292388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa?panel=db","method":"GET"} [] [2025-03-12T15:20:14.319290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:20:14.923944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378","method":"GET"} [] [2025-03-12T15:20:14.948855+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/exception.css","method":"GET"} [] [2025-03-12T15:20:14.952384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:14.974465+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-12T15:20:16.473501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=request","method":"GET"} [] [2025-03-12T15:20:16.494776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:20:18.365095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f","method":"GET"} [] [2025-03-12T15:20:18.474603+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-12T15:20:18.481834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:18.544865+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-12T15:20:18.633837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=db","method":"GET"} [] [2025-03-12T15:20:18.656837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:20:20.889676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=db","method":"GET"} [] [2025-03-12T15:20:20.917784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:20:21.029157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5","method":"GET"} [] [2025-03-12T15:20:21.111618+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-12T15:20:21.114685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:21.133647+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-12T15:20:23.110697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=time","method":"GET"} [] [2025-03-12T15:20:23.136982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:20:23.604724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e","method":"GET"} [] [2025-03-12T15:20:23.626654+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T15:20:23.630670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:23.649082+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T15:20:25.332512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=router","method":"GET"} [] [2025-03-12T15:20:25.351438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:20:25.369563+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d/router","method":"GET"} [] [2025-03-12T15:20:25.943282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a","method":"GET"} [] [2025-03-12T15:20:25.966461+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/exception.css","method":"GET"} [] [2025-03-12T15:20:25.969632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:25.988739+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/exception","method":"GET"} [] [2025-03-12T15:20:27.663795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=config","method":"GET"} [] [2025-03-12T15:20:27.683239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:20:28.161730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a","method":"GET"} [] [2025-03-12T15:20:28.183199+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/exception.css","method":"GET"} [] [2025-03-12T15:20:28.190128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T15:20:28.207953+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/exception","method":"GET"} [] [2025-03-12T15:20:29.894749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=config","method":"GET"} [] [2025-03-12T15:20:29.914332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:20:32.062897+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:20:32.071313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=router","method":"GET"} [] [2025-03-12T15:20:32.090396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:20:32.092556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:20:32.108391+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5/router","method":"GET"} [] [2025-03-12T15:20:34.467685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=config","method":"GET"} [] [2025-03-12T15:20:34.467620+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-12T15:20:34.526245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:20:36.726900+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/exception","method":"GET"} [] [2025-03-12T15:20:38.919037+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-12T15:20:38.973764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?group=1&panel=db","method":"GET"} [] [2025-03-12T15:20:38.995645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:20:41.200485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=router","method":"GET"} [] [2025-03-12T15:20:41.202827+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-12T15:20:41.220618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:20:41.239301+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66/router","method":"GET"} [] [2025-03-12T15:20:43.423148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=exception","method":"GET"} [] [2025-03-12T15:20:43.446382+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-12T15:20:43.454043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:20:43.473772+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-12T15:20:43.598112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa?panel=logger","method":"GET"} [] [2025-03-12T15:20:43.621921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:20:45.745489+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/exception","method":"GET"} [] [2025-03-12T15:20:45.825462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=logger","method":"GET"} [] [2025-03-12T15:20:45.856729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:20:47.944797+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/exception","method":"GET"} [] [2025-03-12T15:20:50.239357+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/exception","method":"GET"} [] [2025-03-12T15:20:50.454677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=logger","method":"GET"} [] [2025-03-12T15:20:50.492321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:20:52.368488+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T15:20:52.592772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=exception","method":"GET"} [] [2025-03-12T15:20:52.611955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:20:54.595788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=validator","method":"GET"} [] [2025-03-12T15:20:54.617794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:20:54.773301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=exception","method":"GET"} [] [2025-03-12T15:20:54.793167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:20:56.891448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=exception","method":"GET"} [] [2025-03-12T15:20:56.916057+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-12T15:20:56.919001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:20:56.938520+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/exception","method":"GET"} [] [2025-03-12T15:20:57.020400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=exception","method":"GET"} [] [2025-03-12T15:20:57.042500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:20:59.123025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=exception","method":"GET"} [] [2025-03-12T15:20:59.147861+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/exception.css","method":"GET"} [] [2025-03-12T15:20:59.163327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:20:59.187309+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/exception","method":"GET"} [] [2025-03-12T15:20:59.235099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa?panel=cache","method":"GET"} [] [2025-03-12T15:20:59.260336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:21:01.393214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=exception","method":"GET"} [] [2025-03-12T15:21:01.415867+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/exception.css","method":"GET"} [] [2025-03-12T15:21:01.419053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:21:01.437601+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/exception","method":"GET"} [] [2025-03-12T15:21:01.457218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=cache","method":"GET"} [] [2025-03-12T15:21:01.477835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:21:03.632737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=exception","method":"GET"} [] [2025-03-12T15:21:03.654385+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/exception.css","method":"GET"} [] [2025-03-12T15:21:03.657384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:21:03.662412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=cache","method":"GET"} [] [2025-03-12T15:21:03.675049+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/exception","method":"GET"} [] [2025-03-12T15:21:03.685508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:21:06.061831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=translation","method":"GET"} [] [2025-03-12T15:21:06.061929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=translation","method":"GET"} [] [2025-03-12T15:21:06.162389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:06.162395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:08.337231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=translation","method":"GET"} [] [2025-03-12T15:21:08.361008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:08.390052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=translation","method":"GET"} [] [2025-03-12T15:21:08.412503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:10.603607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=translation","method":"GET"} [] [2025-03-12T15:21:10.612711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=translation","method":"GET"} [] [2025-03-12T15:21:10.626525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:10.634295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:12.845153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=translation","method":"GET"} [] [2025-03-12T15:21:12.873622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:12.892208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=translation","method":"GET"} [] [2025-03-12T15:21:12.912787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:14.970726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=translation","method":"GET"} [] [2025-03-12T15:21:14.993022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:14.992547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=dump","method":"GET"} [] [2025-03-12T15:21:15.013319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:21:17.192416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=translation","method":"GET"} [] [2025-03-12T15:21:17.213799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:21:17.217057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8cad5"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8cad5?panel=twig","method":"GET"} [] [2025-03-12T15:21:17.238477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:21:19.426884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=exception","method":"GET"} [] [2025-03-12T15:21:19.442594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=twig","method":"GET"} [] [2025-03-12T15:21:19.447051+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T15:21:19.454194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:21:19.466359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:21:19.472152+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/exception","method":"GET"} [] [2025-03-12T15:21:21.846013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=time","method":"GET"} [] [2025-03-12T15:21:21.846028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=mailer","method":"GET"} [] [2025-03-12T15:21:21.908234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:21:21.908440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:21:24.045470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=mailer","method":"GET"} [] [2025-03-12T15:21:24.069851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:21:24.073532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=time","method":"GET"} [] [2025-03-12T15:21:24.093907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:21:26.243035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=request","method":"GET"} [] [2025-03-12T15:21:26.267331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:21:27.404189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=form","method":"GET"} [] [2025-03-12T15:21:27.424341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:21:29.589353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa?panel=dump","method":"GET"} [] [2025-03-12T15:21:29.614495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:21:29.645604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=request","method":"GET"} [] [2025-03-12T15:21:29.668958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:21:31.812947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=twig","method":"GET"} [] [2025-03-12T15:21:31.833433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:21:31.883077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=mailer","method":"GET"} [] [2025-03-12T15:21:31.905049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:21:34.044895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=twig","method":"GET"} [] [2025-03-12T15:21:34.064139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:21:34.066652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=events","method":"GET"} [] [2025-03-12T15:21:34.091988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:21:36.290923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=dump","method":"GET"} [] [2025-03-12T15:21:36.310270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:21:38.779209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=dump","method":"GET"} [] [2025-03-12T15:21:38.845722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:21:39.586526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=dump","method":"GET"} [] [2025-03-12T15:21:39.609662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:21:43.342772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=time","method":"GET"} [] [2025-03-12T15:21:43.367072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:21:45.617862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=time","method":"GET"} [] [2025-03-12T15:21:45.643347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:21:47.821585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=form","method":"GET"} [] [2025-03-12T15:21:47.844967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:21:50.073227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=twig","method":"GET"} [] [2025-03-12T15:21:50.099035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:21:52.623864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=twig","method":"GET"} [] [2025-03-12T15:21:52.645956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:21:55.009524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=form","method":"GET"} [] [2025-03-12T15:21:55.072103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:21:58.485351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=validator","method":"GET"} [] [2025-03-12T15:21:58.509749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:22:00.764043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=validator","method":"GET"} [] [2025-03-12T15:22:00.790325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:22:02.951883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=validator","method":"GET"} [] [2025-03-12T15:22:02.975414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:22:05.214000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=validator","method":"GET"} [] [2025-03-12T15:22:05.237668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:22:07.451735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=validator","method":"GET"} [] [2025-03-12T15:22:07.472921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:22:09.690388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=db","method":"GET"} [] [2025-03-12T15:22:09.715145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:22:12.209248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=db","method":"GET"} [] [2025-03-12T15:22:12.273343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:22:14.518178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=cache","method":"GET"} [] [2025-03-12T15:22:14.541829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:22:16.792340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=cache","method":"GET"} [] [2025-03-12T15:22:16.816574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:22:19.042305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=time","method":"GET"} [] [2025-03-12T15:22:19.065124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:22:23.632657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=cache","method":"GET"} [] [2025-03-12T15:22:23.655386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:22:25.912537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=router","method":"GET"} [] [2025-03-12T15:22:25.935266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:22:25.953071+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/router","method":"GET"} [] [2025-03-12T15:22:28.509242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?panel=logger","method":"GET"} [] [2025-03-12T15:22:28.570794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:22:30.834318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:22:30.859786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:22:30.882203+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:22:33.385089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:22:33.410782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:22:33.430113+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:22:47.120514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=router","method":"GET"} [] [2025-03-12T15:22:47.187300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:22:47.231799+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/router","method":"GET"} [] [2025-03-12T15:22:57.704954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=config","method":"GET"} [] [2025-03-12T15:22:57.729750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:23:06.930758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=logger","method":"GET"} [] [2025-03-12T15:23:07.000774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:23:15.088843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=config","method":"GET"} [] [2025-03-12T15:23:15.118481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:23:23.205968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=security","method":"GET"} [] [2025-03-12T15:23:23.306342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:23:29.329826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=security","method":"GET"} [] [2025-03-12T15:23:29.352626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:23:35.875567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=security","method":"GET"} [] [2025-03-12T15:23:35.900882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:23:41.541108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?panel=security","method":"GET"} [] [2025-03-12T15:23:41.603880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:23:50.588353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=security","method":"GET"} [] [2025-03-12T15:23:50.613762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:23:55.051879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=logger","method":"GET"} [] [2025-03-12T15:23:55.076772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:23:59.072028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e?panel=router","method":"GET"} [] [2025-03-12T15:23:59.149537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:23:59.208306+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/router","method":"GET"} [] [2025-03-12T15:24:02.412178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=db","method":"GET"} [] [2025-03-12T15:24:02.436322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:24:05.606044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=db","method":"GET"} [] [2025-03-12T15:24:05.628541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:24:08.491989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?group=1&panel=db","method":"GET"} [] [2025-03-12T15:24:08.528435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:24:11.263439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?group=1&panel=db","method":"GET"} [] [2025-03-12T15:24:11.288141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:24:13.581050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=mailer","method":"GET"} [] [2025-03-12T15:24:13.604793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:24:15.907436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=mailer","method":"GET"} [] [2025-03-12T15:24:15.979017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:24:19.876144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=exception","method":"GET"} [] [2025-03-12T15:24:19.898596+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/exception.css","method":"GET"} [] [2025-03-12T15:24:19.906181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:24:19.923899+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-12T15:24:22.094646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=exception","method":"GET"} [] [2025-03-12T15:24:22.116201+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/exception.css","method":"GET"} [] [2025-03-12T15:24:22.119446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:24:22.138268+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/exception","method":"GET"} [] [2025-03-12T15:24:24.311854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=request","method":"GET"} [] [2025-03-12T15:24:24.335616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:24:26.545845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:26.569676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:26.598312+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:24:28.818456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:28.841103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:28.862441+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:24:33.088233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:33.162119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:33.207331+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:24:43.816784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:43.843109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:24:43.864592+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:25:18.603751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=request","method":"GET"} [] [2025-03-12T15:25:18.690427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:26:22.897970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=request","method":"GET"} [] [2025-03-12T15:26:22.971563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:27:17.390937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=request","method":"GET"} [] [2025-03-12T15:27:17.461640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:28:06.610480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=request","method":"GET"} [] [2025-03-12T15:28:06.682719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:28:53.763417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=db","method":"GET"} [] [2025-03-12T15:28:53.842323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:29:34.749886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=form","method":"GET"} [] [2025-03-12T15:29:34.836296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:30:11.457614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=twig","method":"GET"} [] [2025-03-12T15:30:11.532089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:30:44.811272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=form","method":"GET"} [] [2025-03-12T15:30:44.925818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:31:16.261544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=dump","method":"GET"} [] [2025-03-12T15:31:16.327450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:31:43.303380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=time","method":"GET"} [] [2025-03-12T15:31:43.371634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:32:07.028884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=dump","method":"GET"} [] [2025-03-12T15:32:07.101373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:32:29.069263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=time","method":"GET"} [] [2025-03-12T15:32:29.138046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:32:49.326134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=twig","method":"GET"} [] [2025-03-12T15:32:49.392589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:33:23.045762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:33:23.116378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:33:23.163530+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:33:38.782509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=mailer","method":"GET"} [] [2025-03-12T15:33:38.886014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:34:27.114580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=db","method":"GET"} [] [2025-03-12T15:34:27.220554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:35:08.486783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=db","method":"GET"} [] [2025-03-12T15:35:08.567818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:35:47.366318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=events","method":"GET"} [] [2025-03-12T15:35:47.449907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:36:22.683876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=events","method":"GET"} [] [2025-03-12T15:36:23.056184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:37:21.827660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=time","method":"GET"} [] [2025-03-12T15:37:21.943136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:37:50.790069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=twig","method":"GET"} [] [2025-03-12T15:37:50.885919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:38:15.965155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=twig","method":"GET"} [] [2025-03-12T15:38:16.030382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:38:38.440983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=time","method":"GET"} [] [2025-03-12T15:38:38.548012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:38:58.492830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=time","method":"GET"} [] [2025-03-12T15:38:58.579867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:39:16.756385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=form","method":"GET"} [] [2025-03-12T15:39:16.843302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:39:33.222305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:39:33.299347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:39:33.345132+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:40:34.858839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=dump","method":"GET"} [] [2025-03-12T15:40:34.997266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:41:19.034011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=dump","method":"GET"} [] [2025-03-12T15:41:19.164120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:41:58.629073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=twig","method":"GET"} [] [2025-03-12T15:41:58.747457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:42:36.330609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=form","method":"GET"} [] [2025-03-12T15:42:36.475536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:43:11.015180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=form","method":"GET"} [] [2025-03-12T15:43:11.138225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:43:40.574584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=time","method":"GET"} [] [2025-03-12T15:43:40.656591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:44:07.621332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=dump","method":"GET"} [] [2025-03-12T15:44:07.703083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:44:32.420514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=cache","method":"GET"} [] [2025-03-12T15:44:32.504661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:44:53.120921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=events","method":"GET"} [] [2025-03-12T15:44:53.196188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:45:06.117522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=time","method":"GET"} [] [2025-03-12T15:45:06.142644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:45:12.727087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=events","method":"GET"} [] [2025-03-12T15:45:12.797969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:45:12.967651+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fdependency-injection%2FContainer.php&line=435","method":"GET"} [] [2025-03-12T15:45:29.657969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=cache","method":"GET"} [] [2025-03-12T15:45:29.740517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:45:44.347252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=cache","method":"GET"} [] [2025-03-12T15:45:44.369101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:46:04.328083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=cache","method":"GET"} [] [2025-03-12T15:46:04.403757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:46:11.426979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=cache","method":"GET"} [] [2025-03-12T15:46:11.458968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:46:23.936985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=config","method":"GET"} [] [2025-03-12T15:46:24.026388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:46:35.517752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=exception","method":"GET"} [] [2025-03-12T15:46:35.544064+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/exception.css","method":"GET"} [] [2025-03-12T15:46:35.550936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T15:46:35.569054+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/exception","method":"GET"} [] [2025-03-12T15:46:37.347544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=db","method":"GET"} [] [2025-03-12T15:46:37.377878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:46:45.704539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=translation","method":"GET"} [] [2025-03-12T15:46:45.816563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:46:46.312050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=router","method":"GET"} [] [2025-03-12T15:46:46.339155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:46:46.363793+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff/router","method":"GET"} [] [2025-03-12T15:46:54.112868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=logger","method":"GET"} [] [2025-03-12T15:46:54.161821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:46:54.917406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=validator","method":"GET"} [] [2025-03-12T15:46:54.941399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:47:03.825334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=security","method":"GET"} [] [2025-03-12T15:47:03.875110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:47:11.183696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=mailer","method":"GET"} [] [2025-03-12T15:47:11.232271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T15:47:17.981079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=request","method":"GET"} [] [2025-03-12T15:47:18.005134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T15:47:24.087598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=db","method":"GET"} [] [2025-03-12T15:47:24.131423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T15:47:29.399342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=events","method":"GET"} [] [2025-03-12T15:47:29.399350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=twig","method":"GET"} [] [2025-03-12T15:47:29.445361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:47:29.445491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T15:47:33.725699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1?panel=cache","method":"GET"} [] [2025-03-12T15:47:33.759729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:47:34.455395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=dump","method":"GET"} [] [2025-03-12T15:47:34.478091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T15:47:38.962250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=form","method":"GET"} [] [2025-03-12T15:47:39.086671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:47:46.987583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=twig","method":"GET"} [] [2025-03-12T15:47:47.098780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T15:47:50.687812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=cache","method":"GET"} [] [2025-03-12T15:47:50.715657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T15:47:54.036540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=router","method":"GET"} [] [2025-03-12T15:47:54.063304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:47:54.087778+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/router","method":"GET"} [] [2025-03-12T15:47:56.930855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=config","method":"GET"} [] [2025-03-12T15:47:56.957365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:47:59.425918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=router","method":"GET"} [] [2025-03-12T15:47:59.448631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:47:59.467672+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/router","method":"GET"} [] [2025-03-12T15:48:01.871001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:48:01.897176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:48:01.921808+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:48:03.161207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f14ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/f14ffc?panel=time","method":"GET"} [] [2025-03-12T15:48:03.282767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:48:04.547236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?panel=logger","method":"GET"} [] [2025-03-12T15:48:04.573237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:48:10.978795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=config","method":"GET"} [] [2025-03-12T15:48:11.001347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:48:17.200104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=config","method":"GET"} [] [2025-03-12T15:48:17.247394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:48:22.159882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?panel=logger","method":"GET"} [] [2025-03-12T15:48:22.226552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:48:26.681388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=router","method":"GET"} [] [2025-03-12T15:48:26.705774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:48:26.724620+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/router","method":"GET"} [] [2025-03-12T15:48:30.795469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=logger","method":"GET"} [] [2025-03-12T15:48:30.817597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:48:33.222721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6ba8"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6ba8?panel=time","method":"GET"} [] [2025-03-12T15:48:33.249434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:48:34.431590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=router","method":"GET"} [] [2025-03-12T15:48:34.453151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:48:34.474029+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/router","method":"GET"} [] [2025-03-12T15:48:38.059067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=config","method":"GET"} [] [2025-03-12T15:48:38.119913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:48:41.119587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=config","method":"GET"} [] [2025-03-12T15:48:41.142919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:48:43.877938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=logger","method":"GET"} [] [2025-03-12T15:48:43.903470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:48:46.232046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=translation","method":"GET"} [] [2025-03-12T15:48:46.256325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:48:48.718644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=translation","method":"GET"} [] [2025-03-12T15:48:48.744733+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T15:48:50.932503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=validator","method":"GET"} [] [2025-03-12T15:48:50.955084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:48:53.241486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=validator","method":"GET"} [] [2025-03-12T15:48:53.318182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T15:48:55.556760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?panel=security","method":"GET"} [] [2025-03-12T15:48:55.581147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:48:57.723980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?panel=security","method":"GET"} [] [2025-03-12T15:48:57.747487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:48:59.923203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=router","method":"GET"} [] [2025-03-12T15:48:59.950305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:48:59.968821+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/router","method":"GET"} [] [2025-03-12T15:49:01.432064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78baec"},"request_uri":"https://test.phila-ca.com/public/_profiler/78baec?panel=form","method":"GET"} [] [2025-03-12T15:49:01.459300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:49:02.241066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?panel=logger","method":"GET"} [] [2025-03-12T15:49:02.267361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:49:04.695289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=router","method":"GET"} [] [2025-03-12T15:49:04.727184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:49:04.747149+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/router","method":"GET"} [] [2025-03-12T15:49:06.968972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?panel=logger","method":"GET"} [] [2025-03-12T15:49:06.991298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T15:49:09.320196+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:09.384051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:11.452055+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:11.482497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:13.535984+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:13.566099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:15.735032+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:15.767978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:17.959830+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:17.989588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:20.318522+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:20.350793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:22.555774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:22.594923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:24.836135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:24.896867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:26.705238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1cbe"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c1cbe?panel=time","method":"GET"} [] [2025-03-12T15:49:26.729310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:49:27.073958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:27.107228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:29.277648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:29.302374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:31.531334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:31.555609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:33.784496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:33.807021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T15:49:36.022643+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:36.058346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:38.203658+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:38.232927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:40.540459+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:40.633762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10","method":"GET"} [] [2025-03-12T15:49:42.680794+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T15:49:42.734400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:49:44.867070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:49:44.896939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:49:44.933978+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:49:48.358182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffa01e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffa01e?panel=time","method":"GET"} [] [2025-03-12T15:49:48.378976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:49:48.622833+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b6316"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b6316/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7e95f7%2Fexception","method":"GET"} [] [2025-03-12T15:49:48.681411+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T15:49:59.030721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:49:59.094892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:49:59.132652+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:50:09.229904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"http://test.phila-ca.com/public/_profiler/e9dfe1?panel=form","method":"GET"} [] [2025-03-12T15:50:09.263723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:50:29.422783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:50:29.494149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:50:29.545810+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:50:44.730447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0a1bb"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0a1bb?panel=time","method":"GET"} [] [2025-03-12T15:50:44.807438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:51:00.312023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ec17ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/ec17ff?panel=time","method":"GET"} [] [2025-03-12T15:51:00.395925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:51:14.981456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4fc5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c4fc5c?panel=time","method":"GET"} [] [2025-03-12T15:51:15.012603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:51:28.861616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5bc2e?panel=form","method":"GET"} [] [2025-03-12T15:51:28.958638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:51:33.733558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:51:33.761949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:51:33.786575+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:51:40.913731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e9dfe1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e9dfe1?panel=form","method":"GET"} [] [2025-03-12T15:51:40.945379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:51:51.453733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87beaa"},"request_uri":"https://test.phila-ca.com/public/_profiler/87beaa?panel=time","method":"GET"} [] [2025-03-12T15:51:51.558624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:52:00.791368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=time","method":"GET"} [] [2025-03-12T15:52:00.815189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T15:52:10.081693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"daeb66"},"request_uri":"https://test.phila-ca.com/public/_profiler/daeb66?panel=form","method":"GET"} [] [2025-03-12T15:52:10.146160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:52:17.245781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be6a0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/be6a0c?panel=form","method":"GET"} [] [2025-03-12T15:52:17.266967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T15:52:35.295403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:52:35.369944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T15:52:35.423905+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T15:52:57.668285+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T15:53:00.507469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T15:53:12.071428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=router","method":"GET"} [] [2025-03-12T15:53:12.113723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T15:53:12.152168+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378/router","method":"GET"} [] [2025-03-12T15:53:19.679617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://test.phila-ca.com/public/_profiler/071378?panel=security","method":"GET"} [] [2025-03-12T15:53:19.740158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:53:21.940510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"680984"},"request_uri":"https://test.phila-ca.com/public/_profiler/680984?panel=security","method":"GET"} [] [2025-03-12T15:53:21.964361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:53:32.492338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616472"},"request_uri":"https://test.phila-ca.com/public/_profiler/616472?panel=security","method":"GET"} [] [2025-03-12T15:53:32.531898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T15:53:37.883478+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/exception.css","method":"GET"} [] [2025-03-12T15:54:40.472906+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/exception.css","method":"GET"} [] [2025-03-12T15:54:40.945405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=config","method":"GET"} [] [2025-03-12T15:54:41.012489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T15:55:37.596067+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/exception.css","method":"GET"} [] [2025-03-12T15:56:27.639659+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/exception.css","method":"GET"} [] [2025-03-12T15:57:14.392124+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:57:14.463340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:57:56.413983+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:57:56.536691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:58:33.826121+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:58:33.949418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:59:06.644025+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:59:06.759648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:59:35.509162+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T15:59:35.600250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:00:02.793384+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:00:02.885283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:00:27.727599+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:00:27.829332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:00:49.864614+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:00:49.986236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:01:10.175249+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:01:10.261678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:01:27.930049+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-12T16:01:44.501790+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-12T16:01:57.556567+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/exception.css","method":"GET"} [] [2025-03-12T16:02:10.888323+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T16:02:21.727752+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b68e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b68e7b/exception.css","method":"GET"} [] [2025-03-12T16:02:32.857681+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a1c80f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1c80f/exception.css","method":"GET"} [] [2025-03-12T16:02:42.040861+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/exception.css","method":"GET"} [] [2025-03-12T16:02:51.073286+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/exception.css","method":"GET"} [] [2025-03-12T16:02:58.616577+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/exception.css","method":"GET"} [] [2025-03-12T16:03:05.128519+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-12T16:03:11.985706+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/exception.css","method":"GET"} [] [2025-03-12T16:03:16.726413+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-12T16:03:21.951894+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T16:03:26.636496+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/exception.css","method":"GET"} [] [2025-03-12T16:03:30.801954+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2ff84"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2ff84/exception.css","method":"GET"} [] [2025-03-12T16:03:34.133850+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/exception.css","method":"GET"} [] [2025-03-12T16:03:37.297169+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:37.343553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:43.263176+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:43.309463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:45.719252+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:45.771750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:48.227950+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:48.286197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:50.437304+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"680984"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/680984/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:50.466684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:52.711446+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d2fa8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/4d2fa8/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:52.818989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:55.038199+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:55.076513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:57.236555+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"138539"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/138539/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:03:57.264484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:01.159185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:01.215996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:03.578757+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:03.728685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:05.898479+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"471dad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/471dad/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:05.932659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:08.128449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:08.167216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:10.345809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:10.387402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:12.569042+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73a8d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e73a8d/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:12.598994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:14.810450+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82d71e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/82d71e/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:14.840890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:18.664071+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b3c32"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1b3c32/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:18.734241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:20.928127+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50d98a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/50d98a/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:20.959586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:04:23.168388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=exception","method":"GET"} [] [2025-03-12T16:04:23.207965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:04:25.426485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=translation","method":"GET"} [] [2025-03-12T16:04:25.446455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:04:27.645891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=mailer","method":"GET"} [] [2025-03-12T16:04:27.665047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T16:04:29.995441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=exception","method":"GET"} [] [2025-03-12T16:04:30.019134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:04:32.375705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=translation","method":"GET"} [] [2025-03-12T16:04:32.395798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:04:34.976578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=mailer","method":"GET"} [] [2025-03-12T16:04:35.020799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T16:04:38.424458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=db","method":"GET"} [] [2025-03-12T16:04:38.477378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:04:40.795926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=request","method":"GET"} [] [2025-03-12T16:04:40.816114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T16:04:45.297497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=twig","method":"GET"} [] [2025-03-12T16:04:45.317573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T16:04:47.515893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=time","method":"GET"} [] [2025-03-12T16:04:47.536244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:04:50.174349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=time","method":"GET"} [] [2025-03-12T16:04:50.252077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:04:52.486303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=form","method":"GET"} [] [2025-03-12T16:04:52.506019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:04:54.722144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=dump","method":"GET"} [] [2025-03-12T16:04:54.775784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:04:58.209034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=form","method":"GET"} [] [2025-03-12T16:04:58.232096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:05:01.631446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=validator","method":"GET"} [] [2025-03-12T16:05:01.651296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:05:03.855606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=cache","method":"GET"} [] [2025-03-12T16:05:03.874786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:05:06.361822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=cache","method":"GET"} [] [2025-03-12T16:05:06.406298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:05:08.627376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=events","method":"GET"} [] [2025-03-12T16:05:08.646901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:05:10.864024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=events","method":"GET"} [] [2025-03-12T16:05:10.905456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:05:13.146639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=config","method":"GET"} [] [2025-03-12T16:05:13.166348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:05:15.401355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=router","method":"GET"} [] [2025-03-12T16:05:15.419900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:05:15.437670+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33/router","method":"GET"} [] [2025-03-12T16:05:17.850333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=router","method":"GET"} [] [2025-03-12T16:05:17.870540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:05:17.888394+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33/router","method":"GET"} [] [2025-03-12T16:05:20.102302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=config","method":"GET"} [] [2025-03-12T16:05:20.122043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:05:22.590707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=logger","method":"GET"} [] [2025-03-12T16:05:22.652426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T16:05:24.891522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=logger","method":"GET"} [] [2025-03-12T16:05:24.911765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T16:05:27.118070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33?panel=security","method":"GET"} [] [2025-03-12T16:05:27.158291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:05:29.380846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?panel=security","method":"GET"} [] [2025-03-12T16:05:29.401388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:05:31.561935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/623d33?group=1&panel=db","method":"GET"} [] [2025-03-12T16:05:31.589323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T16:05:34.924846+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:05:34.949835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:05:37.155125+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"67da32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/67da32/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:05:37.190243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:05:39.822099+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22b23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22b23/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:05:39.879832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2FAllPodcast%2F","method":"GET"} [] [2025-03-12T16:05:42.038308+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:42.074021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:45.615352+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:45.658595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:47.977263+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:48.007111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:51.341887+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F82d71e%2Fexception","method":"GET"} [] [2025-03-12T16:05:51.399199+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:05:53.556315+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:53.593281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:05:57.280579+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T16:05:57.358746+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:06:00.058218+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:06:00.101738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:06:09.194524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33","method":"GET"} [] [2025-03-12T16:06:09.234322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:06:33.639106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7","method":"GET"} [] [2025-03-12T16:06:33.763198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:06:47.486490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a","method":"GET"} [] [2025-03-12T16:06:47.507845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:06:54.488877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131","method":"GET"} [] [2025-03-12T16:06:54.597854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:07:00.217447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8","method":"GET"} [] [2025-03-12T16:07:00.252242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:07:05.518671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e","method":"GET"} [] [2025-03-12T16:07:05.572708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:07:10.864533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1","method":"GET"} [] [2025-03-12T16:07:10.931974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T16:07:15.233652+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:07:15.261205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:07:19.066369+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:07:19.085436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:07:22.783271+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"623d33"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/623d33/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:07:22.821569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:07:28.977751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=exception","method":"GET"} [] [2025-03-12T16:07:29.040131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:07:31.745259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=exception","method":"GET"} [] [2025-03-12T16:07:31.766234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:07:34.338578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=exception","method":"GET"} [] [2025-03-12T16:07:34.362258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:07:36.797679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=exception","method":"GET"} [] [2025-03-12T16:07:36.817958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:07:39.005452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=exception","method":"GET"} [] [2025-03-12T16:07:39.025524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T16:07:42.906434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=translation","method":"GET"} [] [2025-03-12T16:07:42.926558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:07:45.367234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=translation","method":"GET"} [] [2025-03-12T16:07:45.431957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:07:47.689804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=translation","method":"GET"} [] [2025-03-12T16:07:47.710502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:07:49.902401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=translation","method":"GET"} [] [2025-03-12T16:07:49.924560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:07:52.146055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=translation","method":"GET"} [] [2025-03-12T16:07:52.173137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:07:54.327360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=translation","method":"GET"} [] [2025-03-12T16:07:54.348392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T16:07:56.571610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=request","method":"GET"} [] [2025-03-12T16:07:56.592906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T16:07:58.820341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=mailer","method":"GET"} [] [2025-03-12T16:07:58.840079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T16:08:01.334885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=events","method":"GET"} [] [2025-03-12T16:08:01.421236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:08:03.656125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=twig","method":"GET"} [] [2025-03-12T16:08:03.678560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T16:08:05.836457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=dump","method":"GET"} [] [2025-03-12T16:08:05.857477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:08:08.147160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=validator","method":"GET"} [] [2025-03-12T16:08:08.176033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:08:10.394450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=validator","method":"GET"} [] [2025-03-12T16:08:10.415167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:08:12.625247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=validator","method":"GET"} [] [2025-03-12T16:08:12.645469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:08:14.765352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=validator","method":"GET"} [] [2025-03-12T16:08:14.786138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:08:17.177999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=validator","method":"GET"} [] [2025-03-12T16:08:17.242471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:08:19.425864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=validator","method":"GET"} [] [2025-03-12T16:08:19.446247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T16:08:21.635469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=form","method":"GET"} [] [2025-03-12T16:08:21.658602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:08:23.867206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=db","method":"GET"} [] [2025-03-12T16:08:23.888407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:08:26.110689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=cache","method":"GET"} [] [2025-03-12T16:08:26.130320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:08:28.265501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=time","method":"GET"} [] [2025-03-12T16:08:28.285359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:08:30.514195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=security","method":"GET"} [] [2025-03-12T16:08:30.534130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:08:33.158451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=security","method":"GET"} [] [2025-03-12T16:08:33.224411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:08:35.462141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=security","method":"GET"} [] [2025-03-12T16:08:35.484870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:08:37.698489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=security","method":"GET"} [] [2025-03-12T16:08:37.719844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:08:39.917182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=security","method":"GET"} [] [2025-03-12T16:08:39.938553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:08:42.136842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=security","method":"GET"} [] [2025-03-12T16:08:42.157732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T16:08:45.560858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=router","method":"GET"} [] [2025-03-12T16:08:45.581279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:08:45.599149+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7/router","method":"GET"} [] [2025-03-12T16:08:48.101118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?panel=config","method":"GET"} [] [2025-03-12T16:08:48.124116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:08:50.374481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7?group=1&panel=db","method":"GET"} [] [2025-03-12T16:08:50.442105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T16:08:52.706202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=mailer","method":"GET"} [] [2025-03-12T16:08:52.726289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T16:08:54.967106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=mailer","method":"GET"} [] [2025-03-12T16:08:54.993204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T16:08:58.314522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=mailer","method":"GET"} [] [2025-03-12T16:08:58.347205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T16:09:00.547518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=request","method":"GET"} [] [2025-03-12T16:09:00.570878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T16:09:04.239125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=request","method":"GET"} [] [2025-03-12T16:09:04.264314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T16:09:06.548823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=request","method":"GET"} [] [2025-03-12T16:09:06.614626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T16:09:08.872182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=request","method":"GET"} [] [2025-03-12T16:09:08.900856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T16:09:11.110188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=db","method":"GET"} [] [2025-03-12T16:09:11.131214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:09:14.545657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=db","method":"GET"} [] [2025-03-12T16:09:14.569790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:09:18.878724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=db","method":"GET"} [] [2025-03-12T16:09:18.899994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:09:21.602242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=events","method":"GET"} [] [2025-03-12T16:09:21.718158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:09:23.886773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=events","method":"GET"} [] [2025-03-12T16:09:23.906126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:09:27.246699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=events","method":"GET"} [] [2025-03-12T16:09:27.267320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:09:29.502623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=events","method":"GET"} [] [2025-03-12T16:09:29.522934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T16:09:31.751934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=form","method":"GET"} [] [2025-03-12T16:09:31.778648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:09:33.996826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=time","method":"GET"} [] [2025-03-12T16:09:34.017577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:09:36.604661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=form","method":"GET"} [] [2025-03-12T16:09:36.629015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:09:38.849482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=form","method":"GET"} [] [2025-03-12T16:09:38.911644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:09:41.107995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=dump","method":"GET"} [] [2025-03-12T16:09:41.129506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:09:43.379195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=time","method":"GET"} [] [2025-03-12T16:09:43.399605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:09:45.622597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=dump","method":"GET"} [] [2025-03-12T16:09:45.644838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:09:47.868690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=dump","method":"GET"} [] [2025-03-12T16:09:47.889307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:09:51.338473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=form","method":"GET"} [] [2025-03-12T16:09:51.362443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:09:53.760114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=dump","method":"GET"} [] [2025-03-12T16:09:53.783930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:09:55.987207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=form","method":"GET"} [] [2025-03-12T16:09:56.078657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T16:09:58.223582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=twig","method":"GET"} [] [2025-03-12T16:09:58.249317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T16:10:00.388410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=dump","method":"GET"} [] [2025-03-12T16:10:00.415831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T16:10:02.617889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=time","method":"GET"} [] [2025-03-12T16:10:02.638306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:10:04.707980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=twig","method":"GET"} [] [2025-03-12T16:10:04.727937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T16:10:06.910321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=twig","method":"GET"} [] [2025-03-12T16:10:06.930496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T16:10:09.256257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=twig","method":"GET"} [] [2025-03-12T16:10:09.281983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T16:10:12.637234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=time","method":"GET"} [] [2025-03-12T16:10:12.702533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T16:10:14.950665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=cache","method":"GET"} [] [2025-03-12T16:10:14.970117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:10:17.181827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=cache","method":"GET"} [] [2025-03-12T16:10:17.208691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:10:19.405450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=cache","method":"GET"} [] [2025-03-12T16:10:19.424415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:10:21.655879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=cache","method":"GET"} [] [2025-03-12T16:10:21.678710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:10:23.992351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=cache","method":"GET"} [] [2025-03-12T16:10:24.013198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T16:10:27.513679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=logger","method":"GET"} [] [2025-03-12T16:10:27.538574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T16:10:29.715246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=router","method":"GET"} [] [2025-03-12T16:10:29.776134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:10:29.820881+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a/router","method":"GET"} [] [2025-03-12T16:10:32.109627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=config","method":"GET"} [] [2025-03-12T16:10:32.129359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:10:34.356682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=router","method":"GET"} [] [2025-03-12T16:10:34.380722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:10:34.398863+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1/router","method":"GET"} [] [2025-03-12T16:10:36.605938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=logger","method":"GET"} [] [2025-03-12T16:10:36.627016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T16:10:38.779424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=config","method":"GET"} [] [2025-03-12T16:10:38.799490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:10:41.088514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8?panel=router","method":"GET"} [] [2025-03-12T16:10:41.107858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:10:41.125989+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8/router","method":"GET"} [] [2025-03-12T16:10:44.829447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=config","method":"GET"} [] [2025-03-12T16:10:44.938669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:10:47.229180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=logger","method":"GET"} [] [2025-03-12T16:10:47.250110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T16:10:49.425525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?panel=config","method":"GET"} [] [2025-03-12T16:10:49.445423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T16:10:51.659765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131?panel=router","method":"GET"} [] [2025-03-12T16:10:51.680625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:10:51.699583+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131/router","method":"GET"} [] [2025-03-12T16:10:54.007045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=logger","method":"GET"} [] [2025-03-12T16:10:54.028214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T16:10:56.374024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?panel=router","method":"GET"} [] [2025-03-12T16:10:56.398998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T16:10:56.420880+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e/router","method":"GET"} [] [2025-03-12T16:10:58.646516+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"699f01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/699f01/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:10:58.679305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:00.961504+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:01.015731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:04.373140+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:04.395881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:06.475601+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:06.495013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:08.689735+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"30acb5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/30acb5/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:08.727983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:10.927089+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad7c54"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ad7c54/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:10.965316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T16:11:13.225405+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:13.245515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:15.446383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f0727e?group=1&panel=db","method":"GET"} [] [2025-03-12T16:11:15.473269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T16:11:17.795677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?group=1&panel=db","method":"GET"} [] [2025-03-12T16:11:17.854158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T16:11:20.069307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a?group=1&panel=db","method":"GET"} [] [2025-03-12T16:11:20.092247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T16:11:22.306048+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e88ff7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e88ff7/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:22.327214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:24.456992+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c1808a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c1808a/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:24.477816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:26.657699+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2da131"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2da131/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:26.680406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:28.993745+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"699f01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/699f01/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:29.014473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:31.160448+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"30acb5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/30acb5/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:31.180773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:33.615652+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad7c54"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ad7c54/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:33.683840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:35.945719+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f63b8"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f63b8/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:35.965902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T16:11:39.457875+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T16:11:39.517565+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:11:41.692259+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ae631"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2ae631/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe4a133%2Fexception","method":"GET"} [] [2025-03-12T16:11:41.753847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:11:55.514870+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T16:11:55.617715+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:12:06.003542+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F81e7fe%2Fexception","method":"GET"} [] [2025-03-12T16:12:06.074241+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:12:37.982349+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F82d71e%2Fexception","method":"GET"} [] [2025-03-12T16:12:38.070850+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:13:39.491240+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T16:13:39.596711+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:14:42.400547+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F890476%2Fexception","method":"GET"} [] [2025-03-12T16:14:42.493801+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:15:43.687310+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T16:15:43.806409+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:16:49.056962+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T16:16:49.158781+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:17:54.519924+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T16:17:54.618282+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:18:59.186014+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T16:18:59.292629+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:19:59.867352+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T16:19:59.981906+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:21:03.796868+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F29554c%2Fexception","method":"GET"} [] [2025-03-12T16:21:03.892528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:22:08.435626+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F890476%2Fexception","method":"GET"} [] [2025-03-12T16:22:08.524362+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:23:14.086214+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F81e7fe%2Fexception","method":"GET"} [] [2025-03-12T16:23:14.199206+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:24:16.995767+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F29554c%2Fexception","method":"GET"} [] [2025-03-12T16:24:17.087158+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:25:17.831818+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:25:17.912488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:26:21.840136+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:26:21.925120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:27:19.439946+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:27:19.641554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:28:10.913455+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:28:11.025267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:28:56.640119+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:28:56.777928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:29:40.007882+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"627d49"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/627d49/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:29:40.373091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:30:18.154170+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e4a133/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:30:18.259315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:30:50.895304+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/889f77/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:30:50.968671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:31:21.593814+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T16:31:21.684140+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:31:47.911978+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14085c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14085c/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T16:31:48.187924+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:32:50.841952+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:32:50.926862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:33:53.283394+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:33:53.371950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:34:51.084418+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1c80f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a1c80f/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:34:51.162625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:35:43.258358+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:35:43.395217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:36:29.602196+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:36:29.677394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:37:11.573150+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b811a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8b811a/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:37:11.665392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:38:21.081964+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7861ea"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7861ea/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:38:21.162112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:38:54.840809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7861ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7861ea/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:38:54.953422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:39:23.904120+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fd1f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fd1f5/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:39:24.079392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:39:52.243848+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04ee6e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04ee6e/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:39:52.357529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:40:16.128578+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"071378"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/071378/search/results?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:40:16.229923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T16:40:37.059445+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f7f44"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9f7f44/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F760f1b%2Fexception","method":"GET"} [] [2025-03-12T16:40:37.218915+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:41:58.771960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F81e7fe%2Fexception","method":"GET"} [] [2025-03-12T16:41:58.861971+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:44:01.268573+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe7e52a%2Fexception","method":"GET"} [] [2025-03-12T16:44:01.392985+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:45:05.735250+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14085c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14085c/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ffb6711%2Fexception","method":"GET"} [] [2025-03-12T16:45:06.008452+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:46:09.715661+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F29554c%2Fexception","method":"GET"} [] [2025-03-12T16:46:09.812080+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:47:10.506556+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T16:47:10.597835+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:49:16.952994+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F82d71e%2Fexception","method":"GET"} [] [2025-03-12T16:49:17.055013+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:50:21.495597+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04fc9e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/04fc9e/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2ff84%2Fexception","method":"GET"} [] [2025-03-12T16:50:21.588563+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:51:24.040078+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84723b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/84723b/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc34cf1%2Fexception","method":"GET"} [] [2025-03-12T16:51:24.171519+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:52:25.069726+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4716a"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c4716a/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F50d98a%2Fexception","method":"GET"} [] [2025-03-12T16:52:25.183177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:53:30.794488+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ac10"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29ac10/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F67da32%2Fexception","method":"GET"} [] [2025-03-12T16:53:30.936305+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:54:32.941490+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3cfc61"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3cfc61/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F4d2fa8%2Fexception","method":"GET"} [] [2025-03-12T16:54:33.047448+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:55:37.495773+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04fc9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/04fc9e/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2ff84%2Fexception","method":"GET"} [] [2025-03-12T16:55:37.630251+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:56:38.805205+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4716a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4716a/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F50d98a%2Fexception","method":"GET"} [] [2025-03-12T16:56:38.905345+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:57:42.542182+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b77709"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b77709/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb68e7b%2Fexception","method":"GET"} [] [2025-03-12T16:57:42.740087+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:58:46.997045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7da4f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/7da4f1?panel=db","method":"GET"} [] [2025-03-12T16:58:47.180191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:58:47.293933+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d43bc"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8d43bc/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe7e52a%2Fexception","method":"GET"} [] [2025-03-12T16:58:47.430810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a580fa"},"request_uri":"https://test.phila-ca.com/public/_profiler/a580fa?panel=db","method":"GET"} [] [2025-03-12T16:58:47.459188+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T16:58:47.645626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T16:59:36.388404+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"994864"},"request_uri":"http://test.phila-ca.com/public/_profiler/994864/search/results?limit=10","method":"GET"} [] [2025-03-12T16:59:36.496439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-12T16:59:52.529943+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F890476%2Fexception","method":"GET"} [] [2025-03-12T16:59:52.625853+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:00:19.330575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:00:53.472081+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3cfc61"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3cfc61/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F4d2fa8%2Fexception","method":"GET"} [] [2025-03-12T17:00:53.569592+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:00:58.037558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:01:54.404709+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a2f8c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8a2f8c/search/results?ip=20.171.207.122&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F82d71e%2Fexception","method":"GET"} [] [2025-03-12T17:01:54.491406+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:02:54.745274+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073f1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6073f1/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F29554c%2Fexception","method":"GET"} [] [2025-03-12T17:02:54.838376+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:03:56.313430+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T17:03:56.398891+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:04:25.472675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:04:58.892367+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f935ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f935ae/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F81e7fe%2Fexception","method":"GET"} [] [2025-03-12T17:04:58.982521+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:05:31.626943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:06:02.395024+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2b2252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2b2252/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception","method":"GET"} [] [2025-03-12T17:06:02.557414+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:06:34.703881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6?panel=translation","method":"GET"} [] [2025-03-12T17:06:34.788529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:07:05.236378+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93267f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/93267f/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T17:07:05.340528+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:07:39.187749+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:07:39.247841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:08:09.721688+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b5c1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9b5c1c/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F890476%2Fexception","method":"GET"} [] [2025-03-12T17:08:09.808833+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:08:35.993783+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:08:36.057732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:09:14.949341+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"036956"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/036956/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F471dad%2Fexception","method":"GET"} [] [2025-03-12T17:09:15.083351+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:09:25.854564+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:09:25.893719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:10:15.706079+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ae631"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ae631/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe4a133%2Fexception","method":"GET"} [] [2025-03-12T17:10:15.792672+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:11:19.382679+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"363d1c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/363d1c/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F768a24%2Fexception","method":"GET"} [] [2025-03-12T17:11:19.492287+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:12:14.086812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1","method":"GET"} [] [2025-03-12T17:12:14.176036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:12:22.945246+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T17:12:23.020129+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:12:48.950878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131","method":"GET"} [] [2025-03-12T17:12:49.153681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:13:20.193061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a","method":"GET"} [] [2025-03-12T17:13:20.295225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:13:46.628278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e","method":"GET"} [] [2025-03-12T17:13:46.696899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:14:11.940766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:14:12.085057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:14:29.838809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:14:29.946653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:14:34.554151+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:14:34.582261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:14:55.419824+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"703889"},"request_uri":"http://test.phila-ca.com/public/_profiler/703889/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:14:55.499336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:15:13.566283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d","method":"GET"} [] [2025-03-12T17:15:13.656299+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d/exception.css","method":"GET"} [] [2025-03-12T17:15:13.668851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:15:13.719758+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d/exception","method":"GET"} [] [2025-03-12T17:15:29.859889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7","method":"GET"} [] [2025-03-12T17:15:29.930968+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7/exception.css","method":"GET"} [] [2025-03-12T17:15:29.942634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:15:29.993398+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7/exception","method":"GET"} [] [2025-03-12T17:15:33.335653+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:15:33.365022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:15:43.313830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427","method":"GET"} [] [2025-03-12T17:15:43.367087+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427/exception.css","method":"GET"} [] [2025-03-12T17:15:43.370082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:15:43.387987+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427/exception","method":"GET"} [] [2025-03-12T17:15:57.086276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0","method":"GET"} [] [2025-03-12T17:15:57.148848+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0/exception.css","method":"GET"} [] [2025-03-12T17:15:57.159398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:15:57.201812+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0/exception","method":"GET"} [] [2025-03-12T17:16:08.231314+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T17:16:08.252821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T17:16:19.188497+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T17:16:19.272062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T17:16:28.153942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=events","method":"GET"} [] [2025-03-12T17:16:28.182071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:16:30.430958+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:16:30.459791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:16:36.922945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1?panel=events","method":"GET"} [] [2025-03-12T17:16:36.980389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:17:06.193810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=events","method":"GET"} [] [2025-03-12T17:17:06.263657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:17:12.456315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=events","method":"GET"} [] [2025-03-12T17:17:12.481342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:17:18.364260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=events","method":"GET"} [] [2025-03-12T17:17:18.389956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:17:20.594812+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:17:20.639970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:17:23.960727+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=70","method":"GET"} [] [2025-03-12T17:17:28.561040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?panel=security","method":"GET"} [] [2025-03-12T17:17:28.598278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:33.050608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=security","method":"GET"} [] [2025-03-12T17:17:33.078474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:36.940586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=security","method":"GET"} [] [2025-03-12T17:17:36.965646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:40.708956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=security","method":"GET"} [] [2025-03-12T17:17:40.768231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:43.750940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a?panel=security","method":"GET"} [] [2025-03-12T17:17:43.792315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:46.589868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d?panel=security","method":"GET"} [] [2025-03-12T17:17:46.612505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:49.120292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=security","method":"GET"} [] [2025-03-12T17:17:49.143677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:51.513394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1?panel=security","method":"GET"} [] [2025-03-12T17:17:51.533965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:17:53.723402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54","method":"GET"} [] [2025-03-12T17:17:53.744344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:17:56.287561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b","method":"GET"} [] [2025-03-12T17:17:56.355564+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b/exception.css","method":"GET"} [] [2025-03-12T17:17:56.362908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:17:56.381450+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b/exception","method":"GET"} [] [2025-03-12T17:17:58.614239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7","method":"GET"} [] [2025-03-12T17:17:58.636119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:18:00.873601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5","method":"GET"} [] [2025-03-12T17:18:00.911069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:18:03.183016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38","method":"GET"} [] [2025-03-12T17:18:03.203712+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38/exception.css","method":"GET"} [] [2025-03-12T17:18:03.206581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:18:03.224741+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38/exception","method":"GET"} [] [2025-03-12T17:18:07.465603+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:18:07.490972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:18:09.910590+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:09.931176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:12.340614+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:12.390287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:14.590906+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:14.609692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:16.822628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54?panel=form","method":"GET"} [] [2025-03-12T17:18:16.857627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:18:19.083839+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b/exception.css","method":"GET"} [] [2025-03-12T17:18:21.185749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=db","method":"GET"} [] [2025-03-12T17:18:21.208169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:18:24.563654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=twig","method":"GET"} [] [2025-03-12T17:18:24.583431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:18:26.769689+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38/exception.css","method":"GET"} [] [2025-03-12T17:18:29.166425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b?panel=twig","method":"GET"} [] [2025-03-12T17:18:29.217187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:18:32.582962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:32.619558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:18:35.978189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54?panel=dump","method":"GET"} [] [2025-03-12T17:18:35.998390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:18:38.202582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54?panel=twig","method":"GET"} [] [2025-03-12T17:18:38.222608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:18:40.319615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b?panel=form","method":"GET"} [] [2025-03-12T17:18:40.340988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:18:43.651385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5?panel=form","method":"GET"} [] [2025-03-12T17:18:43.672936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:18:46.134241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=dump","method":"GET"} [] [2025-03-12T17:18:46.181766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:18:47.227171+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:18:47.257193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:18:48.291599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38?panel=twig","method":"GET"} [] [2025-03-12T17:18:48.331113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:18:50.584809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b?panel=dump","method":"GET"} [] [2025-03-12T17:18:50.605899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:18:53.821908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07?panel=dump","method":"GET"} [] [2025-03-12T17:18:53.842248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:18:55.941528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07?panel=time","method":"GET"} [] [2025-03-12T17:18:55.962341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:18:58.110884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38?panel=form","method":"GET"} [] [2025-03-12T17:18:58.133764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:19:00.341340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38?panel=dump","method":"GET"} [] [2025-03-12T17:19:00.364270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:19:02.884746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54?panel=time","method":"GET"} [] [2025-03-12T17:19:02.961141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:19:05.143197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07?panel=twig","method":"GET"} [] [2025-03-12T17:19:05.208709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:19:07.439347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5?panel=dump","method":"GET"} [] [2025-03-12T17:19:07.459582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:19:09.661082+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b/exception","method":"GET"} [] [2025-03-12T17:19:11.879195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=security","method":"GET"} [] [2025-03-12T17:19:11.905598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:19:14.083784+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38/exception","method":"GET"} [] [2025-03-12T17:19:16.309936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54?panel=security","method":"GET"} [] [2025-03-12T17:19:16.331574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:19:18.666419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b?panel=security","method":"GET"} [] [2025-03-12T17:19:18.716712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:19:20.920855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07?panel=security","method":"GET"} [] [2025-03-12T17:19:20.958213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:19:23.239185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38?panel=security","method":"GET"} [] [2025-03-12T17:19:23.261762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:19:24.743028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:19:24.769353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:19:25.429671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5?panel=security","method":"GET"} [] [2025-03-12T17:19:25.450556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:19:27.654326+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:27.678251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:29.876484+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:29.897753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:32.080532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1?panel=mailer","method":"GET"} [] [2025-03-12T17:19:32.100925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:19:34.582450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a?panel=mailer","method":"GET"} [] [2025-03-12T17:19:34.630876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:19:36.841161+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"703889"},"request_uri":"http://test.phila-ca.com/public/_profiler/703889/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:36.880367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:39.092169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d?panel=mailer","method":"GET"} [] [2025-03-12T17:19:39.121252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:19:41.342121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=mailer","method":"GET"} [] [2025-03-12T17:19:41.365388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:19:43.570574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=mailer","method":"GET"} [] [2025-03-12T17:19:43.600559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:19:46.863893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=cache","method":"GET"} [] [2025-03-12T17:19:46.885776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:19:50.413175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293","method":"GET"} [] [2025-03-12T17:19:50.501147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:19:52.661888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07","method":"GET"} [] [2025-03-12T17:19:52.691027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:19:54.912207+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:54.932984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:57.120254+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:57.139167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T17:19:57.751269+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bca109"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bca109/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:19:57.789656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:19:59.339756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=exception","method":"GET"} [] [2025-03-12T17:19:59.365202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:20:01.563924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?limit=10","method":"GET"} [] [2025-03-12T17:20:01.586177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-12T17:20:03.771871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b?panel=db","method":"GET"} [] [2025-03-12T17:20:03.805947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:20:07.424892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=request","method":"GET"} [] [2025-03-12T17:20:07.477169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:20:09.662819+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T17:20:09.725152+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:20:12.043055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=events","method":"GET"} [] [2025-03-12T17:20:12.070221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:20:15.493573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=security","method":"GET"} [] [2025-03-12T17:20:15.519695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:20:18.531087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=mailer","method":"GET"} [] [2025-03-12T17:20:18.550654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:20:21.161529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://test.phila-ca.com/public/_profiler/cb5a07?panel=request","method":"GET"} [] [2025-03-12T17:20:21.192790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:20:26.271569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=request","method":"GET"} [] [2025-03-12T17:20:26.327196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:20:27.996607+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:20:28.051156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:20:28.493223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=router","method":"GET"} [] [2025-03-12T17:20:28.513726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:20:28.532615+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd/router","method":"GET"} [] [2025-03-12T17:20:30.896401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=config","method":"GET"} [] [2025-03-12T17:20:30.927022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:20:33.120684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=logger","method":"GET"} [] [2025-03-12T17:20:33.140835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:20:35.421334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=cache","method":"GET"} [] [2025-03-12T17:20:35.440542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:20:37.592667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=translation","method":"GET"} [] [2025-03-12T17:20:37.612476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:20:39.811803+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F0cfd38%2Fexception","method":"GET"} [] [2025-03-12T17:20:39.867090+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:20:42.438690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=twig","method":"GET"} [] [2025-03-12T17:20:42.497536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:20:45.675598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://test.phila-ca.com/public/_profiler/b2efcd?panel=time","method":"GET"} [] [2025-03-12T17:20:45.704552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:20:48.999175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54?panel=request","method":"GET"} [] [2025-03-12T17:20:49.034027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:20:51.979708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"93db3b"},"request_uri":"http://test.phila-ca.com/public/_profiler/93db3b?panel=request","method":"GET"} [] [2025-03-12T17:20:52.010213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:20:54.568557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30acb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/30acb5?panel=request","method":"GET"} [] [2025-03-12T17:20:54.588961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:20:55.617817+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:20:55.650928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:20:57.026295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cfd38"},"request_uri":"http://test.phila-ca.com/public/_profiler/0cfd38?panel=request","method":"GET"} [] [2025-03-12T17:20:57.048643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:21:01.423363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=form","method":"GET"} [] [2025-03-12T17:21:01.489362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:21:03.748434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=dump","method":"GET"} [] [2025-03-12T17:21:03.772554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:05.997861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=time","method":"GET"} [] [2025-03-12T17:21:06.026459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:21:08.308534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=form","method":"GET"} [] [2025-03-12T17:21:08.330365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:21:13.013320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d?panel=time","method":"GET"} [] [2025-03-12T17:21:13.036937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:21:15.284726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d?panel=form","method":"GET"} [] [2025-03-12T17:21:15.317154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:21:17.834515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=dump","method":"GET"} [] [2025-03-12T17:21:17.890606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:19.825623+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a681ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a681ee/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:21:19.852255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:21:20.116466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=twig","method":"GET"} [] [2025-03-12T17:21:20.139647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:21:22.346032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=dump","method":"GET"} [] [2025-03-12T17:21:22.377826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:24.552439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=form","method":"GET"} [] [2025-03-12T17:21:24.581872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:21:26.746995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?panel=form","method":"GET"} [] [2025-03-12T17:21:26.769956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:21:28.996736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=time","method":"GET"} [] [2025-03-12T17:21:29.031247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:21:31.189251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a?panel=time","method":"GET"} [] [2025-03-12T17:21:31.209895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:21:33.667298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=time","method":"GET"} [] [2025-03-12T17:21:33.770236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:21:36.006059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?panel=twig","method":"GET"} [] [2025-03-12T17:21:36.025127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:21:39.357781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=dump","method":"GET"} [] [2025-03-12T17:21:39.391098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:41.626151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=twig","method":"GET"} [] [2025-03-12T17:21:41.645772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:21:43.825612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=twig","method":"GET"} [] [2025-03-12T17:21:43.849394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:21:46.089501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a?panel=form","method":"GET"} [] [2025-03-12T17:21:46.114407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:21:48.350126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1?panel=dump","method":"GET"} [] [2025-03-12T17:21:48.372512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:52.027559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?panel=dump","method":"GET"} [] [2025-03-12T17:21:52.083417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:54.315314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1?panel=time","method":"GET"} [] [2025-03-12T17:21:54.335869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:21:56.477735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=dump","method":"GET"} [] [2025-03-12T17:21:56.510821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:21:58.715295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=twig","method":"GET"} [] [2025-03-12T17:21:58.735403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:22:00.162639+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:22:00.190306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:22:00.938699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?panel=time","method":"GET"} [] [2025-03-12T17:22:00.959043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:22:03.166646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=time","method":"GET"} [] [2025-03-12T17:22:03.188353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:22:05.373331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d?panel=twig","method":"GET"} [] [2025-03-12T17:22:05.395492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:22:07.817691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=time","method":"GET"} [] [2025-03-12T17:22:07.877738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:22:10.074343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=form","method":"GET"} [] [2025-03-12T17:22:10.094325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:22:12.305039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=form","method":"GET"} [] [2025-03-12T17:22:12.334762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:22:14.531958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:22:17.086394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:22:19.652494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19","method":"GET"} [] [2025-03-12T17:22:19.675214+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T17:22:19.681495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:22:19.700552+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T17:22:20.404371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:22:26.379151+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:26.443924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:29.571221+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:29.601866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:32.716200+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"63c36c"},"request_uri":"https://test.phila-ca.com/public/_profiler/63c36c/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:32.745426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:35.446665+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:35.494016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:36.968521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e","method":"GET"} [] [2025-03-12T17:22:37.003100+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/exception.css","method":"GET"} [] [2025-03-12T17:22:37.010722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:22:37.083648+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/exception","method":"GET"} [] [2025-03-12T17:22:40.301566+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:40.361214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:44.812133+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:44.878019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:47.050147+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21462e"},"request_uri":"https://test.phila-ca.com/public/_profiler/21462e/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:47.108008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:49.301920+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:49.335491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:51.514979+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6928a0"},"request_uri":"https://test.phila-ca.com/public/_profiler/6928a0/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:51.548131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:53.251437+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:22:53.275780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:22:53.712238+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:53.739134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:55.985080+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:56.013017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:58.152352+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1640d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/1640d3/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:22:58.191367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Fleft-content.html","method":"GET"} [] [2025-03-12T17:23:08.443463+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:08.524001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:21.272055+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:21.296886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:33.572789+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:33.644730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:44.100646+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:44.124937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:48.862610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=logger","method":"GET"} [] [2025-03-12T17:23:48.930938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:23:53.164599+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:53.191678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:23:54.670490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e?panel=config","method":"GET"} [] [2025-03-12T17:23:54.703563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:23:59.984215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=router","method":"GET"} [] [2025-03-12T17:24:00.007195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:24:00.028737+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77/router","method":"GET"} [] [2025-03-12T17:24:01.688186+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:24:01.711348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:24:05.073976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e?panel=router","method":"GET"} [] [2025-03-12T17:24:05.179265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:24:05.223727+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e/router","method":"GET"} [] [2025-03-12T17:24:09.240864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12075e"},"request_uri":"https://test.phila-ca.com/public/_profiler/12075e?panel=logger","method":"GET"} [] [2025-03-12T17:24:09.264375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:24:13.482421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586?panel=config","method":"GET"} [] [2025-03-12T17:24:13.517459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:24:16.611631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:24:16.642525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:24:16.891884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586?panel=router","method":"GET"} [] [2025-03-12T17:24:16.915029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:24:16.934122+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586/router","method":"GET"} [] [2025-03-12T17:24:23.435958+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T17:24:25.928946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42a586"},"request_uri":"http://test.phila-ca.com/public/_profiler/42a586?panel=logger","method":"GET"} [] [2025-03-12T17:24:25.970648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:24:28.321908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0?panel=config","method":"GET"} [] [2025-03-12T17:24:28.349929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:24:29.135483+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/exception","method":"GET"} [] [2025-03-12T17:24:30.477256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41434"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41434?panel=config","method":"GET"} [] [2025-03-12T17:24:30.511391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:24:32.723045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"889f77"},"request_uri":"https://test.phila-ca.com/public/_profiler/889f77?panel=config","method":"GET"} [] [2025-03-12T17:24:32.747507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:24:34.727186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=exception","method":"GET"} [] [2025-03-12T17:24:34.748279+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T17:24:34.754205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:24:34.782155+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/exception","method":"GET"} [] [2025-03-12T17:24:34.991103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0?panel=router","method":"GET"} [] [2025-03-12T17:24:35.013765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:24:35.032359+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0/router","method":"GET"} [] [2025-03-12T17:24:37.367131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6928a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/6928a0?panel=logger","method":"GET"} [] [2025-03-12T17:24:37.394803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:24:39.762952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=translation","method":"GET"} [] [2025-03-12T17:24:39.811931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:24:44.016909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=translation","method":"GET"} [] [2025-03-12T17:24:44.053871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:24:48.255886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=exception","method":"GET"} [] [2025-03-12T17:24:48.281663+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/exception.css","method":"GET"} [] [2025-03-12T17:24:48.287678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:24:48.306261+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/exception","method":"GET"} [] [2025-03-12T17:24:52.015545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=request","method":"GET"} [] [2025-03-12T17:24:52.037825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:24:55.616640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=mailer","method":"GET"} [] [2025-03-12T17:24:55.669643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:24:58.226814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=validator","method":"GET"} [] [2025-03-12T17:24:58.248928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:25:00.776992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=events","method":"GET"} [] [2025-03-12T17:25:00.815352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:25:03.273297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=twig","method":"GET"} [] [2025-03-12T17:25:03.299308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:25:05.445382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=dump","method":"GET"} [] [2025-03-12T17:25:05.478711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:25:07.612334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=time","method":"GET"} [] [2025-03-12T17:25:07.633988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:25:11.702761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=db","method":"GET"} [] [2025-03-12T17:25:11.769007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:25:13.922197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=cache","method":"GET"} [] [2025-03-12T17:25:13.946249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:25:16.212133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=form","method":"GET"} [] [2025-03-12T17:25:16.248502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:25:18.423721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=security","method":"GET"} [] [2025-03-12T17:25:18.447808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:25:20.672751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=config","method":"GET"} [] [2025-03-12T17:25:20.694846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:25:22.872024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=security","method":"GET"} [] [2025-03-12T17:25:22.899520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:25:25.117576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=router","method":"GET"} [] [2025-03-12T17:25:25.139485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:25:25.157639+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/router","method":"GET"} [] [2025-03-12T17:25:27.625959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?panel=logger","method":"GET"} [] [2025-03-12T17:25:27.681498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:25:29.901163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=mailer","method":"GET"} [] [2025-03-12T17:25:29.927287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:25:32.126064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=request","method":"GET"} [] [2025-03-12T17:25:32.165042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:25:34.354277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:25:34.379503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:25:34.402608+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T17:25:36.804188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?group=1&panel=db","method":"GET"} [] [2025-03-12T17:25:36.826842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:25:40.203397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=db","method":"GET"} [] [2025-03-12T17:25:40.227469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:25:46.623062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=time","method":"GET"} [] [2025-03-12T17:25:46.698221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:25:49.211837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=twig","method":"GET"} [] [2025-03-12T17:25:49.250839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:25:51.868974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=form","method":"GET"} [] [2025-03-12T17:25:51.900956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:25:54.151596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=dump","method":"GET"} [] [2025-03-12T17:25:54.184236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:25:56.361000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=cache","method":"GET"} [] [2025-03-12T17:25:56.383922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:25:58.571249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=logger","method":"GET"} [] [2025-03-12T17:25:58.594722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:26:00.785570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=router","method":"GET"} [] [2025-03-12T17:26:00.808892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:26:00.827760+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/router","method":"GET"} [] [2025-03-12T17:26:03.366084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:26:03.418051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:26:03.446570+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T17:26:05.976488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:26:06.017483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:26:06.068760+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T17:26:09.886847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?panel=config","method":"GET"} [] [2025-03-12T17:26:09.912436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:26:21.672917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?group=1&panel=db","method":"GET"} [] [2025-03-12T17:26:21.739898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:26:31.937664+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:26:31.962833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:26:41.662313+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:26:41.720536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:26:50.298961+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5bc2e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5bc2e/exception.css","method":"GET"} [] [2025-03-12T17:26:53.654479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:26:55.900802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:26:58.333446+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/exception.css","method":"GET"} [] [2025-03-12T17:27:05.440364+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:27:05.481002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:27:12.027280+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:27:12.052015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:27:18.171977+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T17:27:18.248729+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:27:22.978919+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a918d7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a918d7/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception","method":"GET"} [] [2025-03-12T17:27:23.036619+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:27:38.170322+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:27:38.230500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:28:27.089923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:28:27.188946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T17:28:27.255468+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T17:29:01.987101+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7/search/results?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:29:02.063806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:29:04.402960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:29:06.651624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:29:09.860639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964","method":"GET"} [] [2025-03-12T17:29:09.889988+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/exception.css","method":"GET"} [] [2025-03-12T17:29:09.895948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:29:09.941251+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/exception","method":"GET"} [] [2025-03-12T17:29:52.331384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc6e46"},"request_uri":"https://test.phila-ca.com/public/_profiler/cc6e46?panel=form","method":"GET"} [] [2025-03-12T17:29:52.401831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:29:54.640782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=time","method":"GET"} [] [2025-03-12T17:29:54.673684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:29:56.840176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=time","method":"GET"} [] [2025-03-12T17:29:56.863849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:29:59.082170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=form","method":"GET"} [] [2025-03-12T17:29:59.106536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:30:01.176562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=form","method":"GET"} [] [2025-03-12T17:30:01.199983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:30:03.261267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=time","method":"GET"} [] [2025-03-12T17:30:03.283097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:30:05.665410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e88ff7"},"request_uri":"http://test.phila-ca.com/public/_profiler/e88ff7?panel=form","method":"GET"} [] [2025-03-12T17:30:05.686277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:30:08.246348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=form","method":"GET"} [] [2025-03-12T17:30:08.345711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:30:10.651783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=form","method":"GET"} [] [2025-03-12T17:30:10.673956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:30:12.317340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2","method":"GET"} [] [2025-03-12T17:30:12.363283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:30:17.190834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=db","method":"GET"} [] [2025-03-12T17:30:17.215259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:30:19.381237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=twig","method":"GET"} [] [2025-03-12T17:30:19.403236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:30:21.581242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=dump","method":"GET"} [] [2025-03-12T17:30:21.603121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:30:24.031427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=security","method":"GET"} [] [2025-03-12T17:30:24.102362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:30:26.360755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=cache","method":"GET"} [] [2025-03-12T17:30:26.382727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:30:28.592269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=exception","method":"GET"} [] [2025-03-12T17:30:28.613773+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/exception.css","method":"GET"} [] [2025-03-12T17:30:28.631476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:30:28.650349+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/exception","method":"GET"} [] [2025-03-12T17:30:30.920313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=request","method":"GET"} [] [2025-03-12T17:30:30.942703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:30:35.485714+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b667f2"},"request_uri":"https://test.phila-ca.com/public/_profiler/b667f2/exception.css","method":"GET"} [] [2025-03-12T17:30:37.661088+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138/exception.css","method":"GET"} [] [2025-03-12T17:30:40.094122+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0/exception.css","method":"GET"} [] [2025-03-12T17:30:42.350823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-12T17:30:42.395978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Fdirect%2F","method":"GET"} [] [2025-03-12T17:30:46.668645+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4aa8b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/4aa8b9/exception.css","method":"GET"} [] [2025-03-12T17:30:48.871772+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/exception.css","method":"GET"} [] [2025-03-12T17:30:53.275280+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/exception","method":"GET"} [] [2025-03-12T17:30:55.692424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6bdb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6bdb2?panel=cache","method":"GET"} [] [2025-03-12T17:30:55.741643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:30:57.971865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d64bed"},"request_uri":"https://test.phila-ca.com/public/_profiler/d64bed?panel=cache","method":"GET"} [] [2025-03-12T17:30:58.015182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:00.211303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfa46f"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfa46f?panel=cache","method":"GET"} [] [2025-03-12T17:31:00.234045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:02.421003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0ed8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/b0ed8a?panel=cache","method":"GET"} [] [2025-03-12T17:31:02.462567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:04.668124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997?panel=validator","method":"GET"} [] [2025-03-12T17:31:04.688515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:31:06.891951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997?panel=events","method":"GET"} [] [2025-03-12T17:31:06.911261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:31:07.331276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07","method":"GET"} [] [2025-03-12T17:31:07.354460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:31:09.219455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997?panel=request","method":"GET"} [] [2025-03-12T17:31:09.239291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:31:11.598164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997?panel=config","method":"GET"} [] [2025-03-12T17:31:11.642853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:31:15.930588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997?panel=logger","method":"GET"} [] [2025-03-12T17:31:15.971815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:31:19.312448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997?panel=router","method":"GET"} [] [2025-03-12T17:31:19.331596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:31:19.350979+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5e3997"},"request_uri":"https://test.phila-ca.com/public/_profiler/5e3997/router","method":"GET"} [] [2025-03-12T17:31:22.422042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"https://test.phila-ca.com/public/_profiler/95aebd?panel=cache","method":"GET"} [] [2025-03-12T17:31:22.476011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:25.382939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95aebd"},"request_uri":"http://test.phila-ca.com/public/_profiler/95aebd?panel=cache","method":"GET"} [] [2025-03-12T17:31:25.405446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:27.968795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ded9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b4ded9?panel=cache","method":"GET"} [] [2025-03-12T17:31:28.022407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:30.191744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5bda4"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5bda4?panel=cache","method":"GET"} [] [2025-03-12T17:31:30.226883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:32.460911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68bdcb"},"request_uri":"https://test.phila-ca.com/public/_profiler/68bdcb?panel=cache","method":"GET"} [] [2025-03-12T17:31:32.539077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:36.402982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c2dfb"},"request_uri":"https://test.phila-ca.com/public/_profiler/4c2dfb?panel=cache","method":"GET"} [] [2025-03-12T17:31:36.440294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:38.660863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3deb9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/3deb9a?panel=cache","method":"GET"} [] [2025-03-12T17:31:38.684979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:40.802337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"adb85c"},"request_uri":"https://test.phila-ca.com/public/_profiler/adb85c?panel=cache","method":"GET"} [] [2025-03-12T17:31:40.840554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:43.346197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad06d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bad06d?panel=cache","method":"GET"} [] [2025-03-12T17:31:43.406962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:45.640910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6d0ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/b6d0ff?panel=cache","method":"GET"} [] [2025-03-12T17:31:45.664882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:47.891498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c84dff"},"request_uri":"https://test.phila-ca.com/public/_profiler/c84dff?panel=cache","method":"GET"} [] [2025-03-12T17:31:47.940495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:50.170788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd8c9a"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd8c9a?panel=cache","method":"GET"} [] [2025-03-12T17:31:50.204946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:52.432392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"81dfae"},"request_uri":"https://test.phila-ca.com/public/_profiler/81dfae?panel=cache","method":"GET"} [] [2025-03-12T17:31:52.463385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:54.734005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=cache","method":"GET"} [] [2025-03-12T17:31:54.770347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:31:56.136229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1","method":"GET"} [] [2025-03-12T17:31:56.162691+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/exception.css","method":"GET"} [] [2025-03-12T17:31:56.190698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:31:56.209200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/exception","method":"GET"} [] [2025-03-12T17:32:43.387697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e","method":"GET"} [] [2025-03-12T17:32:43.471151+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/exception.css","method":"GET"} [] [2025-03-12T17:32:43.481168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:32:43.524489+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/exception","method":"GET"} [] [2025-03-12T17:33:23.099067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552","method":"GET"} [] [2025-03-12T17:33:23.166367+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/exception.css","method":"GET"} [] [2025-03-12T17:33:23.176898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:33:23.221235+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/exception","method":"GET"} [] [2025-03-12T17:33:59.656230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293","method":"GET"} [] [2025-03-12T17:33:59.733112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:34:33.531881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e","method":"GET"} [] [2025-03-12T17:34:33.614053+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/exception.css","method":"GET"} [] [2025-03-12T17:34:33.625111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:34:33.671025+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/exception","method":"GET"} [] [2025-03-12T17:35:05.098386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb","method":"GET"} [] [2025-03-12T17:35:05.168943+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/exception.css","method":"GET"} [] [2025-03-12T17:35:05.201016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:35:05.292649+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/exception","method":"GET"} [] [2025-03-12T17:35:32.739521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd","method":"GET"} [] [2025-03-12T17:35:32.837592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:35:56.878215+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/exception","method":"GET"} [] [2025-03-12T17:36:18.500969+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:36:18.565423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:36:37.362101+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FRouter.php&line=257","method":"GET"} [] [2025-03-12T17:36:55.790958+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/exception","method":"GET"} [] [2025-03-12T17:37:12.270954+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/exception","method":"GET"} [] [2025-03-12T17:37:26.185233+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/exception","method":"GET"} [] [2025-03-12T17:37:38.939681+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=133","method":"GET"} [] [2025-03-12T17:37:49.737431+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=117","method":"GET"} [] [2025-03-12T17:38:20.441737+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/exception","method":"GET"} [] [2025-03-12T17:38:53.208268+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/exception","method":"GET"} [] [2025-03-12T17:39:20.239506+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=59","method":"GET"} [] [2025-03-12T17:39:46.323762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180","method":"GET"} [] [2025-03-12T17:39:46.397338+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/exception.css","method":"GET"} [] [2025-03-12T17:39:46.407992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:39:46.456303+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/exception","method":"GET"} [] [2025-03-12T17:40:10.397488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a","method":"GET"} [] [2025-03-12T17:40:10.482544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:40:30.573300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997","method":"GET"} [] [2025-03-12T17:40:30.661855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:40:49.300595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f","method":"GET"} [] [2025-03-12T17:40:49.367084+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/exception.css","method":"GET"} [] [2025-03-12T17:40:49.379373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:40:49.437069+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/exception","method":"GET"} [] [2025-03-12T17:41:05.393392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca","method":"GET"} [] [2025-03-12T17:41:05.462856+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/exception.css","method":"GET"} [] [2025-03-12T17:41:05.475837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:41:05.522184+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/exception","method":"GET"} [] [2025-03-12T17:41:34.925346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b","method":"GET"} [] [2025-03-12T17:41:35.005773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:41:48.101112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5","method":"GET"} [] [2025-03-12T17:41:48.125318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:42:00.939055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830","method":"GET"} [] [2025-03-12T17:42:01.034218+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/exception.css","method":"GET"} [] [2025-03-12T17:42:01.044848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:42:01.112851+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/exception","method":"GET"} [] [2025-03-12T17:42:11.235224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2","method":"GET"} [] [2025-03-12T17:42:11.257906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:42:21.706932+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/exception","method":"GET"} [] [2025-03-12T17:42:30.604425+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=117","method":"GET"} [] [2025-03-12T17:42:38.849413+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=151","method":"GET"} [] [2025-03-12T17:42:45.888627+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/exception","method":"GET"} [] [2025-03-12T17:42:52.705494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=twig","method":"GET"} [] [2025-03-12T17:42:52.746235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:42:58.877789+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/exception","method":"GET"} [] [2025-03-12T17:43:04.051930+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=230","method":"GET"} [] [2025-03-12T17:43:08.875346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=cache","method":"GET"} [] [2025-03-12T17:43:08.915207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:43:12.936620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=mailer","method":"GET"} [] [2025-03-12T17:43:12.959770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:43:16.968617+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/exception","method":"GET"} [] [2025-03-12T17:43:20.367339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=exception","method":"GET"} [] [2025-03-12T17:43:20.390599+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/exception.css","method":"GET"} [] [2025-03-12T17:43:20.395760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:20.413652+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/exception","method":"GET"} [] [2025-03-12T17:43:23.693817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=exception","method":"GET"} [] [2025-03-12T17:43:23.715690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:26.492753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=exception","method":"GET"} [] [2025-03-12T17:43:26.530386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:29.179669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=exception","method":"GET"} [] [2025-03-12T17:43:29.201726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:31.529158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=exception","method":"GET"} [] [2025-03-12T17:43:31.551214+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/exception.css","method":"GET"} [] [2025-03-12T17:43:31.554276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:31.572887+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/exception","method":"GET"} [] [2025-03-12T17:43:33.566052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=exception","method":"GET"} [] [2025-03-12T17:43:33.614817+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/exception.css","method":"GET"} [] [2025-03-12T17:43:33.620857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:33.641015+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/exception","method":"GET"} [] [2025-03-12T17:43:35.331281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=exception","method":"GET"} [] [2025-03-12T17:43:35.359609+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/exception.css","method":"GET"} [] [2025-03-12T17:43:35.364009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:35.391119+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/exception","method":"GET"} [] [2025-03-12T17:43:37.001289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=exception","method":"GET"} [] [2025-03-12T17:43:37.023671+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/exception.css","method":"GET"} [] [2025-03-12T17:43:37.028497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:37.046499+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/exception","method":"GET"} [] [2025-03-12T17:43:38.629989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=exception","method":"GET"} [] [2025-03-12T17:43:38.650003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:40.198699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=exception","method":"GET"} [] [2025-03-12T17:43:40.220403+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/exception.css","method":"GET"} [] [2025-03-12T17:43:40.223278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:43:40.241303+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/exception","method":"GET"} [] [2025-03-12T17:43:41.862391+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=136","method":"GET"} [] [2025-03-12T17:43:43.529331+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=70","method":"GET"} [] [2025-03-12T17:43:45.100866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=translation","method":"GET"} [] [2025-03-12T17:43:45.138682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:46.770667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=translation","method":"GET"} [] [2025-03-12T17:43:46.794580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:48.656391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=translation","method":"GET"} [] [2025-03-12T17:43:48.707706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:50.373151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=translation","method":"GET"} [] [2025-03-12T17:43:50.397710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:52.002792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=translation","method":"GET"} [] [2025-03-12T17:43:52.048756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:53.731990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=translation","method":"GET"} [] [2025-03-12T17:43:53.763928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:55.402079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=translation","method":"GET"} [] [2025-03-12T17:43:55.423037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:57.012578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=translation","method":"GET"} [] [2025-03-12T17:43:57.036719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:43:58.595289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=translation","method":"GET"} [] [2025-03-12T17:43:58.616377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:44:00.268817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=translation","method":"GET"} [] [2025-03-12T17:44:00.305657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:44:01.920847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=translation","method":"GET"} [] [2025-03-12T17:44:01.941796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:44:03.771915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=translation","method":"GET"} [] [2025-03-12T17:44:03.821541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:44:05.387675+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} [] [2025-03-12T17:44:06.981280+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=112","method":"GET"} [] [2025-03-12T17:44:08.579677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=exception","method":"GET"} [] [2025-03-12T17:44:08.598570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:44:10.241339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=exception","method":"GET"} [] [2025-03-12T17:44:10.262672+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/exception.css","method":"GET"} [] [2025-03-12T17:44:10.282904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:44:10.302337+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/exception","method":"GET"} [] [2025-03-12T17:44:11.968900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=mailer","method":"GET"} [] [2025-03-12T17:44:11.996115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:13.610817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=mailer","method":"GET"} [] [2025-03-12T17:44:13.636966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:15.274721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=mailer","method":"GET"} [] [2025-03-12T17:44:15.314471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:16.930099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=mailer","method":"GET"} [] [2025-03-12T17:44:16.953992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:18.827488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=mailer","method":"GET"} [] [2025-03-12T17:44:18.872885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:20.431452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=request","method":"GET"} [] [2025-03-12T17:44:20.454565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:22.158241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=request","method":"GET"} [] [2025-03-12T17:44:22.180316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:23.819132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=request","method":"GET"} [] [2025-03-12T17:44:23.841457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:25.468395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=request","method":"GET"} [] [2025-03-12T17:44:25.487922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:27.130318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=request","method":"GET"} [] [2025-03-12T17:44:27.150544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:28.778909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=request","method":"GET"} [] [2025-03-12T17:44:28.805925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:30.410219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=request","method":"GET"} [] [2025-03-12T17:44:30.448104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:32.199251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=request","method":"GET"} [] [2025-03-12T17:44:32.221059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:34.051348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=request","method":"GET"} [] [2025-03-12T17:44:34.098716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:44:35.776027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=translation","method":"GET"} [] [2025-03-12T17:44:35.805790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:44:37.369697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=mailer","method":"GET"} [] [2025-03-12T17:44:37.391362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:38.989686+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=108","method":"GET"} [] [2025-03-12T17:44:40.650446+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-03-12T17:44:42.171190+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=48","method":"GET"} [] [2025-03-12T17:44:43.859287+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=131","method":"GET"} [] [2025-03-12T17:44:45.481692+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=222","method":"GET"} [] [2025-03-12T17:44:46.998358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=mailer","method":"GET"} [] [2025-03-12T17:44:47.033287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:48.670332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=mailer","method":"GET"} [] [2025-03-12T17:44:48.692532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:50.568059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=mailer","method":"GET"} [] [2025-03-12T17:44:50.627104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:44:52.200009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=events","method":"GET"} [] [2025-03-12T17:44:52.220278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:44:53.829706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=events","method":"GET"} [] [2025-03-12T17:44:53.849844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:44:55.467673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=events","method":"GET"} [] [2025-03-12T17:44:55.488263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:44:57.084797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=events","method":"GET"} [] [2025-03-12T17:44:57.107982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:44:58.759750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=events","method":"GET"} [] [2025-03-12T17:44:58.795479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:45:00.407233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=time","method":"GET"} [] [2025-03-12T17:45:00.432616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:45:02.021717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=twig","method":"GET"} [] [2025-03-12T17:45:02.057152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:45:03.609435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=twig","method":"GET"} [] [2025-03-12T17:45:03.632676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:45:05.299600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=form","method":"GET"} [] [2025-03-12T17:45:05.320651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:45:07.263863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=twig","method":"GET"} [] [2025-03-12T17:45:07.337158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:45:08.919915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=dump","method":"GET"} [] [2025-03-12T17:45:08.942453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:45:10.477451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=form","method":"GET"} [] [2025-03-12T17:45:10.499565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:45:12.091256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=dump","method":"GET"} [] [2025-03-12T17:45:12.113115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:45:13.798840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=dump","method":"GET"} [] [2025-03-12T17:45:13.819082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:45:15.322689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=twig","method":"GET"} [] [2025-03-12T17:45:15.342326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:45:16.930481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=time","method":"GET"} [] [2025-03-12T17:45:16.954603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:45:18.576052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=form","method":"GET"} [] [2025-03-12T17:45:18.619587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:45:20.179819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=time","method":"GET"} [] [2025-03-12T17:45:20.202601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:45:21.710420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=dump","method":"GET"} [] [2025-03-12T17:45:21.730009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:45:23.528647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=form","method":"GET"} [] [2025-03-12T17:45:23.574528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:45:25.139657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=time","method":"GET"} [] [2025-03-12T17:45:25.164482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:45:26.729147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=time","method":"GET"} [] [2025-03-12T17:45:26.749531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:45:28.392016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=dump","method":"GET"} [] [2025-03-12T17:45:28.414482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:45:29.979888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=twig","method":"GET"} [] [2025-03-12T17:45:30.001237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:45:31.659142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=form","method":"GET"} [] [2025-03-12T17:45:31.681268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:45:33.360041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=validator","method":"GET"} [] [2025-03-12T17:45:33.385537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:35.060317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=validator","method":"GET"} [] [2025-03-12T17:45:35.098634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:36.772012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=validator","method":"GET"} [] [2025-03-12T17:45:36.796870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:38.697871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=validator","method":"GET"} [] [2025-03-12T17:45:38.778465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:40.381249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=validator","method":"GET"} [] [2025-03-12T17:45:40.404799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:41.978594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=validator","method":"GET"} [] [2025-03-12T17:45:42.007217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:43.749076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=validator","method":"GET"} [] [2025-03-12T17:45:43.768968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:45.432684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=validator","method":"GET"} [] [2025-03-12T17:45:45.456227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:47.118537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=validator","method":"GET"} [] [2025-03-12T17:45:47.138759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:45:48.725950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=db","method":"GET"} [] [2025-03-12T17:45:48.751845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:45:50.410549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=db","method":"GET"} [] [2025-03-12T17:45:50.452920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:45:52.188759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=db","method":"GET"} [] [2025-03-12T17:45:52.211770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:45:54.079283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=db","method":"GET"} [] [2025-03-12T17:45:54.126093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:45:55.862385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=db","method":"GET"} [] [2025-03-12T17:45:55.887818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:45:57.539948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=cache","method":"GET"} [] [2025-03-12T17:45:57.562947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:45:59.241084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=cache","method":"GET"} [] [2025-03-12T17:45:59.260986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:46:00.934855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=cache","method":"GET"} [] [2025-03-12T17:46:00.954140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:46:02.610117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=events","method":"GET"} [] [2025-03-12T17:46:02.630661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:46:04.302478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=events","method":"GET"} [] [2025-03-12T17:46:04.329247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:46:06.030534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=events","method":"GET"} [] [2025-03-12T17:46:06.067704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:46:07.680108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=events","method":"GET"} [] [2025-03-12T17:46:07.700402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:46:09.701971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=twig","method":"GET"} [] [2025-03-12T17:46:09.749880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:46:11.359520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=twig","method":"GET"} [] [2025-03-12T17:46:11.378505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:46:13.102694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=twig","method":"GET"} [] [2025-03-12T17:46:13.124168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:46:14.770469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=time","method":"GET"} [] [2025-03-12T17:46:14.790775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:46:16.505944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=twig","method":"GET"} [] [2025-03-12T17:46:16.528314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:46:18.198491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=validator","method":"GET"} [] [2025-03-12T17:46:18.219423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:46:19.849878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=validator","method":"GET"} [] [2025-03-12T17:46:19.873619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:46:21.522686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=db","method":"GET"} [] [2025-03-12T17:46:21.562713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:46:23.300658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=time","method":"GET"} [] [2025-03-12T17:46:23.322715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:46:25.272011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=dump","method":"GET"} [] [2025-03-12T17:46:25.325611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:46:27.016262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=form","method":"GET"} [] [2025-03-12T17:46:27.038640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:46:28.740997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=time","method":"GET"} [] [2025-03-12T17:46:28.762034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:46:30.458798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=dump","method":"GET"} [] [2025-03-12T17:46:30.477632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:46:32.076500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=form","method":"GET"} [] [2025-03-12T17:46:32.096633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:46:33.778854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=form","method":"GET"} [] [2025-03-12T17:46:33.802471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:46:35.569835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=form","method":"GET"} [] [2025-03-12T17:46:35.594287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:46:37.269889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=dump","method":"GET"} [] [2025-03-12T17:46:37.309746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:46:38.980504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?group=1&panel=db","method":"GET"} [] [2025-03-12T17:46:39.003053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:46:40.984546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=dump","method":"GET"} [] [2025-03-12T17:46:41.036444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:46:42.758833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=dump","method":"GET"} [] [2025-03-12T17:46:42.778246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:46:44.578179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=db","method":"GET"} [] [2025-03-12T17:46:44.602847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:46:46.309044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=db","method":"GET"} [] [2025-03-12T17:46:46.329523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:46:48.058572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=cache","method":"GET"} [] [2025-03-12T17:46:48.079089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:46:49.848435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=cache","method":"GET"} [] [2025-03-12T17:46:49.867547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:46:51.590966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=cache","method":"GET"} [] [2025-03-12T17:46:51.615226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:46:53.230104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=cache","method":"GET"} [] [2025-03-12T17:46:53.270417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:46:55.061592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=time","method":"GET"} [] [2025-03-12T17:46:55.084199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:46:56.997829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=router","method":"GET"} [] [2025-03-12T17:46:57.061434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:46:57.081153+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b/router","method":"GET"} [] [2025-03-12T17:46:58.749171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=router","method":"GET"} [] [2025-03-12T17:46:58.768426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:46:58.786202+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07/router","method":"GET"} [] [2025-03-12T17:47:00.469195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=logger","method":"GET"} [] [2025-03-12T17:47:00.502193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:47:02.289064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?group=1&panel=db","method":"GET"} [] [2025-03-12T17:47:02.309365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:47:03.981312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?group=1&panel=db","method":"GET"} [] [2025-03-12T17:47:04.002642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:47:05.718099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=logger","method":"GET"} [] [2025-03-12T17:47:05.737779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:47:07.530095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=router","method":"GET"} [] [2025-03-12T17:47:07.557575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:47:07.575974+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/router","method":"GET"} [] [2025-03-12T17:47:09.393038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=config","method":"GET"} [] [2025-03-12T17:47:09.436453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:47:11.189715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=config","method":"GET"} [] [2025-03-12T17:47:11.212237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:47:13.062895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=config","method":"GET"} [] [2025-03-12T17:47:13.109464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:47:14.849364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=logger","method":"GET"} [] [2025-03-12T17:47:14.869924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:47:16.530138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=config","method":"GET"} [] [2025-03-12T17:47:16.550062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:47:18.279217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=router","method":"GET"} [] [2025-03-12T17:47:18.302133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:47:18.320189+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/router","method":"GET"} [] [2025-03-12T17:47:20.282358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=logger","method":"GET"} [] [2025-03-12T17:47:20.305499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:47:21.929365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=logger","method":"GET"} [] [2025-03-12T17:47:21.949815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:47:23.679919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=config","method":"GET"} [] [2025-03-12T17:47:23.702874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:47:25.473062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=router","method":"GET"} [] [2025-03-12T17:47:25.510831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:47:25.554369+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5/router","method":"GET"} [] [2025-03-12T17:47:27.260466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=validator","method":"GET"} [] [2025-03-12T17:47:27.285173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:47:29.271400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=validator","method":"GET"} [] [2025-03-12T17:47:29.316693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:47:31.119850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=exception","method":"GET"} [] [2025-03-12T17:47:31.138818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:47:32.838403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=security","method":"GET"} [] [2025-03-12T17:47:32.861011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:34.567158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?panel=security","method":"GET"} [] [2025-03-12T17:47:34.591521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:36.353154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?panel=security","method":"GET"} [] [2025-03-12T17:47:36.374262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:38.023100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?panel=security","method":"GET"} [] [2025-03-12T17:47:38.047446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:39.864234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=security","method":"GET"} [] [2025-03-12T17:47:39.891911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:41.619805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=security","method":"GET"} [] [2025-03-12T17:47:41.657204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:43.340280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=security","method":"GET"} [] [2025-03-12T17:47:43.364168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:45.231355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=security","method":"GET"} [] [2025-03-12T17:47:45.278288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:47.099105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?panel=security","method":"GET"} [] [2025-03-12T17:47:47.119516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:48.859161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=security","method":"GET"} [] [2025-03-12T17:47:48.879759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:50.588615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=security","method":"GET"} [] [2025-03-12T17:47:50.612493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:52.391022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=security","method":"GET"} [] [2025-03-12T17:47:52.416799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:54.229552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=security","method":"GET"} [] [2025-03-12T17:47:54.250698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:47:55.992318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?panel=cache","method":"GET"} [] [2025-03-12T17:47:56.019438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:47:57.784093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=db","method":"GET"} [] [2025-03-12T17:47:57.830894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:47:59.661237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=logger","method":"GET"} [] [2025-03-12T17:47:59.685207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:48:01.758423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=config","method":"GET"} [] [2025-03-12T17:48:01.820725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:48:03.522040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=router","method":"GET"} [] [2025-03-12T17:48:03.541297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:48:03.559804+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2/router","method":"GET"} [] [2025-03-12T17:48:05.483373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=logger","method":"GET"} [] [2025-03-12T17:48:05.506022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:48:07.329427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=logger","method":"GET"} [] [2025-03-12T17:48:07.350185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:48:09.270928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=router","method":"GET"} [] [2025-03-12T17:48:09.294311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:48:09.313620+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/router","method":"GET"} [] [2025-03-12T17:48:11.176980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=router","method":"GET"} [] [2025-03-12T17:48:11.200425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:48:11.218841+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd/router","method":"GET"} [] [2025-03-12T17:48:13.037541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=config","method":"GET"} [] [2025-03-12T17:48:13.077116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:48:14.981477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd?panel=config","method":"GET"} [] [2025-03-12T17:48:15.002049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:48:17.132328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=config","method":"GET"} [] [2025-03-12T17:48:17.181864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:48:19.019545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e?panel=router","method":"GET"} [] [2025-03-12T17:48:19.040202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:48:19.057944+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/router","method":"GET"} [] [2025-03-12T17:48:21.079735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2?panel=logger","method":"GET"} [] [2025-03-12T17:48:21.104916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:48:22.883779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:22.908878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:24.751521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:24.776622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:26.630558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:26.659176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:28.517979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:28.558635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:30.481855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:30.503641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:48:33.041531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=exception","method":"GET"} [] [2025-03-12T17:48:33.100113+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/exception.css","method":"GET"} [] [2025-03-12T17:48:33.107031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:48:33.125454+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/exception","method":"GET"} [] [2025-03-12T17:48:35.030687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=exception","method":"GET"} [] [2025-03-12T17:48:35.073820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:48:36.970378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=exception","method":"GET"} [] [2025-03-12T17:48:36.989861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:48:38.878962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=exception","method":"GET"} [] [2025-03-12T17:48:38.904686+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/exception.css","method":"GET"} [] [2025-03-12T17:48:38.909676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:48:38.938029+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/exception","method":"GET"} [] [2025-03-12T17:48:40.891646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=exception","method":"GET"} [] [2025-03-12T17:48:40.911387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:48:42.809884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=translation","method":"GET"} [] [2025-03-12T17:48:42.838563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:48:44.720018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=translation","method":"GET"} [] [2025-03-12T17:48:44.759934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:48:46.611331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=translation","method":"GET"} [] [2025-03-12T17:48:46.630756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:48:48.812306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=translation","method":"GET"} [] [2025-03-12T17:48:48.871124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:48:50.911959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=translation","method":"GET"} [] [2025-03-12T17:48:50.936401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:48:52.931168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?panel=db","method":"GET"} [] [2025-03-12T17:48:52.955343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:48:54.899065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=mailer","method":"GET"} [] [2025-03-12T17:48:54.924811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:48:56.889414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=mailer","method":"GET"} [] [2025-03-12T17:48:56.911738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:48:58.960668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=mailer","method":"GET"} [] [2025-03-12T17:48:58.990103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:01.059661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=mailer","method":"GET"} [] [2025-03-12T17:49:01.118505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:03.157215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=exception","method":"GET"} [] [2025-03-12T17:49:03.178793+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/exception.css","method":"GET"} [] [2025-03-12T17:49:03.212676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:49:03.237664+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/exception","method":"GET"} [] [2025-03-12T17:49:05.341450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=mailer","method":"GET"} [] [2025-03-12T17:49:05.393112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:07.489123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=mailer","method":"GET"} [] [2025-03-12T17:49:07.512198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:09.529809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=mailer","method":"GET"} [] [2025-03-12T17:49:09.551988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:11.609963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=mailer","method":"GET"} [] [2025-03-12T17:49:11.630025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:13.662203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb?group=1&panel=db","method":"GET"} [] [2025-03-12T17:49:13.687502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:49:15.680343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=request","method":"GET"} [] [2025-03-12T17:49:15.707576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:17.809506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=request","method":"GET"} [] [2025-03-12T17:49:17.846252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:19.939380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=request","method":"GET"} [] [2025-03-12T17:49:19.960199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:22.222582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=request","method":"GET"} [] [2025-03-12T17:49:22.269176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:24.229895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=request","method":"GET"} [] [2025-03-12T17:49:24.253919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:26.401078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=db","method":"GET"} [] [2025-03-12T17:49:26.423928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:28.420307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=db","method":"GET"} [] [2025-03-12T17:49:28.441961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:30.538825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=db","method":"GET"} [] [2025-03-12T17:49:30.560815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:32.599787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=db","method":"GET"} [] [2025-03-12T17:49:32.623882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:34.751991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=db","method":"GET"} [] [2025-03-12T17:49:34.791485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:36.901968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=db","method":"GET"} [] [2025-03-12T17:49:36.923260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:39.364649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=db","method":"GET"} [] [2025-03-12T17:49:39.421987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:41.527361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=db","method":"GET"} [] [2025-03-12T17:49:41.551481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:43.680268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=db","method":"GET"} [] [2025-03-12T17:49:43.701408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:49:45.890756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=mailer","method":"GET"} [] [2025-03-12T17:49:45.915141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:49:48.061043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=request","method":"GET"} [] [2025-03-12T17:49:48.087303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:50.295341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=request","method":"GET"} [] [2025-03-12T17:49:50.336221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:52.561131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=request","method":"GET"} [] [2025-03-12T17:49:52.581046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:55.014608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=request","method":"GET"} [] [2025-03-12T17:49:55.062241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:57.201797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=request","method":"GET"} [] [2025-03-12T17:49:57.225041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:49:59.442392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=twig","method":"GET"} [] [2025-03-12T17:49:59.465866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:50:01.673402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=time","method":"GET"} [] [2025-03-12T17:50:01.695391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:50:03.869634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=form","method":"GET"} [] [2025-03-12T17:50:03.899072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:50:06.077173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=dump","method":"GET"} [] [2025-03-12T17:50:06.119074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:50:08.350847+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:50:08.374976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:50:10.762372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=events","method":"GET"} [] [2025-03-12T17:50:10.817015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:50:13.041897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=events","method":"GET"} [] [2025-03-12T17:50:13.064815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:50:16.352351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=events","method":"GET"} [] [2025-03-12T17:50:16.375273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:50:18.580835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=twig","method":"GET"} [] [2025-03-12T17:50:18.602185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:50:20.790421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=dump","method":"GET"} [] [2025-03-12T17:50:20.816011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:50:22.982398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=form","method":"GET"} [] [2025-03-12T17:50:23.022625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:50:25.259796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=twig","method":"GET"} [] [2025-03-12T17:50:25.280509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:50:27.766212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=time","method":"GET"} [] [2025-03-12T17:50:27.823214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:50:29.921431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f","method":"GET"} [] [2025-03-12T17:50:29.968248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:50:32.166675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=form","method":"GET"} [] [2025-03-12T17:50:32.193098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:50:34.397697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=form","method":"GET"} [] [2025-03-12T17:50:34.420764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:50:36.595128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=dump","method":"GET"} [] [2025-03-12T17:50:36.624805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:50:38.820689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=twig","method":"GET"} [] [2025-03-12T17:50:38.865908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:50:41.070950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=dump","method":"GET"} [] [2025-03-12T17:50:41.092394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:50:43.519705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=form","method":"GET"} [] [2025-03-12T17:50:43.565323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:50:45.762196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=dump","method":"GET"} [] [2025-03-12T17:50:45.782192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:50:48.087435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=twig","method":"GET"} [] [2025-03-12T17:50:48.113504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:50:50.303133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=time","method":"GET"} [] [2025-03-12T17:50:50.325985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:50:52.510497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=exception","method":"GET"} [] [2025-03-12T17:50:52.536090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T17:50:54.756666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=translation","method":"GET"} [] [2025-03-12T17:50:54.794702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:50:57.005939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=request","method":"GET"} [] [2025-03-12T17:50:57.029815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T17:50:59.402441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=mailer","method":"GET"} [] [2025-03-12T17:50:59.444661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T17:51:01.666844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=events","method":"GET"} [] [2025-03-12T17:51:01.692292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:51:03.924013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=form","method":"GET"} [] [2025-03-12T17:51:03.946324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:51:06.073840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=twig","method":"GET"} [] [2025-03-12T17:51:06.094989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:51:08.220316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=time","method":"GET"} [] [2025-03-12T17:51:08.245273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:51:10.432101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=dump","method":"GET"} [] [2025-03-12T17:51:10.467760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:51:12.700474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=validator","method":"GET"} [] [2025-03-12T17:51:12.720713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:51:15.140190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=db","method":"GET"} [] [2025-03-12T17:51:15.185895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T17:51:17.342809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=cache","method":"GET"} [] [2025-03-12T17:51:17.361999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:51:19.586872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=config","method":"GET"} [] [2025-03-12T17:51:19.608763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:51:21.736442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=security","method":"GET"} [] [2025-03-12T17:51:21.756023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:51:23.986266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?panel=logger","method":"GET"} [] [2025-03-12T17:51:24.011593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:51:27.412461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=time","method":"GET"} [] [2025-03-12T17:51:27.483994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:51:29.727096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=time","method":"GET"} [] [2025-03-12T17:51:29.750203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:51:32.375889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=dump","method":"GET"} [] [2025-03-12T17:51:32.450350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:51:34.776560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=dump","method":"GET"} [] [2025-03-12T17:51:34.800906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:51:36.972641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f?group=1&panel=db","method":"GET"} [] [2025-03-12T17:51:36.993587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:51:39.172603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=time","method":"GET"} [] [2025-03-12T17:51:39.197795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:51:41.400804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=dump","method":"GET"} [] [2025-03-12T17:51:41.421221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:51:44.739038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=twig","method":"GET"} [] [2025-03-12T17:51:44.787352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:51:47.046354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=dump","method":"GET"} [] [2025-03-12T17:51:47.072901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:51:49.354031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=time","method":"GET"} [] [2025-03-12T17:51:49.399716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:51:51.646509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=form","method":"GET"} [] [2025-03-12T17:51:51.678344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:51:53.913986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=form","method":"GET"} [] [2025-03-12T17:51:53.935534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:51:56.113191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=twig","method":"GET"} [] [2025-03-12T17:51:56.139008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:51:58.360477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=dump","method":"GET"} [] [2025-03-12T17:51:58.379897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T17:52:00.582947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=time","method":"GET"} [] [2025-03-12T17:52:00.623180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:52:02.823465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=form","method":"GET"} [] [2025-03-12T17:52:02.845324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:52:05.228056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=time","method":"GET"} [] [2025-03-12T17:52:05.320684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:52:07.609579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=time","method":"GET"} [] [2025-03-12T17:52:07.651903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T17:52:09.882761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=twig","method":"GET"} [] [2025-03-12T17:52:09.902882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T17:52:11.930009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=form","method":"GET"} [] [2025-03-12T17:52:11.953432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:52:14.171117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=form","method":"GET"} [] [2025-03-12T17:52:14.195312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T17:52:16.382089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=validator","method":"GET"} [] [2025-03-12T17:52:16.426895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:52:18.628703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=validator","method":"GET"} [] [2025-03-12T17:52:18.651406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:52:21.148149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=validator","method":"GET"} [] [2025-03-12T17:52:21.227200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:52:23.449128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=validator","method":"GET"} [] [2025-03-12T17:52:23.480243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:52:25.624624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=validator","method":"GET"} [] [2025-03-12T17:52:25.645135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:52:27.810078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=cache","method":"GET"} [] [2025-03-12T17:52:27.837208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:30.016722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=cache","method":"GET"} [] [2025-03-12T17:52:30.048586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:32.227120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=cache","method":"GET"} [] [2025-03-12T17:52:32.272056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:34.448734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=cache","method":"GET"} [] [2025-03-12T17:52:34.469550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:36.972268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=cache","method":"GET"} [] [2025-03-12T17:52:37.027686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:39.299157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=cache","method":"GET"} [] [2025-03-12T17:52:39.320514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:41.417100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=cache","method":"GET"} [] [2025-03-12T17:52:41.439607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:43.647929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=cache","method":"GET"} [] [2025-03-12T17:52:43.674067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:45.880689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=cache","method":"GET"} [] [2025-03-12T17:52:45.905508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:48.130168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=events","method":"GET"} [] [2025-03-12T17:52:48.179654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:52:50.509303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=cache","method":"GET"} [] [2025-03-12T17:52:50.531868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T17:52:52.903910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=events","method":"GET"} [] [2025-03-12T17:52:52.967265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:52:55.269825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=events","method":"GET"} [] [2025-03-12T17:52:55.292786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:52:57.481866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=events","method":"GET"} [] [2025-03-12T17:52:57.508218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:52:59.696609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=events","method":"GET"} [] [2025-03-12T17:52:59.724496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:53:01.942159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=events","method":"GET"} [] [2025-03-12T17:53:01.961791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T17:53:04.221349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=router","method":"GET"} [] [2025-03-12T17:53:04.274422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:04.324430+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/router","method":"GET"} [] [2025-03-12T17:53:06.684944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?panel=config","method":"GET"} [] [2025-03-12T17:53:06.706841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:09.187250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=router","method":"GET"} [] [2025-03-12T17:53:09.230823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:09.249096+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/router","method":"GET"} [] [2025-03-12T17:53:12.675220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=logger","method":"GET"} [] [2025-03-12T17:53:12.697240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:53:14.941064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=logger","method":"GET"} [] [2025-03-12T17:53:14.967453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:53:17.080903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?panel=config","method":"GET"} [] [2025-03-12T17:53:17.102994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:19.291543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=config","method":"GET"} [] [2025-03-12T17:53:19.377224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:21.570105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=router","method":"GET"} [] [2025-03-12T17:53:21.614923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:21.632787+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/router","method":"GET"} [] [2025-03-12T17:53:24.425774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?panel=router","method":"GET"} [] [2025-03-12T17:53:24.475095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:24.493244+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293/router","method":"GET"} [] [2025-03-12T17:53:26.718996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=logger","method":"GET"} [] [2025-03-12T17:53:26.740131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:53:28.933643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?panel=config","method":"GET"} [] [2025-03-12T17:53:28.960541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:31.100270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=config","method":"GET"} [] [2025-03-12T17:53:31.126394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:33.299845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=logger","method":"GET"} [] [2025-03-12T17:53:33.322099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:53:35.513128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=router","method":"GET"} [] [2025-03-12T17:53:35.551630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:35.622340+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/router","method":"GET"} [] [2025-03-12T17:53:37.796866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=translation","method":"GET"} [] [2025-03-12T17:53:37.821079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T17:53:40.324676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=validator","method":"GET"} [] [2025-03-12T17:53:40.396225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T17:53:42.620062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=logger","method":"GET"} [] [2025-03-12T17:53:42.642641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:53:44.877149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=config","method":"GET"} [] [2025-03-12T17:53:44.901057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:47.104704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=router","method":"GET"} [] [2025-03-12T17:53:47.127798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:47.146076+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997/router","method":"GET"} [] [2025-03-12T17:53:50.564664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?panel=logger","method":"GET"} [] [2025-03-12T17:53:50.630908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:53:51.159402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb","method":"GET"} [] [2025-03-12T17:53:51.181197+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb/exception.css","method":"GET"} [] [2025-03-12T17:53:51.188461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T17:53:51.206055+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb/exception","method":"GET"} [] [2025-03-12T17:53:52.906757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=router","method":"GET"} [] [2025-03-12T17:53:52.926335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:52.944145+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2/router","method":"GET"} [] [2025-03-12T17:53:55.296039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=config","method":"GET"} [] [2025-03-12T17:53:55.327060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:53:57.599130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=router","method":"GET"} [] [2025-03-12T17:53:57.657368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:53:57.677547+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a/router","method":"GET"} [] [2025-03-12T17:53:59.798961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=config","method":"GET"} [] [2025-03-12T17:53:59.823589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:54:02.093311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=config","method":"GET"} [] [2025-03-12T17:54:02.115501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:54:04.328541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=logger","method":"GET"} [] [2025-03-12T17:54:04.364935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:54:06.473664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=router","method":"GET"} [] [2025-03-12T17:54:06.532062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T17:54:06.615887+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/router","method":"GET"} [] [2025-03-12T17:54:08.969152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=logger","method":"GET"} [] [2025-03-12T17:54:08.989505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:54:11.407580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=logger","method":"GET"} [] [2025-03-12T17:54:11.428146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T17:54:13.676939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=config","method":"GET"} [] [2025-03-12T17:54:13.731798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T17:54:15.913387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?panel=security","method":"GET"} [] [2025-03-12T17:54:15.938942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:54:19.273242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?panel=security","method":"GET"} [] [2025-03-12T17:54:19.295451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:54:21.541054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?panel=security","method":"GET"} [] [2025-03-12T17:54:21.592549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:54:23.810671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f?panel=security","method":"GET"} [] [2025-03-12T17:54:23.835130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:54:25.986570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a?panel=security","method":"GET"} [] [2025-03-12T17:54:26.007169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T17:54:28.383963+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:28.407929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:30.533054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:30.576872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:32.743889+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:32.768742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:35.036653+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:35.058856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:37.240825+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:37.279674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:39.461387+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:39.481079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:41.615551+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:41.637447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:44.070976+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:44.093480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:46.253243+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:46.300455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:48.473356+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:48.493469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:50.697030+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:50.721067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:52.853192+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:52.892737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:55.059280+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:55.080956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:57.302203+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:57.326990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:59.643285+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:54:59.665567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:55:01.844570+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:55:01.891478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:55:05.179976+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:55:05.200226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T17:55:07.512036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:07.547428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:09.833039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:09.866989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:12.131382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:12.156663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:14.328228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:14.351306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:16.655790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:16.677018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:18.822090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:18.869700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:21.101669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:21.125044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:24.489512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:24.519608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T17:55:27.805355+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T17:55:27.873432+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:55:30.227513+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:30.254912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:33.931537+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:33.986901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:36.712698+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:36.735792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:39.598118+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:39.623375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:42.020016+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:42.041716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:44.233563+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cb5a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cb5a07/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:44.259255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:46.391382+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:46.432932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:48.530625+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8d3b5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8d3b5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:48.551252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:51.014828+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a08c1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a08c1b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:51.066034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:53.173452+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"df4293"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df4293/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:53.194333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:55.378925+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:55.405933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:57.504254+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27ae6f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:57.527090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:59.689211+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:55:59.718185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:01.925616+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5e3997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e3997/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:01.994658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:04.223772+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:04.247444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:06.554648+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"59781a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59781a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:06.616948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:08.746661+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:08.768700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:10.911778+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:10.935176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:13.071055+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:13.092459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:15.242508+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:15.269164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T17:56:17.375324+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/exception.css","method":"GET"} [] [2025-03-12T17:56:19.600271+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/exception.css","method":"GET"} [] [2025-03-12T17:56:21.966339+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/exception.css","method":"GET"} [] [2025-03-12T17:56:24.168785+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ad552"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ad552/exception.css","method":"GET"} [] [2025-03-12T17:56:26.422138+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"16d25e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16d25e/exception.css","method":"GET"} [] [2025-03-12T17:56:28.600131+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"df32f1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/df32f1/exception.css","method":"GET"} [] [2025-03-12T17:56:30.812262+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/exception.css","method":"GET"} [] [2025-03-12T17:56:33.000162+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fe3ee15%2Fexception","method":"GET"} [] [2025-03-12T17:56:33.060298+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:56:35.341498+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T17:56:35.395799+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:56:39.013544+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2efcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2efcd/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F0cfd38%2Fexception","method":"GET"} [] [2025-03-12T17:56:39.086470+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:56:49.387307+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2209c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2209c2/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F93db3b%2Fexception","method":"GET"} [] [2025-03-12T17:56:49.448494+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:56:56.019910+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:57:20.075387+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ceead2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ceead2/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fe3ee15%2Fexception","method":"GET"} [] [2025-03-12T17:57:20.163811+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T17:58:00.772377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:58:22.311155+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:58:22.378177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:59:02.485516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T17:59:26.562615+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T17:59:26.677957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:00:07.677391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e","method":"GET"} [] [2025-03-12T18:00:07.742584+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e/exception.css","method":"GET"} [] [2025-03-12T18:00:07.753435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:00:07.799981+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e/exception","method":"GET"} [] [2025-03-12T18:00:24.737677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:00:24.830811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:01:08.481954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1","method":"GET"} [] [2025-03-12T18:01:08.570301+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1/exception.css","method":"GET"} [] [2025-03-12T18:01:08.600583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:01:08.646093+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1/exception","method":"GET"} [] [2025-03-12T18:01:16.759335+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:01:16.788006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:02:01.069691+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c02a19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c02a19/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:02:01.134437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:02:40.474186+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:02:40.558211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:02:51.072913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:03:18.396427+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:03:18.462303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:03:50.472267+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"890476"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/890476/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:03:50.535586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:04:21.892197+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:04:21.952124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:04:29.900618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb?panel=exception","method":"GET"} [] [2025-03-12T18:04:29.953868+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb/exception.css","method":"GET"} [] [2025-03-12T18:04:29.961786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:04:30.009070+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb/exception","method":"GET"} [] [2025-03-12T18:04:49.316422+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:04:49.383235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:13.597751+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"81e7fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/81e7fe/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:13.668497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:15.200813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb?panel=logger","method":"GET"} [] [2025-03-12T18:05:15.231027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:05:36.195354+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:36.270882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:55.730538+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:55.792526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:05:56.679732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb?panel=config","method":"GET"} [] [2025-03-12T18:05:56.710502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:06:14.805230+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/768a24/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:14.906254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:30.503462+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:30.662811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:34.022626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb?panel=router","method":"GET"} [] [2025-03-12T18:06:34.052613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:06:34.106185+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb/router","method":"GET"} [] [2025-03-12T18:06:44.598218+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"890476"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/890476/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:44.623725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:57.610789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:57.693786+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception.css","method":"GET"} [] [2025-03-12T18:06:57.703817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:06:57.746579+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception","method":"GET"} [] [2025-03-12T18:07:08.970210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb?panel=cache","method":"GET"} [] [2025-03-12T18:07:08.995721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:07:30.725297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:07:30.788451+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception.css","method":"GET"} [] [2025-03-12T18:07:30.799290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:07:30.843914+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception","method":"GET"} [] [2025-03-12T18:07:39.811310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=events","method":"GET"} [] [2025-03-12T18:07:39.835952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:07:40.380889+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fchocolate%2Findex.html","method":"GET"} [] [2025-03-12T18:07:40.437984+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:07:50.031008+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fchocolate%2Findex.html","method":"GET"} [] [2025-03-12T18:07:50.113844+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:08:07.342957+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1/exception.css","method":"GET"} [] [2025-03-12T18:08:17.322698+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"335dca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/335dca/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fchocolate%2Findex.html","method":"GET"} [] [2025-03-12T18:08:17.388147+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:08:30.660227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1?panel=twig","method":"GET"} [] [2025-03-12T18:08:30.725325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:08:52.350446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1?panel=dump","method":"GET"} [] [2025-03-12T18:08:52.451654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:09:11.717987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1?panel=time","method":"GET"} [] [2025-03-12T18:09:11.800092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:09:17.825971+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fchocolate%2Findex.html","method":"GET"} [] [2025-03-12T18:09:17.910476+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:09:28.744880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1?panel=form","method":"GET"} [] [2025-03-12T18:09:28.812023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:09:44.719739+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1/exception","method":"GET"} [] [2025-03-12T18:09:58.781711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1?panel=security","method":"GET"} [] [2025-03-12T18:09:58.823735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:10:12.467004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=security","method":"GET"} [] [2025-03-12T18:10:12.526918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:10:20.519718+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cb830"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb830/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fchocolate%2Findex.html","method":"GET"} [] [2025-03-12T18:10:20.581442+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:10:23.691963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=mailer","method":"GET"} [] [2025-03-12T18:10:23.734128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:10:53.966047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df32f1"},"request_uri":"http://test.phila-ca.com/public/_profiler/df32f1?panel=request","method":"GET"} [] [2025-03-12T18:10:54.058829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:11:02.880657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=time","method":"GET"} [] [2025-03-12T18:11:02.905602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:11:11.882063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=dump","method":"GET"} [] [2025-03-12T18:11:11.958013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:11:19.368686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=twig","method":"GET"} [] [2025-03-12T18:11:19.394076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:11:22.808094+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c3964"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c3964/exception.css","method":"GET"} [] [2025-03-12T18:11:26.318378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=form","method":"GET"} [] [2025-03-12T18:11:26.341376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:11:32.981098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb?panel=time","method":"GET"} [] [2025-03-12T18:11:33.082765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:11:38.207404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:11:43.160467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:12:03.296964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=time","method":"GET"} [] [2025-03-12T18:12:03.365686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:12:26.690956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239","method":"GET"} [] [2025-03-12T18:12:26.755034+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239/exception.css","method":"GET"} [] [2025-03-12T18:12:26.765765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:12:26.812571+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239/exception","method":"GET"} [] [2025-03-12T18:12:28.805801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"758fff"},"request_uri":"https://test.phila-ca.com/public/_profiler/758fff?panel=security","method":"GET"} [] [2025-03-12T18:12:28.836052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:12:30.937243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c?panel=exception","method":"GET"} [] [2025-03-12T18:12:30.963134+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/exception.css","method":"GET"} [] [2025-03-12T18:12:30.967222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:12:30.991534+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/exception","method":"GET"} [] [2025-03-12T18:12:33.156182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=events","method":"GET"} [] [2025-03-12T18:12:33.180054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:12:35.346795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=security","method":"GET"} [] [2025-03-12T18:12:35.368570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:12:37.587848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=mailer","method":"GET"} [] [2025-03-12T18:12:37.612746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:12:42.340966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=twig","method":"GET"} [] [2025-03-12T18:12:42.473028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:12:45.557220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=dump","method":"GET"} [] [2025-03-12T18:12:45.579097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:12:48.525755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=form","method":"GET"} [] [2025-03-12T18:12:48.548855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:12:54.014963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:13:01.614583+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/exception.css","method":"GET"} [] [2025-03-12T18:13:09.179477+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c61a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c61a4c/exception","method":"GET"} [] [2025-03-12T18:13:24.669647+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception","method":"GET"} [] [2025-03-12T18:14:16.686322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=exception","method":"GET"} [] [2025-03-12T18:14:16.751185+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception.css","method":"GET"} [] [2025-03-12T18:14:16.761930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:14:16.804173+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception","method":"GET"} [] [2025-03-12T18:14:18.031054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"faacf0"},"request_uri":"https://test.phila-ca.com/public/_profiler/faacf0/search/results?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T18:14:18.074225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.97&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Flivre%2Findex-home3.html","method":"GET"} [] [2025-03-12T18:14:33.282909+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb/search/results?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T18:14:33.368677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T18:14:35.609281+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd3fdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd3fdb/search/results?limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T18:14:35.639598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T18:15:01.142700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=translation","method":"GET"} [] [2025-03-12T18:15:01.212648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:15:42.935757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=validator","method":"GET"} [] [2025-03-12T18:15:43.000515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:16:52.764747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=mailer","method":"GET"} [] [2025-03-12T18:16:52.826670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:17:25.161246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=request","method":"GET"} [] [2025-03-12T18:17:25.231277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:17:55.540211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=db","method":"GET"} [] [2025-03-12T18:17:55.624501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:18:23.222872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=events","method":"GET"} [] [2025-03-12T18:18:23.286287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:18:24.583969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T18:18:24.611912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-12T18:18:47.763029+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239/exception","method":"GET"} [] [2025-03-12T18:19:30.228677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=translation","method":"GET"} [] [2025-03-12T18:19:30.307017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:19:49.424900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=validator","method":"GET"} [] [2025-03-12T18:19:49.494018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:20:06.998011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=security","method":"GET"} [] [2025-03-12T18:20:07.075622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:20:23.428727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=mailer","method":"GET"} [] [2025-03-12T18:20:23.494523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:20:37.876700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=request","method":"GET"} [] [2025-03-12T18:20:37.904264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:20:50.824472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=db","method":"GET"} [] [2025-03-12T18:20:50.891188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:21:13.961910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=dump","method":"GET"} [] [2025-03-12T18:21:14.029997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:21:24.579330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=time","method":"GET"} [] [2025-03-12T18:21:24.602920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:21:34.110127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=twig","method":"GET"} [] [2025-03-12T18:21:34.182679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:21:42.468854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=twig","method":"GET"} [] [2025-03-12T18:21:42.490859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:21:50.173541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=dump","method":"GET"} [] [2025-03-12T18:21:50.250050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:21:56.786767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=form","method":"GET"} [] [2025-03-12T18:21:56.809835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:22:03.244729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=time","method":"GET"} [] [2025-03-12T18:22:03.269475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:22:08.853218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e","method":"GET"} [] [2025-03-12T18:22:08.913186+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception.css","method":"GET"} [] [2025-03-12T18:22:08.923884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:22:08.967413+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception","method":"GET"} [] [2025-03-12T18:22:13.687947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=form","method":"GET"} [] [2025-03-12T18:22:13.717909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:22:18.155781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=cache","method":"GET"} [] [2025-03-12T18:22:18.178170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:22:26.040394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=router","method":"GET"} [] [2025-03-12T18:22:26.122034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:22:26.167295+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/router","method":"GET"} [] [2025-03-12T18:22:29.614449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=config","method":"GET"} [] [2025-03-12T18:22:29.638687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:22:32.817716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=logger","method":"GET"} [] [2025-03-12T18:22:32.840703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:22:35.886424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=logger","method":"GET"} [] [2025-03-12T18:22:35.908708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:22:38.710404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?panel=router","method":"GET"} [] [2025-03-12T18:22:38.731672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:22:38.749554+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239/router","method":"GET"} [] [2025-03-12T18:22:41.373015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?panel=config","method":"GET"} [] [2025-03-12T18:22:41.473604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:22:43.745856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e?group=1&panel=db","method":"GET"} [] [2025-03-12T18:22:43.776020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:22:46.048048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239?group=1&panel=db","method":"GET"} [] [2025-03-12T18:22:46.071706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:22:48.156455+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:22:48.178587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:22:50.389381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:22:50.412545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:22:52.596180+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3486e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3486e/exception.css","method":"GET"} [] [2025-03-12T18:22:54.811762+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cd0239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cd0239/exception.css","method":"GET"} [] [2025-03-12T18:22:57.229736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:22:59.487273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-12T18:23:01.660588+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"478180"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/478180/exception.css","method":"GET"} [] [2025-03-12T18:23:03.836650+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"85995f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/85995f/exception.css","method":"GET"} [] [2025-03-12T18:23:06.047755+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"138539"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/138539/exception.css","method":"GET"} [] [2025-03-12T18:23:08.546029+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"680984"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/680984/exception.css","method":"GET"} [] [2025-03-12T18:23:10.746007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387","method":"GET"} [] [2025-03-12T18:23:10.789674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:13.153639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a","method":"GET"} [] [2025-03-12T18:23:13.244742+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/exception.css","method":"GET"} [] [2025-03-12T18:23:13.248695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:13.277554+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/exception","method":"GET"} [] [2025-03-12T18:23:15.498571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d","method":"GET"} [] [2025-03-12T18:23:15.529618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:17.736854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8","method":"GET"} [] [2025-03-12T18:23:17.790277+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/exception.css","method":"GET"} [] [2025-03-12T18:23:17.794738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:17.821977+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/exception","method":"GET"} [] [2025-03-12T18:23:20.046663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f","method":"GET"} [] [2025-03-12T18:23:20.068452+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/exception.css","method":"GET"} [] [2025-03-12T18:23:20.071615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:20.091237+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/exception","method":"GET"} [] [2025-03-12T18:23:23.450097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc","method":"GET"} [] [2025-03-12T18:23:23.515013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:25.587842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc","method":"GET"} [] [2025-03-12T18:23:25.610573+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/exception.css","method":"GET"} [] [2025-03-12T18:23:25.616968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:25.635218+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/exception","method":"GET"} [] [2025-03-12T18:23:27.797513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a","method":"GET"} [] [2025-03-12T18:23:27.835501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:30.282412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba","method":"GET"} [] [2025-03-12T18:23:30.331920+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba/exception.css","method":"GET"} [] [2025-03-12T18:23:30.335429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:23:30.361271+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba/exception","method":"GET"} [] [2025-03-12T18:23:32.629059+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:23:32.652461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:23:34.769200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=db","method":"GET"} [] [2025-03-12T18:23:34.790124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:23:37.006205+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/exception","method":"GET"} [] [2025-03-12T18:23:39.185716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=exception","method":"GET"} [] [2025-03-12T18:23:39.205325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:23:41.332000+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/exception","method":"GET"} [] [2025-03-12T18:23:43.588122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=router","method":"GET"} [] [2025-03-12T18:23:43.625305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:23:43.665734+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/router","method":"GET"} [] [2025-03-12T18:23:46.127349+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/exception","method":"GET"} [] [2025-03-12T18:23:48.358843+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/exception","method":"GET"} [] [2025-03-12T18:23:51.708540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=exception","method":"GET"} [] [2025-03-12T18:23:51.732179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:23:53.939366+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba/exception","method":"GET"} [] [2025-03-12T18:23:56.158759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=exception","method":"GET"} [] [2025-03-12T18:23:56.186667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:23:58.345840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=exception","method":"GET"} [] [2025-03-12T18:23:58.369306+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/exception.css","method":"GET"} [] [2025-03-12T18:23:58.387959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:23:58.411537+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/exception","method":"GET"} [] [2025-03-12T18:24:00.636437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=exception","method":"GET"} [] [2025-03-12T18:24:00.667660+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/exception.css","method":"GET"} [] [2025-03-12T18:24:00.674380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:24:00.716154+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/exception","method":"GET"} [] [2025-03-12T18:24:04.340078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=translation","method":"GET"} [] [2025-03-12T18:24:04.389543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:06.577048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=translation","method":"GET"} [] [2025-03-12T18:24:06.598399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:07.695503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T18:24:07.721643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.122&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-12T18:24:08.816071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=translation","method":"GET"} [] [2025-03-12T18:24:08.837989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:11.019261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=translation","method":"GET"} [] [2025-03-12T18:24:11.043529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:13.277025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=translation","method":"GET"} [] [2025-03-12T18:24:13.299211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:15.521906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=translation","method":"GET"} [] [2025-03-12T18:24:15.543628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:17.707779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=translation","method":"GET"} [] [2025-03-12T18:24:17.745683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:24:20.318784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=mailer","method":"GET"} [] [2025-03-12T18:24:20.365552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:24:22.586389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=request","method":"GET"} [] [2025-03-12T18:24:22.606671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:24:24.795676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=request","method":"GET"} [] [2025-03-12T18:24:24.821927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:24:26.965910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=request","method":"GET"} [] [2025-03-12T18:24:26.988102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:24:29.206678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=mailer","method":"GET"} [] [2025-03-12T18:24:29.227988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:24:31.409746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=request","method":"GET"} [] [2025-03-12T18:24:31.433725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:24:33.577281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=request","method":"GET"} [] [2025-03-12T18:24:33.614756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:24:37.182252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=mailer","method":"GET"} [] [2025-03-12T18:24:37.231883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:24:39.459903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=mailer","method":"GET"} [] [2025-03-12T18:24:39.481271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:24:41.597026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=events","method":"GET"} [] [2025-03-12T18:24:41.625087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:24:43.827962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=events","method":"GET"} [] [2025-03-12T18:24:43.848001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:24:47.241084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=dump","method":"GET"} [] [2025-03-12T18:24:47.264228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:24:49.486630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=dump","method":"GET"} [] [2025-03-12T18:24:49.523646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:24:51.747351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=time","method":"GET"} [] [2025-03-12T18:24:51.769005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:24:54.196863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=form","method":"GET"} [] [2025-03-12T18:24:54.246037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:24:56.496598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=twig","method":"GET"} [] [2025-03-12T18:24:56.516182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:24:58.735920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=time","method":"GET"} [] [2025-03-12T18:24:58.758846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:25:00.967637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=time","method":"GET"} [] [2025-03-12T18:25:00.993802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:25:03.190412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=twig","method":"GET"} [] [2025-03-12T18:25:03.212692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:25:05.356816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=dump","method":"GET"} [] [2025-03-12T18:25:05.408502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:25:07.669276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=form","method":"GET"} [] [2025-03-12T18:25:07.695228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:25:11.261019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=form","method":"GET"} [] [2025-03-12T18:25:11.308854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:25:13.529277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=validator","method":"GET"} [] [2025-03-12T18:25:13.553384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:25:15.586364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=validator","method":"GET"} [] [2025-03-12T18:25:15.610399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:25:17.799110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=exception","method":"GET"} [] [2025-03-12T18:25:17.822324+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/exception.css","method":"GET"} [] [2025-03-12T18:25:17.830215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:25:17.849863+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/exception","method":"GET"} [] [2025-03-12T18:25:20.037653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=validator","method":"GET"} [] [2025-03-12T18:25:20.060230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:25:22.302837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=validator","method":"GET"} [] [2025-03-12T18:25:22.339410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:25:27.216942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=db","method":"GET"} [] [2025-03-12T18:25:27.265648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:25:29.496671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=db","method":"GET"} [] [2025-03-12T18:25:29.519516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:25:31.696782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=cache","method":"GET"} [] [2025-03-12T18:25:31.725918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:25:35.148234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=events","method":"GET"} [] [2025-03-12T18:25:35.173337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:25:38.642368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=time","method":"GET"} [] [2025-03-12T18:25:38.687757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:25:40.866987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=twig","method":"GET"} [] [2025-03-12T18:25:40.888966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:25:43.451672+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=time","method":"GET"} [] [2025-03-12T18:25:43.503026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:25:45.696429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=twig","method":"GET"} [] [2025-03-12T18:25:45.715865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:25:47.907882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=form","method":"GET"} [] [2025-03-12T18:25:47.940217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:25:50.155903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=dump","method":"GET"} [] [2025-03-12T18:25:50.176077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:25:52.307222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=validator","method":"GET"} [] [2025-03-12T18:25:52.334134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:25:55.549196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=cache","method":"GET"} [] [2025-03-12T18:25:55.587670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:25:57.826251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=cache","method":"GET"} [] [2025-03-12T18:25:57.845690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:26:00.294882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=dump","method":"GET"} [] [2025-03-12T18:26:00.345402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:26:02.537821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=form","method":"GET"} [] [2025-03-12T18:26:02.560381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:26:04.517385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1aa33b"},"request_uri":"https://test.phila-ca.com/public/_profiler/1aa33b?panel=translation","method":"GET"} [] [2025-03-12T18:26:04.558242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:26:04.697872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=db","method":"GET"} [] [2025-03-12T18:26:04.721911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:26:06.917309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=cache","method":"GET"} [] [2025-03-12T18:26:06.940708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:26:10.336762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=config","method":"GET"} [] [2025-03-12T18:26:10.361994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:26:12.591005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=logger","method":"GET"} [] [2025-03-12T18:26:12.632919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:26:14.912801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=router","method":"GET"} [] [2025-03-12T18:26:14.935272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:26:14.955338+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d/router","method":"GET"} [] [2025-03-12T18:26:17.395179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=config","method":"GET"} [] [2025-03-12T18:26:17.452835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:26:19.669284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=logger","method":"GET"} [] [2025-03-12T18:26:19.694748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:26:21.917650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=config","method":"GET"} [] [2025-03-12T18:26:21.939951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:26:24.120710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=config","method":"GET"} [] [2025-03-12T18:26:24.144231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:26:26.345898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?group=1&panel=db","method":"GET"} [] [2025-03-12T18:26:26.370447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:26:28.526228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?panel=security","method":"GET"} [] [2025-03-12T18:26:28.570981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:30.779319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=logger","method":"GET"} [] [2025-03-12T18:26:30.800514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:26:33.224319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?panel=security","method":"GET"} [] [2025-03-12T18:26:33.270438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:35.451303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=security","method":"GET"} [] [2025-03-12T18:26:35.476555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:37.702269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=security","method":"GET"} [] [2025-03-12T18:26:37.725368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:39.890881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=security","method":"GET"} [] [2025-03-12T18:26:39.919116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:42.148492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=config","method":"GET"} [] [2025-03-12T18:26:42.172696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:26:44.368089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a?panel=security","method":"GET"} [] [2025-03-12T18:26:44.403978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:46.591758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=security","method":"GET"} [] [2025-03-12T18:26:46.615431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:26:49.091078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8?panel=logger","method":"GET"} [] [2025-03-12T18:26:49.138827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:26:51.680220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=logger","method":"GET"} [] [2025-03-12T18:26:51.707508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:26:54.221547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba?panel=router","method":"GET"} [] [2025-03-12T18:26:54.242923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:26:54.261275+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba/router","method":"GET"} [] [2025-03-12T18:26:56.526315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d?group=1&panel=db","method":"GET"} [] [2025-03-12T18:26:56.547516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:26:58.663930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f?group=1&panel=db","method":"GET"} [] [2025-03-12T18:26:58.689964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:27:02.031649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=exception","method":"GET"} [] [2025-03-12T18:27:02.067471+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/exception.css","method":"GET"} [] [2025-03-12T18:27:02.080207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:27:02.123591+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/exception","method":"GET"} [] [2025-03-12T18:27:04.624103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=translation","method":"GET"} [] [2025-03-12T18:27:04.677336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:27:07.994014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=mailer","method":"GET"} [] [2025-03-12T18:27:08.023828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:27:10.267681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=mailer","method":"GET"} [] [2025-03-12T18:27:10.297274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:27:12.482671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=mailer","method":"GET"} [] [2025-03-12T18:27:12.503775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:27:14.722142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=exception","method":"GET"} [] [2025-03-12T18:27:14.742723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:27:16.882194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=mailer","method":"GET"} [] [2025-03-12T18:27:16.903923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:27:19.016313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=request","method":"GET"} [] [2025-03-12T18:27:19.056587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:27:21.536933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=request","method":"GET"} [] [2025-03-12T18:27:21.616679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:27:23.823109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=request","method":"GET"} [] [2025-03-12T18:27:23.851850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:27:25.991423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=db","method":"GET"} [] [2025-03-12T18:27:26.014218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:27:28.207793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=db","method":"GET"} [] [2025-03-12T18:27:28.230298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:27:30.401559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=db","method":"GET"} [] [2025-03-12T18:27:30.425442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:27:32.582105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=request","method":"GET"} [] [2025-03-12T18:27:32.605815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:27:35.975878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=form","method":"GET"} [] [2025-03-12T18:27:36.014381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:27:38.416671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=time","method":"GET"} [] [2025-03-12T18:27:38.463375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:27:40.661045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=twig","method":"GET"} [] [2025-03-12T18:27:40.683987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:27:42.870510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=events","method":"GET"} [] [2025-03-12T18:27:42.891315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:27:46.221827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=form","method":"GET"} [] [2025-03-12T18:27:46.242566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:27:48.420372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=form","method":"GET"} [] [2025-03-12T18:27:48.444885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:27:50.593089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=dump","method":"GET"} [] [2025-03-12T18:27:50.615287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:27:51.221350+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:27:51.255860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:27:52.783451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=twig","method":"GET"} [] [2025-03-12T18:27:52.815662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:27:55.287289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=dump","method":"GET"} [] [2025-03-12T18:27:55.345169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:27:57.522935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=time","method":"GET"} [] [2025-03-12T18:27:57.549951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:27:59.741179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=time","method":"GET"} [] [2025-03-12T18:27:59.761236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:28:01.942680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=twig","method":"GET"} [] [2025-03-12T18:28:01.965953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:28:05.363524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=form","method":"GET"} [] [2025-03-12T18:28:05.387343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:28:07.597467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=dump","method":"GET"} [] [2025-03-12T18:28:07.631398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:28:09.862319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=time","method":"GET"} [] [2025-03-12T18:28:09.894071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:28:12.343938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=validator","method":"GET"} [] [2025-03-12T18:28:12.393480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:28:14.610331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=cache","method":"GET"} [] [2025-03-12T18:28:14.632931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:28:16.840844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=cache","method":"GET"} [] [2025-03-12T18:28:16.865303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:28:19.092265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=cache","method":"GET"} [] [2025-03-12T18:28:19.113738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:28:21.314512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=events","method":"GET"} [] [2025-03-12T18:28:21.335846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:28:23.494960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=events","method":"GET"} [] [2025-03-12T18:28:23.530034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:28:25.729375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=cache","method":"GET"} [] [2025-03-12T18:28:25.766930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:28:28.222822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=router","method":"GET"} [] [2025-03-12T18:28:28.271130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:28:28.295091+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/router","method":"GET"} [] [2025-03-12T18:28:30.532423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=router","method":"GET"} [] [2025-03-12T18:28:30.555983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:28:30.579772+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc/router","method":"GET"} [] [2025-03-12T18:28:32.792417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=time","method":"GET"} [] [2025-03-12T18:28:32.817127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:28:36.211508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?panel=config","method":"GET"} [] [2025-03-12T18:28:36.231391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:28:39.614492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?panel=logger","method":"GET"} [] [2025-03-12T18:28:39.647525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:28:41.181721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=twig","method":"GET"} [] [2025-03-12T18:28:41.221935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:28:41.862869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=config","method":"GET"} [] [2025-03-12T18:28:41.884300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:28:44.415528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=logger","method":"GET"} [] [2025-03-12T18:28:44.466317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:28:46.707736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=router","method":"GET"} [] [2025-03-12T18:28:46.733377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:28:46.758239+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387/router","method":"GET"} [] [2025-03-12T18:28:50.110570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=validator","method":"GET"} [] [2025-03-12T18:28:50.132142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:28:52.323065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=exception","method":"GET"} [] [2025-03-12T18:28:52.346924+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/exception.css","method":"GET"} [] [2025-03-12T18:28:52.354043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:28:52.373631+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/exception","method":"GET"} [] [2025-03-12T18:28:54.567102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=translation","method":"GET"} [] [2025-03-12T18:28:54.594906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:28:57.992917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=security","method":"GET"} [] [2025-03-12T18:28:58.033232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:29:01.604152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=request","method":"GET"} [] [2025-03-12T18:29:01.658576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:29:03.891684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=db","method":"GET"} [] [2025-03-12T18:29:03.919364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:29:06.060433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=form","method":"GET"} [] [2025-03-12T18:29:06.083743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:29:08.285031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=events","method":"GET"} [] [2025-03-12T18:29:08.315161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:29:10.422176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=twig","method":"GET"} [] [2025-03-12T18:29:10.448194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:29:12.630643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=dump","method":"GET"} [] [2025-03-12T18:29:12.652885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:29:14.812259+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/exception","method":"GET"} [] [2025-03-12T18:29:17.249613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=cache","method":"GET"} [] [2025-03-12T18:29:17.312145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:29:19.532004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=config","method":"GET"} [] [2025-03-12T18:29:19.559938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:29:21.693661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=logger","method":"GET"} [] [2025-03-12T18:29:21.718269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:29:23.961797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?panel=router","method":"GET"} [] [2025-03-12T18:29:23.987929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:29:24.007271+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/router","method":"GET"} [] [2025-03-12T18:29:26.368671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=config","method":"GET"} [] [2025-03-12T18:29:26.398528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:29:27.960778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=time","method":"GET"} [] [2025-03-12T18:29:27.982815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:29:28.595106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=router","method":"GET"} [] [2025-03-12T18:29:28.615681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:29:28.634189+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/router","method":"GET"} [] [2025-03-12T18:29:30.813025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=logger","method":"GET"} [] [2025-03-12T18:29:30.837950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:29:33.389069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?panel=security","method":"GET"} [] [2025-03-12T18:29:33.489604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:29:35.772859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?panel=security","method":"GET"} [] [2025-03-12T18:29:35.799305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:29:38.006378+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:38.093681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:40.307816+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:40.332781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:42.397086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:42.417220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:44.621592+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:44.645719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:46.761439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:46.783811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:49.241234+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:49.345561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:51.522193+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:51.560962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:53.741797+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:53.765298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:55.951429+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:55.972848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:29:58.196634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62?group=1&panel=db","method":"GET"} [] [2025-03-12T18:29:58.227935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:00.479572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:00.504482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:02.621033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:02.643009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:05.097085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:05.165727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:07.362546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:07.388371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:30:09.601034+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:09.624161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:11.171228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=dump","method":"GET"} [] [2025-03-12T18:30:11.193559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:30:11.811263+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:11.830937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:14.004439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:14.026400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:16.134977+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:16.161816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:18.459782+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:18.485778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:20.911665+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3b58d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d3b58d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:20.966746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:23.121142+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:23.149709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:25.330329+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:25.353152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:27.593111+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c4db0a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c4db0a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:27.614235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:29.785699+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1deba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1deba/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:29.807894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:30:33.102886+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9554bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9554bc/exception.css","method":"GET"} [] [2025-03-12T18:30:35.241896+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/exception.css","method":"GET"} [] [2025-03-12T18:30:37.648587+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c9ce8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0c9ce8/exception.css","method":"GET"} [] [2025-03-12T18:30:39.886562+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f49a2f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f49a2f/exception.css","method":"GET"} [] [2025-03-12T18:30:42.105333+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fdf32f1%2Fexception","method":"GET"} [] [2025-03-12T18:30:42.176800+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:30:44.543553+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fc61a4c%2Fexception","method":"GET"} [] [2025-03-12T18:30:44.597021+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:30:48.005395+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:30:48.038203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:30:49.049216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=form","method":"GET"} [] [2025-03-12T18:30:49.087925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:30:59.039735+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:30:59.114125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:31:08.215316+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9161dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9161dc/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fdf32f1%2Fexception","method":"GET"} [] [2025-03-12T18:31:08.271308+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:31:17.344791+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"673387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/673387/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fc61a4c%2Fexception","method":"GET"} [] [2025-03-12T18:31:17.434417+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:31:21.305320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=security","method":"GET"} [] [2025-03-12T18:31:21.344219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:31:42.902901+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e48c62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e48c62/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:31:42.976092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:31:51.616797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=router","method":"GET"} [] [2025-03-12T18:31:51.649991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:31:51.688847+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0/router","method":"GET"} [] [2025-03-12T18:32:19.953418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a?panel=dump","method":"GET"} [] [2025-03-12T18:32:20.032866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:32:44.609292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a?panel=form","method":"GET"} [] [2025-03-12T18:32:44.689217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:32:47.619277+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"03051a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/03051a/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:32:47.646441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:33:06.512262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a?panel=time","method":"GET"} [] [2025-03-12T18:33:06.579083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:33:42.454705+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f9206"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2f9206/exception.css","method":"GET"} [] [2025-03-12T18:34:01.027381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:34:01.111245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:34:18.237101+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:34:18.306398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:34:32.127240+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"29554c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/29554c/exception.css","method":"GET"} [] [2025-03-12T18:34:49.369428+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"065965"},"request_uri":"https://test.phila-ca.com/public/_profiler/065965/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:34:49.465148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:35:17.001012+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"627d49"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/627d49/exception.css","method":"GET"} [] [2025-03-12T18:35:17.000884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62","method":"GET"} [] [2025-03-12T18:35:17.064782+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62/exception.css","method":"GET"} [] [2025-03-12T18:35:17.071981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:35:17.114615+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62/exception","method":"GET"} [] [2025-03-12T18:35:54.317750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3","method":"GET"} [] [2025-03-12T18:35:54.385416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:36:05.188645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64","method":"GET"} [] [2025-03-12T18:36:05.233730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:36:16.270500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f","method":"GET"} [] [2025-03-12T18:36:16.358541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:36:25.690612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2","method":"GET"} [] [2025-03-12T18:36:25.759295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:36:34.552753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a?panel=security","method":"GET"} [] [2025-03-12T18:36:34.552792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889","method":"GET"} [] [2025-03-12T18:36:34.619738+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/exception.css","method":"GET"} [] [2025-03-12T18:36:34.621062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:36:34.627334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:36:34.662509+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/exception","method":"GET"} [] [2025-03-12T18:36:42.058879+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:36:42.086232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:36:48.880556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e","method":"GET"} [] [2025-03-12T18:36:48.925629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:36:55.262092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=events","method":"GET"} [] [2025-03-12T18:36:55.385246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:37:00.766298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=security","method":"GET"} [] [2025-03-12T18:37:00.796317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:37:05.607829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d","method":"GET"} [] [2025-03-12T18:37:05.630212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:37:10.629197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad","method":"GET"} [] [2025-03-12T18:37:10.696190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:37:11.413983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908","method":"GET"} [] [2025-03-12T18:37:11.459023+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908/exception.css","method":"GET"} [] [2025-03-12T18:37:11.471666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:37:11.491571+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908/exception","method":"GET"} [] [2025-03-12T18:37:14.477289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=twig","method":"GET"} [] [2025-03-12T18:37:14.499386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:37:18.185729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=dump","method":"GET"} [] [2025-03-12T18:37:18.205702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:37:21.684794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=time","method":"GET"} [] [2025-03-12T18:37:21.705505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:37:24.486945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=translation","method":"GET"} [] [2025-03-12T18:37:24.506646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:37:27.400959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=request","method":"GET"} [] [2025-03-12T18:37:27.461302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:37:29.657970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=db","method":"GET"} [] [2025-03-12T18:37:29.680841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:37:31.884953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=dump","method":"GET"} [] [2025-03-12T18:37:31.905509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:37:35.908107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=db","method":"GET"} [] [2025-03-12T18:37:35.929962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:37:37.966431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad?panel=db","method":"GET"} [] [2025-03-12T18:37:37.987737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:37:40.125475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=form","method":"GET"} [] [2025-03-12T18:37:40.145480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:37:46.429188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad?panel=form","method":"GET"} [] [2025-03-12T18:37:46.495991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:37:48.704441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad?panel=twig","method":"GET"} [] [2025-03-12T18:37:48.723374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:37:50.900678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=twig","method":"GET"} [] [2025-03-12T18:37:50.920511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:37:53.057322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=time","method":"GET"} [] [2025-03-12T18:37:53.078166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:37:55.196174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=events","method":"GET"} [] [2025-03-12T18:37:55.217029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:37:57.435081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=events","method":"GET"} [] [2025-03-12T18:37:57.455998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:37:59.687307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=security","method":"GET"} [] [2025-03-12T18:37:59.713297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:38:02.077146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=events","method":"GET"} [] [2025-03-12T18:38:02.139480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:38:04.325282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad?panel=security","method":"GET"} [] [2025-03-12T18:38:04.366574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:38:06.548803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=security","method":"GET"} [] [2025-03-12T18:38:06.579207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:38:08.714526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=security","method":"GET"} [] [2025-03-12T18:38:08.735944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:38:10.838720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=security","method":"GET"} [] [2025-03-12T18:38:10.863727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:38:13.099397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=security","method":"GET"} [] [2025-03-12T18:38:13.121196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:38:14.235484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db","method":"GET"} [] [2025-03-12T18:38:14.294489+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/exception.css","method":"GET"} [] [2025-03-12T18:38:14.301444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:38:14.321605+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/exception","method":"GET"} [] [2025-03-12T18:38:16.435958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f","method":"GET"} [] [2025-03-12T18:38:16.457952+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/exception.css","method":"GET"} [] [2025-03-12T18:38:16.460964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:38:16.480159+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/exception","method":"GET"} [] [2025-03-12T18:38:18.861864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5","method":"GET"} [] [2025-03-12T18:38:18.934836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:38:21.114651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9","method":"GET"} [] [2025-03-12T18:38:21.134724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:38:23.345213+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:23.367894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:25.453797+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:25.472498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:27.646824+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:27.667274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:29.864748+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:29.884519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:32.028579+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:32.049520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:34.427660+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:34.479934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:36.702076+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"160922"},"request_uri":"https://test.phila-ca.com/public/_profiler/160922/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:36.732561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:38:38.906145+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/exception.css","method":"GET"} [] [2025-03-12T18:38:41.045825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=dump","method":"GET"} [] [2025-03-12T18:38:41.079956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:38:43.231314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=form","method":"GET"} [] [2025-03-12T18:38:43.253115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:38:44.863824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b","method":"GET"} [] [2025-03-12T18:38:44.885610+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/exception.css","method":"GET"} [] [2025-03-12T18:38:44.889169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:38:44.908396+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/exception","method":"GET"} [] [2025-03-12T18:38:45.444976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=db","method":"GET"} [] [2025-03-12T18:38:45.466520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:38:47.675845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=form","method":"GET"} [] [2025-03-12T18:38:47.698751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:38:50.087356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=time","method":"GET"} [] [2025-03-12T18:38:50.142521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:38:52.355256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=time","method":"GET"} [] [2025-03-12T18:38:52.378215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:38:54.604963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=dump","method":"GET"} [] [2025-03-12T18:38:54.624825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:38:56.842944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=twig","method":"GET"} [] [2025-03-12T18:38:56.870530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:38:59.028889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=time","method":"GET"} [] [2025-03-12T18:38:59.050430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:39:01.209779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=twig","method":"GET"} [] [2025-03-12T18:39:01.235777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:39:03.451908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=dump","method":"GET"} [] [2025-03-12T18:39:03.472740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:39:06.016756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=twig","method":"GET"} [] [2025-03-12T18:39:06.080802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:39:08.278928+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/exception","method":"GET"} [] [2025-03-12T18:39:10.533908+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ff1deba%2Fexception","method":"GET"} [] [2025-03-12T18:39:10.589706+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:39:12.743612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=security","method":"GET"} [] [2025-03-12T18:39:12.776108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:39:13.102234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b","method":"GET"} [] [2025-03-12T18:39:13.124190+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/exception.css","method":"GET"} [] [2025-03-12T18:39:13.128683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:39:13.147894+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/exception","method":"GET"} [] [2025-03-12T18:39:16.410292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8?panel=time","method":"GET"} [] [2025-03-12T18:39:16.434338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:39:19.426607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=security","method":"GET"} [] [2025-03-12T18:39:19.448377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:39:24.976922+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"065965"},"request_uri":"https://test.phila-ca.com/public/_profiler/065965/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:39:25.052172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:39:27.276100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=config","method":"GET"} [] [2025-03-12T18:39:27.297726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:39:31.639441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=mailer","method":"GET"} [] [2025-03-12T18:39:31.674457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:39:33.865456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=mailer","method":"GET"} [] [2025-03-12T18:39:33.886155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:39:36.065943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=mailer","method":"GET"} [] [2025-03-12T18:39:36.086108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:39:36.407915+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:39:36.438294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:39:38.206854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=mailer","method":"GET"} [] [2025-03-12T18:39:38.230920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:39:41.974132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8?panel=dump","method":"GET"} [] [2025-03-12T18:39:42.029204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:39:44.146725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8?panel=form","method":"GET"} [] [2025-03-12T18:39:44.168345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:39:46.296367+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ff1deba%2Fexception","method":"GET"} [] [2025-03-12T18:39:46.350232+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:39:48.442740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8?panel=security","method":"GET"} [] [2025-03-12T18:39:48.477097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:39:52.132977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a?panel=cache","method":"GET"} [] [2025-03-12T18:39:52.155443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:39:55.276149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=cache","method":"GET"} [] [2025-03-12T18:39:55.296618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:39:58.480361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=cache","method":"GET"} [] [2025-03-12T18:39:58.545110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:39:58.630436+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:39:58.669424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:40:00.737745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8?panel=cache","method":"GET"} [] [2025-03-12T18:40:00.761670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:40:03.115619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=exception","method":"GET"} [] [2025-03-12T18:40:03.134230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:40:05.318633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=exception","method":"GET"} [] [2025-03-12T18:40:05.346472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:40:07.570749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=form","method":"GET"} [] [2025-03-12T18:40:07.592916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:40:09.745397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=logger","method":"GET"} [] [2025-03-12T18:40:09.765863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:40:11.986373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=router","method":"GET"} [] [2025-03-12T18:40:12.007037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:40:12.024972+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5/router","method":"GET"} [] [2025-03-12T18:40:14.519692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=router","method":"GET"} [] [2025-03-12T18:40:14.575571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:40:14.601908+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d/router","method":"GET"} [] [2025-03-12T18:40:17.936629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=request","method":"GET"} [] [2025-03-12T18:40:17.961540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:18.341794+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0bbdb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0bbdb/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:40:18.366991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:40:20.091693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=request","method":"GET"} [] [2025-03-12T18:40:20.112857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:22.306984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f8fa0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5f8fa0?panel=request","method":"GET"} [] [2025-03-12T18:40:22.339392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:24.571563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8b8e1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b8e1d?panel=request","method":"GET"} [] [2025-03-12T18:40:24.594185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:26.725530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c20c5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/c20c5a?panel=request","method":"GET"} [] [2025-03-12T18:40:26.746555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:28.910065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad?panel=request","method":"GET"} [] [2025-03-12T18:40:28.936476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:31.334947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=request","method":"GET"} [] [2025-03-12T18:40:31.389299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:33.606200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8?panel=request","method":"GET"} [] [2025-03-12T18:40:33.636255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:40:35.729046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=twig","method":"GET"} [] [2025-03-12T18:40:35.749911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:40:36.574085+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"edf55e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/edf55e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:40:36.598634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:40:37.978758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=form","method":"GET"} [] [2025-03-12T18:40:38.006591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:40:40.278618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8","method":"GET"} [] [2025-03-12T18:40:40.298342+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8/exception.css","method":"GET"} [] [2025-03-12T18:40:40.306020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:40:40.324080+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8/exception","method":"GET"} [] [2025-03-12T18:40:42.545541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=twig","method":"GET"} [] [2025-03-12T18:40:42.564946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:40:44.775466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=time","method":"GET"} [] [2025-03-12T18:40:44.795113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:40:47.214717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=twig","method":"GET"} [] [2025-03-12T18:40:47.275792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:40:49.498162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=form","method":"GET"} [] [2025-03-12T18:40:49.519336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:40:51.685182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=time","method":"GET"} [] [2025-03-12T18:40:51.710261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:40:52.535695+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/exception","method":"GET"} [] [2025-03-12T18:40:53.910838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=twig","method":"GET"} [] [2025-03-12T18:40:53.949334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:40:57.349083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=time","method":"GET"} [] [2025-03-12T18:40:57.379827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:40:59.582837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=dump","method":"GET"} [] [2025-03-12T18:40:59.609510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:41:01.826015+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8/exception.css","method":"GET"} [] [2025-03-12T18:41:04.112487+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8/exception","method":"GET"} [] [2025-03-12T18:41:06.399616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=time","method":"GET"} [] [2025-03-12T18:41:06.430136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:41:06.821821+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908/exception","method":"GET"} [] [2025-03-12T18:41:08.625092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=dump","method":"GET"} [] [2025-03-12T18:41:08.655827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:41:10.869203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=dump","method":"GET"} [] [2025-03-12T18:41:10.895927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:41:13.051568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=dump","method":"GET"} [] [2025-03-12T18:41:13.077297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:41:15.304590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b","method":"GET"} [] [2025-03-12T18:41:15.347467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:41:17.525129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=form","method":"GET"} [] [2025-03-12T18:41:17.549086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:41:19.432128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=db","method":"GET"} [] [2025-03-12T18:41:19.502041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:41:19.735604+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8b2290"},"request_uri":"https://test.phila-ca.com/public/_profiler/8b2290/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F2f9206%2Fexception.css","method":"GET"} [] [2025-03-12T18:41:19.792092+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:41:22.005988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:41:25.619340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:41:29.040826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?panel=db","method":"GET"} [] [2025-03-12T18:41:29.110853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:41:31.277411+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/exception","method":"GET"} [] [2025-03-12T18:41:32.476642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9fe8c9"},"request_uri":"https://test.phila-ca.com/public/_profiler/9fe8c9?panel=form","method":"GET"} [] [2025-03-12T18:41:32.498997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:41:35.662604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=form","method":"GET"} [] [2025-03-12T18:41:35.709427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:41:38.305143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f?panel=exception","method":"GET"} [] [2025-03-12T18:41:38.330539+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/exception.css","method":"GET"} [] [2025-03-12T18:41:38.356785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:41:38.376916+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/exception","method":"GET"} [] [2025-03-12T18:41:40.867135+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:41:40.893384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:41:41.242992+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/exception","method":"GET"} [] [2025-03-12T18:41:43.195263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=request","method":"GET"} [] [2025-03-12T18:41:43.216034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:41:45.445158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=translation","method":"GET"} [] [2025-03-12T18:41:45.482480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:41:47.686459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=db","method":"GET"} [] [2025-03-12T18:41:47.708154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:41:49.905515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=logger","method":"GET"} [] [2025-03-12T18:41:49.925306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:41:51.473241+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/exception","method":"GET"} [] [2025-03-12T18:41:52.168737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=router","method":"GET"} [] [2025-03-12T18:41:52.190130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:41:52.210446+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b/router","method":"GET"} [] [2025-03-12T18:41:54.456035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a36a3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a36a3?group=1&panel=db","method":"GET"} [] [2025-03-12T18:41:54.479068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:41:56.659653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=exception","method":"GET"} [] [2025-03-12T18:41:56.679716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:41:58.913939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=cache","method":"GET"} [] [2025-03-12T18:41:58.935106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:42:00.024486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=exception","method":"GET"} [] [2025-03-12T18:42:00.045338+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/exception.css","method":"GET"} [] [2025-03-12T18:42:00.052238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:42:00.070718+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/exception","method":"GET"} [] [2025-03-12T18:42:01.091281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=dump","method":"GET"} [] [2025-03-12T18:42:01.128597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:42:03.385828+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:42:03.408588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:42:05.580212+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:42:05.603084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:42:07.900455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=exception","method":"GET"} [] [2025-03-12T18:42:07.900479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995","method":"GET"} [] [2025-03-12T18:42:07.950178+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/exception.css","method":"GET"} [] [2025-03-12T18:42:07.950607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:07.953877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:42:07.971984+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/exception","method":"GET"} [] [2025-03-12T18:42:10.107121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?group=1&panel=db","method":"GET"} [] [2025-03-12T18:42:10.129842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:42:12.325128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae","method":"GET"} [] [2025-03-12T18:42:12.345801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:14.273628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=exception","method":"GET"} [] [2025-03-12T18:42:14.299764+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/exception.css","method":"GET"} [] [2025-03-12T18:42:14.304064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:42:14.332835+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/exception","method":"GET"} [] [2025-03-12T18:42:14.565327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab","method":"GET"} [] [2025-03-12T18:42:14.592260+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab/exception.css","method":"GET"} [] [2025-03-12T18:42:14.596404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:14.622069+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab/exception","method":"GET"} [] [2025-03-12T18:42:16.749847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b","method":"GET"} [] [2025-03-12T18:42:16.783477+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b/exception.css","method":"GET"} [] [2025-03-12T18:42:16.792656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:16.830593+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b/exception","method":"GET"} [] [2025-03-12T18:42:19.055634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c","method":"GET"} [] [2025-03-12T18:42:19.076960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:20.276054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=translation","method":"GET"} [] [2025-03-12T18:42:20.299088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:42:22.342224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f","method":"GET"} [] [2025-03-12T18:42:22.363350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:24.878044+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:42:24.927916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:42:26.033045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=translation","method":"GET"} [] [2025-03-12T18:42:26.073863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:42:27.135565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998","method":"GET"} [] [2025-03-12T18:42:27.157707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:42:29.336034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=events","method":"GET"} [] [2025-03-12T18:42:29.356210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:31.332100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=translation","method":"GET"} [] [2025-03-12T18:42:31.356864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:42:31.616230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=security","method":"GET"} [] [2025-03-12T18:42:31.636685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:42:33.779554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=events","method":"GET"} [] [2025-03-12T18:42:33.830189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:35.627099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=mailer","method":"GET"} [] [2025-03-12T18:42:35.650147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:42:36.085514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=events","method":"GET"} [] [2025-03-12T18:42:36.108231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:38.336903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=events","method":"GET"} [] [2025-03-12T18:42:38.366305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:39.551573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=mailer","method":"GET"} [] [2025-03-12T18:42:39.573206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:42:40.832428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=events","method":"GET"} [] [2025-03-12T18:42:40.882866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:43.105528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=security","method":"GET"} [] [2025-03-12T18:42:43.127216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:42:43.405392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=request","method":"GET"} [] [2025-03-12T18:42:43.439333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:42:45.286950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f?panel=dump","method":"GET"} [] [2025-03-12T18:42:45.307621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:42:46.741036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=request","method":"GET"} [] [2025-03-12T18:42:46.764117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:42:48.626137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=config","method":"GET"} [] [2025-03-12T18:42:48.646556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:42:49.673724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=events","method":"GET"} [] [2025-03-12T18:42:49.714157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:50.864432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=time","method":"GET"} [] [2025-03-12T18:42:50.892902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:42:52.390405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=events","method":"GET"} [] [2025-03-12T18:42:52.411587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:42:53.088451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f?panel=twig","method":"GET"} [] [2025-03-12T18:42:53.108151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:42:54.876743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=time","method":"GET"} [] [2025-03-12T18:42:54.899628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:42:55.311866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=form","method":"GET"} [] [2025-03-12T18:42:55.332892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:42:57.370394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=dump","method":"GET"} [] [2025-03-12T18:42:57.439923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:42:57.518241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=request","method":"GET"} [] [2025-03-12T18:42:57.538566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:42:59.591631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=dump","method":"GET"} [] [2025-03-12T18:42:59.614132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:42:59.733852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=exception","method":"GET"} [] [2025-03-12T18:42:59.756185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:43:01.804713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=form","method":"GET"} [] [2025-03-12T18:43:01.828611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:43:03.156547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=security","method":"GET"} [] [2025-03-12T18:43:03.177339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:04.023629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=twig","method":"GET"} [] [2025-03-12T18:43:04.046692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:43:05.379773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=security","method":"GET"} [] [2025-03-12T18:43:05.419228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:06.221722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=twig","method":"GET"} [] [2025-03-12T18:43:06.251608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:43:07.609612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f?panel=security","method":"GET"} [] [2025-03-12T18:43:07.630649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:08.471588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=form","method":"GET"} [] [2025-03-12T18:43:08.494484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:43:09.755081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b","method":"GET"} [] [2025-03-12T18:43:09.775251+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b/exception.css","method":"GET"} [] [2025-03-12T18:43:09.782091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:43:09.800043+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b/exception","method":"GET"} [] [2025-03-12T18:43:10.712231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=time","method":"GET"} [] [2025-03-12T18:43:10.735196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:43:11.956598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8","method":"GET"} [] [2025-03-12T18:43:11.977254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:43:13.180980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=validator","method":"GET"} [] [2025-03-12T18:43:13.228680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:43:14.186184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27","method":"GET"} [] [2025-03-12T18:43:14.206772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:43:15.497281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=validator","method":"GET"} [] [2025-03-12T18:43:15.536297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:43:16.340779+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:43:16.364717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:43:17.719982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=validator","method":"GET"} [] [2025-03-12T18:43:17.745681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:43:18.525779+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:43:18.545893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:43:19.960232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=db","method":"GET"} [] [2025-03-12T18:43:19.982887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:43:20.735758+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:43:20.778510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:43:22.167469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=cache","method":"GET"} [] [2025-03-12T18:43:22.199642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:43:22.995882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=mailer","method":"GET"} [] [2025-03-12T18:43:23.019541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:43:24.401111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=cache","method":"GET"} [] [2025-03-12T18:43:24.425240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:43:25.218656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=mailer","method":"GET"} [] [2025-03-12T18:43:25.242774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:43:26.593632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=config","method":"GET"} [] [2025-03-12T18:43:26.615963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:43:27.498533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=mailer","method":"GET"} [] [2025-03-12T18:43:27.519527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:43:29.057144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=router","method":"GET"} [] [2025-03-12T18:43:29.128653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:43:29.153823+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/router","method":"GET"} [] [2025-03-12T18:43:29.715894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=mailer","method":"GET"} [] [2025-03-12T18:43:29.736116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:43:31.480348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=router","method":"GET"} [] [2025-03-12T18:43:31.507130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:43:31.530463+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/router","method":"GET"} [] [2025-03-12T18:43:31.824796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=events","method":"GET"} [] [2025-03-12T18:43:31.846251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:43:33.771823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=logger","method":"GET"} [] [2025-03-12T18:43:33.793098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:43:34.045005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8?panel=time","method":"GET"} [] [2025-03-12T18:43:34.066679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:43:36.004516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=config","method":"GET"} [] [2025-03-12T18:43:36.037900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:43:36.275173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=twig","method":"GET"} [] [2025-03-12T18:43:36.295074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:43:38.200964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=logger","method":"GET"} [] [2025-03-12T18:43:38.235163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:43:38.488554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8?panel=twig","method":"GET"} [] [2025-03-12T18:43:38.512738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:43:40.669693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?panel=security","method":"GET"} [] [2025-03-12T18:43:40.695214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:40.712011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=time","method":"GET"} [] [2025-03-12T18:43:40.734783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:43:42.843058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=security","method":"GET"} [] [2025-03-12T18:43:42.854754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8?panel=dump","method":"GET"} [] [2025-03-12T18:43:42.870958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:42.875601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:43:45.263134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8?panel=form","method":"GET"} [] [2025-03-12T18:43:45.263808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=security","method":"GET"} [] [2025-03-12T18:43:45.309403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:43:45.311378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:47.535109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=dump","method":"GET"} [] [2025-03-12T18:43:47.556758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:43:47.580377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?panel=db","method":"GET"} [] [2025-03-12T18:43:47.602563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:43:49.737550+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T18:43:49.761560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T18:43:49.762839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b?group=1&panel=db","method":"GET"} [] [2025-03-12T18:43:49.786861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:43:51.964449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=security","method":"GET"} [] [2025-03-12T18:43:51.978033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=exception","method":"GET"} [] [2025-03-12T18:43:51.997438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:51.999837+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908/exception.css","method":"GET"} [] [2025-03-12T18:43:52.007344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:43:52.026318+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908/exception","method":"GET"} [] [2025-03-12T18:43:54.188858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8?panel=security","method":"GET"} [] [2025-03-12T18:43:54.219676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:54.279376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=translation","method":"GET"} [] [2025-03-12T18:43:54.303636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:43:56.395615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=security","method":"GET"} [] [2025-03-12T18:43:56.416318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:43:56.510991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=mailer","method":"GET"} [] [2025-03-12T18:43:56.533985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:43:58.539269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=mailer","method":"GET"} [] [2025-03-12T18:43:58.561955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:43:58.681200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=mailer","method":"GET"} [] [2025-03-12T18:43:58.703526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:44:01.009442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=exception","method":"GET"} [] [2025-03-12T18:44:01.009469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=mailer","method":"GET"} [] [2025-03-12T18:44:01.064998+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/exception.css","method":"GET"} [] [2025-03-12T18:44:01.066552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:44:01.068103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:44:01.431126+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/exception","method":"GET"} [] [2025-03-12T18:44:03.601847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=cache","method":"GET"} [] [2025-03-12T18:44:03.626379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:44:03.642345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=mailer","method":"GET"} [] [2025-03-12T18:44:03.664077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:44:05.835639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=db","method":"GET"} [] [2025-03-12T18:44:05.975433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:44:06.911000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=request","method":"GET"} [] [2025-03-12T18:44:06.935298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:44:08.190230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=events","method":"GET"} [] [2025-03-12T18:44:08.222005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:44:09.140391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db?group=1&panel=db","method":"GET"} [] [2025-03-12T18:44:09.162241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:44:10.435630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=twig","method":"GET"} [] [2025-03-12T18:44:10.462144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:44:11.352398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=db","method":"GET"} [] [2025-03-12T18:44:11.375173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:44:12.657512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2faa3b"},"request_uri":"https://test.phila-ca.com/public/_profiler/2faa3b?panel=time","method":"GET"} [] [2025-03-12T18:44:12.679036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:13.571959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=db","method":"GET"} [] [2025-03-12T18:44:13.610851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:44:14.829140+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:14.864976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:16.168015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=request","method":"GET"} [] [2025-03-12T18:44:16.243740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:44:16.999048+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:17.022013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:18.431630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=twig","method":"GET"} [] [2025-03-12T18:44:18.454616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:44:19.196154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=request","method":"GET"} [] [2025-03-12T18:44:19.218309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:44:20.600868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=form","method":"GET"} [] [2025-03-12T18:44:20.623080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:44:21.498889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd65c8"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd65c8?panel=request","method":"GET"} [] [2025-03-12T18:44:21.519039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:44:22.852375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=dump","method":"GET"} [] [2025-03-12T18:44:22.873359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:44:23.715942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef651f"},"request_uri":"https://test.phila-ca.com/public/_profiler/ef651f?panel=request","method":"GET"} [] [2025-03-12T18:44:23.748185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:44:25.935010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=twig","method":"GET"} [] [2025-03-12T18:44:25.972471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:44:26.203143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=time","method":"GET"} [] [2025-03-12T18:44:26.224214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:28.176500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?group=1&panel=db","method":"GET"} [] [2025-03-12T18:44:28.199638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:44:28.391661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=twig","method":"GET"} [] [2025-03-12T18:44:28.414583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:44:30.448681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=time","method":"GET"} [] [2025-03-12T18:44:30.471067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:30.630242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=dump","method":"GET"} [] [2025-03-12T18:44:30.653375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:44:33.051118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=time","method":"GET"} [] [2025-03-12T18:44:33.051213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=time","method":"GET"} [] [2025-03-12T18:44:33.177644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:33.177741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:35.427119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=form","method":"GET"} [] [2025-03-12T18:44:35.455162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:44:36.565664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db","method":"GET"} [] [2025-03-12T18:44:36.585294+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db/exception.css","method":"GET"} [] [2025-03-12T18:44:36.594230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:44:36.613576+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db/exception","method":"GET"} [] [2025-03-12T18:44:37.591083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=dump","method":"GET"} [] [2025-03-12T18:44:37.618655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:44:38.886677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b","method":"GET"} [] [2025-03-12T18:44:38.918714+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b/exception.css","method":"GET"} [] [2025-03-12T18:44:38.928404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:44:38.955801+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b/exception","method":"GET"} [] [2025-03-12T18:44:39.854723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=form","method":"GET"} [] [2025-03-12T18:44:39.880438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:44:41.138536+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:41.164524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:42.050456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=twig","method":"GET"} [] [2025-03-12T18:44:42.078017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:44:43.342135+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0bbdb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0bbdb/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:43.364255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:44.311378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=validator","method":"GET"} [] [2025-03-12T18:44:44.332715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:44:45.527507+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:45.551329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:46.532273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=time","method":"GET"} [] [2025-03-12T18:44:46.553684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:48.272591+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:48.348649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:48.771247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=time","method":"GET"} [] [2025-03-12T18:44:48.795171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:50.555600+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:50.601464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:50.970944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=cache","method":"GET"} [] [2025-03-12T18:44:50.992632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:44:52.745320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=time","method":"GET"} [] [2025-03-12T18:44:52.774714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:54.315663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=events","method":"GET"} [] [2025-03-12T18:44:54.353589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:44:54.967437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=time","method":"GET"} [] [2025-03-12T18:44:54.989222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:44:56.597521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=cache","method":"GET"} [] [2025-03-12T18:44:56.620667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:44:57.135360+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:57.159417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T18:44:58.831909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=events","method":"GET"} [] [2025-03-12T18:44:58.861747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:44:59.227042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=db","method":"GET"} [] [2025-03-12T18:44:59.262395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:45:01.112084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=router","method":"GET"} [] [2025-03-12T18:45:01.136612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:45:01.156114+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/router","method":"GET"} [] [2025-03-12T18:45:01.437561+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db/exception.css","method":"GET"} [] [2025-03-12T18:45:03.746062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=config","method":"GET"} [] [2025-03-12T18:45:03.746111+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b/exception.css","method":"GET"} [] [2025-03-12T18:45:03.816645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:45:06.001443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b?panel=twig","method":"GET"} [] [2025-03-12T18:45:06.027859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:45:06.033711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?panel=logger","method":"GET"} [] [2025-03-12T18:45:06.059068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:45:08.205737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b?panel=form","method":"GET"} [] [2025-03-12T18:45:08.228563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:45:08.230195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=logger","method":"GET"} [] [2025-03-12T18:45:08.253556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:45:10.383042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b?panel=time","method":"GET"} [] [2025-03-12T18:45:10.401448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=exception","method":"GET"} [] [2025-03-12T18:45:10.416791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:45:10.424102+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b/exception.css","method":"GET"} [] [2025-03-12T18:45:10.428083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:45:10.447759+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b/exception","method":"GET"} [] [2025-03-12T18:45:12.601143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=dump","method":"GET"} [] [2025-03-12T18:45:12.621821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:45:12.640081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=mailer","method":"GET"} [] [2025-03-12T18:45:12.662342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:45:14.835818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=request","method":"GET"} [] [2025-03-12T18:45:14.866918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:45:14.882495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=translation","method":"GET"} [] [2025-03-12T18:45:14.905703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:45:17.038250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=db","method":"GET"} [] [2025-03-12T18:45:17.050839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=db","method":"GET"} [] [2025-03-12T18:45:17.066957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:45:17.074322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:45:19.659288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=request","method":"GET"} [] [2025-03-12T18:45:19.659394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=router","method":"GET"} [] [2025-03-12T18:45:19.714962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:45:19.715313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:45:19.746477+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6/router","method":"GET"} [] [2025-03-12T18:45:22.085820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=logger","method":"GET"} [] [2025-03-12T18:45:22.109926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:45:23.065209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=twig","method":"GET"} [] [2025-03-12T18:45:23.086651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:45:24.402335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=form","method":"GET"} [] [2025-03-12T18:45:24.434696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:45:25.282621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=form","method":"GET"} [] [2025-03-12T18:45:25.306377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:45:26.610040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b?panel=dump","method":"GET"} [] [2025-03-12T18:45:26.643539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:45:28.705165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=cache","method":"GET"} [] [2025-03-12T18:45:28.728717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:45:28.855071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=twig","method":"GET"} [] [2025-03-12T18:45:28.876253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:45:30.931547+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b/exception","method":"GET"} [] [2025-03-12T18:45:31.075067+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b/exception","method":"GET"} [] [2025-03-12T18:45:33.191962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=events","method":"GET"} [] [2025-03-12T18:45:33.227669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:45:33.266245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=config","method":"GET"} [] [2025-03-12T18:45:33.289286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:45:35.659838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=config","method":"GET"} [] [2025-03-12T18:45:35.714053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:45:36.659441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=security","method":"GET"} [] [2025-03-12T18:45:36.681593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:45:38.872418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?group=1&panel=db","method":"GET"} [] [2025-03-12T18:45:38.902028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:45:39.021123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=validator","method":"GET"} [] [2025-03-12T18:45:39.044062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:45:41.116815+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db/exception","method":"GET"} [] [2025-03-12T18:45:41.280512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?panel=translation","method":"GET"} [] [2025-03-12T18:45:41.303509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:45:43.342790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=cache","method":"GET"} [] [2025-03-12T18:45:43.377481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:45:43.511675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=router","method":"GET"} [] [2025-03-12T18:45:43.535068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:45:43.554828+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b/router","method":"GET"} [] [2025-03-12T18:45:45.534820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=translation","method":"GET"} [] [2025-03-12T18:45:45.555497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:45:45.870609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=logger","method":"GET"} [] [2025-03-12T18:45:45.894300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:45:47.746990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=form","method":"GET"} [] [2025-03-12T18:45:47.769844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:45:48.138639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=config","method":"GET"} [] [2025-03-12T18:45:48.161066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:45:50.030087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=dump","method":"GET"} [] [2025-03-12T18:45:50.060331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:45:52.524443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6?panel=twig","method":"GET"} [] [2025-03-12T18:45:52.579396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:45:52.640902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=config","method":"GET"} [] [2025-03-12T18:45:52.663030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:45:54.746132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9e30b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d9e30b?panel=request","method":"GET"} [] [2025-03-12T18:45:54.771717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:45:54.851913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?panel=security","method":"GET"} [] [2025-03-12T18:45:54.873572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:45:56.975362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d859db"},"request_uri":"https://test.phila-ca.com/public/_profiler/d859db?panel=request","method":"GET"} [] [2025-03-12T18:45:56.999527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:45:58.104363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?panel=security","method":"GET"} [] [2025-03-12T18:45:58.129499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:45:59.229389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=form","method":"GET"} [] [2025-03-12T18:45:59.261141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:46:00.320643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:00.343537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:01.406185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=time","method":"GET"} [] [2025-03-12T18:46:01.427317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:46:02.503540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:02.525091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:03.577126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=dump","method":"GET"} [] [2025-03-12T18:46:03.598321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:46:04.731326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:04.755011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:05.817081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=dump","method":"GET"} [] [2025-03-12T18:46:05.872363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:46:06.988545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:07.011517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:46:08.352546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=form","method":"GET"} [] [2025-03-12T18:46:08.407983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:46:09.221107+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:09.244204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:10.599015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=time","method":"GET"} [] [2025-03-12T18:46:10.620791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:46:11.371048+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:11.392000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:12.815381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=dump","method":"GET"} [] [2025-03-12T18:46:12.838833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:46:13.621680+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e38908"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e38908/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:13.642647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:15.040253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=form","method":"GET"} [] [2025-03-12T18:46:15.074988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:46:15.837562+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:15.860777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:17.255941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=dump","method":"GET"} [] [2025-03-12T18:46:17.276359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:46:18.054913+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:18.076855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:19.457949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=dump","method":"GET"} [] [2025-03-12T18:46:19.479999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:46:20.245843+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"92308b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92308b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:20.273814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T18:46:21.584564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=time","method":"GET"} [] [2025-03-12T18:46:21.616304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:46:22.481426+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/exception.css","method":"GET"} [] [2025-03-12T18:46:24.123006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=form","method":"GET"} [] [2025-03-12T18:46:24.174522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:46:24.650681+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/exception.css","method":"GET"} [] [2025-03-12T18:46:26.378031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=twig","method":"GET"} [] [2025-03-12T18:46:26.404772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:46:26.850153+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9e30b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9e30b/exception.css","method":"GET"} [] [2025-03-12T18:46:28.625827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b?panel=twig","method":"GET"} [] [2025-03-12T18:46:28.649574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:46:30.151052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529","method":"GET"} [] [2025-03-12T18:46:30.181645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:30.855213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=form","method":"GET"} [] [2025-03-12T18:46:30.875129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:46:32.402114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d","method":"GET"} [] [2025-03-12T18:46:32.424147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:33.085343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=twig","method":"GET"} [] [2025-03-12T18:46:33.104328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:46:34.641712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c","method":"GET"} [] [2025-03-12T18:46:34.663073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:35.300622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=form","method":"GET"} [] [2025-03-12T18:46:35.327525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:46:37.523873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=twig","method":"GET"} [] [2025-03-12T18:46:37.559612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:46:38.091346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b","method":"GET"} [] [2025-03-12T18:46:38.113210+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/exception.css","method":"GET"} [] [2025-03-12T18:46:38.125036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:38.143856+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/exception","method":"GET"} [] [2025-03-12T18:46:40.008230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=twig","method":"GET"} [] [2025-03-12T18:46:40.059304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:46:40.332134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab","method":"GET"} [] [2025-03-12T18:46:40.356353+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/exception.css","method":"GET"} [] [2025-03-12T18:46:40.359506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:40.379002+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/exception","method":"GET"} [] [2025-03-12T18:46:42.225546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=dump","method":"GET"} [] [2025-03-12T18:46:42.249267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:46:42.600814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5","method":"GET"} [] [2025-03-12T18:46:42.621463+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/exception.css","method":"GET"} [] [2025-03-12T18:46:42.624385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:42.642763+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/exception","method":"GET"} [] [2025-03-12T18:46:44.417891+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fstyle.css","method":"GET"} [] [2025-03-12T18:46:44.446263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fstyle.css","method":"GET"} [] [2025-03-12T18:46:44.816169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4","method":"GET"} [] [2025-03-12T18:46:44.837083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:46.654215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=time","method":"GET"} [] [2025-03-12T18:46:46.710802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:46:47.020762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae","method":"GET"} [] [2025-03-12T18:46:47.041151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:48.916621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e","method":"GET"} [] [2025-03-12T18:46:48.937918+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e/exception.css","method":"GET"} [] [2025-03-12T18:46:48.940835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:48.958867+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e/exception","method":"GET"} [] [2025-03-12T18:46:49.373785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6","method":"GET"} [] [2025-03-12T18:46:49.392878+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/exception.css","method":"GET"} [] [2025-03-12T18:46:49.395707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:49.413164+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/exception","method":"GET"} [] [2025-03-12T18:46:51.148344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6","method":"GET"} [] [2025-03-12T18:46:51.169349+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6/exception.css","method":"GET"} [] [2025-03-12T18:46:51.172543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:46:51.193066+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6/exception","method":"GET"} [] [2025-03-12T18:46:51.750720+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:46:51.771501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:46:53.996609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=exception","method":"GET"} [] [2025-03-12T18:46:54.039780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:46:54.540351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:46:56.476278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=exception","method":"GET"} [] [2025-03-12T18:46:56.536823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:46:56.771348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea9998"},"request_uri":"https://test.phila-ca.com/public/_profiler/ea9998?panel=security","method":"GET"} [] [2025-03-12T18:46:56.792124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:46:59.010836+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e17dd1"},"request_uri":"https://test.phila-ca.com/public/_profiler/e17dd1/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:46:59.056165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:46:59.916870+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/exception","method":"GET"} [] [2025-03-12T18:47:01.168914+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:01.191310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:02.174752+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/exception","method":"GET"} [] [2025-03-12T18:47:03.385960+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-12T18:47:03.542996+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T18:47:03.596435+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T18:47:03.596484+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T18:47:03.610107+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T18:47:03.683203+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T18:47:04.313087+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/exception","method":"GET"} [] [2025-03-12T18:47:05.907476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb","method":"GET"} [] [2025-03-12T18:47:05.955516+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb/exception.css","method":"GET"} [] [2025-03-12T18:47:05.963468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:47:05.986099+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb/exception","method":"GET"} [] [2025-03-12T18:47:06.572479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=exception","method":"GET"} [] [2025-03-12T18:47:06.593747+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/exception.css","method":"GET"} [] [2025-03-12T18:47:06.596950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:47:06.616615+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/exception","method":"GET"} [] [2025-03-12T18:47:08.812313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=router","method":"GET"} [] [2025-03-12T18:47:08.832559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:47:08.852408+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae/router","method":"GET"} [] [2025-03-12T18:47:09.215578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4","method":"GET"} [] [2025-03-12T18:47:09.242184+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4/exception.css","method":"GET"} [] [2025-03-12T18:47:09.245197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:47:09.313042+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4/exception","method":"GET"} [] [2025-03-12T18:47:11.096536+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/exception","method":"GET"} [] [2025-03-12T18:47:12.749744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=request","method":"GET"} [] [2025-03-12T18:47:12.828718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:47:13.338331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=exception","method":"GET"} [] [2025-03-12T18:47:13.360743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:47:15.102335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=db","method":"GET"} [] [2025-03-12T18:47:15.127025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:47:15.591546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=exception","method":"GET"} [] [2025-03-12T18:47:15.616552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:47:17.679038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=events","method":"GET"} [] [2025-03-12T18:47:17.703263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:47:17.822113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=exception","method":"GET"} [] [2025-03-12T18:47:17.843210+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/exception.css","method":"GET"} [] [2025-03-12T18:47:17.847707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:47:17.866262+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/exception","method":"GET"} [] [2025-03-12T18:47:19.847454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=security","method":"GET"} [] [2025-03-12T18:47:19.874559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:47:20.043205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=exception","method":"GET"} [] [2025-03-12T18:47:20.065561+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/exception.css","method":"GET"} [] [2025-03-12T18:47:20.069255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:47:20.092344+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/exception","method":"GET"} [] [2025-03-12T18:47:22.154032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=logger","method":"GET"} [] [2025-03-12T18:47:22.185303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:47:22.323709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=exception","method":"GET"} [] [2025-03-12T18:47:22.344669+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/exception.css","method":"GET"} [] [2025-03-12T18:47:22.378709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:47:22.398566+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/exception","method":"GET"} [] [2025-03-12T18:47:24.395458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=router","method":"GET"} [] [2025-03-12T18:47:24.426043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:47:24.476694+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e/router","method":"GET"} [] [2025-03-12T18:47:24.635839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=translation","method":"GET"} [] [2025-03-12T18:47:24.665667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:47:26.837553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=translation","method":"GET"} [] [2025-03-12T18:47:26.840768+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:26.864396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:47:26.867981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:29.283282+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"758242"},"request_uri":"https://test.phila-ca.com/public/_profiler/758242/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:29.283457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=translation","method":"GET"} [] [2025-03-12T18:47:29.359954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:29.361327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:47:31.537633+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb/exception.css","method":"GET"} [] [2025-03-12T18:47:31.550305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=translation","method":"GET"} [] [2025-03-12T18:47:31.573449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:47:33.749071+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4/exception.css","method":"GET"} [] [2025-03-12T18:47:33.800728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=translation","method":"GET"} [] [2025-03-12T18:47:33.821705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:47:35.945700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4?panel=twig","method":"GET"} [] [2025-03-12T18:47:35.968768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:47:36.001131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=translation","method":"GET"} [] [2025-03-12T18:47:36.022470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:47:38.156897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4?panel=time","method":"GET"} [] [2025-03-12T18:47:38.186309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:47:38.191853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=request","method":"GET"} [] [2025-03-12T18:47:38.215698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:47:40.326374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4?panel=form","method":"GET"} [] [2025-03-12T18:47:40.355172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:47:40.434134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=mailer","method":"GET"} [] [2025-03-12T18:47:40.456643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:47:42.682632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=validator","method":"GET"} [] [2025-03-12T18:47:42.707853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:47:43.739830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb?panel=twig","method":"GET"} [] [2025-03-12T18:47:43.761650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:47:45.076387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=validator","method":"GET"} [] [2025-03-12T18:47:45.133968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:47:46.005772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb?panel=dump","method":"GET"} [] [2025-03-12T18:47:46.027672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:47:47.333144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=validator","method":"GET"} [] [2025-03-12T18:47:47.354818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:47:48.175036+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:48.195722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:49.567145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=validator","method":"GET"} [] [2025-03-12T18:47:49.588845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:47:50.375219+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:50.395516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:51.806828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=validator","method":"GET"} [] [2025-03-12T18:47:51.831758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:47:52.453969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4?panel=dump","method":"GET"} [] [2025-03-12T18:47:52.479602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:47:54.119842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=events","method":"GET"} [] [2025-03-12T18:47:54.160909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:47:54.666584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb?panel=form","method":"GET"} [] [2025-03-12T18:47:54.689063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:47:56.381139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=time","method":"GET"} [] [2025-03-12T18:47:56.410951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:47:56.920171+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3ccc9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ccc9/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:56.940827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:47:58.622311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=form","method":"GET"} [] [2025-03-12T18:47:58.644816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:47:59.135215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4","method":"GET"} [] [2025-03-12T18:47:59.155608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:01.008989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=twig","method":"GET"} [] [2025-03-12T18:48:01.057990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:48:01.288381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72","method":"GET"} [] [2025-03-12T18:48:01.309679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:03.282085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=dump","method":"GET"} [] [2025-03-12T18:48:03.307709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:48:03.512363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8","method":"GET"} [] [2025-03-12T18:48:03.540142+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8/exception.css","method":"GET"} [] [2025-03-12T18:48:03.547896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:03.566390+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8/exception","method":"GET"} [] [2025-03-12T18:48:05.525267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=validator","method":"GET"} [] [2025-03-12T18:48:05.547746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:48:05.807244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56","method":"GET"} [] [2025-03-12T18:48:05.830235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:07.773199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=db","method":"GET"} [] [2025-03-12T18:48:07.797639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:48:09.220476+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"852013"},"request_uri":"https://test.phila-ca.com/public/_profiler/852013/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:09.252063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:09.997138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=cache","method":"GET"} [] [2025-03-12T18:48:10.020036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:48:11.446027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3","method":"GET"} [] [2025-03-12T18:48:11.480112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:12.242266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=config","method":"GET"} [] [2025-03-12T18:48:12.268291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:48:13.706554+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4/exception","method":"GET"} [] [2025-03-12T18:48:14.504158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=security","method":"GET"} [] [2025-03-12T18:48:14.524573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:16.891802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=security","method":"GET"} [] [2025-03-12T18:48:16.939816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:17.129865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c","method":"GET"} [] [2025-03-12T18:48:17.150897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:19.327435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=events","method":"GET"} [] [2025-03-12T18:48:19.361827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:48:20.326224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=security","method":"GET"} [] [2025-03-12T18:48:20.350623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:21.520103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=events","method":"GET"} [] [2025-03-12T18:48:21.540655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:48:22.554360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=security","method":"GET"} [] [2025-03-12T18:48:22.577976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:23.822361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=events","method":"GET"} [] [2025-03-12T18:48:23.850720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:48:24.824985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=security","method":"GET"} [] [2025-03-12T18:48:24.854516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:26.073276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=events","method":"GET"} [] [2025-03-12T18:48:26.096206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:48:27.061860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?panel=logger","method":"GET"} [] [2025-03-12T18:48:27.090698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:48:28.318085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=security","method":"GET"} [] [2025-03-12T18:48:28.340959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:30.516524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=security","method":"GET"} [] [2025-03-12T18:48:30.536767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:30.630166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6?group=1&panel=db","method":"GET"} [] [2025-03-12T18:48:30.652064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:48:32.974365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=exception","method":"GET"} [] [2025-03-12T18:48:32.974422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=events","method":"GET"} [] [2025-03-12T18:48:33.021918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:48:33.022241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:48:35.171061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=translation","method":"GET"} [] [2025-03-12T18:48:35.187728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=security","method":"GET"} [] [2025-03-12T18:48:35.193022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:48:35.209951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:37.265725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=translation","method":"GET"} [] [2025-03-12T18:48:37.286439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:48:37.306497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4?panel=security","method":"GET"} [] [2025-03-12T18:48:37.331021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:39.482938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=translation","method":"GET"} [] [2025-03-12T18:48:39.504023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:48:39.517899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c?panel=events","method":"GET"} [] [2025-03-12T18:48:39.539249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:48:41.684587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=mailer","method":"GET"} [] [2025-03-12T18:48:41.713880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:48:41.744934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c?panel=form","method":"GET"} [] [2025-03-12T18:48:41.768139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:48:43.945921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=security","method":"GET"} [] [2025-03-12T18:48:43.971745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:45.120621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=mailer","method":"GET"} [] [2025-03-12T18:48:45.143069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:48:46.129497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb?panel=security","method":"GET"} [] [2025-03-12T18:48:46.153806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:48:47.364359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=mailer","method":"GET"} [] [2025-03-12T18:48:47.384213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:48:48.560645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e","method":"GET"} [] [2025-03-12T18:48:48.613351+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/exception.css","method":"GET"} [] [2025-03-12T18:48:48.622525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:48.654996+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/exception","method":"GET"} [] [2025-03-12T18:48:49.477836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=mailer","method":"GET"} [] [2025-03-12T18:48:49.499405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:48:50.857906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7","method":"GET"} [] [2025-03-12T18:48:50.879825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:51.691746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=mailer","method":"GET"} [] [2025-03-12T18:48:51.713329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:48:53.100783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9","method":"GET"} [] [2025-03-12T18:48:53.121890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:48:53.890322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=mailer","method":"GET"} [] [2025-03-12T18:48:53.915645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:48:55.226206+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:55.250024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:56.129934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=request","method":"GET"} [] [2025-03-12T18:48:56.152032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:48:57.411865+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:57.446644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:58.382009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=request","method":"GET"} [] [2025-03-12T18:48:58.403805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:48:59.628841+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:48:59.649579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:49:00.622135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=request","method":"GET"} [] [2025-03-12T18:49:00.652156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:49:01.845702+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"758242"},"request_uri":"https://test.phila-ca.com/public/_profiler/758242/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:49:01.866028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:49:02.871860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=request","method":"GET"} [] [2025-03-12T18:49:02.908104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:49:04.182617+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"852013"},"request_uri":"https://test.phila-ca.com/public/_profiler/852013/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:49:04.236358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:49:05.090354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=request","method":"GET"} [] [2025-03-12T18:49:05.111519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:49:06.430023+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3ccc9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ccc9/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fd9e30b%2Fexception.css","method":"GET"} [] [2025-03-12T18:49:06.486112+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:49:07.172127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=db","method":"GET"} [] [2025-03-12T18:49:07.195432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:49:08.642146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=mailer","method":"GET"} [] [2025-03-12T18:49:08.663201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:49:09.411453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=db","method":"GET"} [] [2025-03-12T18:49:09.431851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:49:12.216490+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/exception.css","method":"GET"} [] [2025-03-12T18:49:12.802342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=db","method":"GET"} [] [2025-03-12T18:49:12.837424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:49:14.999479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=db","method":"GET"} [] [2025-03-12T18:49:15.027094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:49:15.384549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7?panel=time","method":"GET"} [] [2025-03-12T18:49:15.404706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:49:18.070298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=dump","method":"GET"} [] [2025-03-12T18:49:18.101349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:49:18.320040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=db","method":"GET"} [] [2025-03-12T18:49:18.340950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:49:20.788698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=request","method":"GET"} [] [2025-03-12T18:49:20.837587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:49:22.917815+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:22.945974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:23.073667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=request","method":"GET"} [] [2025-03-12T18:49:23.094499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:49:25.249416+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:25.270718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:25.274554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=request","method":"GET"} [] [2025-03-12T18:49:25.295882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:49:27.416347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=dump","method":"GET"} [] [2025-03-12T18:49:27.436104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:49:27.515540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=mailer","method":"GET"} [] [2025-03-12T18:49:27.538726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:49:29.616929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=form","method":"GET"} [] [2025-03-12T18:49:29.652330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:49:29.664754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=db","method":"GET"} [] [2025-03-12T18:49:29.693060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:49:31.841527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=time","method":"GET"} [] [2025-03-12T18:49:31.872391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:49:31.888099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=events","method":"GET"} [] [2025-03-12T18:49:31.915343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:49:34.017345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7?panel=twig","method":"GET"} [] [2025-03-12T18:49:34.044807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:49:34.091669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=events","method":"GET"} [] [2025-03-12T18:49:34.115551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:49:36.478539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7?panel=form","method":"GET"} [] [2025-03-12T18:49:36.479411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=events","method":"GET"} [] [2025-03-12T18:49:36.530238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:49:36.530396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:49:38.694774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=twig","method":"GET"} [] [2025-03-12T18:49:38.715201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:49:38.720473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=events","method":"GET"} [] [2025-03-12T18:49:38.743966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:49:40.881235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=form","method":"GET"} [] [2025-03-12T18:49:40.906773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:49:40.961786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=events","method":"GET"} [] [2025-03-12T18:49:40.983513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:49:43.126236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=twig","method":"GET"} [] [2025-03-12T18:49:43.147924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:49:43.240625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=form","method":"GET"} [] [2025-03-12T18:49:43.263752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:49:45.360132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:45.400051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:45.482405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=twig","method":"GET"} [] [2025-03-12T18:49:45.504994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:49:47.555875+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:47.578348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:48.831202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=time","method":"GET"} [] [2025-03-12T18:49:48.851355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:49:49.748501+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35b745"},"request_uri":"https://test.phila-ca.com/public/_profiler/35b745/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:49.770337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:51.083274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=dump","method":"GET"} [] [2025-03-12T18:49:51.109865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:49:52.266982+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:52.318419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:54.372323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=time","method":"GET"} [] [2025-03-12T18:49:54.402769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:49:54.464875+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:54.486741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:56.602592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=form","method":"GET"} [] [2025-03-12T18:49:56.625396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:49:56.682598+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:56.704644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:58.885961+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f49a2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/f49a2f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:58.907609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:49:59.951173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=dump","method":"GET"} [] [2025-03-12T18:49:59.973822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:50:01.082585+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:50:01.117643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:50:02.193248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=dump","method":"GET"} [] [2025-03-12T18:50:02.214865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:50:03.285807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=time","method":"GET"} [] [2025-03-12T18:50:03.306739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:50:04.422846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=twig","method":"GET"} [] [2025-03-12T18:50:04.446645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:50:05.428704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7?panel=dump","method":"GET"} [] [2025-03-12T18:50:05.451016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:50:06.619897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=twig","method":"GET"} [] [2025-03-12T18:50:06.646625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:50:07.964754+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/exception","method":"GET"} [] [2025-03-12T18:50:08.840254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=time","method":"GET"} [] [2025-03-12T18:50:08.859991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:50:10.137187+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T18:50:10.162058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T18:50:11.066430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=form","method":"GET"} [] [2025-03-12T18:50:11.095691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:50:12.377669+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c/search/results?ip=20.171.207.119&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc5dea6%2Fexception","method":"GET"} [] [2025-03-12T18:50:12.435224+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T18:50:14.645595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7?panel=security","method":"GET"} [] [2025-03-12T18:50:14.665559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:50:15.566027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=time","method":"GET"} [] [2025-03-12T18:50:15.588358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:50:17.822220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=form","method":"GET"} [] [2025-03-12T18:50:17.854464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:50:17.993727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=security","method":"GET"} [] [2025-03-12T18:50:18.018181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:50:20.071036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=twig","method":"GET"} [] [2025-03-12T18:50:20.091167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:50:21.056004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=security","method":"GET"} [] [2025-03-12T18:50:21.079932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:50:22.312016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=time","method":"GET"} [] [2025-03-12T18:50:22.340133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:50:24.029810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=mailer","method":"GET"} [] [2025-03-12T18:50:24.076094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:50:24.500100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=form","method":"GET"} [] [2025-03-12T18:50:24.520199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:50:26.498215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=mailer","method":"GET"} [] [2025-03-12T18:50:26.521079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:50:26.728983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=dump","method":"GET"} [] [2025-03-12T18:50:26.749445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:50:28.761573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=mailer","method":"GET"} [] [2025-03-12T18:50:28.797846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:50:28.911739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=dump","method":"GET"} [] [2025-03-12T18:50:28.933244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:50:30.916943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=mailer","method":"GET"} [] [2025-03-12T18:50:30.960625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:50:31.151046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=time","method":"GET"} [] [2025-03-12T18:50:31.171800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:50:33.128781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=cache","method":"GET"} [] [2025-03-12T18:50:33.162561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:50:33.370637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=twig","method":"GET"} [] [2025-03-12T18:50:33.390403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:50:35.376155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c?panel=request","method":"GET"} [] [2025-03-12T18:50:35.398205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:50:35.590700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=dump","method":"GET"} [] [2025-03-12T18:50:35.611730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:50:37.577360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c?panel=config","method":"GET"} [] [2025-03-12T18:50:37.603631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:50:37.790080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=form","method":"GET"} [] [2025-03-12T18:50:37.816495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:50:40.130403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=form","method":"GET"} [] [2025-03-12T18:50:40.130409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=config","method":"GET"} [] [2025-03-12T18:50:40.176492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:50:40.184191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:50:42.380602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=twig","method":"GET"} [] [2025-03-12T18:50:42.385435+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:50:42.401499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:50:42.409888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:50:44.644309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=time","method":"GET"} [] [2025-03-12T18:50:44.664621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:50:45.727086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=cache","method":"GET"} [] [2025-03-12T18:50:45.748479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:50:46.852927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=validator","method":"GET"} [] [2025-03-12T18:50:46.872765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:50:47.924951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=translation","method":"GET"} [] [2025-03-12T18:50:47.946121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:50:49.066670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=validator","method":"GET"} [] [2025-03-12T18:50:49.098689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:50:51.330462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=validator","method":"GET"} [] [2025-03-12T18:50:51.349378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:50:51.349773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff","method":"GET"} [] [2025-03-12T18:50:51.387997+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff/exception.css","method":"GET"} [] [2025-03-12T18:50:51.396096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:50:51.415889+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff/exception","method":"GET"} [] [2025-03-12T18:50:53.571504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=cache","method":"GET"} [] [2025-03-12T18:50:53.600348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:50:53.635935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=logger","method":"GET"} [] [2025-03-12T18:50:53.657227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:50:55.963890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=cache","method":"GET"} [] [2025-03-12T18:50:55.963920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=router","method":"GET"} [] [2025-03-12T18:50:56.011893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:50:56.013554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:50:56.040886+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9/router","method":"GET"} [] [2025-03-12T18:50:58.173934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=cache","method":"GET"} [] [2025-03-12T18:50:58.209332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:50:58.396673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"edf55e"},"request_uri":"https://test.phila-ca.com/public/_profiler/edf55e?panel=twig","method":"GET"} [] [2025-03-12T18:50:58.419535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:51:00.388510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=cache","method":"GET"} [] [2025-03-12T18:51:00.409308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:51:00.597088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac71d7"},"request_uri":"https://test.phila-ca.com/public/_profiler/ac71d7?panel=request","method":"GET"} [] [2025-03-12T18:51:00.618604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:51:02.621307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=cache","method":"GET"} [] [2025-03-12T18:51:02.641348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:51:02.805778+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c9ce8"},"request_uri":"https://test.phila-ca.com/public/_profiler/0c9ce8/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:51:02.830528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:51:04.834507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=cache","method":"GET"} [] [2025-03-12T18:51:04.866713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:51:04.985417+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:51:05.008299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:51:07.083801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=cache","method":"GET"} [] [2025-03-12T18:51:07.105739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:51:08.196357+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5dea6"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5dea6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:51:08.219514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T18:51:09.281565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=events","method":"GET"} [] [2025-03-12T18:51:09.307444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:51:10.381664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/52ce6e?panel=request","method":"GET"} [] [2025-03-12T18:51:10.405370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:51:11.621095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=events","method":"GET"} [] [2025-03-12T18:51:11.673286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:51:12.632832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=request","method":"GET"} [] [2025-03-12T18:51:12.666245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:51:13.942488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=events","method":"GET"} [] [2025-03-12T18:51:13.963168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:51:14.836587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=exception","method":"GET"} [] [2025-03-12T18:51:14.857191+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff/exception.css","method":"GET"} [] [2025-03-12T18:51:14.864593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:51:14.884099+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff/exception","method":"GET"} [] [2025-03-12T18:51:16.233896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=form","method":"GET"} [] [2025-03-12T18:51:16.266902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:51:17.011100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=logger","method":"GET"} [] [2025-03-12T18:51:17.034396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:51:18.423452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=cache","method":"GET"} [] [2025-03-12T18:51:18.447270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:51:19.265186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=router","method":"GET"} [] [2025-03-12T18:51:19.286794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:51:19.304605+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff/router","method":"GET"} [] [2025-03-12T18:51:20.571980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=config","method":"GET"} [] [2025-03-12T18:51:20.605151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:21.638564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=config","method":"GET"} [] [2025-03-12T18:51:21.660401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:22.831107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=config","method":"GET"} [] [2025-03-12T18:51:22.851399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:23.884222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=cache","method":"GET"} [] [2025-03-12T18:51:23.910302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:51:26.137004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=translation","method":"GET"} [] [2025-03-12T18:51:26.166085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:51:26.275888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=logger","method":"GET"} [] [2025-03-12T18:51:26.296544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:51:28.624102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=twig","method":"GET"} [] [2025-03-12T18:51:28.624303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=router","method":"GET"} [] [2025-03-12T18:51:28.688082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:51:28.690392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:51:28.715578+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/router","method":"GET"} [] [2025-03-12T18:51:30.840419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6a91fb"},"request_uri":"https://test.phila-ca.com/public/_profiler/6a91fb?panel=request","method":"GET"} [] [2025-03-12T18:51:30.856549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=logger","method":"GET"} [] [2025-03-12T18:51:30.869599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:51:30.880491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:51:33.074102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74daf4"},"request_uri":"https://test.phila-ca.com/public/_profiler/74daf4?panel=request","method":"GET"} [] [2025-03-12T18:51:33.081795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=config","method":"GET"} [] [2025-03-12T18:51:33.096102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:51:33.104884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:35.288770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e6b0f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/e6b0f9?panel=request","method":"GET"} [] [2025-03-12T18:51:35.288839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?panel=router","method":"GET"} [] [2025-03-12T18:51:35.311111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:51:35.320529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:51:35.340566+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/router","method":"GET"} [] [2025-03-12T18:51:37.525521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=twig","method":"GET"} [] [2025-03-12T18:51:37.579554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:51:37.732690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?panel=router","method":"GET"} [] [2025-03-12T18:51:37.753202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:51:37.772809+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4/router","method":"GET"} [] [2025-03-12T18:51:39.788001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=time","method":"GET"} [] [2025-03-12T18:51:39.808091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:51:39.950028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?panel=logger","method":"GET"} [] [2025-03-12T18:51:39.972115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:51:41.955759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=dump","method":"GET"} [] [2025-03-12T18:51:41.991303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:51:42.255062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae?panel=config","method":"GET"} [] [2025-03-12T18:51:42.276460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:44.733481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=logger","method":"GET"} [] [2025-03-12T18:51:44.781700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:51:45.385860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=twig","method":"GET"} [] [2025-03-12T18:51:45.405309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:51:47.235584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=router","method":"GET"} [] [2025-03-12T18:51:47.256545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:51:47.275496+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529/router","method":"GET"} [] [2025-03-12T18:51:47.605105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=twig","method":"GET"} [] [2025-03-12T18:51:47.655059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:51:49.637636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=logger","method":"GET"} [] [2025-03-12T18:51:49.665023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:51:49.825732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=time","method":"GET"} [] [2025-03-12T18:51:49.848139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:51:52.034951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=config","method":"GET"} [] [2025-03-12T18:51:52.034951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=form","method":"GET"} [] [2025-03-12T18:51:52.054747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:51:52.054748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:54.181603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=config","method":"GET"} [] [2025-03-12T18:51:54.209233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:51:54.215564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=dump","method":"GET"} [] [2025-03-12T18:51:54.240391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:51:56.445246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=form","method":"GET"} [] [2025-03-12T18:51:56.465773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:51:56.480789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=router","method":"GET"} [] [2025-03-12T18:51:56.499838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:51:56.519081+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c/router","method":"GET"} [] [2025-03-12T18:51:58.565821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=dump","method":"GET"} [] [2025-03-12T18:51:58.590880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:51:58.701520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=logger","method":"GET"} [] [2025-03-12T18:51:58.721551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:52:01.006578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=twig","method":"GET"} [] [2025-03-12T18:52:01.006647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=router","method":"GET"} [] [2025-03-12T18:52:01.055202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:52:01.057329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:52:01.079278+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d/router","method":"GET"} [] [2025-03-12T18:52:03.235996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=time","method":"GET"} [] [2025-03-12T18:52:03.251418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=config","method":"GET"} [] [2025-03-12T18:52:03.258537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:52:03.271746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:52:05.421770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=twig","method":"GET"} [] [2025-03-12T18:52:05.441859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:52:05.465382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=config","method":"GET"} [] [2025-03-12T18:52:05.491022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:52:07.648888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=dump","method":"GET"} [] [2025-03-12T18:52:07.669486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:52:07.673114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?panel=security","method":"GET"} [] [2025-03-12T18:52:07.703027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:52:09.847070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=form","method":"GET"} [] [2025-03-12T18:52:09.876637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:52:09.901721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d?panel=security","method":"GET"} [] [2025-03-12T18:52:09.922678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:52:12.087386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=time","method":"GET"} [] [2025-03-12T18:52:12.108524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:52:12.131838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c?panel=security","method":"GET"} [] [2025-03-12T18:52:12.153046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:52:14.312787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=time","method":"GET"} [] [2025-03-12T18:52:14.342410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:52:14.372428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=router","method":"GET"} [] [2025-03-12T18:52:14.396337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:52:14.416233+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/router","method":"GET"} [] [2025-03-12T18:52:16.772011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?panel=logger","method":"GET"} [] [2025-03-12T18:52:16.772088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=twig","method":"GET"} [] [2025-03-12T18:52:16.818886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:52:16.819091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:52:19.093677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:19.115916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:20.137484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=form","method":"GET"} [] [2025-03-12T18:52:20.158239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:52:21.398655+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:21.429001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:22.359223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a01a56"},"request_uri":"https://test.phila-ca.com/public/_profiler/a01a56?panel=dump","method":"GET"} [] [2025-03-12T18:52:22.379703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:52:23.594115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:23.614537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:24.485260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=dump","method":"GET"} [] [2025-03-12T18:52:24.504845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:52:25.781981+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:25.811253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:27.857809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fstyle.css","method":"GET"} [] [2025-03-12T18:52:27.884071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fstyle.css","method":"GET"} [] [2025-03-12T18:52:28.024483+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:28.047751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:30.077876+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1deba"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1deba/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fstyle.css","method":"GET"} [] [2025-03-12T18:52:30.133134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fstyle.css","method":"GET"} [] [2025-03-12T18:52:30.253233+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:30.275436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:32.521667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=logger","method":"GET"} [] [2025-03-12T18:52:32.521738+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:32.569608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:32.575069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:52:34.721883+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a01a56"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a01a56/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:34.745369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:34.746135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=request","method":"GET"} [] [2025-03-12T18:52:34.771044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:52:36.959399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=router","method":"GET"} [] [2025-03-12T18:52:36.959401+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:36.978787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:52:36.981074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:52:36.999957+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/router","method":"GET"} [] [2025-03-12T18:52:39.084753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4?group=1&panel=db","method":"GET"} [] [2025-03-12T18:52:39.106200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:52:39.145483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=config","method":"GET"} [] [2025-03-12T18:52:39.167510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:52:41.285167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd","method":"GET"} [] [2025-03-12T18:52:41.315623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=logger","method":"GET"} [] [2025-03-12T18:52:41.346703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:41.346778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:52:43.573942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce","method":"GET"} [] [2025-03-12T18:52:43.585726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=exception","method":"GET"} [] [2025-03-12T18:52:43.596228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:43.606294+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/exception.css","method":"GET"} [] [2025-03-12T18:52:43.613706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:52:43.631578+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/exception","method":"GET"} [] [2025-03-12T18:52:45.652894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013","method":"GET"} [] [2025-03-12T18:52:45.673631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:45.680481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=translation","method":"GET"} [] [2025-03-12T18:52:45.706053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:52:48.127789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=db","method":"GET"} [] [2025-03-12T18:52:48.127975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745","method":"GET"} [] [2025-03-12T18:52:48.180318+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/exception.css","method":"GET"} [] [2025-03-12T18:52:48.181539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:52:48.183379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:48.218161+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/exception","method":"GET"} [] [2025-03-12T18:52:50.368297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=twig","method":"GET"} [] [2025-03-12T18:52:50.392568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:52:50.391785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496","method":"GET"} [] [2025-03-12T18:52:50.442056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:52.559575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=dump","method":"GET"} [] [2025-03-12T18:52:52.572974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e","method":"GET"} [] [2025-03-12T18:52:52.581538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:52:52.596057+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/exception.css","method":"GET"} [] [2025-03-12T18:52:52.599460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:52.618998+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/exception","method":"GET"} [] [2025-03-12T18:52:54.831491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?panel=form","method":"GET"} [] [2025-03-12T18:52:54.845767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8","method":"GET"} [] [2025-03-12T18:52:54.857688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:52:54.869221+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/exception.css","method":"GET"} [] [2025-03-12T18:52:54.872688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:54.893327+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/exception","method":"GET"} [] [2025-03-12T18:52:57.006382+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=src%2FController%2FVideoController.php&line=27","method":"GET"} [] [2025-03-12T18:52:57.133609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3","method":"GET"} [] [2025-03-12T18:52:57.161396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:59.155156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5?panel=router","method":"GET"} [] [2025-03-12T18:52:59.177898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:52:59.196940+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5a54f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a54f5/router","method":"GET"} [] [2025-03-12T18:52:59.341371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25","method":"GET"} [] [2025-03-12T18:52:59.362741+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/exception.css","method":"GET"} [] [2025-03-12T18:52:59.371332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:52:59.390202+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/exception","method":"GET"} [] [2025-03-12T18:53:01.586092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce","method":"GET"} [] [2025-03-12T18:53:01.600587+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:53:01.606455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:53:01.634110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:53:04.095968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=exception","method":"GET"} [] [2025-03-12T18:53:04.096068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd","method":"GET"} [] [2025-03-12T18:53:04.178202+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd/exception.css","method":"GET"} [] [2025-03-12T18:53:04.178859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:53:04.182339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:53:04.232116+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd/exception","method":"GET"} [] [2025-03-12T18:53:06.361089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=translation","method":"GET"} [] [2025-03-12T18:53:06.371005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25","method":"GET"} [] [2025-03-12T18:53:06.382291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:53:06.401160+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/exception.css","method":"GET"} [] [2025-03-12T18:53:06.404473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:53:06.424931+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25/exception","method":"GET"} [] [2025-03-12T18:53:08.507677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effe5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/effe5c?panel=twig","method":"GET"} [] [2025-03-12T18:53:08.507999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=translation","method":"GET"} [] [2025-03-12T18:53:08.528371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:53:08.539750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:53:10.742814+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/exception","method":"GET"} [] [2025-03-12T18:53:10.764110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"https://test.phila-ca.com/public/_profiler/dbca25?group=1&panel=db","method":"GET"} [] [2025-03-12T18:53:10.788863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:53:12.921253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=validator","method":"GET"} [] [2025-03-12T18:53:12.936777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dfd3ff"},"request_uri":"https://test.phila-ca.com/public/_profiler/dfd3ff?panel=time","method":"GET"} [] [2025-03-12T18:53:12.950548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:53:12.960351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:53:15.158850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:53:16.335190+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/exception","method":"GET"} [] [2025-03-12T18:53:17.390464+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-12T18:53:17.480651+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T18:53:17.526140+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T18:53:17.526205+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T18:53:17.536744+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T18:53:17.590661+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T18:53:20.357331+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/exception","method":"GET"} [] [2025-03-12T18:53:22.606346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=exception","method":"GET"} [] [2025-03-12T18:53:22.636464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:53:24.881473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=exception","method":"GET"} [] [2025-03-12T18:53:24.907764+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/exception.css","method":"GET"} [] [2025-03-12T18:53:24.912408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:53:24.931898+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/exception","method":"GET"} [] [2025-03-12T18:53:26.946606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=request","method":"GET"} [] [2025-03-12T18:53:26.973773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:53:27.259272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=exception","method":"GET"} [] [2025-03-12T18:53:27.280513+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/exception.css","method":"GET"} [] [2025-03-12T18:53:27.283852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:53:27.303446+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/exception","method":"GET"} [] [2025-03-12T18:53:29.650844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=translation","method":"GET"} [] [2025-03-12T18:53:29.682529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:53:30.141811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=request","method":"GET"} [] [2025-03-12T18:53:30.166171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:53:31.906146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=translation","method":"GET"} [] [2025-03-12T18:53:31.931949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:53:32.767753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=db","method":"GET"} [] [2025-03-12T18:53:32.789374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:53:34.181984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=mailer","method":"GET"} [] [2025-03-12T18:53:34.202016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:53:35.583626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=db","method":"GET"} [] [2025-03-12T18:53:35.636114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:53:36.402792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=translation","method":"GET"} [] [2025-03-12T18:53:36.424376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:53:37.883415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=logger","method":"GET"} [] [2025-03-12T18:53:37.921086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:53:38.532607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=request","method":"GET"} [] [2025-03-12T18:53:38.552372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:53:40.102099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=router","method":"GET"} [] [2025-03-12T18:53:40.123315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:53:40.143171+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce/router","method":"GET"} [] [2025-03-12T18:53:40.781424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=request","method":"GET"} [] [2025-03-12T18:53:40.810997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:53:42.419439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=config","method":"GET"} [] [2025-03-12T18:53:42.441684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:53:42.973774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=mailer","method":"GET"} [] [2025-03-12T18:53:42.998024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:53:45.180776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=request","method":"GET"} [] [2025-03-12T18:53:45.211463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:53:46.132702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=router","method":"GET"} [] [2025-03-12T18:53:46.157352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:53:46.176951+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd/router","method":"GET"} [] [2025-03-12T18:53:47.477472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=request","method":"GET"} [] [2025-03-12T18:53:47.499640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:53:48.358105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=logger","method":"GET"} [] [2025-03-12T18:53:48.380042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:53:49.684567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=mailer","method":"GET"} [] [2025-03-12T18:53:49.709622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:53:52.105893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=mailer","method":"GET"} [] [2025-03-12T18:53:52.153665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:53:52.738427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=exception","method":"GET"} [] [2025-03-12T18:53:52.759300+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd/exception.css","method":"GET"} [] [2025-03-12T18:53:52.766457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:53:52.785832+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd/exception","method":"GET"} [] [2025-03-12T18:53:54.312751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=events","method":"GET"} [] [2025-03-12T18:53:54.341936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:53:56.352420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?group=1&panel=db","method":"GET"} [] [2025-03-12T18:53:56.373264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:53:56.572212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=events","method":"GET"} [] [2025-03-12T18:53:56.594898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:53:59.486854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=translation","method":"GET"} [] [2025-03-12T18:53:59.506848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:53:59.921320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=dump","method":"GET"} [] [2025-03-12T18:53:59.940820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:54:02.049955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=twig","method":"GET"} [] [2025-03-12T18:54:02.081800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:54:02.468108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=translation","method":"GET"} [] [2025-03-12T18:54:02.492172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:54:04.273725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=twig","method":"GET"} [] [2025-03-12T18:54:04.294245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:54:05.156320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=time","method":"GET"} [] [2025-03-12T18:54:05.177042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:54:06.481587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=form","method":"GET"} [] [2025-03-12T18:54:06.506052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:54:07.896606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=time","method":"GET"} [] [2025-03-12T18:54:07.953581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:54:08.772260+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FVideoController.php&line=27","method":"GET"} [] [2025-03-12T18:54:10.105829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=dump","method":"GET"} [] [2025-03-12T18:54:10.133547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:54:10.953565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=dump","method":"GET"} [] [2025-03-12T18:54:10.975123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:54:12.382012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=dump","method":"GET"} [] [2025-03-12T18:54:12.403070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:54:13.077500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=time","method":"GET"} [] [2025-03-12T18:54:13.101330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:54:14.579519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=twig","method":"GET"} [] [2025-03-12T18:54:14.601217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:54:15.232119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=time","method":"GET"} [] [2025-03-12T18:54:15.253038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:54:16.785293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=form","method":"GET"} [] [2025-03-12T18:54:16.807275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:54:18.997074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"https://test.phila-ca.com/public/_profiler/d4d6ce?panel=form","method":"GET"} [] [2025-03-12T18:54:19.028019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:54:19.712419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=validator","method":"GET"} [] [2025-03-12T18:54:19.736442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:54:21.238618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=twig","method":"GET"} [] [2025-03-12T18:54:21.267461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:54:21.893632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=validator","method":"GET"} [] [2025-03-12T18:54:21.913663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:54:23.711406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:54:24.101087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=db","method":"GET"} [] [2025-03-12T18:54:24.125817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:54:25.977200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49bbcd"},"request_uri":"https://test.phila-ca.com/public/_profiler/49bbcd?panel=cache","method":"GET"} [] [2025-03-12T18:54:26.006791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:54:26.331856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=db","method":"GET"} [] [2025-03-12T18:54:26.352749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:54:28.213962+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-12T18:54:28.226547+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T18:54:28.235887+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T18:54:28.235932+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T18:54:28.246707+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T18:54:28.262920+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T18:54:28.503602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=cache","method":"GET"} [] [2025-03-12T18:54:28.525454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:54:30.555343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:54:30.759828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=events","method":"GET"} [] [2025-03-12T18:54:30.782887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:54:32.956844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=events","method":"GET"} [] [2025-03-12T18:54:32.977365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:54:34.030490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:54:35.203827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=time","method":"GET"} [] [2025-03-12T18:54:35.234707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:54:37.416565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=time","method":"GET"} [] [2025-03-12T18:54:37.441308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:54:37.708837+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:54:39.872724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=dump","method":"GET"} [] [2025-03-12T18:54:39.926060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:54:40.774596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T18:54:42.151552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=dump","method":"GET"} [] [2025-03-12T18:54:42.177846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:54:44.421396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=form","method":"GET"} [] [2025-03-12T18:54:44.444335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:54:46.634333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=form","method":"GET"} [] [2025-03-12T18:54:46.657190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:54:48.843362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=twig","method":"GET"} [] [2025-03-12T18:54:48.866024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:54:51.082953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=twig","method":"GET"} [] [2025-03-12T18:54:51.112621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:54:53.324945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=exception","method":"GET"} [] [2025-03-12T18:54:53.346772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:54:55.735499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=validator","method":"GET"} [] [2025-03-12T18:54:55.780890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:54:58.014025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=validator","method":"GET"} [] [2025-03-12T18:54:58.045669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:55:00.306049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=db","method":"GET"} [] [2025-03-12T18:55:00.328067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:55:02.504073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=cache","method":"GET"} [] [2025-03-12T18:55:02.529298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:55:04.677754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=exception","method":"GET"} [] [2025-03-12T18:55:04.701014+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/exception.css","method":"GET"} [] [2025-03-12T18:55:04.711521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:55:04.732311+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/exception","method":"GET"} [] [2025-03-12T18:55:06.926722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=cache","method":"GET"} [] [2025-03-12T18:55:06.959338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=config","method":"GET"} [] [2025-03-12T18:55:06.964478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:55:06.984821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:55:09.195396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=config","method":"GET"} [] [2025-03-12T18:55:09.217583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:55:12.081428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=router","method":"GET"} [] [2025-03-12T18:55:12.130049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:55:12.161174+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd/router","method":"GET"} [] [2025-03-12T18:55:14.384805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=logger","method":"GET"} [] [2025-03-12T18:55:14.412301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:55:16.570453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=cache","method":"GET"} [] [2025-03-12T18:55:16.593640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:55:18.827989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=logger","method":"GET"} [] [2025-03-12T18:55:18.853553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:55:21.083620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=config","method":"GET"} [] [2025-03-12T18:55:21.106950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:55:23.251877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?group=1&panel=db","method":"GET"} [] [2025-03-12T18:55:23.280239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:55:25.485178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=router","method":"GET"} [] [2025-03-12T18:55:25.506126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:55:25.525801+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/router","method":"GET"} [] [2025-03-12T18:55:25.775490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=cache","method":"GET"} [] [2025-03-12T18:55:25.809214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:55:28.107348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=config","method":"GET"} [] [2025-03-12T18:55:28.172022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:55:30.393464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=security","method":"GET"} [] [2025-03-12T18:55:30.424934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:55:32.662281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=security","method":"GET"} [] [2025-03-12T18:55:32.687021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:55:34.887041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=security","method":"GET"} [] [2025-03-12T18:55:34.913645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:55:37.152832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?panel=security","method":"GET"} [] [2025-03-12T18:55:37.173387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:55:39.303203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=security","method":"GET"} [] [2025-03-12T18:55:39.338512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:55:41.514104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=cache","method":"GET"} [] [2025-03-12T18:55:41.557888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=security","method":"GET"} [] [2025-03-12T18:55:41.561450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:55:41.579865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:55:43.876505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=router","method":"GET"} [] [2025-03-12T18:55:43.921663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:55:43.943790+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce/router","method":"GET"} [] [2025-03-12T18:55:46.203073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce?panel=logger","method":"GET"} [] [2025-03-12T18:55:46.233631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:55:49.643045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=router","method":"GET"} [] [2025-03-12T18:55:49.677681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:55:49.696701+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/router","method":"GET"} [] [2025-03-12T18:55:51.863117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?panel=logger","method":"GET"} [] [2025-03-12T18:55:51.894497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:55:54.062371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=db","method":"GET"} [] [2025-03-12T18:55:54.083565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:55:56.291723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd?group=1&panel=db","method":"GET"} [] [2025-03-12T18:55:56.320533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:55:58.522907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e?group=1&panel=db","method":"GET"} [] [2025-03-12T18:55:58.545584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:56:00.934844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?panel=db","method":"GET"} [] [2025-03-12T18:56:00.999245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:56:03.143072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=exception","method":"GET"} [] [2025-03-12T18:56:03.171326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:56:05.618312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=exception","method":"GET"} [] [2025-03-12T18:56:05.641328+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/exception.css","method":"GET"} [] [2025-03-12T18:56:05.648659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:56:05.668384+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/exception","method":"GET"} [] [2025-03-12T18:56:07.882093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=translation","method":"GET"} [] [2025-03-12T18:56:07.906347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:56:10.125308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=translation","method":"GET"} [] [2025-03-12T18:56:10.146947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:56:12.342001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=mailer","method":"GET"} [] [2025-03-12T18:56:12.375661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:56:14.597426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=mailer","method":"GET"} [] [2025-03-12T18:56:14.619456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:56:18.130996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=exception","method":"GET"} [] [2025-03-12T18:56:18.185150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:56:20.431891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=mailer","method":"GET"} [] [2025-03-12T18:56:20.452859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:56:22.697885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25?group=1&panel=db","method":"GET"} [] [2025-03-12T18:56:22.721982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:56:24.932641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=mailer","method":"GET"} [] [2025-03-12T18:56:24.953448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T18:56:27.053592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=request","method":"GET"} [] [2025-03-12T18:56:27.074448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:56:29.307380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=request","method":"GET"} [] [2025-03-12T18:56:29.341256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:56:31.452514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=request","method":"GET"} [] [2025-03-12T18:56:31.472024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:56:33.909460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=db","method":"GET"} [] [2025-03-12T18:56:33.968803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:56:36.166762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=db","method":"GET"} [] [2025-03-12T18:56:36.190454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:56:38.438176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=db","method":"GET"} [] [2025-03-12T18:56:38.458407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:56:40.655730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=db","method":"GET"} [] [2025-03-12T18:56:40.678947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:56:42.875561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=request","method":"GET"} [] [2025-03-12T18:56:42.900767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:56:45.061442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=request","method":"GET"} [] [2025-03-12T18:56:45.099582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T18:56:47.303372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=dump","method":"GET"} [] [2025-03-12T18:56:47.323553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:56:49.675482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=form","method":"GET"} [] [2025-03-12T18:56:49.728978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:56:51.965907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=twig","method":"GET"} [] [2025-03-12T18:56:51.987510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:56:54.148187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=time","method":"GET"} [] [2025-03-12T18:56:54.171506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:56:56.356191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=events","method":"GET"} [] [2025-03-12T18:56:56.382462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:56:58.590589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=events","method":"GET"} [] [2025-03-12T18:56:58.612362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:57:00.805104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=form","method":"GET"} [] [2025-03-12T18:57:00.851624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:57:03.088805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=form","method":"GET"} [] [2025-03-12T18:57:03.114577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:57:05.567540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=dump","method":"GET"} [] [2025-03-12T18:57:05.625685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:57:08.158237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=twig","method":"GET"} [] [2025-03-12T18:57:08.183313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:57:10.373506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=twig","method":"GET"} [] [2025-03-12T18:57:10.394485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:57:12.592524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=time","method":"GET"} [] [2025-03-12T18:57:12.618155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:57:14.834716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=dump","method":"GET"} [] [2025-03-12T18:57:14.858947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:57:17.063383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=time","method":"GET"} [] [2025-03-12T18:57:17.092722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:57:19.253588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=form","method":"GET"} [] [2025-03-12T18:57:19.274960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:57:21.694451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=time","method":"GET"} [] [2025-03-12T18:57:21.748631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:57:24.015512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=twig","method":"GET"} [] [2025-03-12T18:57:24.041827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:57:26.296526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=form","method":"GET"} [] [2025-03-12T18:57:26.318484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T18:57:28.530283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=dump","method":"GET"} [] [2025-03-12T18:57:28.553634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:57:30.769908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=time","method":"GET"} [] [2025-03-12T18:57:30.796762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T18:57:33.033374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=twig","method":"GET"} [] [2025-03-12T18:57:33.064291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T18:57:35.295965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=dump","method":"GET"} [] [2025-03-12T18:57:35.317573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T18:57:37.789491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=validator","method":"GET"} [] [2025-03-12T18:57:37.911004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T18:57:40.170757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=cache","method":"GET"} [] [2025-03-12T18:57:40.194627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:57:42.448382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=cache","method":"GET"} [] [2025-03-12T18:57:42.475340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:57:44.675939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=cache","method":"GET"} [] [2025-03-12T18:57:44.699673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:57:46.909157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=cache","method":"GET"} [] [2025-03-12T18:57:46.929538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:57:49.152029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=events","method":"GET"} [] [2025-03-12T18:57:49.186282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:57:51.393719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=cache","method":"GET"} [] [2025-03-12T18:57:51.414870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T18:57:53.860953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=events","method":"GET"} [] [2025-03-12T18:57:53.937121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:57:56.162788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=events","method":"GET"} [] [2025-03-12T18:57:56.197221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T18:57:59.557726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=router","method":"GET"} [] [2025-03-12T18:57:59.582435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:57:59.601618+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/router","method":"GET"} [] [2025-03-12T18:58:01.911907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=config","method":"GET"} [] [2025-03-12T18:58:01.936487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:58:04.060894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=logger","method":"GET"} [] [2025-03-12T18:58:04.081203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:58:06.306033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?panel=logger","method":"GET"} [] [2025-03-12T18:58:06.340223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:58:08.578833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?panel=config","method":"GET"} [] [2025-03-12T18:58:08.603922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:58:11.030325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=logger","method":"GET"} [] [2025-03-12T18:58:11.103017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:58:13.363550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=router","method":"GET"} [] [2025-03-12T18:58:13.382904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:58:13.403886+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013/router","method":"GET"} [] [2025-03-12T18:58:15.677588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=config","method":"GET"} [] [2025-03-12T18:58:15.699227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:58:17.980990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=translation","method":"GET"} [] [2025-03-12T18:58:18.001066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:58:21.354027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=router","method":"GET"} [] [2025-03-12T18:58:21.389861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:58:21.413827+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/router","method":"GET"} [] [2025-03-12T18:58:23.630601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=router","method":"GET"} [] [2025-03-12T18:58:23.652945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T18:58:23.672571+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496/router","method":"GET"} [] [2025-03-12T18:58:26.063253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=config","method":"GET"} [] [2025-03-12T18:58:26.119468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:58:28.361092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=config","method":"GET"} [] [2025-03-12T18:58:28.382097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T18:58:30.502500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=logger","method":"GET"} [] [2025-03-12T18:58:30.524346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:58:32.738715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=logger","method":"GET"} [] [2025-03-12T18:58:32.760937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T18:58:34.982822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?panel=security","method":"GET"} [] [2025-03-12T18:58:35.003096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:58:37.172526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?panel=security","method":"GET"} [] [2025-03-12T18:58:37.210648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:58:39.383500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?panel=security","method":"GET"} [] [2025-03-12T18:58:39.405615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T18:58:42.977570+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:43.029029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:45.171555+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:45.192142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:47.346727+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:47.365166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:49.556876+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:49.576522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:51.724315+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:51.747844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:55.044259+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:55.079555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T18:58:57.231025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3?group=1&panel=db","method":"GET"} [] [2025-03-12T18:58:57.258805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:58:59.751788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b?group=1&panel=db","method":"GET"} [] [2025-03-12T18:58:59.807519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T18:59:03.063272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470","method":"GET"} [] [2025-03-12T18:59:03.085687+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/exception.css","method":"GET"} [] [2025-03-12T18:59:03.092597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:03.112786+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/exception","method":"GET"} [] [2025-03-12T18:59:06.494810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498","method":"GET"} [] [2025-03-12T18:59:06.520041+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/exception.css","method":"GET"} [] [2025-03-12T18:59:06.523476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:06.544544+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/exception","method":"GET"} [] [2025-03-12T18:59:08.733765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f","method":"GET"} [] [2025-03-12T18:59:08.754127+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/exception.css","method":"GET"} [] [2025-03-12T18:59:08.757228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:08.777308+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/exception","method":"GET"} [] [2025-03-12T18:59:10.952319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038","method":"GET"} [] [2025-03-12T18:59:10.986380+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/exception.css","method":"GET"} [] [2025-03-12T18:59:10.995568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:11.042585+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/exception","method":"GET"} [] [2025-03-12T18:59:13.178197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d","method":"GET"} [] [2025-03-12T18:59:13.206265+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/exception.css","method":"GET"} [] [2025-03-12T18:59:13.209404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:13.248256+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/exception","method":"GET"} [] [2025-03-12T18:59:15.741145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d","method":"GET"} [] [2025-03-12T18:59:15.806035+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/exception.css","method":"GET"} [] [2025-03-12T18:59:15.809232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:15.832883+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/exception","method":"GET"} [] [2025-03-12T18:59:18.064659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634","method":"GET"} [] [2025-03-12T18:59:18.085269+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/exception.css","method":"GET"} [] [2025-03-12T18:59:18.091865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:18.109950+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/exception","method":"GET"} [] [2025-03-12T18:59:20.315754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040","method":"GET"} [] [2025-03-12T18:59:20.353779+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/exception.css","method":"GET"} [] [2025-03-12T18:59:20.358740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T18:59:20.383681+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/exception","method":"GET"} [] [2025-03-12T18:59:23.693012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=db","method":"GET"} [] [2025-03-12T18:59:23.718110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T18:59:25.943921+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/exception","method":"GET"} [] [2025-03-12T18:59:28.157375+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/exception","method":"GET"} [] [2025-03-12T18:59:30.372153+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/exception","method":"GET"} [] [2025-03-12T18:59:32.828660+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/exception","method":"GET"} [] [2025-03-12T18:59:35.112440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=exception","method":"GET"} [] [2025-03-12T18:59:35.155768+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/exception.css","method":"GET"} [] [2025-03-12T18:59:35.166593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:59:35.215663+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/exception","method":"GET"} [] [2025-03-12T18:59:37.422749+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/exception","method":"GET"} [] [2025-03-12T18:59:39.639660+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/exception","method":"GET"} [] [2025-03-12T18:59:43.017167+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/exception","method":"GET"} [] [2025-03-12T18:59:45.214945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=exception","method":"GET"} [] [2025-03-12T18:59:45.245593+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/exception.css","method":"GET"} [] [2025-03-12T18:59:45.249006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:59:45.269164+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/exception","method":"GET"} [] [2025-03-12T18:59:47.531816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=exception","method":"GET"} [] [2025-03-12T18:59:47.552323+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/exception.css","method":"GET"} [] [2025-03-12T18:59:47.555269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:59:47.574167+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/exception","method":"GET"} [] [2025-03-12T18:59:50.006840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=exception","method":"GET"} [] [2025-03-12T18:59:50.081856+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/exception.css","method":"GET"} [] [2025-03-12T18:59:50.085665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:59:50.111943+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/exception","method":"GET"} [] [2025-03-12T18:59:52.343537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=exception","method":"GET"} [] [2025-03-12T18:59:52.378251+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/exception.css","method":"GET"} [] [2025-03-12T18:59:52.392814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:59:52.438352+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/exception","method":"GET"} [] [2025-03-12T18:59:54.650830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=exception","method":"GET"} [] [2025-03-12T18:59:54.701039+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/exception.css","method":"GET"} [] [2025-03-12T18:59:54.704143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T18:59:54.725316+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/exception","method":"GET"} [] [2025-03-12T18:59:56.901499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=translation","method":"GET"} [] [2025-03-12T18:59:56.925589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T18:59:59.101404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=translation","method":"GET"} [] [2025-03-12T18:59:59.123484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:00:01.313929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=translation","method":"GET"} [] [2025-03-12T19:00:01.337890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:00:03.405893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=translation","method":"GET"} [] [2025-03-12T19:00:03.427809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:00:06.044802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=translation","method":"GET"} [] [2025-03-12T19:00:06.095920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:00:08.240693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=translation","method":"GET"} [] [2025-03-12T19:00:08.309645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:00:10.571053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=mailer","method":"GET"} [] [2025-03-12T19:00:10.596483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:00:12.824280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=request","method":"GET"} [] [2025-03-12T19:00:12.846303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:00:15.128352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=request","method":"GET"} [] [2025-03-12T19:00:15.152123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:00:17.363829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=mailer","method":"GET"} [] [2025-03-12T19:00:17.387634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:00:19.584153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=events","method":"GET"} [] [2025-03-12T19:00:19.607210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:00:23.254688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=dump","method":"GET"} [] [2025-03-12T19:00:23.321021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:00:25.549008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=time","method":"GET"} [] [2025-03-12T19:00:25.575278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:00:28.953995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=time","method":"GET"} [] [2025-03-12T19:00:28.977053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:00:31.118546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=form","method":"GET"} [] [2025-03-12T19:00:31.141254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:00:33.346135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=dump","method":"GET"} [] [2025-03-12T19:00:33.369275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:00:35.562682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=twig","method":"GET"} [] [2025-03-12T19:00:35.585403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:00:37.781138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=twig","method":"GET"} [] [2025-03-12T19:00:37.803628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:00:40.403422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=validator","method":"GET"} [] [2025-03-12T19:00:40.522606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:00:42.752704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=validator","method":"GET"} [] [2025-03-12T19:00:42.775904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:00:45.043262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=validator","method":"GET"} [] [2025-03-12T19:00:45.065975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:00:47.329061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=validator","method":"GET"} [] [2025-03-12T19:00:47.351142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:00:49.557920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=validator","method":"GET"} [] [2025-03-12T19:00:49.582417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:00:51.762620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=validator","method":"GET"} [] [2025-03-12T19:00:51.789111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:00:53.981365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=db","method":"GET"} [] [2025-03-12T19:00:54.003877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:00:56.705010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=db","method":"GET"} [] [2025-03-12T19:00:56.785541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:00:59.049108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=cache","method":"GET"} [] [2025-03-12T19:00:59.071114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:01:01.289532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=cache","method":"GET"} [] [2025-03-12T19:01:01.311557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:01:03.482907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=logger","method":"GET"} [] [2025-03-12T19:01:03.506430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:01:03.604840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038","method":"GET"} [] [2025-03-12T19:01:03.625695+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038/exception.css","method":"GET"} [] [2025-03-12T19:01:03.643100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:01:03.662080+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038/exception","method":"GET"} [] [2025-03-12T19:01:05.715020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=router","method":"GET"} [] [2025-03-12T19:01:05.738404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:01:05.758702+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/router","method":"GET"} [] [2025-03-12T19:01:08.202624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=config","method":"GET"} [] [2025-03-12T19:01:08.238628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:01:10.404861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=config","method":"GET"} [] [2025-03-12T19:01:10.438793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:01:13.182181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?panel=security","method":"GET"} [] [2025-03-12T19:01:13.309136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:15.606359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=security","method":"GET"} [] [2025-03-12T19:01:15.631453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:17.802170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=security","method":"GET"} [] [2025-03-12T19:01:17.825181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:20.013125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=security","method":"GET"} [] [2025-03-12T19:01:20.038580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:22.245121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=security","method":"GET"} [] [2025-03-12T19:01:22.269648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:23.180220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=events","method":"GET"} [] [2025-03-12T19:01:23.204353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:01:24.492435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=security","method":"GET"} [] [2025-03-12T19:01:24.515301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:25.308598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=security","method":"GET"} [] [2025-03-12T19:01:25.333774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:01:26.742995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=logger","method":"GET"} [] [2025-03-12T19:01:26.766214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:01:27.548956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=mailer","method":"GET"} [] [2025-03-12T19:01:27.579750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:01:29.373096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?panel=router","method":"GET"} [] [2025-03-12T19:01:29.441448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:01:29.500477+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/router","method":"GET"} [] [2025-03-12T19:01:31.834815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f?group=1&panel=db","method":"GET"} [] [2025-03-12T19:01:31.857848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:01:33.935688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=dump","method":"GET"} [] [2025-03-12T19:01:33.958911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:01:34.031673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d?group=1&panel=db","method":"GET"} [] [2025-03-12T19:01:34.055267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:01:36.269493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=exception","method":"GET"} [] [2025-03-12T19:01:36.322127+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/exception.css","method":"GET"} [] [2025-03-12T19:01:36.329225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:01:36.347934+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/exception","method":"GET"} [] [2025-03-12T19:01:38.178408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=form","method":"GET"} [] [2025-03-12T19:01:38.263506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:01:38.512349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=translation","method":"GET"} [] [2025-03-12T19:01:38.533257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:01:40.387008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=time","method":"GET"} [] [2025-03-12T19:01:40.412012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:01:40.623342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=mailer","method":"GET"} [] [2025-03-12T19:01:40.840658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:01:42.988424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"https://test.phila-ca.com/public/_profiler/4dc038?panel=twig","method":"GET"} [] [2025-03-12T19:01:43.011943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:01:43.051265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=mailer","method":"GET"} [] [2025-03-12T19:01:43.083806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:01:45.643584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=mailer","method":"GET"} [] [2025-03-12T19:01:45.712871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:01:47.260371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:01:47.982120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=mailer","method":"GET"} [] [2025-03-12T19:01:48.007110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:01:49.496687+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-12T19:01:49.509367+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T19:01:49.519044+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T19:01:49.519085+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T19:01:49.530321+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T19:01:49.546394+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T19:01:50.181452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=exception","method":"GET"} [] [2025-03-12T19:01:50.201989+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/exception.css","method":"GET"} [] [2025-03-12T19:01:50.204842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:01:50.224040+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/exception","method":"GET"} [] [2025-03-12T19:01:51.766387+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:01:52.372531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=mailer","method":"GET"} [] [2025-03-12T19:01:52.396155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:01:54.604949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=request","method":"GET"} [] [2025-03-12T19:01:54.627234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:01:55.026308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:01:56.802492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=request","method":"GET"} [] [2025-03-12T19:01:56.826843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:01:58.844140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:01:59.022483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=request","method":"GET"} [] [2025-03-12T19:01:59.046006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:02:01.490357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=request","method":"GET"} [] [2025-03-12T19:02:01.578344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:02:02.172439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:02:03.792711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=request","method":"GET"} [] [2025-03-12T19:02:03.820148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:02:05.354530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=cache","method":"GET"} [] [2025-03-12T19:02:05.398917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:02:06.010412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=db","method":"GET"} [] [2025-03-12T19:02:06.033466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:02:08.259106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=db","method":"GET"} [] [2025-03-12T19:02:08.281181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:02:08.835351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ea62d?panel=time","method":"GET"} [] [2025-03-12T19:02:08.858707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:02:10.484923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=db","method":"GET"} [] [2025-03-12T19:02:10.507878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:02:12.694107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=db","method":"GET"} [] [2025-03-12T19:02:12.717834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:02:14.944773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=db","method":"GET"} [] [2025-03-12T19:02:14.969733+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:02:17.478428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=request","method":"GET"} [] [2025-03-12T19:02:17.548930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:02:19.978846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=form","method":"GET"} [] [2025-03-12T19:02:20.004672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:02:22.232867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=time","method":"GET"} [] [2025-03-12T19:02:22.255440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:02:24.289927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634","method":"GET"} [] [2025-03-12T19:02:24.313435+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634/exception.css","method":"GET"} [] [2025-03-12T19:02:24.321283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:02:24.342467+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634/exception","method":"GET"} [] [2025-03-12T19:02:24.471684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=dump","method":"GET"} [] [2025-03-12T19:02:24.493119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:02:26.702475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=twig","method":"GET"} [] [2025-03-12T19:02:26.725415+01:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-03-12T19:02:26.726864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:02:26.745107+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-12T19:02:26.754252+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T19:02:26.754312+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-12T19:02:26.767456+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-03-12T19:02:26.788764+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-12T19:02:28.895053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=mailer","method":"GET"} [] [2025-03-12T19:02:28.918549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:02:28.975431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:02:31.121982+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:02:31.160479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:02:33.838142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=events","method":"GET"} [] [2025-03-12T19:02:33.870495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:02:33.909610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:02:36.135994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=events","method":"GET"} [] [2025-03-12T19:02:36.159379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:02:38.372083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=events","method":"GET"} [] [2025-03-12T19:02:38.393243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:02:40.593244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=request","method":"GET"} [] [2025-03-12T19:02:40.622602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:02:42.803751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=events","method":"GET"} [] [2025-03-12T19:02:42.828508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:02:43.756510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ea62d?panel=twig","method":"GET"} [] [2025-03-12T19:02:43.779227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:02:44.992138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=dump","method":"GET"} [] [2025-03-12T19:02:45.013965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:02:47.243493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=twig","method":"GET"} [] [2025-03-12T19:02:47.265532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:02:48.335842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ea62d?panel=form","method":"GET"} [] [2025-03-12T19:02:48.360157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:02:49.687747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=time","method":"GET"} [] [2025-03-12T19:02:49.794442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:02:52.025536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=time","method":"GET"} [] [2025-03-12T19:02:52.049683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:02:52.500225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ea62d?panel=dump","method":"GET"} [] [2025-03-12T19:02:52.521901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:02:54.192082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=twig","method":"GET"} [] [2025-03-12T19:02:54.212875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:02:56.163929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ea62d?panel=security","method":"GET"} [] [2025-03-12T19:02:56.185480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:02:56.390652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=dump","method":"GET"} [] [2025-03-12T19:02:56.418258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:02:58.555547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233","method":"GET"} [] [2025-03-12T19:02:58.578974+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/exception.css","method":"GET"} [] [2025-03-12T19:02:58.586068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:02:58.604928+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/exception","method":"GET"} [] [2025-03-12T19:02:59.256166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ea62d"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ea62d?panel=request","method":"GET"} [] [2025-03-12T19:02:59.280911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:03:01.935044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558","method":"GET"} [] [2025-03-12T19:03:01.954537+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/exception.css","method":"GET"} [] [2025-03-12T19:03:01.957382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:01.974911+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/exception","method":"GET"} [] [2025-03-12T19:03:02.554619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=events","method":"GET"} [] [2025-03-12T19:03:02.577921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:03:04.226403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2","method":"GET"} [] [2025-03-12T19:03:04.247821+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/exception.css","method":"GET"} [] [2025-03-12T19:03:04.250850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:04.269926+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/exception","method":"GET"} [] [2025-03-12T19:03:05.469778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=security","method":"GET"} [] [2025-03-12T19:03:05.562583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:03:06.410746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6","method":"GET"} [] [2025-03-12T19:03:06.444189+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6/exception.css","method":"GET"} [] [2025-03-12T19:03:06.448638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:06.468776+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6/exception","method":"GET"} [] [2025-03-12T19:03:07.795820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=mailer","method":"GET"} [] [2025-03-12T19:03:07.818543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:03:08.682618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b","method":"GET"} [] [2025-03-12T19:03:08.703775+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/exception.css","method":"GET"} [] [2025-03-12T19:03:08.706674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:08.725330+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/exception","method":"GET"} [] [2025-03-12T19:03:10.034011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=form","method":"GET"} [] [2025-03-12T19:03:10.056791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:03:12.141884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5","method":"GET"} [] [2025-03-12T19:03:12.165829+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/exception.css","method":"GET"} [] [2025-03-12T19:03:12.168815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:12.188077+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/exception","method":"GET"} [] [2025-03-12T19:03:12.251552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=dump","method":"GET"} [] [2025-03-12T19:03:12.273165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:03:14.445262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828","method":"GET"} [] [2025-03-12T19:03:14.465678+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/exception.css","method":"GET"} [] [2025-03-12T19:03:14.473112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:14.493003+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/exception","method":"GET"} [] [2025-03-12T19:03:14.492139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=twig","method":"GET"} [] [2025-03-12T19:03:14.514498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:03:16.670939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca","method":"GET"} [] [2025-03-12T19:03:16.690293+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/exception.css","method":"GET"} [] [2025-03-12T19:03:16.693178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:16.702557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=time","method":"GET"} [] [2025-03-12T19:03:16.711496+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/exception","method":"GET"} [] [2025-03-12T19:03:16.726188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:03:18.873248+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/exception","method":"GET"} [] [2025-03-12T19:03:18.914448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34","method":"GET"} [] [2025-03-12T19:03:18.944842+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34/exception.css","method":"GET"} [] [2025-03-12T19:03:18.947771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:03:18.970110+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34/exception","method":"GET"} [] [2025-03-12T19:03:21.388686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=db","method":"GET"} [] [2025-03-12T19:03:21.497047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:03:22.341245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:03:23.831479+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/exception","method":"GET"} [] [2025-03-12T19:03:24.721034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:03:26.026445+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/exception","method":"GET"} [] [2025-03-12T19:03:26.941291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:03:29.468738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=exception","method":"GET"} [] [2025-03-12T19:03:29.492640+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/exception.css","method":"GET"} [] [2025-03-12T19:03:29.499911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:03:29.522278+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/exception","method":"GET"} [] [2025-03-12T19:03:31.345806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:03:31.752917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=db","method":"GET"} [] [2025-03-12T19:03:31.777451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:03:33.992665+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/exception","method":"GET"} [] [2025-03-12T19:03:36.566325+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/exception","method":"GET"} [] [2025-03-12T19:03:37.777007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=time","method":"GET"} [] [2025-03-12T19:03:37.839849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:03:38.771593+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/exception","method":"GET"} [] [2025-03-12T19:03:40.157745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=db","method":"GET"} [] [2025-03-12T19:03:40.183588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:03:40.992636+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/exception","method":"GET"} [] [2025-03-12T19:03:42.397545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=request","method":"GET"} [] [2025-03-12T19:03:42.422432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:03:43.231149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=logger","method":"GET"} [] [2025-03-12T19:03:43.252564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:03:44.655858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=security","method":"GET"} [] [2025-03-12T19:03:44.679759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:03:45.451672+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=exception","method":"GET"} [] [2025-03-12T19:03:45.471533+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/exception.css","method":"GET"} [] [2025-03-12T19:03:45.479617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:03:45.497550+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/exception","method":"GET"} [] [2025-03-12T19:03:46.896943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=logger","method":"GET"} [] [2025-03-12T19:03:46.920070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:03:47.730769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=exception","method":"GET"} [] [2025-03-12T19:03:47.751223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/exception.css","method":"GET"} [] [2025-03-12T19:03:47.754049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:03:47.771803+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/exception","method":"GET"} [] [2025-03-12T19:03:49.138494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=config","method":"GET"} [] [2025-03-12T19:03:49.160894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:03:50.035488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=exception","method":"GET"} [] [2025-03-12T19:03:50.056161+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/exception.css","method":"GET"} [] [2025-03-12T19:03:50.059255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:03:50.078593+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/exception","method":"GET"} [] [2025-03-12T19:03:51.699307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=router","method":"GET"} [] [2025-03-12T19:03:51.775288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:03:51.803356+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34/router","method":"GET"} [] [2025-03-12T19:03:53.414280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=translation","method":"GET"} [] [2025-03-12T19:03:53.473671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:03:55.321918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=twig","method":"GET"} [] [2025-03-12T19:03:55.345037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:03:55.927817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=translation","method":"GET"} [] [2025-03-12T19:03:55.964112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:03:58.173233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=translation","method":"GET"} [] [2025-03-12T19:03:58.196774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:03:59.840513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=events","method":"GET"} [] [2025-03-12T19:03:59.867688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:04:00.411472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=translation","method":"GET"} [] [2025-03-12T19:04:00.433190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:04:03.175532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=security","method":"GET"} [] [2025-03-12T19:04:03.196738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:04:03.811115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=request","method":"GET"} [] [2025-03-12T19:04:03.832965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:04:06.055444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=mailer","method":"GET"} [] [2025-03-12T19:04:06.079872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:04:06.792190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=mailer","method":"GET"} [] [2025-03-12T19:04:06.884158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:04:08.256475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=mailer","method":"GET"} [] [2025-03-12T19:04:08.277849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:04:09.205530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=form","method":"GET"} [] [2025-03-12T19:04:09.245082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:04:10.466406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=events","method":"GET"} [] [2025-03-12T19:04:10.495142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:04:11.595652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=twig","method":"GET"} [] [2025-03-12T19:04:11.618502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:04:12.702573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=dump","method":"GET"} [] [2025-03-12T19:04:12.724528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:04:14.994415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=form","method":"GET"} [] [2025-03-12T19:04:15.029072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:04:16.139655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:04:17.201155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=time","method":"GET"} [] [2025-03-12T19:04:17.222891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:04:18.395301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"https://test.phila-ca.com/public/_profiler/ecfe34?panel=cache","method":"GET"} [] [2025-03-12T19:04:18.418808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:04:19.420640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=twig","method":"GET"} [] [2025-03-12T19:04:19.447977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:04:20.733729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:04:22.025674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=validator","method":"GET"} [] [2025-03-12T19:04:22.106435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:04:22.983075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:04:24.354370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=validator","method":"GET"} [] [2025-03-12T19:04:24.437668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:04:25.210874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:04:28.922434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b?panel=cache","method":"GET"} [] [2025-03-12T19:04:28.945850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:04:29.648689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5","method":"GET"} [] [2025-03-12T19:04:29.669502+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5/exception.css","method":"GET"} [] [2025-03-12T19:04:29.677242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:04:29.695570+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5/exception","method":"GET"} [] [2025-03-12T19:04:31.133220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=events","method":"GET"} [] [2025-03-12T19:04:31.155440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:04:33.222790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=time","method":"GET"} [] [2025-03-12T19:04:33.244916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:04:35.396029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=twig","method":"GET"} [] [2025-03-12T19:04:35.418248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:04:37.846497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=dump","method":"GET"} [] [2025-03-12T19:04:37.902799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:04:40.058950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=validator","method":"GET"} [] [2025-03-12T19:04:40.103265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:04:42.342675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=db","method":"GET"} [] [2025-03-12T19:04:42.366660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:04:44.137502+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:04:45.681814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=form","method":"GET"} [] [2025-03-12T19:04:45.703882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:04:47.673873+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"feccc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/feccc6/exception","method":"GET"} [] [2025-03-12T19:04:50.092517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=security","method":"GET"} [] [2025-03-12T19:04:50.117133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:04:52.283587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=security","method":"GET"} [] [2025-03-12T19:04:52.307881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:04:54.504145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=events","method":"GET"} [] [2025-03-12T19:04:54.504094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=security","method":"GET"} [] [2025-03-12T19:04:54.588359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:04:54.588793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:04:56.772431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=config","method":"GET"} [] [2025-03-12T19:04:56.810875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:04:57.221851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=security","method":"GET"} [] [2025-03-12T19:04:57.244510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:04:59.056318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=logger","method":"GET"} [] [2025-03-12T19:04:59.082281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:04:59.752686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=mailer","method":"GET"} [] [2025-03-12T19:04:59.776019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:05:01.321245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?group=1&panel=db","method":"GET"} [] [2025-03-12T19:05:01.344700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:05:02.061920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=dump","method":"GET"} [] [2025-03-12T19:05:02.083841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:05:03.721499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=router","method":"GET"} [] [2025-03-12T19:05:03.751702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:05:03.777950+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/router","method":"GET"} [] [2025-03-12T19:05:04.265978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=form","method":"GET"} [] [2025-03-12T19:05:04.290352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:05:06.093412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=exception","method":"GET"} [] [2025-03-12T19:05:06.116952+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6/exception.css","method":"GET"} [] [2025-03-12T19:05:06.124087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:05:06.144733+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6/exception","method":"GET"} [] [2025-03-12T19:05:06.504502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=time","method":"GET"} [] [2025-03-12T19:05:06.528461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:05:08.351464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca?panel=cache","method":"GET"} [] [2025-03-12T19:05:08.372676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:05:10.812606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=translation","method":"GET"} [] [2025-03-12T19:05:10.865382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:05:13.084312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=translation","method":"GET"} [] [2025-03-12T19:05:13.131066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:05:15.426576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=mailer","method":"GET"} [] [2025-03-12T19:05:15.451710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:05:16.895200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:05:17.672083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=mailer","method":"GET"} [] [2025-03-12T19:05:17.698361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:05:19.946355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=mailer","method":"GET"} [] [2025-03-12T19:05:19.971977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:05:20.893358+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:05:22.122001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=exception","method":"GET"} [] [2025-03-12T19:05:22.144830+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/exception.css","method":"GET"} [] [2025-03-12T19:05:22.152476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:05:22.173150+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/exception","method":"GET"} [] [2025-03-12T19:05:24.397066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=exception","method":"GET"} [] [2025-03-12T19:05:24.416835+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/exception.css","method":"GET"} [] [2025-03-12T19:05:24.419810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:05:24.438966+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/exception","method":"GET"} [] [2025-03-12T19:05:26.779291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=mailer","method":"GET"} [] [2025-03-12T19:05:26.834605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:05:29.028809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=mailer","method":"GET"} [] [2025-03-12T19:05:29.069707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:05:31.563845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=request","method":"GET"} [] [2025-03-12T19:05:31.597296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:05:33.972554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=request","method":"GET"} [] [2025-03-12T19:05:33.995054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:05:36.226545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=request","method":"GET"} [] [2025-03-12T19:05:36.256350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:05:38.441915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=request","method":"GET"} [] [2025-03-12T19:05:38.464712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:05:38.550254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=time","method":"GET"} [] [2025-03-12T19:05:38.572117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:05:42.274838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=db","method":"GET"} [] [2025-03-12T19:05:42.350198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:05:44.561602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=db","method":"GET"} [] [2025-03-12T19:05:44.601093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:05:46.223765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:05:46.875540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=db","method":"GET"} [] [2025-03-12T19:05:46.902419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:05:49.067453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=request","method":"GET"} [] [2025-03-12T19:05:49.114754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:05:51.362402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=request","method":"GET"} [] [2025-03-12T19:05:51.387776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:05:53.593078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=form","method":"GET"} [] [2025-03-12T19:05:53.619389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:05:55.850972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=form","method":"GET"} [] [2025-03-12T19:05:55.873730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:05:57.421808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:05:58.141375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=time","method":"GET"} [] [2025-03-12T19:05:58.165056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:06:00.384031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=dump","method":"GET"} [] [2025-03-12T19:06:00.423305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:06:01.160389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=request","method":"GET"} [] [2025-03-12T19:06:01.185057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:06:02.632021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=dump","method":"GET"} [] [2025-03-12T19:06:02.656071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:06:03.523791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=db","method":"GET"} [] [2025-03-12T19:06:03.546788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:06:04.866659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=twig","method":"GET"} [] [2025-03-12T19:06:04.893257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:06:06.945771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=router","method":"GET"} [] [2025-03-12T19:06:06.969328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:06:06.988715+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca/router","method":"GET"} [] [2025-03-12T19:06:07.046798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=time","method":"GET"} [] [2025-03-12T19:06:07.074316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:06:09.324633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=twig","method":"GET"} [] [2025-03-12T19:06:09.349211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:06:11.419943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=time","method":"GET"} [] [2025-03-12T19:06:11.442149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:06:11.579816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934","method":"GET"} [] [2025-03-12T19:06:11.608847+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934/exception.css","method":"GET"} [] [2025-03-12T19:06:11.616747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:11.639059+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934/exception","method":"GET"} [] [2025-03-12T19:06:13.900042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=mailer","method":"GET"} [] [2025-03-12T19:06:13.900143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=translation","method":"GET"} [] [2025-03-12T19:06:13.952725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:06:13.953049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:06:16.134955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=dump","method":"GET"} [] [2025-03-12T19:06:16.151850+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:06:16.170178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:06:16.174755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:06:18.418738+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:06:18.424981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?panel=twig","method":"GET"} [] [2025-03-12T19:06:18.448430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:06:18.455743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:06:20.605248+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:06:20.627959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:06:22.793293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf76ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/cf76ca?group=1&panel=db","method":"GET"} [] [2025-03-12T19:06:22.816714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:06:22.833255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=events","method":"GET"} [] [2025-03-12T19:06:22.859260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:06:25.012605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=events","method":"GET"} [] [2025-03-12T19:06:25.035018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:06:27.251103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=time","method":"GET"} [] [2025-03-12T19:06:27.273628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:06:29.437742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:06:29.440158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=db","method":"GET"} [] [2025-03-12T19:06:29.466618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:06:31.601347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=mailer","method":"GET"} [] [2025-03-12T19:06:31.647161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:06:33.773526+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934/exception.css","method":"GET"} [] [2025-03-12T19:06:33.887942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=exception","method":"GET"} [] [2025-03-12T19:06:33.908543+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/exception.css","method":"GET"} [] [2025-03-12T19:06:33.911917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:06:33.930370+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/exception","method":"GET"} [] [2025-03-12T19:06:35.891634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934?panel=twig","method":"GET"} [] [2025-03-12T19:06:35.917236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:06:36.100974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=request","method":"GET"} [] [2025-03-12T19:06:36.123228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:06:38.198471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934?panel=dump","method":"GET"} [] [2025-03-12T19:06:38.221692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:06:38.353217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518","method":"GET"} [] [2025-03-12T19:06:38.375108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:40.602976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503","method":"GET"} [] [2025-03-12T19:06:40.624415+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/exception.css","method":"GET"} [] [2025-03-12T19:06:40.627648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:40.646988+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/exception","method":"GET"} [] [2025-03-12T19:06:41.516329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934?panel=form","method":"GET"} [] [2025-03-12T19:06:41.539428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:06:42.782953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a","method":"GET"} [] [2025-03-12T19:06:42.807712+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/exception.css","method":"GET"} [] [2025-03-12T19:06:42.810530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:42.828165+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/exception","method":"GET"} [] [2025-03-12T19:06:45.222474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e","method":"GET"} [] [2025-03-12T19:06:45.222721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934?panel=security","method":"GET"} [] [2025-03-12T19:06:45.289389+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/exception.css","method":"GET"} [] [2025-03-12T19:06:45.289936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:06:45.294802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:45.317903+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/exception","method":"GET"} [] [2025-03-12T19:06:47.517188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934?panel=request","method":"GET"} [] [2025-03-12T19:06:47.561595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:06:48.740011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3","method":"GET"} [] [2025-03-12T19:06:48.762932+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/exception.css","method":"GET"} [] [2025-03-12T19:06:48.766084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:48.785701+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/exception","method":"GET"} [] [2025-03-12T19:06:49.859522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://test.phila-ca.com/public/_profiler/cfd934?panel=db","method":"GET"} [] [2025-03-12T19:06:49.883449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:06:52.146262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed","method":"GET"} [] [2025-03-12T19:06:52.168503+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/exception.css","method":"GET"} [] [2025-03-12T19:06:52.172810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:06:52.174382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:52.191933+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/exception","method":"GET"} [] [2025-03-12T19:06:54.394613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:06:54.439540+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/exception","method":"GET"} [] [2025-03-12T19:06:56.591564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788","method":"GET"} [] [2025-03-12T19:06:56.614432+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/exception.css","method":"GET"} [] [2025-03-12T19:06:56.617280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:06:56.636980+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/exception","method":"GET"} [] [2025-03-12T19:07:01.356717+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/exception","method":"GET"} [] [2025-03-12T19:07:03.591476+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/exception","method":"GET"} [] [2025-03-12T19:07:05.848377+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/exception","method":"GET"} [] [2025-03-12T19:07:08.113299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=exception","method":"GET"} [] [2025-03-12T19:07:08.149157+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/exception.css","method":"GET"} [] [2025-03-12T19:07:08.158146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:07:08.260468+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/exception","method":"GET"} [] [2025-03-12T19:07:10.490412+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/exception","method":"GET"} [] [2025-03-12T19:07:12.698166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=translation","method":"GET"} [] [2025-03-12T19:07:12.725618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:07:14.953504+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/exception","method":"GET"} [] [2025-03-12T19:07:17.363444+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/exception","method":"GET"} [] [2025-03-12T19:07:19.613776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db","method":"GET"} [] [2025-03-12T19:07:19.636158+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/exception.css","method":"GET"} [] [2025-03-12T19:07:19.639153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:07:19.658518+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/exception","method":"GET"} [] [2025-03-12T19:07:21.920860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=exception","method":"GET"} [] [2025-03-12T19:07:21.943251+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/exception.css","method":"GET"} [] [2025-03-12T19:07:21.946416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:07:21.966810+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/exception","method":"GET"} [] [2025-03-12T19:07:24.204389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=exception","method":"GET"} [] [2025-03-12T19:07:24.243857+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/exception.css","method":"GET"} [] [2025-03-12T19:07:24.253552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:07:24.291415+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/exception","method":"GET"} [] [2025-03-12T19:07:26.520692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=translation","method":"GET"} [] [2025-03-12T19:07:26.543294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:07:28.721251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=translation","method":"GET"} [] [2025-03-12T19:07:28.743984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:07:29.684619+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T19:07:30.937773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=mailer","method":"GET"} [] [2025-03-12T19:07:30.971323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:07:33.413964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=mailer","method":"GET"} [] [2025-03-12T19:07:33.502011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:07:35.749438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=request","method":"GET"} [] [2025-03-12T19:07:35.772618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:07:38.051805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=request","method":"GET"} [] [2025-03-12T19:07:38.081232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:07:40.222700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=events","method":"GET"} [] [2025-03-12T19:07:40.351464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:07:42.664744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=events","method":"GET"} [] [2025-03-12T19:07:42.690835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:07:44.825080+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/exception","method":"GET"} [] [2025-03-12T19:07:47.065836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=exception","method":"GET"} [] [2025-03-12T19:07:47.099456+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/exception.css","method":"GET"} [] [2025-03-12T19:07:47.106369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:07:47.138207+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/exception","method":"GET"} [] [2025-03-12T19:07:49.695692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=translation","method":"GET"} [] [2025-03-12T19:07:49.746335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:07:51.914570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=mailer","method":"GET"} [] [2025-03-12T19:07:51.938943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:07:54.224793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=request","method":"GET"} [] [2025-03-12T19:07:54.250149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:07:56.456817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=events","method":"GET"} [] [2025-03-12T19:07:56.500905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:07:58.650010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=form","method":"GET"} [] [2025-03-12T19:07:58.681421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:08:02.086892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=time","method":"GET"} [] [2025-03-12T19:08:02.107930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:08:04.321461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=dump","method":"GET"} [] [2025-03-12T19:08:04.345821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:08:06.850233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=twig","method":"GET"} [] [2025-03-12T19:08:06.949147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:08:09.187651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=time","method":"GET"} [] [2025-03-12T19:08:09.220028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:08:11.434142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=dump","method":"GET"} [] [2025-03-12T19:08:11.459143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:08:13.585350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=form","method":"GET"} [] [2025-03-12T19:08:13.647243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:08:15.769969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=form","method":"GET"} [] [2025-03-12T19:08:15.793817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:08:17.961014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=dump","method":"GET"} [] [2025-03-12T19:08:17.983310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:08:20.152990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=twig","method":"GET"} [] [2025-03-12T19:08:20.177990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:08:22.609173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=time","method":"GET"} [] [2025-03-12T19:08:22.679738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:08:24.872700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=validator","method":"GET"} [] [2025-03-12T19:08:24.898075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:08:27.171526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=validator","method":"GET"} [] [2025-03-12T19:08:27.193987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:08:29.397395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=validator","method":"GET"} [] [2025-03-12T19:08:29.435644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:08:31.685578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=validator","method":"GET"} [] [2025-03-12T19:08:31.709678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:08:33.933480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=db","method":"GET"} [] [2025-03-12T19:08:33.962913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:08:36.181185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=db","method":"GET"} [] [2025-03-12T19:08:36.204611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:08:38.621733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=cache","method":"GET"} [] [2025-03-12T19:08:38.676581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:08:43.428767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=router","method":"GET"} [] [2025-03-12T19:08:43.453336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:08:43.471909+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/router","method":"GET"} [] [2025-03-12T19:08:45.871616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=logger","method":"GET"} [] [2025-03-12T19:08:45.914656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:08:48.168422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=router","method":"GET"} [] [2025-03-12T19:08:48.191769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:08:48.212031+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/router","method":"GET"} [] [2025-03-12T19:08:50.393028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=config","method":"GET"} [] [2025-03-12T19:08:50.414421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:08:53.973652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=logger","method":"GET"} [] [2025-03-12T19:08:54.023450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:08:57.578229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=router","method":"GET"} [] [2025-03-12T19:08:57.603530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:08:57.625132+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/router","method":"GET"} [] [2025-03-12T19:08:59.863124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=logger","method":"GET"} [] [2025-03-12T19:08:59.889508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:09:02.289865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?panel=security","method":"GET"} [] [2025-03-12T19:09:02.349140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:09:04.614444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=security","method":"GET"} [] [2025-03-12T19:09:04.639927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:09:06.851584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=security","method":"GET"} [] [2025-03-12T19:09:06.875619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:09:09.291521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?panel=security","method":"GET"} [] [2025-03-12T19:09:09.370406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:09:11.562557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=db","method":"GET"} [] [2025-03-12T19:09:11.584287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:09:13.770358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed?group=1&panel=db","method":"GET"} [] [2025-03-12T19:09:13.793882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:09:16.015712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?panel=db","method":"GET"} [] [2025-03-12T19:09:16.044953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:09:18.265158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3?group=1&panel=db","method":"GET"} [] [2025-03-12T19:09:18.309056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:09:20.587886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=exception","method":"GET"} [] [2025-03-12T19:09:20.610223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/exception.css","method":"GET"} [] [2025-03-12T19:09:20.618071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:09:20.640819+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/exception","method":"GET"} [] [2025-03-12T19:09:22.854253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=exception","method":"GET"} [] [2025-03-12T19:09:22.877013+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/exception.css","method":"GET"} [] [2025-03-12T19:09:22.879982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:09:22.898141+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/exception","method":"GET"} [] [2025-03-12T19:09:25.285063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=exception","method":"GET"} [] [2025-03-12T19:09:25.341512+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/exception.css","method":"GET"} [] [2025-03-12T19:09:25.344670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:09:25.369304+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/exception","method":"GET"} [] [2025-03-12T19:09:27.590025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=translation","method":"GET"} [] [2025-03-12T19:09:27.611938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:09:29.820593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=translation","method":"GET"} [] [2025-03-12T19:09:29.842577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:09:32.134216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=translation","method":"GET"} [] [2025-03-12T19:09:32.164232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:09:35.506307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=exception","method":"GET"} [] [2025-03-12T19:09:35.543694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:09:37.771988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db?group=1&panel=db","method":"GET"} [] [2025-03-12T19:09:37.798661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:09:40.005562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=mailer","method":"GET"} [] [2025-03-12T19:09:40.029335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:09:42.461379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=mailer","method":"GET"} [] [2025-03-12T19:09:42.542704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:09:44.735238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=request","method":"GET"} [] [2025-03-12T19:09:44.764723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:09:46.962033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=request","method":"GET"} [] [2025-03-12T19:09:46.982884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:09:49.292967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=db","method":"GET"} [] [2025-03-12T19:09:49.317081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:09:51.497293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=mailer","method":"GET"} [] [2025-03-12T19:09:51.561126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:09:53.822133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=db","method":"GET"} [] [2025-03-12T19:09:53.848764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:09:56.011452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=db","method":"GET"} [] [2025-03-12T19:09:56.034550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:09:58.431349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=db","method":"GET"} [] [2025-03-12T19:09:58.493973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:10:00.742829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=request","method":"GET"} [] [2025-03-12T19:10:00.765339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:10:03.000643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=request","method":"GET"} [] [2025-03-12T19:10:03.023947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:10:05.235787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=request","method":"GET"} [] [2025-03-12T19:10:05.258261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:10:07.485602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=form","method":"GET"} [] [2025-03-12T19:10:07.527397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:10:09.746127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=dump","method":"GET"} [] [2025-03-12T19:10:09.767620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:10:11.941536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=twig","method":"GET"} [] [2025-03-12T19:10:11.966135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:10:14.357810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=dump","method":"GET"} [] [2025-03-12T19:10:14.415526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:10:16.620885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=time","method":"GET"} [] [2025-03-12T19:10:16.640888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:10:18.799810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=twig","method":"GET"} [] [2025-03-12T19:10:18.820586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:10:21.087176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=form","method":"GET"} [] [2025-03-12T19:10:21.111775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:10:23.325088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=mailer","method":"GET"} [] [2025-03-12T19:10:23.377020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:10:25.630884+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:10:25.654308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:10:27.809314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=events","method":"GET"} [] [2025-03-12T19:10:27.832507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:10:30.305567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=time","method":"GET"} [] [2025-03-12T19:10:30.406354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:10:32.611228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=twig","method":"GET"} [] [2025-03-12T19:10:32.634572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:10:34.814059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=dump","method":"GET"} [] [2025-03-12T19:10:34.843358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:10:37.087633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=form","method":"GET"} [] [2025-03-12T19:10:37.110972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:10:39.358696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=twig","method":"GET"} [] [2025-03-12T19:10:39.411446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:10:41.586448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=form","method":"GET"} [] [2025-03-12T19:10:41.608608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:10:43.878593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=twig","method":"GET"} [] [2025-03-12T19:10:43.902015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:10:46.375892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=time","method":"GET"} [] [2025-03-12T19:10:46.455329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:10:48.654887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07","method":"GET"} [] [2025-03-12T19:10:48.676941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:10:50.822905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198","method":"GET"} [] [2025-03-12T19:10:50.845539+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/exception.css","method":"GET"} [] [2025-03-12T19:10:50.872287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:10:50.892302+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/exception","method":"GET"} [] [2025-03-12T19:10:53.111768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d","method":"GET"} [] [2025-03-12T19:10:53.140241+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/exception.css","method":"GET"} [] [2025-03-12T19:10:53.143263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:10:53.161901+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/exception","method":"GET"} [] [2025-03-12T19:10:55.331221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f","method":"GET"} [] [2025-03-12T19:10:55.420620+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/exception.css","method":"GET"} [] [2025-03-12T19:10:55.427633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:10:55.498993+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/exception","method":"GET"} [] [2025-03-12T19:10:57.760243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6","method":"GET"} [] [2025-03-12T19:10:57.781156+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/exception.css","method":"GET"} [] [2025-03-12T19:10:57.784610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:10:57.813621+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/exception","method":"GET"} [] [2025-03-12T19:11:00.137414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e","method":"GET"} [] [2025-03-12T19:11:00.157443+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/exception.css","method":"GET"} [] [2025-03-12T19:11:00.160312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:11:00.177837+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/exception","method":"GET"} [] [2025-03-12T19:11:02.644545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434","method":"GET"} [] [2025-03-12T19:11:02.717444+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/exception.css","method":"GET"} [] [2025-03-12T19:11:02.720437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:11:02.768429+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/exception","method":"GET"} [] [2025-03-12T19:11:04.951348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3","method":"GET"} [] [2025-03-12T19:11:04.972144+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/exception.css","method":"GET"} [] [2025-03-12T19:11:04.975044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:11:04.992954+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/exception","method":"GET"} [] [2025-03-12T19:11:07.162319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6","method":"GET"} [] [2025-03-12T19:11:07.182923+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/exception.css","method":"GET"} [] [2025-03-12T19:11:07.190607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:11:07.208544+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/exception","method":"GET"} [] [2025-03-12T19:11:09.515872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=form","method":"GET"} [] [2025-03-12T19:11:09.555669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:11:11.815912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=time","method":"GET"} [] [2025-03-12T19:11:11.903913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:11:15.356551+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/exception","method":"GET"} [] [2025-03-12T19:11:17.808231+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/exception","method":"GET"} [] [2025-03-12T19:11:20.126702+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/exception","method":"GET"} [] [2025-03-12T19:11:22.302338+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/exception","method":"GET"} [] [2025-03-12T19:11:24.590782+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/exception","method":"GET"} [] [2025-03-12T19:11:26.840723+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/exception","method":"GET"} [] [2025-03-12T19:11:29.046496+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/exception","method":"GET"} [] [2025-03-12T19:11:31.308850+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/exception","method":"GET"} [] [2025-03-12T19:11:33.694563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=exception","method":"GET"} [] [2025-03-12T19:11:33.782060+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/exception.css","method":"GET"} [] [2025-03-12T19:11:33.790238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:11:33.843855+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/exception","method":"GET"} [] [2025-03-12T19:11:36.103807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=db","method":"GET"} [] [2025-03-12T19:11:36.128659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:11:38.364055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=exception","method":"GET"} [] [2025-03-12T19:11:38.384714+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/exception.css","method":"GET"} [] [2025-03-12T19:11:38.391546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:11:38.410021+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/exception","method":"GET"} [] [2025-03-12T19:11:40.761782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=exception","method":"GET"} [] [2025-03-12T19:11:40.783359+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/exception.css","method":"GET"} [] [2025-03-12T19:11:40.786297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:11:40.805416+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/exception","method":"GET"} [] [2025-03-12T19:11:42.969165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=exception","method":"GET"} [] [2025-03-12T19:11:42.991204+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/exception.css","method":"GET"} [] [2025-03-12T19:11:42.994019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:11:43.011811+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/exception","method":"GET"} [] [2025-03-12T19:11:45.179215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=exception","method":"GET"} [] [2025-03-12T19:11:45.200420+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/exception.css","method":"GET"} [] [2025-03-12T19:11:45.203455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:11:45.221450+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/exception","method":"GET"} [] [2025-03-12T19:11:47.438297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=translation","method":"GET"} [] [2025-03-12T19:11:47.461964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:11:49.832826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=translation","method":"GET"} [] [2025-03-12T19:11:49.930931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:11:52.129785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=translation","method":"GET"} [] [2025-03-12T19:11:52.152586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:11:54.410501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=translation","method":"GET"} [] [2025-03-12T19:11:54.434959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:11:56.620563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=translation","method":"GET"} [] [2025-03-12T19:11:56.647383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:11:58.900161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=exception","method":"GET"} [] [2025-03-12T19:11:58.921819+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/exception.css","method":"GET"} [] [2025-03-12T19:11:58.928385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:11:58.947772+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/exception","method":"GET"} [] [2025-03-12T19:12:01.153348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=mailer","method":"GET"} [] [2025-03-12T19:12:01.176832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:12:04.558104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=request","method":"GET"} [] [2025-03-12T19:12:04.583985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:12:07.044269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=request","method":"GET"} [] [2025-03-12T19:12:07.126238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:12:09.370948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=mailer","method":"GET"} [] [2025-03-12T19:12:09.397944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:12:11.752992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=mailer","method":"GET"} [] [2025-03-12T19:12:11.776309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:12:13.946377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=mailer","method":"GET"} [] [2025-03-12T19:12:13.971550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:12:16.161100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=request","method":"GET"} [] [2025-03-12T19:12:16.183049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:12:18.359859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=events","method":"GET"} [] [2025-03-12T19:12:18.380953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:12:21.826665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=events","method":"GET"} [] [2025-03-12T19:12:21.855066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:12:24.336194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=time","method":"GET"} [] [2025-03-12T19:12:24.433162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:12:26.653951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=dump","method":"GET"} [] [2025-03-12T19:12:26.683779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:12:29.118535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=twig","method":"GET"} [] [2025-03-12T19:12:29.141019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:12:31.280222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=form","method":"GET"} [] [2025-03-12T19:12:31.301761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:12:33.528410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=time","method":"GET"} [] [2025-03-12T19:12:33.553369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:12:36.940898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=twig","method":"GET"} [] [2025-03-12T19:12:36.964557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:12:40.603123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=dump","method":"GET"} [] [2025-03-12T19:12:40.707089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:12:42.893245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=twig","method":"GET"} [] [2025-03-12T19:12:42.916624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:12:45.158968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=validator","method":"GET"} [] [2025-03-12T19:12:45.185561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:12:47.360589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=validator","method":"GET"} [] [2025-03-12T19:12:47.382526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:12:50.721789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=validator","method":"GET"} [] [2025-03-12T19:12:50.747147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:12:53.054532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=cache","method":"GET"} [] [2025-03-12T19:12:53.076613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:12:56.686107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=form","method":"GET"} [] [2025-03-12T19:12:56.764518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:12:59.002121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=translation","method":"GET"} [] [2025-03-12T19:12:59.041558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:13:01.239490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=form","method":"GET"} [] [2025-03-12T19:13:01.274090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:13:03.476886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=db","method":"GET"} [] [2025-03-12T19:13:03.502833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:13:05.639844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=db","method":"GET"} [] [2025-03-12T19:13:05.661310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:13:07.841497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=cache","method":"GET"} [] [2025-03-12T19:13:07.864361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:13:09.988433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=cache","method":"GET"} [] [2025-03-12T19:13:10.009695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:13:12.370831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=cache","method":"GET"} [] [2025-03-12T19:13:12.470951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:13:14.583959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=events","method":"GET"} [] [2025-03-12T19:13:14.608505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:13:16.859954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=form","method":"GET"} [] [2025-03-12T19:13:16.884848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:13:19.095523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=dump","method":"GET"} [] [2025-03-12T19:13:19.122251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:13:21.324148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=time","method":"GET"} [] [2025-03-12T19:13:21.346608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:13:23.540443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=twig","method":"GET"} [] [2025-03-12T19:13:23.562006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:13:25.785254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=router","method":"GET"} [] [2025-03-12T19:13:25.808739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:13:25.828994+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/router","method":"GET"} [] [2025-03-12T19:13:29.755039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=config","method":"GET"} [] [2025-03-12T19:13:29.962687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:13:32.284873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=validator","method":"GET"} [] [2025-03-12T19:13:32.309150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:13:34.531335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=db","method":"GET"} [] [2025-03-12T19:13:34.555380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:13:36.680648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=config","method":"GET"} [] [2025-03-12T19:13:36.710189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:13:38.921636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=config","method":"GET"} [] [2025-03-12T19:13:38.945180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:13:41.112407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=security","method":"GET"} [] [2025-03-12T19:13:41.135342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:13:43.283700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=security","method":"GET"} [] [2025-03-12T19:13:43.306442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:13:45.748350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=security","method":"GET"} [] [2025-03-12T19:13:45.855291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:13:48.119783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=security","method":"GET"} [] [2025-03-12T19:13:48.146510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:13:50.313232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=security","method":"GET"} [] [2025-03-12T19:13:50.337333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:13:52.460419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=router","method":"GET"} [] [2025-03-12T19:13:52.483420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:13:52.502945+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/router","method":"GET"} [] [2025-03-12T19:13:54.782981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=logger","method":"GET"} [] [2025-03-12T19:13:54.807376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:13:56.988035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?group=1&panel=db","method":"GET"} [] [2025-03-12T19:13:57.011652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:13:59.216708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=router","method":"GET"} [] [2025-03-12T19:13:59.241143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:13:59.261234+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/router","method":"GET"} [] [2025-03-12T19:14:01.694924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?panel=logger","method":"GET"} [] [2025-03-12T19:14:01.843193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:14:04.136390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=logger","method":"GET"} [] [2025-03-12T19:14:04.161556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:14:06.379937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?panel=router","method":"GET"} [] [2025-03-12T19:14:06.402078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:14:06.421555+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/router","method":"GET"} [] [2025-03-12T19:14:08.677348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=security","method":"GET"} [] [2025-03-12T19:14:08.702581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:14:10.902864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6?panel=config","method":"GET"} [] [2025-03-12T19:14:10.925283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:14:13.156455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f?group=1&panel=db","method":"GET"} [] [2025-03-12T19:14:13.189847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:14:15.351261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e?group=1&panel=db","method":"GET"} [] [2025-03-12T19:14:15.375322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:14:17.795034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?panel=db","method":"GET"} [] [2025-03-12T19:14:17.887306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:14:20.170875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=exception","method":"GET"} [] [2025-03-12T19:14:20.191684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:14:22.414496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=translation","method":"GET"} [] [2025-03-12T19:14:22.435484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:14:24.641323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=translation","method":"GET"} [] [2025-03-12T19:14:24.664503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:14:26.829788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=translation","method":"GET"} [] [2025-03-12T19:14:26.852916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:14:29.083164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=mailer","method":"GET"} [] [2025-03-12T19:14:29.106911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:14:31.391901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=mailer","method":"GET"} [] [2025-03-12T19:14:31.413572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:14:35.630897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=mailer","method":"GET"} [] [2025-03-12T19:14:35.719832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:14:38.090223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=request","method":"GET"} [] [2025-03-12T19:14:38.115492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:14:40.331338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=request","method":"GET"} [] [2025-03-12T19:14:40.357248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:14:42.422162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6?group=1&panel=db","method":"GET"} [] [2025-03-12T19:14:42.446092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:14:43.029640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db","method":"GET"} [] [2025-03-12T19:14:43.094663+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db/exception.css","method":"GET"} [] [2025-03-12T19:14:43.126684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:14:43.146192+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db/exception","method":"GET"} [] [2025-03-12T19:14:44.622656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=db","method":"GET"} [] [2025-03-12T19:14:44.646190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:14:46.842272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=db","method":"GET"} [] [2025-03-12T19:14:46.864517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:14:49.072946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=twig","method":"GET"} [] [2025-03-12T19:14:49.096501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:14:51.637804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=time","method":"GET"} [] [2025-03-12T19:14:51.743968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:14:54.100153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=dump","method":"GET"} [] [2025-03-12T19:14:54.120963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:14:56.272906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=form","method":"GET"} [] [2025-03-12T19:14:56.298870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:14:58.533641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=request","method":"GET"} [] [2025-03-12T19:14:58.555141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:15:00.826986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=twig","method":"GET"} [] [2025-03-12T19:15:00.850807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:15:03.074917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=form","method":"GET"} [] [2025-03-12T19:15:03.100322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:05.311107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=time","method":"GET"} [] [2025-03-12T19:15:05.335169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:15:07.743641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=dump","method":"GET"} [] [2025-03-12T19:15:07.831619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:15:11.247579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=db","method":"GET"} [] [2025-03-12T19:15:11.270979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:15:13.457235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=events","method":"GET"} [] [2025-03-12T19:15:13.480812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:15:15.703801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=events","method":"GET"} [] [2025-03-12T19:15:15.728328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:15:17.832578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=twig","method":"GET"} [] [2025-03-12T19:15:17.865797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:15:20.100024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=form","method":"GET"} [] [2025-03-12T19:15:20.123052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:22.310117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=time","method":"GET"} [] [2025-03-12T19:15:22.332501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:15:26.112695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=dump","method":"GET"} [] [2025-03-12T19:15:26.249561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:15:28.605049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=form","method":"GET"} [] [2025-03-12T19:15:28.758266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:30.823163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=form","method":"GET"} [] [2025-03-12T19:15:30.864867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:33.058553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=time","method":"GET"} [] [2025-03-12T19:15:33.084041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:15:35.300052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=dump","method":"GET"} [] [2025-03-12T19:15:35.323353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:15:37.542564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=form","method":"GET"} [] [2025-03-12T19:15:37.567971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:39.722551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=form","method":"GET"} [] [2025-03-12T19:15:39.753681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:42.325944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=twig","method":"GET"} [] [2025-03-12T19:15:42.447681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:15:44.839855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=twig","method":"GET"} [] [2025-03-12T19:15:44.862172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:15:47.050224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=twig","method":"GET"} [] [2025-03-12T19:15:47.072613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:15:49.312006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=dump","method":"GET"} [] [2025-03-12T19:15:49.374541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:15:51.591157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=dump","method":"GET"} [] [2025-03-12T19:15:51.615094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:15:53.770034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=form","method":"GET"} [] [2025-03-12T19:15:53.795399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:15:57.468753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=dump","method":"GET"} [] [2025-03-12T19:15:57.564372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:15:59.749840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=dump","method":"GET"} [] [2025-03-12T19:15:59.773766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:16:02.074954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=time","method":"GET"} [] [2025-03-12T19:16:02.137982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:04.356704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=form","method":"GET"} [] [2025-03-12T19:16:04.402509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:06.673157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=twig","method":"GET"} [] [2025-03-12T19:16:06.702069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:16:08.890951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=time","method":"GET"} [] [2025-03-12T19:16:08.914642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:11.140060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=form","method":"GET"} [] [2025-03-12T19:16:11.163730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:13.745865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=form","method":"GET"} [] [2025-03-12T19:16:14.055163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:16.250270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=time","method":"GET"} [] [2025-03-12T19:16:16.296748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:18.671689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=form","method":"GET"} [] [2025-03-12T19:16:18.696897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:20.919634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=dump","method":"GET"} [] [2025-03-12T19:16:20.943565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:16:23.173279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=form","method":"GET"} [] [2025-03-12T19:16:23.219415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:25.439673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=time","method":"GET"} [] [2025-03-12T19:16:25.460597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:27.661179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=time","method":"GET"} [] [2025-03-12T19:16:27.683996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:30.186084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=form","method":"GET"} [] [2025-03-12T19:16:30.263562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:32.511839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=time","method":"GET"} [] [2025-03-12T19:16:32.535706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:34.823593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=form","method":"GET"} [] [2025-03-12T19:16:34.848309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:37.311721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=twig","method":"GET"} [] [2025-03-12T19:16:37.331421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:16:39.551379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=time","method":"GET"} [] [2025-03-12T19:16:39.575250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:16:41.760308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=twig","method":"GET"} [] [2025-03-12T19:16:41.781633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:16:43.991793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=twig","method":"GET"} [] [2025-03-12T19:16:44.075631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:16:47.655821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=form","method":"GET"} [] [2025-03-12T19:16:47.746887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:16:50.045000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=exception","method":"GET"} [] [2025-03-12T19:16:50.066267+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/exception.css","method":"GET"} [] [2025-03-12T19:16:50.073799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:16:50.093260+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/exception","method":"GET"} [] [2025-03-12T19:16:52.309758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=translation","method":"GET"} [] [2025-03-12T19:16:52.330688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:16:55.572286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=request","method":"GET"} [] [2025-03-12T19:16:55.598932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:16:57.850203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=events","method":"GET"} [] [2025-03-12T19:16:57.872262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:17:00.005000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=exception","method":"GET"} [] [2025-03-12T19:17:00.036857+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/exception.css","method":"GET"} [] [2025-03-12T19:17:00.039909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:17:00.058053+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/exception","method":"GET"} [] [2025-03-12T19:17:02.275129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=translation","method":"GET"} [] [2025-03-12T19:17:02.299771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:17:04.822482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=mailer","method":"GET"} [] [2025-03-12T19:17:04.942415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:17:07.211196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=request","method":"GET"} [] [2025-03-12T19:17:07.234137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:17:09.604850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=events","method":"GET"} [] [2025-03-12T19:17:09.627517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:17:11.933135+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/exception","method":"GET"} [] [2025-03-12T19:17:14.296021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=twig","method":"GET"} [] [2025-03-12T19:17:14.316801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:17:16.499637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=dump","method":"GET"} [] [2025-03-12T19:17:16.523538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:17:18.738007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=dump","method":"GET"} [] [2025-03-12T19:17:18.760914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:17:21.318796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=form","method":"GET"} [] [2025-03-12T19:17:21.455633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:17:23.783048+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/exception","method":"GET"} [] [2025-03-12T19:17:26.042210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=twig","method":"GET"} [] [2025-03-12T19:17:26.064875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:17:28.299976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=validator","method":"GET"} [] [2025-03-12T19:17:28.322660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:17:30.579829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=validator","method":"GET"} [] [2025-03-12T19:17:30.601401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:17:32.770617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=db","method":"GET"} [] [2025-03-12T19:17:32.792819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:17:34.987266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=cache","method":"GET"} [] [2025-03-12T19:17:35.013339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:17:38.539858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=db","method":"GET"} [] [2025-03-12T19:17:38.636015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:17:40.930901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=time","method":"GET"} [] [2025-03-12T19:17:40.962319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:17:43.159519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=logger","method":"GET"} [] [2025-03-12T19:17:43.182803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:17:45.438175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=router","method":"GET"} [] [2025-03-12T19:17:45.463511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:17:45.483513+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/router","method":"GET"} [] [2025-03-12T19:17:47.739245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=config","method":"GET"} [] [2025-03-12T19:17:47.773057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:17:49.971559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=config","method":"GET"} [] [2025-03-12T19:17:49.993825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:17:52.173973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=security","method":"GET"} [] [2025-03-12T19:17:52.196777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:17:54.689423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?panel=security","method":"GET"} [] [2025-03-12T19:17:54.767844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:17:57.060634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=router","method":"GET"} [] [2025-03-12T19:17:57.086847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:17:57.105811+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/router","method":"GET"} [] [2025-03-12T19:17:59.373222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?panel=logger","method":"GET"} [] [2025-03-12T19:17:59.395902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:18:01.570748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b?group=1&panel=db","method":"GET"} [] [2025-03-12T19:18:01.594462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:18:03.830332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=translation","method":"GET"} [] [2025-03-12T19:18:03.854868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:18:06.010142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=exception","method":"GET"} [] [2025-03-12T19:18:06.031857+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34/exception.css","method":"GET"} [] [2025-03-12T19:18:06.038884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:18:06.058082+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34/exception","method":"GET"} [] [2025-03-12T19:18:08.190511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=request","method":"GET"} [] [2025-03-12T19:18:08.213329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:18:10.713392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=mailer","method":"GET"} [] [2025-03-12T19:18:10.821549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:18:14.172709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=events","method":"GET"} [] [2025-03-12T19:18:14.194775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:18:16.416147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=twig","method":"GET"} [] [2025-03-12T19:18:16.439929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:18:18.624664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=validator","method":"GET"} [] [2025-03-12T19:18:18.650552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:18:20.865057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=db","method":"GET"} [] [2025-03-12T19:18:20.893491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:18:23.059941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=form","method":"GET"} [] [2025-03-12T19:18:23.082529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:18:25.289457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=cache","method":"GET"} [] [2025-03-12T19:18:25.311593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:18:27.759257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=config","method":"GET"} [] [2025-03-12T19:18:27.829494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:18:30.204865+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34/exception","method":"GET"} [] [2025-03-12T19:18:32.410749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=router","method":"GET"} [] [2025-03-12T19:18:32.432375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:18:32.452312+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34/router","method":"GET"} [] [2025-03-12T19:18:34.777298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=logger","method":"GET"} [] [2025-03-12T19:18:34.804713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:18:37.055336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?panel=security","method":"GET"} [] [2025-03-12T19:18:37.082635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:18:39.319867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be?group=1&panel=db","method":"GET"} [] [2025-03-12T19:18:39.343996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:18:42.875703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=dump","method":"GET"} [] [2025-03-12T19:18:42.958826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:18:45.213681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34?group=1&panel=db","method":"GET"} [] [2025-03-12T19:18:45.237247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:18:47.545659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=time","method":"GET"} [] [2025-03-12T19:18:47.570218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:18:49.799494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=dump","method":"GET"} [] [2025-03-12T19:18:49.823403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:18:51.979378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=dump","method":"GET"} [] [2025-03-12T19:18:52.000670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:18:54.161615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=twig","method":"GET"} [] [2025-03-12T19:18:54.184036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:18:56.359639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=time","method":"GET"} [] [2025-03-12T19:18:56.379693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:18:58.925638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=dump","method":"GET"} [] [2025-03-12T19:18:59.021303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:19:01.286180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=twig","method":"GET"} [] [2025-03-12T19:19:01.307383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:19:04.659903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=twig","method":"GET"} [] [2025-03-12T19:19:04.683740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:19:06.915680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=validator","method":"GET"} [] [2025-03-12T19:19:06.952105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:09.165211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=time","method":"GET"} [] [2025-03-12T19:19:09.192869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:19:12.569520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=validator","method":"GET"} [] [2025-03-12T19:19:12.590142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:15.093144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=validator","method":"GET"} [] [2025-03-12T19:19:15.163343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:17.417509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=validator","method":"GET"} [] [2025-03-12T19:19:17.440069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:19.683684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=validator","method":"GET"} [] [2025-03-12T19:19:19.705533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:21.852939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=exception","method":"GET"} [] [2025-03-12T19:19:21.875393+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/exception.css","method":"GET"} [] [2025-03-12T19:19:21.883103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:19:21.909830+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/exception","method":"GET"} [] [2025-03-12T19:19:24.129797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=validator","method":"GET"} [] [2025-03-12T19:19:24.154161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:26.371063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=validator","method":"GET"} [] [2025-03-12T19:19:26.396122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:19:28.580831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=cache","method":"GET"} [] [2025-03-12T19:19:28.603557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:19:30.991448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=cache","method":"GET"} [] [2025-03-12T19:19:31.109166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:19:33.407103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=cache","method":"GET"} [] [2025-03-12T19:19:33.432303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:19:35.637421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=exception","method":"GET"} [] [2025-03-12T19:19:35.661601+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/exception.css","method":"GET"} [] [2025-03-12T19:19:35.664622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:19:35.691407+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/exception","method":"GET"} [] [2025-03-12T19:19:37.890637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=translation","method":"GET"} [] [2025-03-12T19:19:37.914117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:19:40.111348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=mailer","method":"GET"} [] [2025-03-12T19:19:40.134761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:19:43.236009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be","method":"GET"} [] [2025-03-12T19:19:43.258515+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be/exception.css","method":"GET"} [] [2025-03-12T19:19:43.271136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:19:43.291166+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be/exception","method":"GET"} [] [2025-03-12T19:19:43.501420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=events","method":"GET"} [] [2025-03-12T19:19:43.532328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:19:45.705039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=twig","method":"GET"} [] [2025-03-12T19:19:45.731841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:19:49.472762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=form","method":"GET"} [] [2025-03-12T19:19:49.564256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:19:52.999932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=db","method":"GET"} [] [2025-03-12T19:19:53.028761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:19:55.200743+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/exception","method":"GET"} [] [2025-03-12T19:19:57.459779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=cache","method":"GET"} [] [2025-03-12T19:19:57.482380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:19:59.662593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=config","method":"GET"} [] [2025-03-12T19:19:59.686537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:20:01.916472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=logger","method":"GET"} [] [2025-03-12T19:20:01.941079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:20:04.345218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=router","method":"GET"} [] [2025-03-12T19:20:04.367672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:20:04.387073+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/router","method":"GET"} [] [2025-03-12T19:20:06.840783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=cache","method":"GET"} [] [2025-03-12T19:20:06.979395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:09.256016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?panel=security","method":"GET"} [] [2025-03-12T19:20:09.294667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:20:11.503434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=cache","method":"GET"} [] [2025-03-12T19:20:11.526645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:13.702145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=cache","method":"GET"} [] [2025-03-12T19:20:13.725302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:15.916414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934?group=1&panel=db","method":"GET"} [] [2025-03-12T19:20:15.941446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:20:19.667575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=cache","method":"GET"} [] [2025-03-12T19:20:19.691115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:21.988721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=cache","method":"GET"} [] [2025-03-12T19:20:22.073933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:24.343300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=cache","method":"GET"} [] [2025-03-12T19:20:24.366898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:26.634897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=cache","method":"GET"} [] [2025-03-12T19:20:26.663690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:30.024502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=cache","method":"GET"} [] [2025-03-12T19:20:30.049185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:32.196178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=cache","method":"GET"} [] [2025-03-12T19:20:32.219400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:34.351762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=cache","method":"GET"} [] [2025-03-12T19:20:34.372901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:36.849243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=events","method":"GET"} [] [2025-03-12T19:20:36.928438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:20:39.283532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=events","method":"GET"} [] [2025-03-12T19:20:39.451471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:20:41.695571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=events","method":"GET"} [] [2025-03-12T19:20:41.730093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:20:45.042943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=events","method":"GET"} [] [2025-03-12T19:20:45.070933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:20:48.472186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=validator","method":"GET"} [] [2025-03-12T19:20:48.496113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:20:52.053872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=cache","method":"GET"} [] [2025-03-12T19:20:52.081377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:54.356273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=cache","method":"GET"} [] [2025-03-12T19:20:54.512108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:20:56.777024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=cache","method":"GET"} [] [2025-03-12T19:20:56.801596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:21:00.170315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=events","method":"GET"} [] [2025-03-12T19:21:00.193181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:02.374617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=events","method":"GET"} [] [2025-03-12T19:21:02.399671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:04.609653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=events","method":"GET"} [] [2025-03-12T19:21:04.632573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:07.213420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=events","method":"GET"} [] [2025-03-12T19:21:07.240420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:09.597904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=events","method":"GET"} [] [2025-03-12T19:21:09.742390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:12.008927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=events","method":"GET"} [] [2025-03-12T19:21:12.034202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:14.260804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=events","method":"GET"} [] [2025-03-12T19:21:14.280818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:21:16.480487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=request","method":"GET"} [] [2025-03-12T19:21:16.503892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:21:18.730229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=request","method":"GET"} [] [2025-03-12T19:21:18.757466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:21:20.983653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=router","method":"GET"} [] [2025-03-12T19:21:21.007524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:21:21.026843+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/router","method":"GET"} [] [2025-03-12T19:21:23.979133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=config","method":"GET"} [] [2025-03-12T19:21:24.003409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:26.378098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=router","method":"GET"} [] [2025-03-12T19:21:26.617363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:21:26.668855+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/router","method":"GET"} [] [2025-03-12T19:21:28.910005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=router","method":"GET"} [] [2025-03-12T19:21:28.934160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:21:28.952464+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/router","method":"GET"} [] [2025-03-12T19:21:30.537339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f","method":"GET"} [] [2025-03-12T19:21:30.559433+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f/exception.css","method":"GET"} [] [2025-03-12T19:21:30.573229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:21:30.591437+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f/exception","method":"GET"} [] [2025-03-12T19:21:31.143299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=router","method":"GET"} [] [2025-03-12T19:21:31.165243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:21:31.183289+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/router","method":"GET"} [] [2025-03-12T19:21:33.390044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=config","method":"GET"} [] [2025-03-12T19:21:33.412940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:35.677235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=config","method":"GET"} [] [2025-03-12T19:21:35.705022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:39.264698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=logger","method":"GET"} [] [2025-03-12T19:21:39.290025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:21:41.615810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=logger","method":"GET"} [] [2025-03-12T19:21:41.709057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:21:43.927789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=config","method":"GET"} [] [2025-03-12T19:21:43.951986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:46.150357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?panel=logger","method":"GET"} [] [2025-03-12T19:21:46.173276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:21:48.330134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?panel=config","method":"GET"} [] [2025-03-12T19:21:48.356023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:50.520616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=config","method":"GET"} [] [2025-03-12T19:21:50.559405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:52.730628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=config","method":"GET"} [] [2025-03-12T19:21:52.755075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:55.108144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?panel=logger","method":"GET"} [] [2025-03-12T19:21:55.147331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:21:57.478307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=config","method":"GET"} [] [2025-03-12T19:21:57.582129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:21:59.861765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?panel=logger","method":"GET"} [] [2025-03-12T19:21:59.888746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:22:02.072236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5?panel=router","method":"GET"} [] [2025-03-12T19:22:02.106202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:22:02.124490+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/router","method":"GET"} [] [2025-03-12T19:22:04.521252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=cache","method":"GET"} [] [2025-03-12T19:22:04.553469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:22:06.759764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=config","method":"GET"} [] [2025-03-12T19:22:06.779714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:22:10.429219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=router","method":"GET"} [] [2025-03-12T19:22:10.466928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:22:10.485729+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/router","method":"GET"} [] [2025-03-12T19:22:12.774342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=logger","method":"GET"} [] [2025-03-12T19:22:12.910126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:22:15.211495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=router","method":"GET"} [] [2025-03-12T19:22:15.234220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:22:15.252118+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/router","method":"GET"} [] [2025-03-12T19:22:17.470261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=router","method":"GET"} [] [2025-03-12T19:22:17.489608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:22:17.507523+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518/router","method":"GET"} [] [2025-03-12T19:22:19.962888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=logger","method":"GET"} [] [2025-03-12T19:22:19.985140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:22:23.402393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=logger","method":"GET"} [] [2025-03-12T19:22:23.423747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:22:26.277756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=config","method":"GET"} [] [2025-03-12T19:22:26.303771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:22:28.551461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=config","method":"GET"} [] [2025-03-12T19:22:28.618900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:22:30.872910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=router","method":"GET"} [] [2025-03-12T19:22:30.897021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:22:30.915069+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/router","method":"GET"} [] [2025-03-12T19:22:33.140621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=config","method":"GET"} [] [2025-03-12T19:22:33.163180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:22:35.424406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=logger","method":"GET"} [] [2025-03-12T19:22:35.447778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:22:37.681441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=router","method":"GET"} [] [2025-03-12T19:22:37.703120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:22:37.721231+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/router","method":"GET"} [] [2025-03-12T19:22:40.147141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=translation","method":"GET"} [] [2025-03-12T19:22:40.171494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:22:42.623410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=translation","method":"GET"} [] [2025-03-12T19:22:42.645884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:22:44.959474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=translation","method":"GET"} [] [2025-03-12T19:22:45.060532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:22:48.502615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=translation","method":"GET"} [] [2025-03-12T19:22:48.529272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:22:50.881042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=cache","method":"GET"} [] [2025-03-12T19:22:50.909305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:22:53.189313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?panel=validator","method":"GET"} [] [2025-03-12T19:22:53.211818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:22:55.428322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=validator","method":"GET"} [] [2025-03-12T19:22:55.448302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:22:57.978639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=validator","method":"GET"} [] [2025-03-12T19:22:58.015267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:23:00.375512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=validator","method":"GET"} [] [2025-03-12T19:23:00.492738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:23:02.728901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?panel=validator","method":"GET"} [] [2025-03-12T19:23:02.752391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:23:05.171010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=logger","method":"GET"} [] [2025-03-12T19:23:05.238153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:07.646564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=logger","method":"GET"} [] [2025-03-12T19:23:07.675745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:10.070514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=config","method":"GET"} [] [2025-03-12T19:23:10.094468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:12.261949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=config","method":"GET"} [] [2025-03-12T19:23:12.283941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:14.645938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=config","method":"GET"} [] [2025-03-12T19:23:14.672405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:16.899291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=router","method":"GET"} [] [2025-03-12T19:23:16.944194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:17.017887+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/router","method":"GET"} [] [2025-03-12T19:23:20.753238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=config","method":"GET"} [] [2025-03-12T19:23:20.825144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:23.047149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=router","method":"GET"} [] [2025-03-12T19:23:23.070703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:23.090070+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/router","method":"GET"} [] [2025-03-12T19:23:25.343526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=router","method":"GET"} [] [2025-03-12T19:23:25.367609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:25.388612+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/router","method":"GET"} [] [2025-03-12T19:23:27.646999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=logger","method":"GET"} [] [2025-03-12T19:23:27.670806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:30.055575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=router","method":"GET"} [] [2025-03-12T19:23:30.083747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:30.104245+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07/router","method":"GET"} [] [2025-03-12T19:23:32.272453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=logger","method":"GET"} [] [2025-03-12T19:23:32.398739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:34.869267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=logger","method":"GET"} [] [2025-03-12T19:23:34.899812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:37.334144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=config","method":"GET"} [] [2025-03-12T19:23:37.431194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:38.050962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db?panel=form","method":"GET"} [] [2025-03-12T19:23:38.074256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:23:39.704173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=config","method":"GET"} [] [2025-03-12T19:23:39.723963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:41.963287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=logger","method":"GET"} [] [2025-03-12T19:23:41.988549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:44.230320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=router","method":"GET"} [] [2025-03-12T19:23:44.257416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:44.275840+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/router","method":"GET"} [] [2025-03-12T19:23:47.018071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=router","method":"GET"} [] [2025-03-12T19:23:47.050220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:47.070991+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/router","method":"GET"} [] [2025-03-12T19:23:49.354033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=config","method":"GET"} [] [2025-03-12T19:23:49.412543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:51.735959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=config","method":"GET"} [] [2025-03-12T19:23:51.756913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:23:54.227491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=router","method":"GET"} [] [2025-03-12T19:23:54.318675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:23:54.336493+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/router","method":"GET"} [] [2025-03-12T19:23:56.563908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=logger","method":"GET"} [] [2025-03-12T19:23:56.588514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:23:59.978377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=db","method":"GET"} [] [2025-03-12T19:24:00.003007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:24:02.345297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=events","method":"GET"} [] [2025-03-12T19:24:02.369584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:24:04.570457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=router","method":"GET"} [] [2025-03-12T19:24:04.630419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:24:04.700919+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/router","method":"GET"} [] [2025-03-12T19:24:07.082348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=logger","method":"GET"} [] [2025-03-12T19:24:07.106323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:24:09.543080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=config","method":"GET"} [] [2025-03-12T19:24:09.617066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:24:11.825781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=logger","method":"GET"} [] [2025-03-12T19:24:11.848783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:24:14.025483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?panel=router","method":"GET"} [] [2025-03-12T19:24:14.046030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:24:14.063943+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/router","method":"GET"} [] [2025-03-12T19:24:16.275761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=logger","method":"GET"} [] [2025-03-12T19:24:16.306067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:24:18.574303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?panel=router","method":"GET"} [] [2025-03-12T19:24:18.597841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:24:18.616341+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/router","method":"GET"} [] [2025-03-12T19:24:20.852100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=router","method":"GET"} [] [2025-03-12T19:24:20.899354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:24:21.033769+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/router","method":"GET"} [] [2025-03-12T19:24:23.396799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788?panel=logger","method":"GET"} [] [2025-03-12T19:24:23.420566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:24:26.998693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?panel=security","method":"GET"} [] [2025-03-12T19:24:27.040701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:29.196975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?panel=security","method":"GET"} [] [2025-03-12T19:24:29.221173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:32.618245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?panel=security","method":"GET"} [] [2025-03-12T19:24:32.642329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:36.365464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?panel=security","method":"GET"} [] [2025-03-12T19:24:36.418233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:38.719679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?panel=security","method":"GET"} [] [2025-03-12T19:24:38.745245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:40.945811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?panel=security","method":"GET"} [] [2025-03-12T19:24:40.968817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:43.405187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?panel=security","method":"GET"} [] [2025-03-12T19:24:43.495165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:45.705741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?panel=security","method":"GET"} [] [2025-03-12T19:24:45.729395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:47.931195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?panel=security","method":"GET"} [] [2025-03-12T19:24:47.954650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:50.146650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07?panel=security","method":"GET"} [] [2025-03-12T19:24:50.170253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:24:52.540625+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:24:52.584955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:24:54.804328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=logger","method":"GET"} [] [2025-03-12T19:24:54.842698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:24:57.099095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?panel=router","method":"GET"} [] [2025-03-12T19:24:57.120395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:24:57.138630+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/router","method":"GET"} [] [2025-03-12T19:24:59.503739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db?panel=dump","method":"GET"} [] [2025-03-12T19:24:59.504148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470?group=1&panel=db","method":"GET"} [] [2025-03-12T19:24:59.572679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:24:59.573792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:25:01.776176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?panel=security","method":"GET"} [] [2025-03-12T19:25:01.799426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:25:03.973275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?panel=security","method":"GET"} [] [2025-03-12T19:25:03.998023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:25:07.348355+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:07.370795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:09.628575+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8cecfb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8cecfb/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:09.711989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:11.942312+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:11.965352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:14.146261+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:25:14.171252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:25:16.521439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:16.607790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:18.778212+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:18.801112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:20.959845+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:20.982472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:23.117319+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:23.138663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:25.626910+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:25.694382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:27.875548+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:27.902776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:30.067764+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:30.091010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:32.505190+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:32.580971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:34.766488+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:34.787999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:36.223619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db?panel=twig","method":"GET"} [] [2025-03-12T19:25:36.262548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:25:37.027366+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:25:37.059952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:25:39.256968+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:25:39.297681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:25:41.670127+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:41.735539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:43.949054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:43.971834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:46.178325+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:46.205281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:48.518310+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:48.562741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:50.766707+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:50.789334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:52.991603+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:53.014593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:55.207037+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:55.227534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:57.540730+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"22d132"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/22d132/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:57.584625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:25:59.805279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037","method":"GET"} [] [2025-03-12T19:25:59.893604+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/exception.css","method":"GET"} [] [2025-03-12T19:25:59.901515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:25:59.937730+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/exception","method":"GET"} [] [2025-03-12T19:26:02.162085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73","method":"GET"} [] [2025-03-12T19:26:02.182316+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/exception.css","method":"GET"} [] [2025-03-12T19:26:02.185425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:02.205022+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/exception","method":"GET"} [] [2025-03-12T19:26:04.581546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546","method":"GET"} [] [2025-03-12T19:26:04.672633+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/exception.css","method":"GET"} [] [2025-03-12T19:26:04.675502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:04.693507+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/exception","method":"GET"} [] [2025-03-12T19:26:07.042276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7","method":"GET"} [] [2025-03-12T19:26:07.098476+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/exception.css","method":"GET"} [] [2025-03-12T19:26:07.101424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:07.119891+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/exception","method":"GET"} [] [2025-03-12T19:26:09.443217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f","method":"GET"} [] [2025-03-12T19:26:09.503801+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/exception.css","method":"GET"} [] [2025-03-12T19:26:09.507033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:09.526058+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/exception","method":"GET"} [] [2025-03-12T19:26:10.636544+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db/exception","method":"GET"} [] [2025-03-12T19:26:11.750774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e","method":"GET"} [] [2025-03-12T19:26:11.770371+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/exception.css","method":"GET"} [] [2025-03-12T19:26:11.773279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:11.790854+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/exception","method":"GET"} [] [2025-03-12T19:26:14.192358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da","method":"GET"} [] [2025-03-12T19:26:14.231943+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/exception.css","method":"GET"} [] [2025-03-12T19:26:14.237966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:14.291283+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/exception","method":"GET"} [] [2025-03-12T19:26:16.448068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa","method":"GET"} [] [2025-03-12T19:26:16.475459+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/exception.css","method":"GET"} [] [2025-03-12T19:26:16.482856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:26:16.520669+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/exception","method":"GET"} [] [2025-03-12T19:26:18.926094+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:26:18.949685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:26:22.430441+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/exception","method":"GET"} [] [2025-03-12T19:26:24.614968+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/exception","method":"GET"} [] [2025-03-12T19:26:26.819994+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/exception","method":"GET"} [] [2025-03-12T19:26:29.256045+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/exception","method":"GET"} [] [2025-03-12T19:26:31.499156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=config","method":"GET"} [] [2025-03-12T19:26:31.564740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:26:36.000660+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/exception","method":"GET"} [] [2025-03-12T19:26:38.422796+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/exception","method":"GET"} [] [2025-03-12T19:26:39.655059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=db","method":"GET"} [] [2025-03-12T19:26:39.679504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:26:41.736653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=db","method":"GET"} [] [2025-03-12T19:26:41.759965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:26:43.958339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=validator","method":"GET"} [] [2025-03-12T19:26:43.980794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:26:46.294526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=exception","method":"GET"} [] [2025-03-12T19:26:46.339224+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/exception.css","method":"GET"} [] [2025-03-12T19:26:46.356994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:26:46.379495+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/exception","method":"GET"} [] [2025-03-12T19:26:49.708315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=translation","method":"GET"} [] [2025-03-12T19:26:49.762553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:26:52.019244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=translation","method":"GET"} [] [2025-03-12T19:26:52.042290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:26:54.446340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=request","method":"GET"} [] [2025-03-12T19:26:54.534129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:26:56.789422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=mailer","method":"GET"} [] [2025-03-12T19:26:56.810532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:26:59.027365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=twig","method":"GET"} [] [2025-03-12T19:26:59.048097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:27:01.456990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=events","method":"GET"} [] [2025-03-12T19:27:01.490110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:27:03.697519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=time","method":"GET"} [] [2025-03-12T19:27:03.718714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:27:05.927979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=dump","method":"GET"} [] [2025-03-12T19:27:06.085365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:27:07.246162+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be/exception.css","method":"GET"} [] [2025-03-12T19:27:08.337224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=validator","method":"GET"} [] [2025-03-12T19:27:08.359913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:27:10.983654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=form","method":"GET"} [] [2025-03-12T19:27:11.064750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:27:13.222337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=db","method":"GET"} [] [2025-03-12T19:27:13.244675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:27:15.438323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=cache","method":"GET"} [] [2025-03-12T19:27:15.460594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:27:18.026985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=translation","method":"GET"} [] [2025-03-12T19:27:18.066539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:27:20.287414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=mailer","method":"GET"} [] [2025-03-12T19:27:20.308261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:27:22.554535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=config","method":"GET"} [] [2025-03-12T19:27:22.604932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:27:24.851544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=form","method":"GET"} [] [2025-03-12T19:27:24.879023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:27:27.275339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=dump","method":"GET"} [] [2025-03-12T19:27:27.354747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:27:29.562206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=time","method":"GET"} [] [2025-03-12T19:27:29.583814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:27:31.788370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=twig","method":"GET"} [] [2025-03-12T19:27:31.810939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:27:32.057115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=time","method":"GET"} [] [2025-03-12T19:27:32.082980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:27:34.160741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=security","method":"GET"} [] [2025-03-12T19:27:34.188359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:27:36.388841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=security","method":"GET"} [] [2025-03-12T19:27:36.412747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:27:38.601537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=logger","method":"GET"} [] [2025-03-12T19:27:38.640781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:27:40.936438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e?panel=router","method":"GET"} [] [2025-03-12T19:27:40.956637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:27:40.974280+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/router","method":"GET"} [] [2025-03-12T19:27:44.645332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=validator","method":"GET"} [] [2025-03-12T19:27:44.704392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:27:46.900423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=request","method":"GET"} [] [2025-03-12T19:27:46.923006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:27:49.281190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=db","method":"GET"} [] [2025-03-12T19:27:49.310490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:27:51.547113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=cache","method":"GET"} [] [2025-03-12T19:27:51.575750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:27:53.155586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=db","method":"GET"} [] [2025-03-12T19:27:53.180232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:27:55.008688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=config","method":"GET"} [] [2025-03-12T19:27:55.097138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:27:57.340900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=router","method":"GET"} [] [2025-03-12T19:27:57.364357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:27:57.385254+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/router","method":"GET"} [] [2025-03-12T19:27:59.968692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=logger","method":"GET"} [] [2025-03-12T19:28:00.040306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:28:03.508287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=security","method":"GET"} [] [2025-03-12T19:28:03.529522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:28:05.857720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=exception","method":"GET"} [] [2025-03-12T19:28:05.885355+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/exception.css","method":"GET"} [] [2025-03-12T19:28:05.892422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:28:05.911308+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/exception","method":"GET"} [] [2025-03-12T19:28:08.148991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=exception","method":"GET"} [] [2025-03-12T19:28:08.179932+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/exception.css","method":"GET"} [] [2025-03-12T19:28:08.184163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:28:08.211339+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/exception","method":"GET"} [] [2025-03-12T19:28:10.466721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=exception","method":"GET"} [] [2025-03-12T19:28:10.507484+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/exception.css","method":"GET"} [] [2025-03-12T19:28:10.513382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:28:10.565759+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/exception","method":"GET"} [] [2025-03-12T19:28:12.429597+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f/exception.css","method":"GET"} [] [2025-03-12T19:28:12.820020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=translation","method":"GET"} [] [2025-03-12T19:28:12.841162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:28:15.134201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?panel=db","method":"GET"} [] [2025-03-12T19:28:15.184966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:28:17.386917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=translation","method":"GET"} [] [2025-03-12T19:28:17.408609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:28:19.608384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=translation","method":"GET"} [] [2025-03-12T19:28:19.630207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:28:22.111246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=translation","method":"GET"} [] [2025-03-12T19:28:22.167637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:28:24.377615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=mailer","method":"GET"} [] [2025-03-12T19:28:24.398875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:28:26.567322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=mailer","method":"GET"} [] [2025-03-12T19:28:26.609435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:28:28.851833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=exception","method":"GET"} [] [2025-03-12T19:28:28.872329+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/exception.css","method":"GET"} [] [2025-03-12T19:28:28.879408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:28:28.898146+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/exception","method":"GET"} [] [2025-03-12T19:28:29.945648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=twig","method":"GET"} [] [2025-03-12T19:28:29.968509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:28:31.337371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=mailer","method":"GET"} [] [2025-03-12T19:28:31.381897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:28:33.629047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=mailer","method":"GET"} [] [2025-03-12T19:28:33.652677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:28:35.890215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=request","method":"GET"} [] [2025-03-12T19:28:35.914338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:28:38.264464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa?group=1&panel=db","method":"GET"} [] [2025-03-12T19:28:38.301881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:28:40.516392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=request","method":"GET"} [] [2025-03-12T19:28:40.538371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:28:42.803640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=db","method":"GET"} [] [2025-03-12T19:28:42.868565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:28:45.057804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=db","method":"GET"} [] [2025-03-12T19:28:45.081112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:28:45.845479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=twig","method":"GET"} [] [2025-03-12T19:28:45.868248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:28:48.658534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=db","method":"GET"} [] [2025-03-12T19:28:48.724874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:28:50.961024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=mailer","method":"GET"} [] [2025-03-12T19:28:50.984857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:28:53.317147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=request","method":"GET"} [] [2025-03-12T19:28:53.351649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:28:56.666460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=request","method":"GET"} [] [2025-03-12T19:28:56.688351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:28:58.936045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=dump","method":"GET"} [] [2025-03-12T19:28:58.989783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:00.248205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=dump","method":"GET"} [] [2025-03-12T19:29:00.272568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:01.217060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=twig","method":"GET"} [] [2025-03-12T19:29:01.239916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:29:03.496639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=form","method":"GET"} [] [2025-03-12T19:29:03.519207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:29:05.802311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=time","method":"GET"} [] [2025-03-12T19:29:05.848556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:07.999953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=twig","method":"GET"} [] [2025-03-12T19:29:08.039439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:29:10.482892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=dump","method":"GET"} [] [2025-03-12T19:29:10.516359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:12.752648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=form","method":"GET"} [] [2025-03-12T19:29:12.782129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:29:13.582086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=form","method":"GET"} [] [2025-03-12T19:29:13.604444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:29:15.043722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=time","method":"GET"} [] [2025-03-12T19:29:15.082162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:17.261891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=mailer","method":"GET"} [] [2025-03-12T19:29:17.285519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:29:19.544916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=events","method":"GET"} [] [2025-03-12T19:29:19.567434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:29:21.929509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=dump","method":"GET"} [] [2025-03-12T19:29:21.987877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:24.189128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=time","method":"GET"} [] [2025-03-12T19:29:24.210820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:25.914094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=dump","method":"GET"} [] [2025-03-12T19:29:25.950941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:26.406915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=twig","method":"GET"} [] [2025-03-12T19:29:26.427606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:29:28.558587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=form","method":"GET"} [] [2025-03-12T19:29:28.580755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:29:30.811528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=dump","method":"GET"} [] [2025-03-12T19:29:30.866064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:33.102342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=time","method":"GET"} [] [2025-03-12T19:29:33.126320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:35.448271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=time","method":"GET"} [] [2025-03-12T19:29:35.471936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:36.583005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=time","method":"GET"} [] [2025-03-12T19:29:36.606734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:37.767850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=form","method":"GET"} [] [2025-03-12T19:29:37.836602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:29:40.027520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=time","method":"GET"} [] [2025-03-12T19:29:40.048393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:29:42.493249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=twig","method":"GET"} [] [2025-03-12T19:29:42.525470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:29:46.175379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=dump","method":"GET"} [] [2025-03-12T19:29:46.176084+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f/exception","method":"GET"} [] [2025-03-12T19:29:46.219566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:48.460076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=dump","method":"GET"} [] [2025-03-12T19:29:48.481640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:29:50.702318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=twig","method":"GET"} [] [2025-03-12T19:29:50.725329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:29:54.835553+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be/exception","method":"GET"} [] [2025-03-12T19:29:55.296973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=validator","method":"GET"} [] [2025-03-12T19:29:55.319739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:29:57.675071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=validator","method":"GET"} [] [2025-03-12T19:29:57.701392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:30:01.044327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=cache","method":"GET"} [] [2025-03-12T19:30:01.065691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:30:02.479013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3","method":"GET"} [] [2025-03-12T19:30:02.536766+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3/exception.css","method":"GET"} [] [2025-03-12T19:30:02.564220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:30:02.634540+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3/exception","method":"GET"} [] [2025-03-12T19:30:03.286621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=cache","method":"GET"} [] [2025-03-12T19:30:03.315624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:30:06.756935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=cache","method":"GET"} [] [2025-03-12T19:30:06.781601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:30:08.983603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=events","method":"GET"} [] [2025-03-12T19:30:09.005621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:30:09.598201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6","method":"GET"} [] [2025-03-12T19:30:09.619980+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6/exception.css","method":"GET"} [] [2025-03-12T19:30:09.622829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:30:09.641067+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6/exception","method":"GET"} [] [2025-03-12T19:30:11.355191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=validator","method":"GET"} [] [2025-03-12T19:30:11.407311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:30:13.864790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=exception","method":"GET"} [] [2025-03-12T19:30:13.911260+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/exception.css","method":"GET"} [] [2025-03-12T19:30:13.914107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:30:13.933235+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/exception","method":"GET"} [] [2025-03-12T19:30:16.187753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=cache","method":"GET"} [] [2025-03-12T19:30:16.211108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:30:18.366559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=events","method":"GET"} [] [2025-03-12T19:30:18.415762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:30:20.730560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=events","method":"GET"} [] [2025-03-12T19:30:20.755122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:30:23.102992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=events","method":"GET"} [] [2025-03-12T19:30:23.133560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:30:25.357799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=request","method":"GET"} [] [2025-03-12T19:30:25.382115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:30:27.676260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=logger","method":"GET"} [] [2025-03-12T19:30:27.737195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:30:30.099420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=router","method":"GET"} [] [2025-03-12T19:30:30.126777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:30:30.148008+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/router","method":"GET"} [] [2025-03-12T19:30:32.640509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?panel=config","method":"GET"} [] [2025-03-12T19:30:32.668592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:30:34.881327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=config","method":"GET"} [] [2025-03-12T19:30:34.968683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:30:37.217726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=logger","method":"GET"} [] [2025-03-12T19:30:37.239743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:30:37.702963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=security","method":"GET"} [] [2025-03-12T19:30:37.726741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:30:39.517552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=router","method":"GET"} [] [2025-03-12T19:30:39.543156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:30:39.563970+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/router","method":"GET"} [] [2025-03-12T19:30:41.768830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=translation","method":"GET"} [] [2025-03-12T19:30:41.791622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:30:44.094005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=cache","method":"GET"} [] [2025-03-12T19:30:44.157315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:30:46.599213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=validator","method":"GET"} [] [2025-03-12T19:30:46.639322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:30:48.831662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=config","method":"GET"} [] [2025-03-12T19:30:48.859047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:30:51.052026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=router","method":"GET"} [] [2025-03-12T19:30:51.122911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:30:51.171980+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/router","method":"GET"} [] [2025-03-12T19:30:53.488003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=config","method":"GET"} [] [2025-03-12T19:30:53.510548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:30:55.755609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=config","method":"GET"} [] [2025-03-12T19:30:55.778648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:30:57.948259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=logger","method":"GET"} [] [2025-03-12T19:30:57.970990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:31:00.361053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=logger","method":"GET"} [] [2025-03-12T19:31:00.408133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:31:02.800031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=router","method":"GET"} [] [2025-03-12T19:31:02.832651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:31:02.856140+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/router","method":"GET"} [] [2025-03-12T19:31:05.107445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=logger","method":"GET"} [] [2025-03-12T19:31:05.129604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:31:07.340178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=router","method":"GET"} [] [2025-03-12T19:31:07.381536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:31:07.456720+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/router","method":"GET"} [] [2025-03-12T19:31:09.940898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=logger","method":"GET"} [] [2025-03-12T19:31:09.964633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:31:12.301515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=events","method":"GET"} [] [2025-03-12T19:31:12.323294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:31:14.527321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=router","method":"GET"} [] [2025-03-12T19:31:14.548713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:31:14.566646+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/router","method":"GET"} [] [2025-03-12T19:31:16.858595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?panel=security","method":"GET"} [] [2025-03-12T19:31:16.938499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:31:19.341656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?panel=security","method":"GET"} [] [2025-03-12T19:31:19.387590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:31:21.603429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546?panel=security","method":"GET"} [] [2025-03-12T19:31:21.627558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:31:23.763387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7?panel=security","method":"GET"} [] [2025-03-12T19:31:23.865851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:31:26.086851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?panel=security","method":"GET"} [] [2025-03-12T19:31:26.110849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:31:28.405895+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"26c516"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/26c516/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:28.428283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:28.564749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=security","method":"GET"} [] [2025-03-12T19:31:28.589626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:31:30.609061+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:30.660951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:32.937657+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:33.042809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:35.406988+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:35.435388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:37.681011+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:37.703333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:39.844542+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:39.880765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:42.047173+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:42.067325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:44.341937+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:44.365310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:46.542650+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:46.566873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:48.861290+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:48.912880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:31:51.265913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509","method":"GET"} [] [2025-03-12T19:31:51.323848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:31:53.561866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4","method":"GET"} [] [2025-03-12T19:31:53.582329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:31:55.760142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888","method":"GET"} [] [2025-03-12T19:31:55.801938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:31:58.059153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3","method":"GET"} [] [2025-03-12T19:31:58.081593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:32:01.501182+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:32:01.522304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:32:03.943478+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:32:04.047592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:32:06.433507+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:32:06.473111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:32:08.641945+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:32:08.666955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:32:10.864448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3?group=1&panel=db","method":"GET"} [] [2025-03-12T19:32:10.913479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:32:11.878112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db?panel=security","method":"GET"} [] [2025-03-12T19:32:11.902188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:32:13.142610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=exception","method":"GET"} [] [2025-03-12T19:32:13.161680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:32:15.395964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=exception","method":"GET"} [] [2025-03-12T19:32:15.417280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:32:17.686213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=translation","method":"GET"} [] [2025-03-12T19:32:17.706361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:32:19.999386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=translation","method":"GET"} [] [2025-03-12T19:32:20.048857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:32:22.372694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=exception","method":"GET"} [] [2025-03-12T19:32:22.395820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:32:24.624898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=request","method":"GET"} [] [2025-03-12T19:32:24.645419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:32:26.917921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=mailer","method":"GET"} [] [2025-03-12T19:32:26.968635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:32:29.200213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=events","method":"GET"} [] [2025-03-12T19:32:29.219310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:32:31.430899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=validator","method":"GET"} [] [2025-03-12T19:32:31.451266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:32:33.724628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=validator","method":"GET"} [] [2025-03-12T19:32:33.748079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:32:36.010393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=exception","method":"GET"} [] [2025-03-12T19:32:36.065072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:32:38.476946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=twig","method":"GET"} [] [2025-03-12T19:32:38.504280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:32:40.782297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=validator","method":"GET"} [] [2025-03-12T19:32:40.802783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:32:42.934094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=translation","method":"GET"} [] [2025-03-12T19:32:42.991737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:32:45.180081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=time","method":"GET"} [] [2025-03-12T19:32:45.199463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:32:47.461306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=dump","method":"GET"} [] [2025-03-12T19:32:47.480251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:32:49.768772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=form","method":"GET"} [] [2025-03-12T19:32:49.788465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:32:52.198553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=db","method":"GET"} [] [2025-03-12T19:32:52.253709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:32:54.664715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=cache","method":"GET"} [] [2025-03-12T19:32:54.700902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:32:59.218532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=router","method":"GET"} [] [2025-03-12T19:32:59.257600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:32:59.337273+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3/router","method":"GET"} [] [2025-03-12T19:33:01.499873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?panel=logger","method":"GET"} [] [2025-03-12T19:33:01.519316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:33:03.730910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=security","method":"GET"} [] [2025-03-12T19:33:03.751502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:33:07.319457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=translation","method":"GET"} [] [2025-03-12T19:33:07.363200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:33:09.680294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=mailer","method":"GET"} [] [2025-03-12T19:33:09.703675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:33:11.950460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3?group=1&panel=db","method":"GET"} [] [2025-03-12T19:33:11.971446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:33:14.161289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=mailer","method":"GET"} [] [2025-03-12T19:33:14.181756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:33:16.377248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=request","method":"GET"} [] [2025-03-12T19:33:16.439803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:33:18.694700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=db","method":"GET"} [] [2025-03-12T19:33:18.719196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:33:20.901521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=db","method":"GET"} [] [2025-03-12T19:33:20.921577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:33:23.258995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=form","method":"GET"} [] [2025-03-12T19:33:23.303934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:33:25.681439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=twig","method":"GET"} [] [2025-03-12T19:33:26.050652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:33:28.182791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=dump","method":"GET"} [] [2025-03-12T19:33:28.202188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:33:29.929925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=cache","method":"GET"} [] [2025-03-12T19:33:29.954012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:33:31.583506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=request","method":"GET"} [] [2025-03-12T19:33:31.620182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:33:33.860509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=mailer","method":"GET"} [] [2025-03-12T19:33:33.880298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:33:36.041372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=events","method":"GET"} [] [2025-03-12T19:33:36.060596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:33:38.433830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=dump","method":"GET"} [] [2025-03-12T19:33:38.493736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:33:40.776828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=time","method":"GET"} [] [2025-03-12T19:33:40.798785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:33:43.020414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=form","method":"GET"} [] [2025-03-12T19:33:43.042539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:33:45.231975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=twig","method":"GET"} [] [2025-03-12T19:33:45.251164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:33:47.507389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=dump","method":"GET"} [] [2025-03-12T19:33:47.542770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:33:49.822670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=twig","method":"GET"} [] [2025-03-12T19:33:49.841752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:33:52.064067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=time","method":"GET"} [] [2025-03-12T19:33:52.084701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:33:54.384156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=form","method":"GET"} [] [2025-03-12T19:33:54.435497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:33:56.764554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=validator","method":"GET"} [] [2025-03-12T19:33:56.786637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:33:58.989798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=cache","method":"GET"} [] [2025-03-12T19:33:59.012268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:34:01.253300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=cache","method":"GET"} [] [2025-03-12T19:34:01.273171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:34:05.837136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=config","method":"GET"} [] [2025-03-12T19:34:05.875614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:34:09.240425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=config","method":"GET"} [] [2025-03-12T19:34:09.260528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:34:11.580546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=router","method":"GET"} [] [2025-03-12T19:34:11.622936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:34:11.642232+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888/router","method":"GET"} [] [2025-03-12T19:34:14.103663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=logger","method":"GET"} [] [2025-03-12T19:34:14.136421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:34:16.342641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=logger","method":"GET"} [] [2025-03-12T19:34:16.363424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:34:18.607883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=router","method":"GET"} [] [2025-03-12T19:34:18.627237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:34:18.645480+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509/router","method":"GET"} [] [2025-03-12T19:34:20.861666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=router","method":"GET"} [] [2025-03-12T19:34:20.909596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:34:20.974422+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4/router","method":"GET"} [] [2025-03-12T19:34:23.210496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=config","method":"GET"} [] [2025-03-12T19:34:23.230238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:34:25.475573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?panel=logger","method":"GET"} [] [2025-03-12T19:34:25.496043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:34:27.956641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509?panel=security","method":"GET"} [] [2025-03-12T19:34:27.997559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:34:31.547595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?panel=db","method":"GET"} [] [2025-03-12T19:34:31.575077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:34:33.609576+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:34:33.630285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:34:35.771940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:35.792281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:38.028410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:38.075744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:38.962144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=events","method":"GET"} [] [2025-03-12T19:34:38.990885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:34:40.319992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:40.342894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:42.540416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:42.575581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:44.871143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:44.917260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:47.202983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:47.232279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:49.475916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:49.499045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:51.700887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:51.722989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:53.938514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:54.012902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:56.240090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:56.260856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:58.471442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8?group=1&panel=db","method":"GET"} [] [2025-03-12T19:34:58.496143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:00.778347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:00.847837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:04.397724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:04.450892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:06.693701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d33496"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d33496?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:06.730454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:10.077570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:10.146330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:12.453783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:12.481982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:14.831407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:14.854957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:17.364543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:17.412554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:19.736178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:19.764657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:23.076234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:23.100644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:25.343257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:25.388321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:27.536094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:27.577946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:29.804005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:29.829911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:32.059837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:32.081727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:34.397982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:34.464791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:36.745856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:36.775611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:38.986374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:39.010103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:41.975680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6?panel=events","method":"GET"} [] [2025-03-12T19:35:42.015005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:35:42.366780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:42.387979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:44.598676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:44.623202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:46.847586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:46.871511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:49.018275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:49.042847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:35:51.385755+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:51.433610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:53.687002+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7002c6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7002c6/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:53.716722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:57.130716+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35b745"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b745/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:57.176585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:59.406075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:35:59.427516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:01.528058+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:01.550153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:03.802339+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:03.825957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:05.996767+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:06.019886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:08.441753+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8e87f4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8e87f4/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:08.509333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:10.859819+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19009d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19009d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:10.892513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:13.073943+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:13.108802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:15.259703+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:15.284550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:17.486500+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:17.511035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:19.626817+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:19.649090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:21.845974+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:21.875864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:24.061495+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:24.107885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:26.417708+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c92529"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c92529/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:26.441520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:28.671160+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:28.704523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:30.914189+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:30.936312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:33.138784+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"608a07"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/608a07/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:33.159104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:35.328719+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"852013"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/852013/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:35.349421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:37.536459+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:37.559291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:41.039934+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:41.158011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:43.408250+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:43.434367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:45.658004+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:45.723617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:47.879382+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:47.906068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:50.097089+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:50.119581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:54.616027+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:54.639937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:58.105737+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:36:58.152933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:00.458347+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a01a56"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a01a56/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:00.497356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:02.705011+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:02.753300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:04.935714+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:04.959228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:07.138001+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:07.161064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:09.367563+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:09.389928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:11.589692+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:11.610642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:13.973169+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:14.028988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:16.344682+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7008ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7008ab/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:16.373332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:18.609235+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:18.647232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:20.856196+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:20.875396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:23.036245+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:23.060154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:25.236566+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:25.260578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:27.417775+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:27.441284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:29.918640+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:29.964234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:30.961046+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6/exception","method":"GET"} [] [2025-03-12T19:37:32.245152+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:32.272744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:34.494168+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:34.527737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:36.740988+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:36.766826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:38.957134+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:38.992152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:41.137921+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:41.160689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:43.346883+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d416f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d416f3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:43.382656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:45.688990+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:45.756576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:48.037668+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:48.066704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:50.232517+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:50.264616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:52.457043+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"26c516"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/26c516/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:52.487321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:54.702640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8","method":"GET"} [] [2025-03-12T19:37:54.731720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:37:56.938365+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:37:56.957394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T19:37:59.148603+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:37:59.168553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:01.570000+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"34453c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/34453c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:01.634755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:03.970608+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:04.007156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:06.245491+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:06.288698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:08.527706+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:08.573386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:10.784211+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:10.806928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:15.247891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=exception","method":"GET"} [] [2025-03-12T19:38:15.273961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:38:17.728910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=translation","method":"GET"} [] [2025-03-12T19:38:17.790345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:38:20.131698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=validator","method":"GET"} [] [2025-03-12T19:38:20.154602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:38:22.427594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=security","method":"GET"} [] [2025-03-12T19:38:22.464433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:38:24.267751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=mailer","method":"GET"} [] [2025-03-12T19:38:24.294351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:38:27.027423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=db","method":"GET"} [] [2025-03-12T19:38:27.047999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:38:29.176356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=events","method":"GET"} [] [2025-03-12T19:38:29.195201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:38:31.389398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=time","method":"GET"} [] [2025-03-12T19:38:31.415706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:38:33.798929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=dump","method":"GET"} [] [2025-03-12T19:38:33.871880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:38:36.186485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=form","method":"GET"} [] [2025-03-12T19:38:36.210580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:38:38.462329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=twig","method":"GET"} [] [2025-03-12T19:38:38.503839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:38:40.717387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=cache","method":"GET"} [] [2025-03-12T19:38:40.737386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:38:42.876372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=config","method":"GET"} [] [2025-03-12T19:38:42.897440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:38:45.108436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=logger","method":"GET"} [] [2025-03-12T19:38:45.128502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:38:47.337462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?panel=router","method":"GET"} [] [2025-03-12T19:38:47.364699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:38:47.403775+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8/router","method":"GET"} [] [2025-03-12T19:38:50.151700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8?group=1&panel=db","method":"GET"} [] [2025-03-12T19:38:50.198149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:38:52.522344+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:52.557256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:54.763514+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"becbf3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/becbf3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:54.804928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:57.018349+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:57.041752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:38:59.217014+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6f9503"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6f9503/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:38:59.240661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:01.360577+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:01.384125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:03.586290+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8194b2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8194b2/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:03.612227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:05.999928+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:06.053460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:08.371806+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:08.452574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:10.674665+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:10.708223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:10.892934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6?panel=request","method":"GET"} [] [2025-03-12T19:39:10.925164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:39:12.848686+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4838da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4838da/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:12.871596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:15.066075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f86498"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f86498/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:15.088772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:17.257834+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:17.281657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:19.486967+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:19.510536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:23.183531+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:23.361501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:26.765096+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:26.805071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:28.996042+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:29.017923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:39:31.156241+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:31.179567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:33.387014+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:33.410274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:39:35.596649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225","method":"GET"} [] [2025-03-12T19:39:35.657318+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/exception.css","method":"GET"} [] [2025-03-12T19:39:35.664854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:35.701803+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/exception","method":"GET"} [] [2025-03-12T19:39:37.988979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776","method":"GET"} [] [2025-03-12T19:39:38.020517+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/exception.css","method":"GET"} [] [2025-03-12T19:39:38.023453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:38.042241+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/exception","method":"GET"} [] [2025-03-12T19:39:40.333287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92","method":"GET"} [] [2025-03-12T19:39:40.395348+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/exception.css","method":"GET"} [] [2025-03-12T19:39:40.398270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:40.416546+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/exception","method":"GET"} [] [2025-03-12T19:39:42.754088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5","method":"GET"} [] [2025-03-12T19:39:42.785514+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/exception.css","method":"GET"} [] [2025-03-12T19:39:42.792007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:42.818343+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/exception","method":"GET"} [] [2025-03-12T19:39:44.997525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b","method":"GET"} [] [2025-03-12T19:39:45.029057+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/exception.css","method":"GET"} [] [2025-03-12T19:39:45.031955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:45.049365+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/exception","method":"GET"} [] [2025-03-12T19:39:47.197026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91","method":"GET"} [] [2025-03-12T19:39:47.219395+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/exception.css","method":"GET"} [] [2025-03-12T19:39:47.222223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:47.240707+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/exception","method":"GET"} [] [2025-03-12T19:39:49.446004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33","method":"GET"} [] [2025-03-12T19:39:49.465208+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/exception.css","method":"GET"} [] [2025-03-12T19:39:49.468048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:49.485588+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/exception","method":"GET"} [] [2025-03-12T19:39:51.687496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919","method":"GET"} [] [2025-03-12T19:39:51.715171+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/exception.css","method":"GET"} [] [2025-03-12T19:39:51.728998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:51.770850+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/exception","method":"GET"} [] [2025-03-12T19:39:54.125126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b","method":"GET"} [] [2025-03-12T19:39:54.146050+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/exception.css","method":"GET"} [] [2025-03-12T19:39:54.148947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:39:54.166710+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/exception","method":"GET"} [] [2025-03-12T19:39:58.910186+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/exception","method":"GET"} [] [2025-03-12T19:40:01.136954+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/exception","method":"GET"} [] [2025-03-12T19:40:03.328079+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/exception","method":"GET"} [] [2025-03-12T19:40:05.549907+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/exception","method":"GET"} [] [2025-03-12T19:40:07.717020+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/exception","method":"GET"} [] [2025-03-12T19:40:11.619001+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/exception","method":"GET"} [] [2025-03-12T19:40:13.934870+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/exception","method":"GET"} [] [2025-03-12T19:40:16.197076+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/exception","method":"GET"} [] [2025-03-12T19:40:18.389411+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/exception","method":"GET"} [] [2025-03-12T19:40:21.806439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=exception","method":"GET"} [] [2025-03-12T19:40:21.839470+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/exception.css","method":"GET"} [] [2025-03-12T19:40:21.847997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:40:21.888072+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/exception","method":"GET"} [] [2025-03-12T19:40:24.107833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=exception","method":"GET"} [] [2025-03-12T19:40:24.129890+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/exception.css","method":"GET"} [] [2025-03-12T19:40:24.135363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:40:24.154673+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/exception","method":"GET"} [] [2025-03-12T19:40:26.367280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=exception","method":"GET"} [] [2025-03-12T19:40:26.388373+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/exception.css","method":"GET"} [] [2025-03-12T19:40:26.391328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:40:26.411795+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/exception","method":"GET"} [] [2025-03-12T19:40:28.776362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=exception","method":"GET"} [] [2025-03-12T19:40:28.801168+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/exception.css","method":"GET"} [] [2025-03-12T19:40:28.804306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:40:28.825395+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/exception","method":"GET"} [] [2025-03-12T19:40:31.202604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=exception","method":"GET"} [] [2025-03-12T19:40:31.254649+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/exception.css","method":"GET"} [] [2025-03-12T19:40:31.257610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:40:31.279627+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/exception","method":"GET"} [] [2025-03-12T19:40:33.499443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=translation","method":"GET"} [] [2025-03-12T19:40:33.521458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:40:35.706440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=translation","method":"GET"} [] [2025-03-12T19:40:35.727416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:40:39.089175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=translation","method":"GET"} [] [2025-03-12T19:40:39.128372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:40:41.331906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=translation","method":"GET"} [] [2025-03-12T19:40:41.360476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:40:43.568582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=translation","method":"GET"} [] [2025-03-12T19:40:43.593140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:40:46.022882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=mailer","method":"GET"} [] [2025-03-12T19:40:46.047212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:40:48.376523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=mailer","method":"GET"} [] [2025-03-12T19:40:48.461143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:40:50.577074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=mailer","method":"GET"} [] [2025-03-12T19:40:50.597814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:40:52.758956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=mailer","method":"GET"} [] [2025-03-12T19:40:52.782271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:40:54.860437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=request","method":"GET"} [] [2025-03-12T19:40:54.904528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:40:57.148274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=request","method":"GET"} [] [2025-03-12T19:40:57.172810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:40:59.382230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=request","method":"GET"} [] [2025-03-12T19:40:59.404990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:41:01.691835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=request","method":"GET"} [] [2025-03-12T19:41:01.713732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:41:04.005033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=events","method":"GET"} [] [2025-03-12T19:41:04.053492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:41:06.270184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=events","method":"GET"} [] [2025-03-12T19:41:06.291625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:41:09.669126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=events","method":"GET"} [] [2025-03-12T19:41:09.693111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:41:11.877288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=dump","method":"GET"} [] [2025-03-12T19:41:11.914109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:41:14.036264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=form","method":"GET"} [] [2025-03-12T19:41:14.059678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:41:16.261869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=time","method":"GET"} [] [2025-03-12T19:41:16.282976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:41:21.007955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=time","method":"GET"} [] [2025-03-12T19:41:21.069262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:41:23.318177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=twig","method":"GET"} [] [2025-03-12T19:41:23.344569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:41:25.556322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=twig","method":"GET"} [] [2025-03-12T19:41:25.577347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:41:27.759884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=form","method":"GET"} [] [2025-03-12T19:41:27.800506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:41:30.037406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=twig","method":"GET"} [] [2025-03-12T19:41:30.058445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:41:32.278538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=form","method":"GET"} [] [2025-03-12T19:41:32.330160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:41:34.576092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=dump","method":"GET"} [] [2025-03-12T19:41:34.596615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:41:37.115078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=form","method":"GET"} [] [2025-03-12T19:41:37.189423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:41:39.346530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=twig","method":"GET"} [] [2025-03-12T19:41:39.368954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:41:41.587024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=dump","method":"GET"} [] [2025-03-12T19:41:41.608559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:41:43.808937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=validator","method":"GET"} [] [2025-03-12T19:41:43.847832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:41:46.036169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=validator","method":"GET"} [] [2025-03-12T19:41:46.056918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:41:48.268964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=validator","method":"GET"} [] [2025-03-12T19:41:48.290980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:41:50.396844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=validator","method":"GET"} [] [2025-03-12T19:41:50.418610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:41:52.827651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=validator","method":"GET"} [] [2025-03-12T19:41:52.879146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:41:55.068554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=validator","method":"GET"} [] [2025-03-12T19:41:55.092879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:41:57.315060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=db","method":"GET"} [] [2025-03-12T19:41:57.343917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:42:00.667210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=db","method":"GET"} [] [2025-03-12T19:42:00.706878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:42:02.916127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=cache","method":"GET"} [] [2025-03-12T19:42:02.936740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:42:06.261476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=db","method":"GET"} [] [2025-03-12T19:42:06.285283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:42:08.751418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=cache","method":"GET"} [] [2025-03-12T19:42:08.803698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:42:11.017525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=config","method":"GET"} [] [2025-03-12T19:42:11.038451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:42:11.250231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db?panel=db","method":"GET"} [] [2025-03-12T19:42:11.275658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:42:13.256717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=router","method":"GET"} [] [2025-03-12T19:42:13.276961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:42:13.294574+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/router","method":"GET"} [] [2025-03-12T19:42:15.611989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=logger","method":"GET"} [] [2025-03-12T19:42:15.641013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:42:17.890704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=router","method":"GET"} [] [2025-03-12T19:42:17.947643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:42:17.992006+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/router","method":"GET"} [] [2025-03-12T19:42:20.188469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=config","method":"GET"} [] [2025-03-12T19:42:20.211592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:42:22.422203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=logger","method":"GET"} [] [2025-03-12T19:42:22.444218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:42:26.211823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=router","method":"GET"} [] [2025-03-12T19:42:26.306711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:42:26.336359+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/router","method":"GET"} [] [2025-03-12T19:42:28.412147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=logger","method":"GET"} [] [2025-03-12T19:42:28.434158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:42:30.647172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=logger","method":"GET"} [] [2025-03-12T19:42:30.669126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:42:32.897182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=config","method":"GET"} [] [2025-03-12T19:42:32.948069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:42:35.177262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=router","method":"GET"} [] [2025-03-12T19:42:35.198768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:42:35.217171+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/router","method":"GET"} [] [2025-03-12T19:42:37.541986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=security","method":"GET"} [] [2025-03-12T19:42:37.569760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:42:39.801359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=security","method":"GET"} [] [2025-03-12T19:42:39.824288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:42:42.220590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=security","method":"GET"} [] [2025-03-12T19:42:42.273977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:42:44.387038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?panel=security","method":"GET"} [] [2025-03-12T19:42:44.410200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:42:46.637858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5?panel=security","method":"GET"} [] [2025-03-12T19:42:46.659599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:42:48.799705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?panel=security","method":"GET"} [] [2025-03-12T19:42:48.844318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:42:51.049171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?panel=cache","method":"GET"} [] [2025-03-12T19:42:51.071719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:42:53.244172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91?group=1&panel=db","method":"GET"} [] [2025-03-12T19:42:53.275503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:42:55.496916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33?group=1&panel=db","method":"GET"} [] [2025-03-12T19:42:55.518695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:42:57.940376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b?group=1&panel=db","method":"GET"} [] [2025-03-12T19:42:57.988714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:43:00.169003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=exception","method":"GET"} [] [2025-03-12T19:43:00.190932+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/exception.css","method":"GET"} [] [2025-03-12T19:43:00.200184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:43:00.218789+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/exception","method":"GET"} [] [2025-03-12T19:43:02.407290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=exception","method":"GET"} [] [2025-03-12T19:43:02.428679+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/exception.css","method":"GET"} [] [2025-03-12T19:43:02.431791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:43:02.450523+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/exception","method":"GET"} [] [2025-03-12T19:43:04.647116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=exception","method":"GET"} [] [2025-03-12T19:43:04.692801+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/exception.css","method":"GET"} [] [2025-03-12T19:43:04.698803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:43:04.739701+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/exception","method":"GET"} [] [2025-03-12T19:43:06.969881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=translation","method":"GET"} [] [2025-03-12T19:43:06.997344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:43:09.141368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=translation","method":"GET"} [] [2025-03-12T19:43:09.163410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:43:11.368477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=translation","method":"GET"} [] [2025-03-12T19:43:11.390103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:43:13.951901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=mailer","method":"GET"} [] [2025-03-12T19:43:14.004506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:43:15.423019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f998db"},"request_uri":"http://test.phila-ca.com/public/_profiler/f998db?panel=request","method":"GET"} [] [2025-03-12T19:43:15.446130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:43:16.175994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=mailer","method":"GET"} [] [2025-03-12T19:43:16.201333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:43:18.307865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=mailer","method":"GET"} [] [2025-03-12T19:43:18.330938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:43:20.536842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=mailer","method":"GET"} [] [2025-03-12T19:43:20.576385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:43:22.806317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=mailer","method":"GET"} [] [2025-03-12T19:43:22.828510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:43:25.041035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=request","method":"GET"} [] [2025-03-12T19:43:25.063900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:43:27.296458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=request","method":"GET"} [] [2025-03-12T19:43:27.318280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:43:29.773634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=db","method":"GET"} [] [2025-03-12T19:43:29.836253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:43:32.057995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=db","method":"GET"} [] [2025-03-12T19:43:32.081973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:43:34.198555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=db","method":"GET"} [] [2025-03-12T19:43:34.222563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:43:36.437281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=db","method":"GET"} [] [2025-03-12T19:43:36.477151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:43:38.667480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=db","method":"GET"} [] [2025-03-12T19:43:38.691543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:43:40.912137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=request","method":"GET"} [] [2025-03-12T19:43:40.934414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:43:43.156871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=request","method":"GET"} [] [2025-03-12T19:43:43.185101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:43:45.657395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=request","method":"GET"} [] [2025-03-12T19:43:45.717641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:43:47.927077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=events","method":"GET"} [] [2025-03-12T19:43:47.948214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:43:50.157686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=events","method":"GET"} [] [2025-03-12T19:43:50.187783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:43:52.286725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=time","method":"GET"} [] [2025-03-12T19:43:52.326543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:43:54.557111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=form","method":"GET"} [] [2025-03-12T19:43:54.580962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:43:56.789871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=time","method":"GET"} [] [2025-03-12T19:43:56.812520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:44:00.202777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=dump","method":"GET"} [] [2025-03-12T19:44:00.224121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:44:05.004376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=twig","method":"GET"} [] [2025-03-12T19:44:05.073458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:44:07.400045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=time","method":"GET"} [] [2025-03-12T19:44:07.463835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:44:09.677562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=twig","method":"GET"} [] [2025-03-12T19:44:09.700277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:44:10.893831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35b4be"},"request_uri":"http://test.phila-ca.com/public/_profiler/35b4be?panel=request","method":"GET"} [] [2025-03-12T19:44:10.918816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:44:13.062418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=dump","method":"GET"} [] [2025-03-12T19:44:13.086000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:44:15.287331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=twig","method":"GET"} [] [2025-03-12T19:44:15.312623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:44:17.457394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=form","method":"GET"} [] [2025-03-12T19:44:17.480029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:44:19.752238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=form","method":"GET"} [] [2025-03-12T19:44:19.774975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:44:22.172245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=dump","method":"GET"} [] [2025-03-12T19:44:22.248283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:44:24.467744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=form","method":"GET"} [] [2025-03-12T19:44:24.539741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:44:26.857840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=time","method":"GET"} [] [2025-03-12T19:44:26.880199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:44:29.071341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=time","method":"GET"} [] [2025-03-12T19:44:29.094725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:44:31.269444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=validator","method":"GET"} [] [2025-03-12T19:44:31.292180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:44:33.536596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=twig","method":"GET"} [] [2025-03-12T19:44:33.558048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:44:35.888154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=validator","method":"GET"} [] [2025-03-12T19:44:35.911952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:44:38.253981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=validator","method":"GET"} [] [2025-03-12T19:44:38.304857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:44:40.517407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=cache","method":"GET"} [] [2025-03-12T19:44:40.571427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:44:44.006649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=cache","method":"GET"} [] [2025-03-12T19:44:44.029025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:44:46.192658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=cache","method":"GET"} [] [2025-03-12T19:44:46.214418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:44:48.427192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=time","method":"GET"} [] [2025-03-12T19:44:48.448947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:44:50.628158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=cache","method":"GET"} [] [2025-03-12T19:44:50.652532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:44:53.056602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=events","method":"GET"} [] [2025-03-12T19:44:53.078200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:44:55.528094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=events","method":"GET"} [] [2025-03-12T19:44:55.645412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:44:57.927041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=events","method":"GET"} [] [2025-03-12T19:44:57.950049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:45:00.009527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=config","method":"GET"} [] [2025-03-12T19:45:00.042805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:45:02.253825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=config","method":"GET"} [] [2025-03-12T19:45:02.277994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:45:02.458386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=request","method":"GET"} [] [2025-03-12T19:45:02.484747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:45:04.611934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=logger","method":"GET"} [] [2025-03-12T19:45:04.634984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:45:07.131551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=router","method":"GET"} [] [2025-03-12T19:45:07.153218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:45:07.171088+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/router","method":"GET"} [] [2025-03-12T19:45:09.542739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b?panel=router","method":"GET"} [] [2025-03-12T19:45:09.574335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:45:09.598000+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/router","method":"GET"} [] [2025-03-12T19:45:12.018157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=exception","method":"GET"} [] [2025-03-12T19:45:12.081547+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/exception.css","method":"GET"} [] [2025-03-12T19:45:12.092083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:45:12.142346+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/exception","method":"GET"} [] [2025-03-12T19:45:14.372130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=translation","method":"GET"} [] [2025-03-12T19:45:14.398305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:45:16.603497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=request","method":"GET"} [] [2025-03-12T19:45:16.624796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:45:18.904392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=mailer","method":"GET"} [] [2025-03-12T19:45:18.925312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:45:21.081542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=events","method":"GET"} [] [2025-03-12T19:45:21.102201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:45:23.322001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=dump","method":"GET"} [] [2025-03-12T19:45:23.343238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:45:25.616897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=form","method":"GET"} [] [2025-03-12T19:45:25.638238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:45:27.894760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=twig","method":"GET"} [] [2025-03-12T19:45:27.964686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:45:30.161863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=validator","method":"GET"} [] [2025-03-12T19:45:30.183898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:45:32.363056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=cache","method":"GET"} [] [2025-03-12T19:45:32.384130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:45:34.588303+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/exception","method":"GET"} [] [2025-03-12T19:45:36.844485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=db","method":"GET"} [] [2025-03-12T19:45:36.867127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:45:39.062243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=config","method":"GET"} [] [2025-03-12T19:45:39.085774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:45:41.368700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=security","method":"GET"} [] [2025-03-12T19:45:41.390528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:45:43.793839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=logger","method":"GET"} [] [2025-03-12T19:45:43.866354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:45:46.160866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?panel=router","method":"GET"} [] [2025-03-12T19:45:46.182622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:45:46.201234+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/router","method":"GET"} [] [2025-03-12T19:45:48.562742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?panel=logger","method":"GET"} [] [2025-03-12T19:45:48.586662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:45:48.633309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=form","method":"GET"} [] [2025-03-12T19:45:48.660777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:45:50.803755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=config","method":"GET"} [] [2025-03-12T19:45:50.825585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:45:53.052115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=router","method":"GET"} [] [2025-03-12T19:45:53.074020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:45:53.091628+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/router","method":"GET"} [] [2025-03-12T19:45:55.360999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=logger","method":"GET"} [] [2025-03-12T19:45:55.385419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:45:57.672514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=logger","method":"GET"} [] [2025-03-12T19:45:57.693833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:46:00.075356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:00.148268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:02.400984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=config","method":"GET"} [] [2025-03-12T19:46:02.426063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:46:04.660878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=router","method":"GET"} [] [2025-03-12T19:46:04.686506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:46:04.705025+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/router","method":"GET"} [] [2025-03-12T19:46:07.025021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=router","method":"GET"} [] [2025-03-12T19:46:07.046185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:46:07.063925+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/router","method":"GET"} [] [2025-03-12T19:46:11.615515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?panel=security","method":"GET"} [] [2025-03-12T19:46:11.638484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:46:13.998086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?panel=security","method":"GET"} [] [2025-03-12T19:46:14.022173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:46:16.373860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?panel=security","method":"GET"} [] [2025-03-12T19:46:16.447104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:46:18.621250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:18.645146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:22.015817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:22.039700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:24.191425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:24.214361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:26.442551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:26.464575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:46:28.612798+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:28.653146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:30.998385+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:31.020083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:31.507094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=dump","method":"GET"} [] [2025-03-12T19:46:31.604743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:46:33.252851+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:33.277579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:36.611429+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:36.636471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:38.856991+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:38.877726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:41.081442+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:41.104514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:43.297154+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:43.326608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:45.493439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:45.519539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:47.963181+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:48.037875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T19:46:50.300700+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:50.321463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:52.502381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:52.526775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:54.665108+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:54.686868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:56.941038+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:56.963915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:59.172114+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:46:59.192761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:01.382299+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:01.413523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:03.758171+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:03.824764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:06.032382+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298470"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/298470/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:06.056209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:08.154558+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:08.176981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:10.289348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434","method":"GET"} [] [2025-03-12T19:47:10.334009+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434/exception.css","method":"GET"} [] [2025-03-12T19:47:10.340694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:47:10.381897+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434/exception","method":"GET"} [] [2025-03-12T19:47:11.525491+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:11.547550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:13.758267+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87aa5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/87aa5b/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:13.783482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:15.961884+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:15.986461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:18.192735+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"22d132"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/22d132/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:18.219474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:20.803960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:20.893919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:23.101256+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:23.124724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:25.309090+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:25.336417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:28.612115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:28.636324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:30.791960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:30.814090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:33.011245+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80f776"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80f776/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:33.034619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:35.198108+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7380d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7380d/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:35.230930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:37.661502+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:37.741864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:39.941751+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:39.964211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:42.172853+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"085037"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/085037/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:42.198179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:42.522145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=time","method":"GET"} [] [2025-03-12T19:47:42.554475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:47:44.361932+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:44.385534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:47.735119+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:47.759508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:49.968609+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:49.998978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:52.183014+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:52.208963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:54.494104+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:54.558227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:56.780651+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:56.804172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:47:58.958095+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"42be4f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/42be4f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:47:58.981625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:01.171633+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8cecfb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8cecfb/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:01.202449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:03.429545+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/exception.css","method":"GET"} [] [2025-03-12T19:48:06.744608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:06.771739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:09.021886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:09.042106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:11.514917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:11.581648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:13.019866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919","method":"GET"} [] [2025-03-12T19:48:13.042836+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919/exception.css","method":"GET"} [] [2025-03-12T19:48:13.046415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:48:13.065773+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919/exception","method":"GET"} [] [2025-03-12T19:48:16.087485+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:16.112785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:18.331396+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"435d73"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/435d73/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:18.354233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:20.585081+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3673f7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3673f7/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:20.608455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:48:25.164396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=translation","method":"GET"} [] [2025-03-12T19:48:25.191635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T19:48:27.688229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=exception","method":"GET"} [] [2025-03-12T19:48:27.752025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T19:48:29.931503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=mailer","method":"GET"} [] [2025-03-12T19:48:29.951256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T19:48:32.196708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=request","method":"GET"} [] [2025-03-12T19:48:32.217243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T19:48:34.351435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=events","method":"GET"} [] [2025-03-12T19:48:34.370504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:48:36.532102+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"120c92"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/120c92/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:36.558795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:48:38.721038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=time","method":"GET"} [] [2025-03-12T19:48:38.740502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:48:39.029038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91","method":"GET"} [] [2025-03-12T19:48:39.050836+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91/exception.css","method":"GET"} [] [2025-03-12T19:48:39.058176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:48:39.080151+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91/exception","method":"GET"} [] [2025-03-12T19:48:40.932410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=twig","method":"GET"} [] [2025-03-12T19:48:40.964312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:48:43.399555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=dump","method":"GET"} [] [2025-03-12T19:48:43.455036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:48:45.651435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=validator","method":"GET"} [] [2025-03-12T19:48:45.671154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T19:48:47.865349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=form","method":"GET"} [] [2025-03-12T19:48:47.885519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:48:50.086247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=db","method":"GET"} [] [2025-03-12T19:48:50.110942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T19:48:52.321373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=cache","method":"GET"} [] [2025-03-12T19:48:52.340866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:48:54.492925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=security","method":"GET"} [] [2025-03-12T19:48:54.513718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:48:56.681214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=router","method":"GET"} [] [2025-03-12T19:48:56.708755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T19:48:56.761249+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e/router","method":"GET"} [] [2025-03-12T19:48:59.589241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=config","method":"GET"} [] [2025-03-12T19:48:59.698239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T19:49:01.900666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?panel=logger","method":"GET"} [] [2025-03-12T19:49:01.920340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T19:49:03.986204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=twig","method":"GET"} [] [2025-03-12T19:49:04.009702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:49:05.320888+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287702"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287702/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:05.347743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:08.681205+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:08.703923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:10.901767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cf88e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cf88e?group=1&panel=db","method":"GET"} [] [2025-03-12T19:49:10.922236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T19:49:13.117953+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:13.141351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:15.513600+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:15.576543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:18.963783+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d98198"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d98198/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:18.984836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:21.161089+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:21.186363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:23.400634+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"55b546"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/55b546/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:23.430559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:25.656919+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31075e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/31075e/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:25.680358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:30.246274+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:30.272176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:32.696701+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:32.769468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:34.984777+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:35.007684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:38.320627+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:38.344750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T19:49:40.561204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43e225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/43e225/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:40.596010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T19:49:42.721146+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bebbc6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bebbc6/exception.css","method":"GET"} [] [2025-03-12T19:49:44.950597+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ecfe34"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecfe34/exception.css","method":"GET"} [] [2025-03-12T19:49:47.159129+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cf76ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cf76ca/exception.css","method":"GET"} [] [2025-03-12T19:49:49.495043+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"de70ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/de70ab/exception.css","method":"GET"} [] [2025-03-12T19:49:51.683162+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c5dea6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c5dea6/exception.css","method":"GET"} [] [2025-03-12T19:49:53.911608+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/exception.css","method":"GET"} [] [2025-03-12T19:49:55.991842+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ea6788"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ea6788/exception.css","method":"GET"} [] [2025-03-12T19:49:59.411508+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7fe634"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7fe634/exception.css","method":"GET"} [] [2025-03-12T19:50:01.632019+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/exception.css","method":"GET"} [] [2025-03-12T19:50:03.837364+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f8115b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f8115b/exception.css","method":"GET"} [] [2025-03-12T19:50:06.266266+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d1859b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1859b/exception.css","method":"GET"} [] [2025-03-12T19:50:08.514604+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5a54f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5a54f5/exception.css","method":"GET"} [] [2025-03-12T19:50:10.561974+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f3e828"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f3e828/exception.css","method":"GET"} [] [2025-03-12T19:50:12.781713+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441ac3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441ac3/exception.css","method":"GET"} [] [2025-03-12T19:50:14.904764+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"246bb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/246bb5/exception.css","method":"GET"} [] [2025-03-12T19:50:18.302240+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/exception.css","method":"GET"} [] [2025-03-12T19:50:20.509567+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/exception.css","method":"GET"} [] [2025-03-12T19:50:22.955809+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3f919"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3f919/exception.css","method":"GET"} [] [2025-03-12T19:50:25.166674+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5eb040"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb040/exception.css","method":"GET"} [] [2025-03-12T19:50:29.551911+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f998db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f998db/exception.css","method":"GET"} [] [2025-03-12T19:50:31.772479+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8ad12b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8ad12b/exception.css","method":"GET"} [] [2025-03-12T19:50:33.981241+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b537ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b537ed/exception.css","method":"GET"} [] [2025-03-12T19:50:36.202550+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"eb079f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eb079f/exception.css","method":"GET"} [] [2025-03-12T19:50:38.617623+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ac18b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ac18b/exception.css","method":"GET"} [] [2025-03-12T19:50:40.845440+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ccd33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5ccd33/exception.css","method":"GET"} [] [2025-03-12T19:50:43.062953+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"af20c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/af20c5/exception.css","method":"GET"} [] [2025-03-12T19:50:45.126684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6","method":"GET"} [] [2025-03-12T19:50:45.163987+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6/exception.css","method":"GET"} [] [2025-03-12T19:50:45.171547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:50:45.218696+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6/exception","method":"GET"} [] [2025-03-12T19:50:45.254423+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/exception.css","method":"GET"} [] [2025-03-12T19:50:47.460673+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bf916e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bf916e/exception.css","method":"GET"} [] [2025-03-12T19:50:52.094692+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cfd934"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cfd934/exception.css","method":"GET"} [] [2025-03-12T19:50:54.519101+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"52ce6e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52ce6e/exception.css","method":"GET"} [] [2025-03-12T19:50:56.745478+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/exception.css","method":"GET"} [] [2025-03-12T19:50:58.960770+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5fde91"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5fde91/exception.css","method":"GET"} [] [2025-03-12T19:51:01.161495+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/exception.css","method":"GET"} [] [2025-03-12T19:51:03.342988+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"35b4be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35b4be/exception.css","method":"GET"} [] [2025-03-12T19:51:05.560300+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ea62d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ea62d/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:05.599070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:07.826950+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"521558"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/521558/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:07.849944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:10.315457+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"911233"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/911233/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:10.363551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:12.545444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dbca25"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dbca25/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:12.569053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:14.751175+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4dc038"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4dc038/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:14.773873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:16.964155+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e142d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e142d8/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:16.986885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:51:19.172689+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02a509"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02a509/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F35b4be%2Fexception","method":"GET"} [] [2025-03-12T19:51:19.233337+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T19:51:21.567817+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"26c516"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/26c516/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Ff998db%2Fexception","method":"GET"} [] [2025-03-12T19:51:21.627230+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T19:51:25.348229+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c627fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c627fd/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F52ce6e%2Fexception","method":"GET"} [] [2025-03-12T19:51:25.434791+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T19:51:35.995225+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"08d8c8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/08d8c8/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fbebbc6%2Fexception","method":"GET"} [] [2025-03-12T19:51:36.055938+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T19:51:45.260788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed","method":"GET"} [] [2025-03-12T19:51:45.325945+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed/exception.css","method":"GET"} [] [2025-03-12T19:51:45.335328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T19:51:45.381743+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed/exception","method":"GET"} [] [2025-03-12T19:52:07.683043+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a01a56"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a01a56/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fd9e30b%2Fexception","method":"GET"} [] [2025-03-12T19:52:07.768879+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T19:52:36.335818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=cache","method":"GET"} [] [2025-03-12T19:52:36.403327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T19:53:12.730891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:53:12.810575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:53:23.542522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434?panel=events","method":"GET"} [] [2025-03-12T19:53:23.567358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:54:08.818179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434?panel=security","method":"GET"} [] [2025-03-12T19:54:08.888111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T19:54:18.410992+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20007d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20007d/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:54:18.437923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:54:49.005288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=events","method":"GET"} [] [2025-03-12T19:54:49.093439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T19:55:18.027495+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a22f0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a22f0e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:55:18.106057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:55:23.412240+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91/exception.css","method":"GET"} [] [2025-03-12T19:55:53.643840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91?panel=form","method":"GET"} [] [2025-03-12T19:55:53.714903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:56:21.873526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91?panel=twig","method":"GET"} [] [2025-03-12T19:56:21.934968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:56:47.985646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91?panel=time","method":"GET"} [] [2025-03-12T19:56:48.054807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:56:56.048835+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed4434"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed4434/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:56:56.073031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:57:10.153052+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6/exception.css","method":"GET"} [] [2025-03-12T19:57:31.577172+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed/exception.css","method":"GET"} [] [2025-03-12T19:57:40.814687+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36665f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36665f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:57:40.854822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:57:49.968737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed?panel=dump","method":"GET"} [] [2025-03-12T19:57:50.035785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:58:05.938150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91?panel=dump","method":"GET"} [] [2025-03-12T19:58:06.006576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:58:20.095590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed?panel=twig","method":"GET"} [] [2025-03-12T19:58:20.118955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T19:58:21.063384+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad84c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ad84c3/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:58:21.122937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:58:33.892290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6?panel=dump","method":"GET"} [] [2025-03-12T19:58:33.922364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T19:58:57.466901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6?panel=form","method":"GET"} [] [2025-03-12T19:58:57.540414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:58:59.795091+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20229a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/20229a/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:58:59.821566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:59:08.615316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed?panel=form","method":"GET"} [] [2025-03-12T19:59:08.638478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T19:59:18.673596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed?panel=time","method":"GET"} [] [2025-03-12T19:59:18.736555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:59:27.522695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=time","method":"GET"} [] [2025-03-12T19:59:27.545465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T19:59:34.607028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36dbf6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbf6/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:59:34.673039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T19:59:35.640240+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6/exception","method":"GET"} [] [2025-03-12T19:59:43.327383+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed/exception","method":"GET"} [] [2025-03-12T19:59:50.093355+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91/exception","method":"GET"} [] [2025-03-12T19:59:55.428141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91?panel=security","method":"GET"} [] [2025-03-12T19:59:55.466682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:00:00.697531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=security","method":"GET"} [] [2025-03-12T20:00:00.721602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:00:04.539674+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a4fffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4fffa/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T20:00:04.566307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2F","method":"GET"} [] [2025-03-12T20:00:05.518284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6?panel=security","method":"GET"} [] [2025-03-12T20:00:05.571002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:00:09.484352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed?panel=security","method":"GET"} [] [2025-03-12T20:00:09.507606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:00:13.291845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=mailer","method":"GET"} [] [2025-03-12T20:00:13.329870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:00:16.538797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6?panel=db","method":"GET"} [] [2025-03-12T20:00:16.561270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:00:19.738342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fde91"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fde91?panel=request","method":"GET"} [] [2025-03-12T20:00:19.762307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:00:22.626409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=db","method":"GET"} [] [2025-03-12T20:00:22.677444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:00:25.017433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=twig","method":"GET"} [] [2025-03-12T20:00:25.042109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:00:27.297147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=form","method":"GET"} [] [2025-03-12T20:00:27.318459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:00:29.565296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=dump","method":"GET"} [] [2025-03-12T20:00:29.607396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:00:31.748624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=security","method":"GET"} [] [2025-03-12T20:00:31.770134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:00:33.986830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=cache","method":"GET"} [] [2025-03-12T20:00:34.008203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:00:36.138386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbf6"},"request_uri":"https://test.phila-ca.com/public/_profiler/36dbf6?panel=request","method":"GET"} [] [2025-03-12T20:00:36.161212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:00:38.576867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b537ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/b537ed?panel=request","method":"GET"} [] [2025-03-12T20:00:38.714087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:00:40.933201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33?panel=request","method":"GET"} [] [2025-03-12T20:00:40.956526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:00:43.140002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33","method":"GET"} [] [2025-03-12T20:00:43.159769+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33/exception.css","method":"GET"} [] [2025-03-12T20:00:43.169129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:00:43.186799+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33/exception","method":"GET"} [] [2025-03-12T20:00:46.531120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434?panel=form","method":"GET"} [] [2025-03-12T20:00:46.575859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:00:49.840827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=form","method":"GET"} [] [2025-03-12T20:00:49.865472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:00:53.226632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434?panel=dump","method":"GET"} [] [2025-03-12T20:00:53.247590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:00:55.624169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=dump","method":"GET"} [] [2025-03-12T20:00:55.683679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:00:57.338934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=translation","method":"GET"} [] [2025-03-12T20:00:57.372690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:00:57.894699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=time","method":"GET"} [] [2025-03-12T20:00:57.919705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:01:00.083818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434?panel=logger","method":"GET"} [] [2025-03-12T20:01:00.105627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:01:02.439801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434?panel=router","method":"GET"} [] [2025-03-12T20:01:02.480416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:01:02.523508+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ed4434"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed4434/router","method":"GET"} [] [2025-03-12T20:01:04.728424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6?panel=twig","method":"GET"} [] [2025-03-12T20:01:04.750656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:01:07.099344+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33/exception.css","method":"GET"} [] [2025-03-12T20:01:09.323068+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5ccd33"},"request_uri":"http://test.phila-ca.com/public/_profiler/5ccd33/exception","method":"GET"} [] [2025-03-12T20:01:14.007389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:01:16.126130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=form","method":"GET"} [] [2025-03-12T20:01:16.151036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:01:20.644052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=mailer","method":"GET"} [] [2025-03-12T20:01:20.680859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:01:30.742896+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:01:33.977507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:01:41.656385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=db","method":"GET"} [] [2025-03-12T20:01:41.695671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:02:01.829029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=request","method":"GET"} [] [2025-03-12T20:02:01.899189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:02:33.078717+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:02:50.141204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=twig","method":"GET"} [] [2025-03-12T20:02:50.207669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:03:06.514893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=form","method":"GET"} [] [2025-03-12T20:03:06.577727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:03:20.657452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=validator","method":"GET"} [] [2025-03-12T20:03:20.679006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:03:34.291317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=cache","method":"GET"} [] [2025-03-12T20:03:34.382237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:03:45.732414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=events","method":"GET"} [] [2025-03-12T20:03:45.752218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:03:56.557354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=config","method":"GET"} [] [2025-03-12T20:03:56.621231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:04:05.910843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=router","method":"GET"} [] [2025-03-12T20:04:05.929853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:04:05.947708+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068/router","method":"GET"} [] [2025-03-12T20:04:22.296808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?panel=security","method":"GET"} [] [2025-03-12T20:04:22.356479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:04:29.458396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068?group=1&panel=db","method":"GET"} [] [2025-03-12T20:04:29.478818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:04:36.103427+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:04:36.126946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:04:36.411061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/amex.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/amex.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/amex.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:04:47.783375+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"52a7d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/52a7d4/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fd859db%2Fexception","method":"GET"} [] [2025-03-12T20:04:47.866080+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T20:04:53.426869+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3406ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3406ae/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F0c9ce8%2Fexception","method":"GET"} [] [2025-03-12T20:04:53.485435+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T20:05:09.750259+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d4d6ce"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4d6ce/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F74daf4%2Fexception","method":"GET"} [] [2025-03-12T20:05:09.835041+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T20:05:40.527592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:06:00.399890+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"287518"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/287518/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Ffeccc6%2Fexception","method":"GET"} [] [2025-03-12T20:06:00.497676+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T20:06:43.547422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/visa.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/visa.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/visa.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:07:06.044702+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d7c888"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7c888/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F42be4f%2Fexception","method":"GET"} [] [2025-03-12T20:07:06.149702+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T20:08:12.089922+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"438e7b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/438e7b/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T20:08:12.191301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T20:09:17.655772+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d859db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d859db/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T20:09:17.720994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T20:10:12.779616+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"703889"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/703889/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T20:10:12.858727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fblog.html","method":"GET"} [] [2025-03-12T20:11:05.501051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068","method":"GET"} [] [2025-03-12T20:11:05.586063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:11:50.698140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387","method":"GET"} [] [2025-03-12T20:11:50.788038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:12:32.663451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2","method":"GET"} [] [2025-03-12T20:12:32.740517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:13:09.872062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db","method":"GET"} [] [2025-03-12T20:13:09.988346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:13:42.337849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8","method":"GET"} [] [2025-03-12T20:13:42.424089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:14:13.028783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e","method":"GET"} [] [2025-03-12T20:14:13.094055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:14:41.539005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee","method":"GET"} [] [2025-03-12T20:14:41.628960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:15:05.819566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141","method":"GET"} [] [2025-03-12T20:15:05.907453+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141/exception.css","method":"GET"} [] [2025-03-12T20:15:05.918422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:15:05.971063+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141/exception","method":"GET"} [] [2025-03-12T20:15:28.514266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274","method":"GET"} [] [2025-03-12T20:15:28.586378+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/exception.css","method":"GET"} [] [2025-03-12T20:15:28.603357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:15:28.683811+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/exception","method":"GET"} [] [2025-03-12T20:15:48.736613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3","method":"GET"} [] [2025-03-12T20:15:48.804697+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/exception.css","method":"GET"} [] [2025-03-12T20:15:48.815591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:15:48.862373+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/exception","method":"GET"} [] [2025-03-12T20:16:22.770997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f","method":"GET"} [] [2025-03-12T20:16:22.958829+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f/exception.css","method":"GET"} [] [2025-03-12T20:16:22.994307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:16:23.039756+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f/exception","method":"GET"} [] [2025-03-12T20:16:37.953585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9","method":"GET"} [] [2025-03-12T20:16:38.040484+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/exception.css","method":"GET"} [] [2025-03-12T20:16:38.050710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:16:38.096134+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/exception","method":"GET"} [] [2025-03-12T20:16:38.169871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:16:52.542150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf","method":"GET"} [] [2025-03-12T20:16:52.562882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:17:05.301535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1","method":"GET"} [] [2025-03-12T20:17:05.441301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:17:17.001717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca","method":"GET"} [] [2025-03-12T20:17:17.022555+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/exception.css","method":"GET"} [] [2025-03-12T20:17:17.029908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:17:17.048592+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/exception","method":"GET"} [] [2025-03-12T20:17:28.110468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb","method":"GET"} [] [2025-03-12T20:17:28.171009+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb/exception.css","method":"GET"} [] [2025-03-12T20:17:28.177742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:17:28.222478+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb/exception","method":"GET"} [] [2025-03-12T20:17:37.051819+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141/exception","method":"GET"} [] [2025-03-12T20:17:45.515764+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/exception","method":"GET"} [] [2025-03-12T20:17:52.957462+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/exception","method":"GET"} [] [2025-03-12T20:17:59.615295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd","method":"GET"} [] [2025-03-12T20:17:59.680024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:18:06.267296+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f/exception","method":"GET"} [] [2025-03-12T20:18:11.780714+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/exception","method":"GET"} [] [2025-03-12T20:18:17.003570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=translation","method":"GET"} [] [2025-03-12T20:18:17.041860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:18:21.752390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=exception","method":"GET"} [] [2025-03-12T20:18:21.820484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:25.503101+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/exception","method":"GET"} [] [2025-03-12T20:18:29.043747+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb/exception","method":"GET"} [] [2025-03-12T20:18:32.325691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=exception","method":"GET"} [] [2025-03-12T20:18:32.363414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:35.231971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=exception","method":"GET"} [] [2025-03-12T20:18:35.251490+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/exception.css","method":"GET"} [] [2025-03-12T20:18:35.256302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:35.275342+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/exception","method":"GET"} [] [2025-03-12T20:18:38.223506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=exception","method":"GET"} [] [2025-03-12T20:18:38.265964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:40.496250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=exception","method":"GET"} [] [2025-03-12T20:18:40.518025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:42.642284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=exception","method":"GET"} [] [2025-03-12T20:18:42.675808+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f/exception.css","method":"GET"} [] [2025-03-12T20:18:42.678941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:42.699470+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f/exception","method":"GET"} [] [2025-03-12T20:18:44.903997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=exception","method":"GET"} [] [2025-03-12T20:18:44.924026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:47.092648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=exception","method":"GET"} [] [2025-03-12T20:18:47.112105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:49.302030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=exception","method":"GET"} [] [2025-03-12T20:18:49.335689+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb/exception.css","method":"GET"} [] [2025-03-12T20:18:49.344262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:49.381343+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb/exception","method":"GET"} [] [2025-03-12T20:18:51.612077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=exception","method":"GET"} [] [2025-03-12T20:18:51.632324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:18:54.126014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=translation","method":"GET"} [] [2025-03-12T20:18:54.172101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:18:56.398032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=translation","method":"GET"} [] [2025-03-12T20:18:56.418476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:18:58.619855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=translation","method":"GET"} [] [2025-03-12T20:18:58.640188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:00.846270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=translation","method":"GET"} [] [2025-03-12T20:19:00.874432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:02.992280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=translation","method":"GET"} [] [2025-03-12T20:19:03.012668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:05.196826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=translation","method":"GET"} [] [2025-03-12T20:19:05.236931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:07.482814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=translation","method":"GET"} [] [2025-03-12T20:19:07.505944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:09.896240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=translation","method":"GET"} [] [2025-03-12T20:19:09.946983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:12.183818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=translation","method":"GET"} [] [2025-03-12T20:19:12.207027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:14.470081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=translation","method":"GET"} [] [2025-03-12T20:19:14.494322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:16.701801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=translation","method":"GET"} [] [2025-03-12T20:19:16.721961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:19:20.101875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=exception","method":"GET"} [] [2025-03-12T20:19:20.121565+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/exception.css","method":"GET"} [] [2025-03-12T20:19:20.128731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:19:20.147154+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/exception","method":"GET"} [] [2025-03-12T20:19:22.371835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=mailer","method":"GET"} [] [2025-03-12T20:19:22.407122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:19:27.164452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=mailer","method":"GET"} [] [2025-03-12T20:19:27.214896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:19:29.482067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=request","method":"GET"} [] [2025-03-12T20:19:29.502085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:31.729162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=request","method":"GET"} [] [2025-03-12T20:19:31.752762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:34.028358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=request","method":"GET"} [] [2025-03-12T20:19:34.053419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:36.216490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=request","method":"GET"} [] [2025-03-12T20:19:36.241235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:38.472529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=request","method":"GET"} [] [2025-03-12T20:19:38.509714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:40.721926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=request","method":"GET"} [] [2025-03-12T20:19:40.744169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:43.143334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=request","method":"GET"} [] [2025-03-12T20:19:43.190901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:45.302705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=request","method":"GET"} [] [2025-03-12T20:19:45.326096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:48.734135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=request","method":"GET"} [] [2025-03-12T20:19:48.755993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:19:50.942192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=mailer","method":"GET"} [] [2025-03-12T20:19:50.961909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:19:53.162420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=mailer","method":"GET"} [] [2025-03-12T20:19:53.181931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:19:55.341849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=mailer","method":"GET"} [] [2025-03-12T20:19:55.393590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:19:59.117985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=mailer","method":"GET"} [] [2025-03-12T20:19:59.167979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:20:01.384864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=mailer","method":"GET"} [] [2025-03-12T20:20:01.414953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:20:03.612135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=events","method":"GET"} [] [2025-03-12T20:20:03.636540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:20:05.803578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=events","method":"GET"} [] [2025-03-12T20:20:05.824188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:20:08.042387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=events","method":"GET"} [] [2025-03-12T20:20:08.062841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:20:10.242186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=events","method":"GET"} [] [2025-03-12T20:20:10.261656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:20:12.432378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=form","method":"GET"} [] [2025-03-12T20:20:12.468283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:20:14.932210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=form","method":"GET"} [] [2025-03-12T20:20:14.981491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:20:17.191843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=dump","method":"GET"} [] [2025-03-12T20:20:17.211057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:20:19.422230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=time","method":"GET"} [] [2025-03-12T20:20:19.443886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:20:21.612575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=form","method":"GET"} [] [2025-03-12T20:20:21.632751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:20:23.821605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=dump","method":"GET"} [] [2025-03-12T20:20:23.844229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:20:26.053301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=twig","method":"GET"} [] [2025-03-12T20:20:26.073298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:20:28.215420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=twig","method":"GET"} [] [2025-03-12T20:20:28.253068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:20:30.687765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=dump","method":"GET"} [] [2025-03-12T20:20:30.734426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:20:33.017264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=dump","method":"GET"} [] [2025-03-12T20:20:33.039072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:20:35.231887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=time","method":"GET"} [] [2025-03-12T20:20:35.251153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:20:37.472133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=twig","method":"GET"} [] [2025-03-12T20:20:37.490920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:20:39.631738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=time","method":"GET"} [] [2025-03-12T20:20:39.655386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:20:41.841632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=form","method":"GET"} [] [2025-03-12T20:20:41.863972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:20:44.062213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=twig","method":"GET"} [] [2025-03-12T20:20:44.101924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:20:46.632713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=time","method":"GET"} [] [2025-03-12T20:20:46.685659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:20:48.893439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=validator","method":"GET"} [] [2025-03-12T20:20:48.915989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:20:51.152398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=validator","method":"GET"} [] [2025-03-12T20:20:51.171980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:20:53.362061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=validator","method":"GET"} [] [2025-03-12T20:20:53.384731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:20:56.792198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=validator","method":"GET"} [] [2025-03-12T20:20:56.815971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:20:59.017016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=validator","method":"GET"} [] [2025-03-12T20:20:59.036928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:21:01.245778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=time","method":"GET"} [] [2025-03-12T20:21:01.288535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:21:04.888997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=dump","method":"GET"} [] [2025-03-12T20:21:04.937258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:21:07.162336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=db","method":"GET"} [] [2025-03-12T20:21:07.184032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:21:09.401988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=db","method":"GET"} [] [2025-03-12T20:21:09.424831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:21:12.802161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=cache","method":"GET"} [] [2025-03-12T20:21:12.824999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:21:15.041467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=cache","method":"GET"} [] [2025-03-12T20:21:15.061282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:21:17.283117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=cache","method":"GET"} [] [2025-03-12T20:21:17.326165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:21:19.561906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=events","method":"GET"} [] [2025-03-12T20:21:19.583149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:21:22.069698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=events","method":"GET"} [] [2025-03-12T20:21:22.120794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:21:24.262313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=events","method":"GET"} [] [2025-03-12T20:21:24.282118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:21:26.487754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=exception","method":"GET"} [] [2025-03-12T20:21:26.508875+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2/exception.css","method":"GET"} [] [2025-03-12T20:21:26.516215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:21:26.534987+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2/exception","method":"GET"} [] [2025-03-12T20:21:28.752802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=translation","method":"GET"} [] [2025-03-12T20:21:28.774236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:21:30.963577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=request","method":"GET"} [] [2025-03-12T20:21:30.985625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:21:33.163403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=mailer","method":"GET"} [] [2025-03-12T20:21:33.201050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:21:35.385140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=events","method":"GET"} [] [2025-03-12T20:21:35.406174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:21:37.830858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=dump","method":"GET"} [] [2025-03-12T20:21:37.888601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:21:40.061825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=form","method":"GET"} [] [2025-03-12T20:21:40.082935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:21:42.041601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:21:42.322833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=twig","method":"GET"} [] [2025-03-12T20:21:42.344451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:21:44.497417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=validator","method":"GET"} [] [2025-03-12T20:21:44.522219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:21:47.950850+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2/exception","method":"GET"} [] [2025-03-12T20:21:50.205765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=events","method":"GET"} [] [2025-03-12T20:21:50.250793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:21:52.502017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=events","method":"GET"} [] [2025-03-12T20:21:52.524111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:21:55.127709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=form","method":"GET"} [] [2025-03-12T20:21:55.179053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:21:58.583745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=twig","method":"GET"} [] [2025-03-12T20:21:58.605653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:22:00.817071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=twig","method":"GET"} [] [2025-03-12T20:22:00.840214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:22:02.390491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb","method":"GET"} [] [2025-03-12T20:22:02.411819+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb/exception.css","method":"GET"} [] [2025-03-12T20:22:02.425709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:22:02.443731+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb/exception","method":"GET"} [] [2025-03-12T20:22:03.082004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=twig","method":"GET"} [] [2025-03-12T20:22:03.103457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:22:05.322738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=time","method":"GET"} [] [2025-03-12T20:22:05.357950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:22:07.542877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=time","method":"GET"} [] [2025-03-12T20:22:07.565970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:22:09.753045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=twig","method":"GET"} [] [2025-03-12T20:22:09.774383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:22:11.985250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=dump","method":"GET"} [] [2025-03-12T20:22:11.986495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:22:12.042200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:22:14.292047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=dump","method":"GET"} [] [2025-03-12T20:22:14.313281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:22:16.564934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=twig","method":"GET"} [] [2025-03-12T20:22:16.584229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:22:19.641933+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:22:22.273199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=dump","method":"GET"} [] [2025-03-12T20:22:22.309833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:22:24.524788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=validator","method":"GET"} [] [2025-03-12T20:22:24.548305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:22:27.078389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=validator","method":"GET"} [] [2025-03-12T20:22:27.129250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:22:28.272890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T20:22:28.293915+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc/exception.css","method":"GET"} [] [2025-03-12T20:22:28.299433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-12T20:22:28.318590+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc/exception","method":"GET"} [] [2025-03-12T20:22:29.322793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=validator","method":"GET"} [] [2025-03-12T20:22:29.351329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:22:31.517913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=validator","method":"GET"} [] [2025-03-12T20:22:31.540158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:22:33.761611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=validator","method":"GET"} [] [2025-03-12T20:22:33.781479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:22:35.934223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=validator","method":"GET"} [] [2025-03-12T20:22:35.958108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:22:36.599190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?limit=10&method=GET","method":"GET"} [] [2025-03-12T20:22:36.620326+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc/exception.css","method":"GET"} [] [2025-03-12T20:22:36.625139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-12T20:22:36.643376+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc/exception","method":"GET"} [] [2025-03-12T20:22:39.264731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=db","method":"GET"} [] [2025-03-12T20:22:39.312244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:22:41.554670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=db","method":"GET"} [] [2025-03-12T20:22:41.580853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:22:43.964510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=db","method":"GET"} [] [2025-03-12T20:22:44.022156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:22:46.209230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=db","method":"GET"} [] [2025-03-12T20:22:46.230627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:22:48.432292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=cache","method":"GET"} [] [2025-03-12T20:22:48.454181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:22:51.692055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=form","method":"GET"} [] [2025-03-12T20:22:51.712599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:22:55.115076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=form","method":"GET"} [] [2025-03-12T20:22:55.176780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:22:57.417230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=dump","method":"GET"} [] [2025-03-12T20:22:57.440469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:23:01.029838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?group=1&panel=db","method":"GET"} [] [2025-03-12T20:23:01.101892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:23:02.758059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f","method":"GET"} [] [2025-03-12T20:23:02.781865+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f/exception.css","method":"GET"} [] [2025-03-12T20:23:02.790756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:23:02.820100+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f/exception","method":"GET"} [] [2025-03-12T20:23:03.253275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=db","method":"GET"} [] [2025-03-12T20:23:03.274380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:23:05.424608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?group=1&panel=db","method":"GET"} [] [2025-03-12T20:23:05.448528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:23:08.752689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=cache","method":"GET"} [] [2025-03-12T20:23:08.774277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:23:10.953182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=cache","method":"GET"} [] [2025-03-12T20:23:10.991539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:23:12.265534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?panel=request","method":"GET"} [] [2025-03-12T20:23:12.288279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:23:13.222689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=cache","method":"GET"} [] [2025-03-12T20:23:13.242648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:23:15.446275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=cache","method":"GET"} [] [2025-03-12T20:23:15.470689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:23:16.698489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?panel=db","method":"GET"} [] [2025-03-12T20:23:16.758923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:23:17.682910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=cache","method":"GET"} [] [2025-03-12T20:23:17.703720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:23:19.972253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=form","method":"GET"} [] [2025-03-12T20:23:19.992580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:23:22.212766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=time","method":"GET"} [] [2025-03-12T20:23:22.232685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:23:23.177717+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc/exception.css","method":"GET"} [] [2025-03-12T20:23:24.442537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?group=1&panel=db","method":"GET"} [] [2025-03-12T20:23:24.463070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:23:26.628603+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc/exception.css","method":"GET"} [] [2025-03-12T20:23:26.640663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=logger","method":"GET"} [] [2025-03-12T20:23:26.679574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:23:28.910799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=router","method":"GET"} [] [2025-03-12T20:23:28.934978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:23:28.954181+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db/router","method":"GET"} [] [2025-03-12T20:23:31.276248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=router","method":"GET"} [] [2025-03-12T20:23:31.295580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:23:31.313976+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2/router","method":"GET"} [] [2025-03-12T20:23:32.473551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc?panel=twig","method":"GET"} [] [2025-03-12T20:23:32.522437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:23:33.512100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=config","method":"GET"} [] [2025-03-12T20:23:33.531553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:23:35.696001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=config","method":"GET"} [] [2025-03-12T20:23:35.725295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:23:37.962607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=logger","method":"GET"} [] [2025-03-12T20:23:37.985810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:23:40.051020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc?panel=dump","method":"GET"} [] [2025-03-12T20:23:40.071956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:23:40.225401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=router","method":"GET"} [] [2025-03-12T20:23:40.246891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:23:40.265541+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/router","method":"GET"} [] [2025-03-12T20:23:42.363516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=logger","method":"GET"} [] [2025-03-12T20:23:42.402259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:23:44.654413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=config","method":"GET"} [] [2025-03-12T20:23:44.675192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:23:48.464585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=router","method":"GET"} [] [2025-03-12T20:23:48.528968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:23:48.568599+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f/router","method":"GET"} [] [2025-03-12T20:23:50.941737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=config","method":"GET"} [] [2025-03-12T20:23:50.961439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:23:53.181467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=config","method":"GET"} [] [2025-03-12T20:23:53.210096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:23:54.073808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f?panel=form","method":"GET"} [] [2025-03-12T20:23:54.101196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:23:55.450251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=config","method":"GET"} [] [2025-03-12T20:23:55.471481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:23:57.671155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2?panel=security","method":"GET"} [] [2025-03-12T20:23:57.728419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:00.016071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=security","method":"GET"} [] [2025-03-12T20:24:00.036711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:00.395061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f?panel=twig","method":"GET"} [] [2025-03-12T20:24:00.416861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:24:02.242392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?panel=security","method":"GET"} [] [2025-03-12T20:24:02.264166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:04.860171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=security","method":"GET"} [] [2025-03-12T20:24:04.915043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:07.107190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?panel=security","method":"GET"} [] [2025-03-12T20:24:07.138471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:09.351948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=security","method":"GET"} [] [2025-03-12T20:24:09.375593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:11.459205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc?panel=time","method":"GET"} [] [2025-03-12T20:24:11.488413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:24:11.563258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db?panel=security","method":"GET"} [] [2025-03-12T20:24:11.584094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:13.734045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=config","method":"GET"} [] [2025-03-12T20:24:13.777432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:24:16.034014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=config","method":"GET"} [] [2025-03-12T20:24:16.053844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:24:20.929530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=security","method":"GET"} [] [2025-03-12T20:24:20.979415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:21.293111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f?panel=dump","method":"GET"} [] [2025-03-12T20:24:21.316223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:24:23.196283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=security","method":"GET"} [] [2025-03-12T20:24:23.220545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:25.376526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=security","method":"GET"} [] [2025-03-12T20:24:25.397583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:27.612392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=security","method":"GET"} [] [2025-03-12T20:24:27.632879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:30.634282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc?panel=twig","method":"GET"} [] [2025-03-12T20:24:30.724582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:24:31.044842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=router","method":"GET"} [] [2025-03-12T20:24:31.067537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:24:31.085614+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2/router","method":"GET"} [] [2025-03-12T20:24:33.472734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2?panel=logger","method":"GET"} [] [2025-03-12T20:24:33.494182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:24:34.943421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc?panel=form","method":"GET"} [] [2025-03-12T20:24:34.965601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:24:35.968770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=router","method":"GET"} [] [2025-03-12T20:24:36.056127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:24:36.078438+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb/router","method":"GET"} [] [2025-03-12T20:24:39.414299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=logger","method":"GET"} [] [2025-03-12T20:24:39.434590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:24:41.678082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=router","method":"GET"} [] [2025-03-12T20:24:41.698971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:24:41.716952+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee/router","method":"GET"} [] [2025-03-12T20:24:43.933189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=logger","method":"GET"} [] [2025-03-12T20:24:43.953712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:24:45.530737+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc/exception","method":"GET"} [] [2025-03-12T20:24:46.209269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd?panel=router","method":"GET"} [] [2025-03-12T20:24:46.281858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:24:46.319236+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd/router","method":"GET"} [] [2025-03-12T20:24:48.664837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=router","method":"GET"} [] [2025-03-12T20:24:48.686121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:24:48.706217+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf/router","method":"GET"} [] [2025-03-12T20:24:49.000609+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f/exception","method":"GET"} [] [2025-03-12T20:24:51.347020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=logger","method":"GET"} [] [2025-03-12T20:24:51.406388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:24:52.029842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?group=1&panel=db","method":"GET"} [] [2025-03-12T20:24:52.062566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:24:53.646422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=config","method":"GET"} [] [2025-03-12T20:24:53.666596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:24:54.801239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc?panel=security","method":"GET"} [] [2025-03-12T20:24:54.827625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:24:55.792275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=config","method":"GET"} [] [2025-03-12T20:24:55.815117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:24:58.022445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=logger","method":"GET"} [] [2025-03-12T20:24:58.042972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:24:59.463998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5c64f?panel=security","method":"GET"} [] [2025-03-12T20:24:59.486448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:25:00.272055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1?panel=router","method":"GET"} [] [2025-03-12T20:25:00.290931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:25:00.308775+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1/router","method":"GET"} [] [2025-03-12T20:25:01.815617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9","method":"GET"} [] [2025-03-12T20:25:01.853734+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9/exception.css","method":"GET"} [] [2025-03-12T20:25:01.877893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:25:01.925739+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9/exception","method":"GET"} [] [2025-03-12T20:25:02.528115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=router","method":"GET"} [] [2025-03-12T20:25:02.549520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:25:02.567999+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/router","method":"GET"} [] [2025-03-12T20:25:04.949721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=logger","method":"GET"} [] [2025-03-12T20:25:04.974088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:25:07.873697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?panel=router","method":"GET"} [] [2025-03-12T20:25:07.873794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2a0efb?panel=logger","method":"GET"} [] [2025-03-12T20:25:07.933124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:25:07.933170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:25:07.956310+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb/router","method":"GET"} [] [2025-03-12T20:25:10.200770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf?panel=config","method":"GET"} [] [2025-03-12T20:25:10.222317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:25:12.396299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca?panel=cache","method":"GET"} [] [2025-03-12T20:25:12.420429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:25:14.623161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c64f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5c64f?group=1&panel=db","method":"GET"} [] [2025-03-12T20:25:14.651444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:25:16.901958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9?group=1&panel=db","method":"GET"} [] [2025-03-12T20:25:16.953485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:25:17.173721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?panel=translation","method":"GET"} [] [2025-03-12T20:25:17.199106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:25:20.334144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?panel=db","method":"GET"} [] [2025-03-12T20:25:20.355761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:25:23.013248+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9/exception.css","method":"GET"} [] [2025-03-12T20:25:23.772235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=exception","method":"GET"} [] [2025-03-12T20:25:23.808657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:25:25.261479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9?panel=dump","method":"GET"} [] [2025-03-12T20:25:25.283852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:25:26.004609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=translation","method":"GET"} [] [2025-03-12T20:25:26.031954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:25:28.232002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=translation","method":"GET"} [] [2025-03-12T20:25:28.254537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:25:29.835619+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9/exception","method":"GET"} [] [2025-03-12T20:25:30.463303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=translation","method":"GET"} [] [2025-03-12T20:25:30.483295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:25:31.997567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9?panel=security","method":"GET"} [] [2025-03-12T20:25:32.047473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:25:32.749133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=mailer","method":"GET"} [] [2025-03-12T20:25:32.769578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:25:34.912952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=mailer","method":"GET"} [] [2025-03-12T20:25:34.933208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:25:37.152951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=mailer","method":"GET"} [] [2025-03-12T20:25:37.181562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:25:39.609769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=exception","method":"GET"} [] [2025-03-12T20:25:39.680931+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/exception.css","method":"GET"} [] [2025-03-12T20:25:39.688257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:25:39.716358+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/exception","method":"GET"} [] [2025-03-12T20:25:41.947447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=mailer","method":"GET"} [] [2025-03-12T20:25:41.970051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:25:43.384777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?panel=dump","method":"GET"} [] [2025-03-12T20:25:43.409133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:25:44.102049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=mailer","method":"GET"} [] [2025-03-12T20:25:44.126986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:25:46.383780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee?group=1&panel=db","method":"GET"} [] [2025-03-12T20:25:46.406137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:25:46.780688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"https://test.phila-ca.com/public/_profiler/e658cc?panel=request","method":"GET"} [] [2025-03-12T20:25:46.803827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:25:48.660194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=request","method":"GET"} [] [2025-03-12T20:25:48.698586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:25:49.953162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a0efb"},"request_uri":"https://test.phila-ca.com/public/_profiler/2a0efb?panel=twig","method":"GET"} [] [2025-03-12T20:25:49.975321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:25:50.942602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=request","method":"GET"} [] [2025-03-12T20:25:50.963293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:25:52.570816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd20b9"},"request_uri":"https://test.phila-ca.com/public/_profiler/fd20b9?panel=request","method":"GET"} [] [2025-03-12T20:25:52.592686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:25:53.183536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=request","method":"GET"} [] [2025-03-12T20:25:53.224227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:25:55.694056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=db","method":"GET"} [] [2025-03-12T20:25:55.694235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e658cc"},"request_uri":"http://test.phila-ca.com/public/_profiler/e658cc?panel=request","method":"GET"} [] [2025-03-12T20:25:55.756586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:25:55.759158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:25:57.942887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=db","method":"GET"} [] [2025-03-12T20:25:57.962942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:26:00.173238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=db","method":"GET"} [] [2025-03-12T20:26:00.194245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:26:02.355408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=db","method":"GET"} [] [2025-03-12T20:26:02.381773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:26:02.385737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:26:04.552080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=dump","method":"GET"} [] [2025-03-12T20:26:04.589328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:26:06.821849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=time","method":"GET"} [] [2025-03-12T20:26:06.843911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:26:08.385124+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:26:08.982052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=form","method":"GET"} [] [2025-03-12T20:26:09.004445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:26:11.480942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=twig","method":"GET"} [] [2025-03-12T20:26:11.534849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:26:13.771986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=mailer","method":"GET"} [] [2025-03-12T20:26:13.794018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:26:16.011947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=request","method":"GET"} [] [2025-03-12T20:26:16.032640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:26:18.253434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=request","method":"GET"} [] [2025-03-12T20:26:18.277280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:26:23.953976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=form","method":"GET"} [] [2025-03-12T20:26:23.995347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:26:26.656676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=events","method":"GET"} [] [2025-03-12T20:26:26.705422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:26:29.098944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=events","method":"GET"} [] [2025-03-12T20:26:29.118781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:26:31.373755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=twig","method":"GET"} [] [2025-03-12T20:26:31.393512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:26:33.530011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=time","method":"GET"} [] [2025-03-12T20:26:33.552739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:26:35.773116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=time","method":"GET"} [] [2025-03-12T20:26:35.794843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:26:38.022649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=form","method":"GET"} [] [2025-03-12T20:26:38.042498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:26:40.268380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=dump","method":"GET"} [] [2025-03-12T20:26:40.304358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:26:42.707586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=form","method":"GET"} [] [2025-03-12T20:26:42.756320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:26:45.021868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=dump","method":"GET"} [] [2025-03-12T20:26:45.043886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:26:48.406589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=dump","method":"GET"} [] [2025-03-12T20:26:48.429027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:26:51.811930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=form","method":"GET"} [] [2025-03-12T20:26:51.833592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:26:53.826366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:26:54.041554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=form","method":"GET"} [] [2025-03-12T20:26:54.064018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:26:57.138479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:26:57.432053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=time","method":"GET"} [] [2025-03-12T20:26:57.466197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:26:59.844747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=dump","method":"GET"} [] [2025-03-12T20:26:59.893380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:27:00.258540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:27:02.124848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=twig","method":"GET"} [] [2025-03-12T20:27:02.145662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:27:03.298096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:27:04.361843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=validator","method":"GET"} [] [2025-03-12T20:27:04.395392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:27:06.513876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=validator","method":"GET"} [] [2025-03-12T20:27:06.535755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:27:08.706368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=exception","method":"GET"} [] [2025-03-12T20:27:08.730771+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/exception.css","method":"GET"} [] [2025-03-12T20:27:08.736774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:27:08.757138+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/exception","method":"GET"} [] [2025-03-12T20:27:10.957499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=validator","method":"GET"} [] [2025-03-12T20:27:10.977426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:27:13.193622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=cache","method":"GET"} [] [2025-03-12T20:27:13.229226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:27:15.605912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=cache","method":"GET"} [] [2025-03-12T20:27:15.665320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:27:17.891450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=cache","method":"GET"} [] [2025-03-12T20:27:17.912142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:27:20.073439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=cache","method":"GET"} [] [2025-03-12T20:27:20.100034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:27:22.332683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=events","method":"GET"} [] [2025-03-12T20:27:22.357834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:27:24.565906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=cache","method":"GET"} [] [2025-03-12T20:27:24.588468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:27:26.815312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=events","method":"GET"} [] [2025-03-12T20:27:26.835172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:27:29.070018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=events","method":"GET"} [] [2025-03-12T20:27:29.110274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:27:31.610359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=request","method":"GET"} [] [2025-03-12T20:27:31.662258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:27:35.052039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=router","method":"GET"} [] [2025-03-12T20:27:35.071716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:27:35.089320+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8/router","method":"GET"} [] [2025-03-12T20:27:37.341945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=config","method":"GET"} [] [2025-03-12T20:27:37.361716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:27:39.533533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?panel=router","method":"GET"} [] [2025-03-12T20:27:39.552360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:27:39.570083+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e/router","method":"GET"} [] [2025-03-12T20:27:41.813677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?panel=logger","method":"GET"} [] [2025-03-12T20:27:41.833570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:27:45.169817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=cache","method":"GET"} [] [2025-03-12T20:27:45.218534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:27:47.651495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=logger","method":"GET"} [] [2025-03-12T20:27:47.701305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:27:49.941814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=router","method":"GET"} [] [2025-03-12T20:27:49.963058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:27:49.980911+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/router","method":"GET"} [] [2025-03-12T20:27:52.186192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=config","method":"GET"} [] [2025-03-12T20:27:52.208509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:27:54.424064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=translation","method":"GET"} [] [2025-03-12T20:27:54.448689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:27:56.613811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=validator","method":"GET"} [] [2025-03-12T20:27:56.636813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:27:58.890881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=config","method":"GET"} [] [2025-03-12T20:27:58.912114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:28:01.092860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=config","method":"GET"} [] [2025-03-12T20:28:01.139202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:28:03.561983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=config","method":"GET"} [] [2025-03-12T20:28:03.611607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:28:05.816264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=logger","method":"GET"} [] [2025-03-12T20:28:05.836794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:28:08.072509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=logger","method":"GET"} [] [2025-03-12T20:28:08.093678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:28:10.351389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=logger","method":"GET"} [] [2025-03-12T20:28:10.373347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:28:13.709506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=router","method":"GET"} [] [2025-03-12T20:28:13.731068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:28:13.748933+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/router","method":"GET"} [] [2025-03-12T20:28:16.072526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=events","method":"GET"} [] [2025-03-12T20:28:16.099844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:28:18.275121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=router","method":"GET"} [] [2025-03-12T20:28:18.314768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:28:18.372418+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141/router","method":"GET"} [] [2025-03-12T20:28:20.770237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274?panel=security","method":"GET"} [] [2025-03-12T20:28:20.827916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:28:23.033816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?panel=security","method":"GET"} [] [2025-03-12T20:28:23.055389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:28:25.202827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?panel=security","method":"GET"} [] [2025-03-12T20:28:25.230401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:28:27.441477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=db","method":"GET"} [] [2025-03-12T20:28:27.464002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:28:29.676068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?panel=security","method":"GET"} [] [2025-03-12T20:28:29.699915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:28:31.930725+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:31.952816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:36.645882+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:36.705401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:38.912815+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:38.933381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:41.121734+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:41.141367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:43.342717+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:43.363507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:45.562739+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"05c068"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05c068/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:45.583297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:48.989027+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:49.010464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:28:53.880689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d","method":"GET"} [] [2025-03-12T20:28:54.001377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:28:57.322227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205","method":"GET"} [] [2025-03-12T20:28:57.357647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:28:59.541901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3","method":"GET"} [] [2025-03-12T20:28:59.575194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:29:01.773761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed","method":"GET"} [] [2025-03-12T20:29:01.811983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:29:04.019432+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:04.042250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:06.234331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b","method":"GET"} [] [2025-03-12T20:29:06.256534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:29:08.436233+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7099c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7099c2/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:08.471249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:10.914088+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:10.977883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:13.182365+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:13.202636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:29:15.416789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=translation","method":"GET"} [] [2025-03-12T20:29:15.448613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:29:17.653017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=exception","method":"GET"} [] [2025-03-12T20:29:17.673181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:29:19.798775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=exception","method":"GET"} [] [2025-03-12T20:29:19.818418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:29:22.032866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=exception","method":"GET"} [] [2025-03-12T20:29:22.052848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:29:24.272340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=translation","method":"GET"} [] [2025-03-12T20:29:24.292182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:29:26.882239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=exception","method":"GET"} [] [2025-03-12T20:29:26.938229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:29:29.132143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=translation","method":"GET"} [] [2025-03-12T20:29:29.151656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:29:31.361621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=translation","method":"GET"} [] [2025-03-12T20:29:31.387634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:29:33.584753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=exception","method":"GET"} [] [2025-03-12T20:29:33.604372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:29:35.787823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=request","method":"GET"} [] [2025-03-12T20:29:35.814034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:29:38.031634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=request","method":"GET"} [] [2025-03-12T20:29:38.051243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:29:40.252794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=request","method":"GET"} [] [2025-03-12T20:29:40.272702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:29:42.743211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=mailer","method":"GET"} [] [2025-03-12T20:29:42.800504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:29:45.022826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=mailer","method":"GET"} [] [2025-03-12T20:29:45.042023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:29:47.228854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=mailer","method":"GET"} [] [2025-03-12T20:29:47.256616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:29:49.496130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=events","method":"GET"} [] [2025-03-12T20:29:49.515291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:29:51.669529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=twig","method":"GET"} [] [2025-03-12T20:29:51.689008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:29:53.872643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=dump","method":"GET"} [] [2025-03-12T20:29:53.891818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:29:56.063740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=time","method":"GET"} [] [2025-03-12T20:29:56.083841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:29:58.536671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=form","method":"GET"} [] [2025-03-12T20:29:58.606003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:29:59.540280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:30:00.828758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=validator","method":"GET"} [] [2025-03-12T20:30:00.850168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:30:03.013605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=validator","method":"GET"} [] [2025-03-12T20:30:03.040710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:30:05.272965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=db","method":"GET"} [] [2025-03-12T20:30:05.300564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:30:07.521940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=cache","method":"GET"} [] [2025-03-12T20:30:07.542209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:30:09.613043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=events","method":"GET"} [] [2025-03-12T20:30:09.633041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:30:11.761697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=events","method":"GET"} [] [2025-03-12T20:30:11.781493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:30:14.243955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=time","method":"GET"} [] [2025-03-12T20:30:14.300593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:30:16.512953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=twig","method":"GET"} [] [2025-03-12T20:30:16.532038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:30:18.723805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=form","method":"GET"} [] [2025-03-12T20:30:18.751760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:30:20.925824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=twig","method":"GET"} [] [2025-03-12T20:30:20.946131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:30:23.158000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=dump","method":"GET"} [] [2025-03-12T20:30:23.177101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:30:25.334748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=validator","method":"GET"} [] [2025-03-12T20:30:25.356459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:30:27.543431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=cache","method":"GET"} [] [2025-03-12T20:30:27.562992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:30:30.102947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=translation","method":"GET"} [] [2025-03-12T20:30:30.188556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:30:32.387392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=db","method":"GET"} [] [2025-03-12T20:30:32.409704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:30:34.629871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=db","method":"GET"} [] [2025-03-12T20:30:34.658216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:30:36.892437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=cache","method":"GET"} [] [2025-03-12T20:30:36.911794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:30:39.128733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=time","method":"GET"} [] [2025-03-12T20:30:39.148261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:30:41.372019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=dump","method":"GET"} [] [2025-03-12T20:30:41.391530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:30:43.561918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=form","method":"GET"} [] [2025-03-12T20:30:43.581936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:30:45.980505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=config","method":"GET"} [] [2025-03-12T20:30:46.040052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:30:48.252498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=logger","method":"GET"} [] [2025-03-12T20:30:48.272403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:30:50.492499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=router","method":"GET"} [] [2025-03-12T20:30:50.535015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:30:50.580347+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205/router","method":"GET"} [] [2025-03-12T20:30:52.905496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=config","method":"GET"} [] [2025-03-12T20:30:52.926118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:30:55.150592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?group=1&panel=db","method":"GET"} [] [2025-03-12T20:30:55.173850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:30:57.366593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?group=1&panel=db","method":"GET"} [] [2025-03-12T20:30:57.389722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:30:59.612189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=validator","method":"GET"} [] [2025-03-12T20:30:59.631470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:31:02.062570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?panel=security","method":"GET"} [] [2025-03-12T20:31:02.119484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:31:04.333586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=security","method":"GET"} [] [2025-03-12T20:31:04.354179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:31:04.574339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:31:06.572809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=security","method":"GET"} [] [2025-03-12T20:31:06.603923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:31:08.852219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=security","method":"GET"} [] [2025-03-12T20:31:08.873439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:31:11.051368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=logger","method":"GET"} [] [2025-03-12T20:31:11.071196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:31:13.329382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed?panel=router","method":"GET"} [] [2025-03-12T20:31:13.348754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:31:13.366894+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed/router","method":"GET"} [] [2025-03-12T20:31:15.688642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=logger","method":"GET"} [] [2025-03-12T20:31:15.710020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:31:18.186412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=config","method":"GET"} [] [2025-03-12T20:31:18.240651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:31:20.443915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b?panel=router","method":"GET"} [] [2025-03-12T20:31:20.462556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:31:20.480290+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b/router","method":"GET"} [] [2025-03-12T20:31:22.691787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205?group=1&panel=db","method":"GET"} [] [2025-03-12T20:31:22.718886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:31:24.953444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=mailer","method":"GET"} [] [2025-03-12T20:31:24.983116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:31:28.248857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=request","method":"GET"} [] [2025-03-12T20:31:28.268755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:31:30.452039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=db","method":"GET"} [] [2025-03-12T20:31:30.472874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:31:32.652904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=db","method":"GET"} [] [2025-03-12T20:31:32.674529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:31:36.403127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=events","method":"GET"} [] [2025-03-12T20:31:36.464803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:31:38.651833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=form","method":"GET"} [] [2025-03-12T20:31:38.680542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:31:40.924509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=time","method":"GET"} [] [2025-03-12T20:31:40.944914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:31:43.113555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=dump","method":"GET"} [] [2025-03-12T20:31:43.141523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:31:46.473093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=twig","method":"GET"} [] [2025-03-12T20:31:46.493742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:31:48.711845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=twig","method":"GET"} [] [2025-03-12T20:31:48.732072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:31:50.841791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=form","method":"GET"} [] [2025-03-12T20:31:50.861603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:31:53.369150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=dump","method":"GET"} [] [2025-03-12T20:31:53.418418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:31:55.606286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=validator","method":"GET"} [] [2025-03-12T20:31:55.632836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:31:57.833336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=cache","method":"GET"} [] [2025-03-12T20:31:57.853317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:32:00.002725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=cache","method":"GET"} [] [2025-03-12T20:32:00.030549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:32:03.448104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=config","method":"GET"} [] [2025-03-12T20:32:03.471858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:32:05.692439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=router","method":"GET"} [] [2025-03-12T20:32:05.711832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:32:05.729711+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3/router","method":"GET"} [] [2025-03-12T20:32:06.197972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:32:08.013699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?panel=logger","method":"GET"} [] [2025-03-12T20:32:08.033550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:32:10.465104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=config","method":"GET"} [] [2025-03-12T20:32:10.521238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:32:12.721164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=router","method":"GET"} [] [2025-03-12T20:32:12.746351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:32:12.773532+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d/router","method":"GET"} [] [2025-03-12T20:32:14.965846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=logger","method":"GET"} [] [2025-03-12T20:32:14.986916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:32:17.216652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?panel=security","method":"GET"} [] [2025-03-12T20:32:17.248342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:32:19.447709+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7a3134"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7a3134/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:32:19.471112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:32:24.012471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:32:24.033099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:32:26.522958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:26.574171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:28.752687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:28.778327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:30.872669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:30.893402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:33.136348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:33.165887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:35.433547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92a141"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/92a141?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:35.457883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:37.602270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:37.625106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:39.841813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:39.862867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:32:42.290574+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aaf205"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaf205/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:42.341605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:44.531398+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"39e3d8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39e3d8/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:44.553433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:46.713490+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d997db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d997db/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:46.733416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:48.937102+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b4e0e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4e0e2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T20:32:48.966233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T20:32:51.180191+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"05847d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/05847d/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:51.199731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:53.401991+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3030d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3030d3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T20:32:53.425413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T20:32:55.581782+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"54dbc2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/54dbc2/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:55.601646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:57.999327+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61f387"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61f387/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:32:58.049386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:33:02.585831+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7099c2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7099c2/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:33:02.606446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:33:04.782372+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f16ff"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f16ff/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:33:04.837278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T20:33:09.321959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153","method":"GET"} [] [2025-03-12T20:33:09.352786+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/exception.css","method":"GET"} [] [2025-03-12T20:33:09.360946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:09.426343+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/exception","method":"GET"} [] [2025-03-12T20:33:09.926381+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:33:11.671511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559","method":"GET"} [] [2025-03-12T20:33:11.693604+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/exception.css","method":"GET"} [] [2025-03-12T20:33:11.696428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:11.714983+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/exception","method":"GET"} [] [2025-03-12T20:33:14.181407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5","method":"GET"} [] [2025-03-12T20:33:14.234058+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5/exception.css","method":"GET"} [] [2025-03-12T20:33:14.238091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:14.263651+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5/exception","method":"GET"} [] [2025-03-12T20:33:16.505930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87","method":"GET"} [] [2025-03-12T20:33:16.530385+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/exception.css","method":"GET"} [] [2025-03-12T20:33:16.533493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:16.551304+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/exception","method":"GET"} [] [2025-03-12T20:33:18.680288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e","method":"GET"} [] [2025-03-12T20:33:18.702027+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e/exception.css","method":"GET"} [] [2025-03-12T20:33:18.704989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:18.722665+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e/exception","method":"GET"} [] [2025-03-12T20:33:20.911697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c","method":"GET"} [] [2025-03-12T20:33:20.936063+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/exception.css","method":"GET"} [] [2025-03-12T20:33:20.941150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:20.961006+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/exception","method":"GET"} [] [2025-03-12T20:33:23.094456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee","method":"GET"} [] [2025-03-12T20:33:23.114558+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/exception.css","method":"GET"} [] [2025-03-12T20:33:23.117368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:23.134868+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/exception","method":"GET"} [] [2025-03-12T20:33:25.335415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac","method":"GET"} [] [2025-03-12T20:33:25.363769+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/exception.css","method":"GET"} [] [2025-03-12T20:33:25.371120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:25.406698+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/exception","method":"GET"} [] [2025-03-12T20:33:27.631949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a","method":"GET"} [] [2025-03-12T20:33:27.654037+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/exception.css","method":"GET"} [] [2025-03-12T20:33:27.657001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:27.674609+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/exception","method":"GET"} [] [2025-03-12T20:33:30.033755+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:33:30.109403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:33:32.353334+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/exception","method":"GET"} [] [2025-03-12T20:33:34.494123+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/exception","method":"GET"} [] [2025-03-12T20:33:36.722144+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5/exception","method":"GET"} [] [2025-03-12T20:33:38.952854+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/exception","method":"GET"} [] [2025-03-12T20:33:41.361947+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e/exception","method":"GET"} [] [2025-03-12T20:33:43.568104+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/exception","method":"GET"} [] [2025-03-12T20:33:45.952433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=exception","method":"GET"} [] [2025-03-12T20:33:46.020625+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/exception.css","method":"GET"} [] [2025-03-12T20:33:46.028383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:33:46.076081+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/exception","method":"GET"} [] [2025-03-12T20:33:48.378425+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/exception","method":"GET"} [] [2025-03-12T20:33:50.559099+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/exception","method":"GET"} [] [2025-03-12T20:33:52.788929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365","method":"GET"} [] [2025-03-12T20:33:52.814364+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/exception.css","method":"GET"} [] [2025-03-12T20:33:52.817463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:33:52.837024+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/exception","method":"GET"} [] [2025-03-12T20:33:56.228913+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/exception","method":"GET"} [] [2025-03-12T20:33:58.488055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=exception","method":"GET"} [] [2025-03-12T20:33:58.509918+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/exception.css","method":"GET"} [] [2025-03-12T20:33:58.515642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:33:58.533803+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/exception","method":"GET"} [] [2025-03-12T20:34:03.327221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=exception","method":"GET"} [] [2025-03-12T20:34:03.392983+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/exception.css","method":"GET"} [] [2025-03-12T20:34:03.402957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:34:03.453753+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/exception","method":"GET"} [] [2025-03-12T20:34:05.600280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=translation","method":"GET"} [] [2025-03-12T20:34:05.622393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:34:07.840732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=translation","method":"GET"} [] [2025-03-12T20:34:07.866041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:34:10.133724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=translation","method":"GET"} [] [2025-03-12T20:34:10.157889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:34:12.350405+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/exception","method":"GET"} [] [2025-03-12T20:34:14.236560+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:34:14.549997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=translation","method":"GET"} [] [2025-03-12T20:34:14.574675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:34:16.757527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=translation","method":"GET"} [] [2025-03-12T20:34:16.780497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:34:19.123324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=exception","method":"GET"} [] [2025-03-12T20:34:19.211180+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/exception.css","method":"GET"} [] [2025-03-12T20:34:19.220723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:34:19.263328+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/exception","method":"GET"} [] [2025-03-12T20:34:21.475016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=translation","method":"GET"} [] [2025-03-12T20:34:21.499660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:34:23.717510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=exception","method":"GET"} [] [2025-03-12T20:34:23.739052+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/exception.css","method":"GET"} [] [2025-03-12T20:34:23.741912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:34:23.759820+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/exception","method":"GET"} [] [2025-03-12T20:34:25.948925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=request","method":"GET"} [] [2025-03-12T20:34:25.971786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:34:28.167697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=request","method":"GET"} [] [2025-03-12T20:34:28.190458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:34:31.525637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=request","method":"GET"} [] [2025-03-12T20:34:31.548402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:34:33.778533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=mailer","method":"GET"} [] [2025-03-12T20:34:33.800497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:34:36.349771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=mailer","method":"GET"} [] [2025-03-12T20:34:36.423639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:34:38.608147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=mailer","method":"GET"} [] [2025-03-12T20:34:38.629415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:34:40.833036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=request","method":"GET"} [] [2025-03-12T20:34:40.859528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:34:43.007766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=mailer","method":"GET"} [] [2025-03-12T20:34:43.031133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:34:46.448145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=events","method":"GET"} [] [2025-03-12T20:34:46.471368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:34:48.614938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=events","method":"GET"} [] [2025-03-12T20:34:48.637382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:34:52.273244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=dump","method":"GET"} [] [2025-03-12T20:34:52.344702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:34:54.505216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=dump","method":"GET"} [] [2025-03-12T20:34:54.527133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:34:56.741358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=time","method":"GET"} [] [2025-03-12T20:34:56.766359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:34:58.907525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=twig","method":"GET"} [] [2025-03-12T20:34:58.928771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:35:01.157409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=time","method":"GET"} [] [2025-03-12T20:35:01.179236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:35:03.400457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=twig","method":"GET"} [] [2025-03-12T20:35:03.424231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:35:05.618054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=form","method":"GET"} [] [2025-03-12T20:35:05.641348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:35:07.972471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=form","method":"GET"} [] [2025-03-12T20:35:08.047583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:35:10.269923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=validator","method":"GET"} [] [2025-03-12T20:35:10.294103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:35:12.462524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=validator","method":"GET"} [] [2025-03-12T20:35:12.485382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:35:14.650256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=validator","method":"GET"} [] [2025-03-12T20:35:14.673793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:35:16.907133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=validator","method":"GET"} [] [2025-03-12T20:35:16.929011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:35:18.026697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:35:19.053193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=db","method":"GET"} [] [2025-03-12T20:35:19.080279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:35:22.653465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=events","method":"GET"} [] [2025-03-12T20:35:22.678011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:35:25.292518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=twig","method":"GET"} [] [2025-03-12T20:35:25.396140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:35:27.533245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=twig","method":"GET"} [] [2025-03-12T20:35:27.559463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:35:29.775987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=twig","method":"GET"} [] [2025-03-12T20:35:29.801181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:35:31.971575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=time","method":"GET"} [] [2025-03-12T20:35:31.993385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:35:34.217622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=validator","method":"GET"} [] [2025-03-12T20:35:34.241012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:35:36.351124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=translation","method":"GET"} [] [2025-03-12T20:35:36.372397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:35:38.607287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=db","method":"GET"} [] [2025-03-12T20:35:38.631225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:35:41.079375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=db","method":"GET"} [] [2025-03-12T20:35:41.155878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:35:43.420861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=cache","method":"GET"} [] [2025-03-12T20:35:43.442700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:35:45.611105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=cache","method":"GET"} [] [2025-03-12T20:35:45.631805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:35:47.831498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=dump","method":"GET"} [] [2025-03-12T20:35:47.852290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:35:50.072234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=dump","method":"GET"} [] [2025-03-12T20:35:50.094541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:35:52.294135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=time","method":"GET"} [] [2025-03-12T20:35:52.318059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:35:54.518283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=form","method":"GET"} [] [2025-03-12T20:35:54.540275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:35:57.074238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=time","method":"GET"} [] [2025-03-12T20:35:57.156380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:35:59.353035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=dump","method":"GET"} [] [2025-03-12T20:35:59.376533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:36:01.551626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?group=1&panel=db","method":"GET"} [] [2025-03-12T20:36:01.575084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:36:03.721131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=form","method":"GET"} [] [2025-03-12T20:36:03.743125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:36:05.941167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=cache","method":"GET"} [] [2025-03-12T20:36:05.964825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:36:08.150424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=db","method":"GET"} [] [2025-03-12T20:36:08.174064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:36:10.403169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=cache","method":"GET"} [] [2025-03-12T20:36:10.426915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:36:12.845097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=form","method":"GET"} [] [2025-03-12T20:36:12.907375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:36:15.091016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=config","method":"GET"} [] [2025-03-12T20:36:15.114062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:36:17.310030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=config","method":"GET"} [] [2025-03-12T20:36:17.331829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:36:19.521278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=validator","method":"GET"} [] [2025-03-12T20:36:19.544323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:36:21.760290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=validator","method":"GET"} [] [2025-03-12T20:36:21.782146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:36:23.642215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:36:23.950785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=security","method":"GET"} [] [2025-03-12T20:36:23.974131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:36:27.198807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=security","method":"GET"} [] [2025-03-12T20:36:27.221834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:36:29.645626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=security","method":"GET"} [] [2025-03-12T20:36:29.716721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:36:31.952908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?group=1&panel=db","method":"GET"} [] [2025-03-12T20:36:31.980597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:36:34.175239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=router","method":"GET"} [] [2025-03-12T20:36:34.202009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:36:34.223555+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5/router","method":"GET"} [] [2025-03-12T20:36:36.591374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?panel=logger","method":"GET"} [] [2025-03-12T20:36:36.615673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:36:38.720462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=config","method":"GET"} [] [2025-03-12T20:36:38.741524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:36:42.152033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=security","method":"GET"} [] [2025-03-12T20:36:42.174227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:36:44.368218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=security","method":"GET"} [] [2025-03-12T20:36:44.393243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:36:46.840165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=logger","method":"GET"} [] [2025-03-12T20:36:46.903019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:36:49.091293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?panel=router","method":"GET"} [] [2025-03-12T20:36:49.112912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:36:49.131255+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e/router","method":"GET"} [] [2025-03-12T20:36:51.356390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=db","method":"GET"} [] [2025-03-12T20:36:51.380978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:36:53.588712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=logger","method":"GET"} [] [2025-03-12T20:36:53.611587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:36:55.820396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=router","method":"GET"} [] [2025-03-12T20:36:55.841932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:36:55.859961+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/router","method":"GET"} [] [2025-03-12T20:37:00.609619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=logger","method":"GET"} [] [2025-03-12T20:37:00.646347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:37:03.109470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a?panel=config","method":"GET"} [] [2025-03-12T20:37:03.180407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:37:06.649864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee?panel=config","method":"GET"} [] [2025-03-12T20:37:06.674535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:37:08.800475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=cache","method":"GET"} [] [2025-03-12T20:37:08.822867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:37:11.032567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5?group=1&panel=db","method":"GET"} [] [2025-03-12T20:37:11.055978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:37:13.314583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e?group=1&panel=db","method":"GET"} [] [2025-03-12T20:37:13.338988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:37:15.480267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?panel=db","method":"GET"} [] [2025-03-12T20:37:15.502161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:37:17.669574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=exception","method":"GET"} [] [2025-03-12T20:37:17.690102+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/exception.css","method":"GET"} [] [2025-03-12T20:37:17.697318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:37:17.715178+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/exception","method":"GET"} [] [2025-03-12T20:37:20.139074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=translation","method":"GET"} [] [2025-03-12T20:37:20.207347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:37:22.463226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=translation","method":"GET"} [] [2025-03-12T20:37:22.492214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:37:24.679820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=mailer","method":"GET"} [] [2025-03-12T20:37:24.701978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:37:26.852814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=mailer","method":"GET"} [] [2025-03-12T20:37:26.875890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:37:28.980895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=exception","method":"GET"} [] [2025-03-12T20:37:29.001852+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/exception.css","method":"GET"} [] [2025-03-12T20:37:29.004867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:37:29.022672+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/exception","method":"GET"} [] [2025-03-12T20:37:31.242397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=mailer","method":"GET"} [] [2025-03-12T20:37:31.265547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:37:33.428723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=mailer","method":"GET"} [] [2025-03-12T20:37:33.450903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:37:35.840003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=request","method":"GET"} [] [2025-03-12T20:37:35.922288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:37:38.151822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac?group=1&panel=db","method":"GET"} [] [2025-03-12T20:37:38.176744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:37:40.330076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=request","method":"GET"} [] [2025-03-12T20:37:40.353020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:37:42.581541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=request","method":"GET"} [] [2025-03-12T20:37:42.606170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:37:44.771164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=db","method":"GET"} [] [2025-03-12T20:37:44.793579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:37:46.871197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=db","method":"GET"} [] [2025-03-12T20:37:46.893844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:37:49.099633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=db","method":"GET"} [] [2025-03-12T20:37:49.123281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:37:51.538149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=mailer","method":"GET"} [] [2025-03-12T20:37:51.612017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:37:53.873744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=request","method":"GET"} [] [2025-03-12T20:37:53.896387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:37:56.097311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=form","method":"GET"} [] [2025-03-12T20:37:56.123243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:37:58.340475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=dump","method":"GET"} [] [2025-03-12T20:37:58.363684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:38:00.461705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=twig","method":"GET"} [] [2025-03-12T20:38:00.484351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:38:03.834031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=form","method":"GET"} [] [2025-03-12T20:38:03.858019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:38:06.117264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=time","method":"GET"} [] [2025-03-12T20:38:06.143771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:38:08.551778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=dump","method":"GET"} [] [2025-03-12T20:38:08.615135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:38:10.831192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=twig","method":"GET"} [] [2025-03-12T20:38:10.854311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:38:13.044221+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:38:13.067430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:38:15.252168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=events","method":"GET"} [] [2025-03-12T20:38:15.275508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:38:17.471184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=events","method":"GET"} [] [2025-03-12T20:38:17.493164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:38:19.671230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=twig","method":"GET"} [] [2025-03-12T20:38:19.692224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:38:21.912940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=form","method":"GET"} [] [2025-03-12T20:38:21.936039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:38:25.523449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=form","method":"GET"} [] [2025-03-12T20:38:25.606676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:38:26.227513+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747/exception","method":"GET"} [] [2025-03-12T20:38:27.877069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=dump","method":"GET"} [] [2025-03-12T20:38:27.898582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:38:30.125929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=dump","method":"GET"} [] [2025-03-12T20:38:30.149711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:38:32.341867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=twig","method":"GET"} [] [2025-03-12T20:38:32.366327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:38:34.502295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b","method":"GET"} [] [2025-03-12T20:38:34.524304+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/exception.css","method":"GET"} [] [2025-03-12T20:38:34.529104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:38:34.547991+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/exception","method":"GET"} [] [2025-03-12T20:38:36.762270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6","method":"GET"} [] [2025-03-12T20:38:36.784119+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/exception.css","method":"GET"} [] [2025-03-12T20:38:36.787276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:38:36.805475+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/exception","method":"GET"} [] [2025-03-12T20:38:39.010176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219","method":"GET"} [] [2025-03-12T20:38:39.069504+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/exception.css","method":"GET"} [] [2025-03-12T20:38:39.073680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:38:39.091724+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/exception","method":"GET"} [] [2025-03-12T20:38:43.734781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d","method":"GET"} [] [2025-03-12T20:38:43.807410+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/exception.css","method":"GET"} [] [2025-03-12T20:38:43.815556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:38:43.857091+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/exception","method":"GET"} [] [2025-03-12T20:38:46.083435+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:38:46.106999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:38:48.251040+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:38:48.271344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:38:50.482256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=time","method":"GET"} [] [2025-03-12T20:38:50.504325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:38:52.723804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=form","method":"GET"} [] [2025-03-12T20:38:52.746669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:38:54.969648+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/exception","method":"GET"} [] [2025-03-12T20:38:57.160625+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/exception","method":"GET"} [] [2025-03-12T20:38:59.643586+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/exception","method":"GET"} [] [2025-03-12T20:39:03.107237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=exception","method":"GET"} [] [2025-03-12T20:39:03.141712+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/exception.css","method":"GET"} [] [2025-03-12T20:39:03.150665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:39:03.193191+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/exception","method":"GET"} [] [2025-03-12T20:39:05.425533+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/exception","method":"GET"} [] [2025-03-12T20:39:07.628705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812","method":"GET"} [] [2025-03-12T20:39:07.659420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:39:09.842951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=exception","method":"GET"} [] [2025-03-12T20:39:09.864279+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/exception.css","method":"GET"} [] [2025-03-12T20:39:09.867316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:39:09.886571+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/exception","method":"GET"} [] [2025-03-12T20:39:12.118962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=request","method":"GET"} [] [2025-03-12T20:39:12.141799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:39:14.363118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=mailer","method":"GET"} [] [2025-03-12T20:39:14.386637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:39:16.762114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=events","method":"GET"} [] [2025-03-12T20:39:16.821537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:39:19.030522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=twig","method":"GET"} [] [2025-03-12T20:39:19.068484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:39:20.676450+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"93f74c"},"request_uri":"https://test.phila-ca.com/public/_profiler/93f74c/exception","method":"GET"} [] [2025-03-12T20:39:21.275740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=dump","method":"GET"} [] [2025-03-12T20:39:21.306683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:39:23.501440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=translation","method":"GET"} [] [2025-03-12T20:39:23.523665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:39:25.682033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=form","method":"GET"} [] [2025-03-12T20:39:25.705456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:39:28.012645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=db","method":"GET"} [] [2025-03-12T20:39:28.037254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:39:30.244241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=cache","method":"GET"} [] [2025-03-12T20:39:30.267024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:39:32.686603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=time","method":"GET"} [] [2025-03-12T20:39:32.738561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:39:34.953061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=validator","method":"GET"} [] [2025-03-12T20:39:34.994994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:39:37.234614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=router","method":"GET"} [] [2025-03-12T20:39:37.259066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:39:37.278868+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/router","method":"GET"} [] [2025-03-12T20:39:39.540519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=logger","method":"GET"} [] [2025-03-12T20:39:39.562911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:39:41.792046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=config","method":"GET"} [] [2025-03-12T20:39:41.814432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:39:43.988927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?panel=security","method":"GET"} [] [2025-03-12T20:39:44.012059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:39:46.211983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=exception","method":"GET"} [] [2025-03-12T20:39:46.231886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:39:48.581023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=translation","method":"GET"} [] [2025-03-12T20:39:48.643011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:39:50.898936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d?group=1&panel=db","method":"GET"} [] [2025-03-12T20:39:50.954704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:39:53.150766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=translation","method":"GET"} [] [2025-03-12T20:39:53.174291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:39:55.363505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=translation","method":"GET"} [] [2025-03-12T20:39:55.384970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:39:57.544542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=translation","method":"GET"} [] [2025-03-12T20:39:57.569760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:39:59.749704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=mailer","method":"GET"} [] [2025-03-12T20:39:59.771996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:40:02.011118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=mailer","method":"GET"} [] [2025-03-12T20:40:02.032545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:40:04.408866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=mailer","method":"GET"} [] [2025-03-12T20:40:04.457086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:40:06.612126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=mailer","method":"GET"} [] [2025-03-12T20:40:06.651069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:40:08.880821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=db","method":"GET"} [] [2025-03-12T20:40:08.904408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:40:11.120114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=db","method":"GET"} [] [2025-03-12T20:40:11.140454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:40:11.335985+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214/exception","method":"GET"} [] [2025-03-12T20:40:13.315913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=db","method":"GET"} [] [2025-03-12T20:40:13.343780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:40:15.539098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=time","method":"GET"} [] [2025-03-12T20:40:15.562804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:40:17.736987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=twig","method":"GET"} [] [2025-03-12T20:40:17.758552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:40:20.188894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=dump","method":"GET"} [] [2025-03-12T20:40:20.249114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:40:22.471907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=form","method":"GET"} [] [2025-03-12T20:40:22.513279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:40:24.735450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=request","method":"GET"} [] [2025-03-12T20:40:24.758005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:40:26.953035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=request","method":"GET"} [] [2025-03-12T20:40:26.975145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:40:29.181274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=request","method":"GET"} [] [2025-03-12T20:40:29.204228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:40:31.427864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=twig","method":"GET"} [] [2025-03-12T20:40:31.446941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:40:33.582826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=form","method":"GET"} [] [2025-03-12T20:40:33.603515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:40:36.051155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=dump","method":"GET"} [] [2025-03-12T20:40:36.103696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:40:38.283840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=dump","method":"GET"} [] [2025-03-12T20:40:38.322393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:40:40.530213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=twig","method":"GET"} [] [2025-03-12T20:40:40.552357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:40:42.749815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=dump","method":"GET"} [] [2025-03-12T20:40:42.771978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:40:44.978536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=twig","method":"GET"} [] [2025-03-12T20:40:45.004280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:40:47.171613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=form","method":"GET"} [] [2025-03-12T20:40:47.193165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:40:49.411072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=time","method":"GET"} [] [2025-03-12T20:40:49.451632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:40:51.896921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=time","method":"GET"} [] [2025-03-12T20:40:51.947359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:40:54.180652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=time","method":"GET"} [] [2025-03-12T20:40:54.221583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:40:56.900268+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49/exception","method":"GET"} [] [2025-03-12T20:40:57.582277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=time","method":"GET"} [] [2025-03-12T20:40:57.604502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:40:59.801756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=form","method":"GET"} [] [2025-03-12T20:40:59.823874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:41:01.992614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=time","method":"GET"} [] [2025-03-12T20:41:02.013221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:41:05.412865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=validator","method":"GET"} [] [2025-03-12T20:41:05.432480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:07.809339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=validator","method":"GET"} [] [2025-03-12T20:41:07.870903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:10.045110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=exception","method":"GET"} [] [2025-03-12T20:41:10.080576+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e/exception.css","method":"GET"} [] [2025-03-12T20:41:10.089218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:41:10.129918+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e/exception","method":"GET"} [] [2025-03-12T20:41:12.350859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=translation","method":"GET"} [] [2025-03-12T20:41:12.376504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:41:14.600474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=mailer","method":"GET"} [] [2025-03-12T20:41:14.622631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:41:16.841125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=db","method":"GET"} [] [2025-03-12T20:41:16.864226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:41:19.040433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=request","method":"GET"} [] [2025-03-12T20:41:19.063025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:41:22.450835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=time","method":"GET"} [] [2025-03-12T20:41:22.474426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:41:24.861875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=dump","method":"GET"} [] [2025-03-12T20:41:24.912386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:41:27.120898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=twig","method":"GET"} [] [2025-03-12T20:41:27.160747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:41:29.350261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=form","method":"GET"} [] [2025-03-12T20:41:29.372717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:41:31.489891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=validator","method":"GET"} [] [2025-03-12T20:41:31.511627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:34.895783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=validator","method":"GET"} [] [2025-03-12T20:41:34.919075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:36.730808+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2/exception","method":"GET"} [] [2025-03-12T20:41:37.119480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=validator","method":"GET"} [] [2025-03-12T20:41:37.141894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:39.198472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=exception","method":"GET"} [] [2025-03-12T20:41:39.218023+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/exception.css","method":"GET"} [] [2025-03-12T20:41:39.222972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:41:39.240641+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/exception","method":"GET"} [] [2025-03-12T20:41:41.705239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=validator","method":"GET"} [] [2025-03-12T20:41:41.754652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:43.941788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=exception","method":"GET"} [] [2025-03-12T20:41:43.976921+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15/exception.css","method":"GET"} [] [2025-03-12T20:41:43.983257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:41:44.023762+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15/exception","method":"GET"} [] [2025-03-12T20:41:46.221240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=translation","method":"GET"} [] [2025-03-12T20:41:46.243688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:41:48.441791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=validator","method":"GET"} [] [2025-03-12T20:41:48.464361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:41:50.625863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=security","method":"GET"} [] [2025-03-12T20:41:50.651364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:41:52.830603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=request","method":"GET"} [] [2025-03-12T20:41:52.852566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:41:55.086950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=mailer","method":"GET"} [] [2025-03-12T20:41:55.109038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:41:57.521867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=db","method":"GET"} [] [2025-03-12T20:41:57.601345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:42:00.916718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=form","method":"GET"} [] [2025-03-12T20:42:00.961100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:42:03.192605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=twig","method":"GET"} [] [2025-03-12T20:42:03.214837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:42:05.453712+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15/exception","method":"GET"} [] [2025-03-12T20:42:07.739704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=dump","method":"GET"} [] [2025-03-12T20:42:07.761508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:42:09.932472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=cache","method":"GET"} [] [2025-03-12T20:42:09.956670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:12.183436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=cache","method":"GET"} [] [2025-03-12T20:42:12.218869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:14.669276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=cache","method":"GET"} [] [2025-03-12T20:42:14.724247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:16.930911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=cache","method":"GET"} [] [2025-03-12T20:42:16.969070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:19.218904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=cache","method":"GET"} [] [2025-03-12T20:42:19.241039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:21.439944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=cache","method":"GET"} [] [2025-03-12T20:42:21.462883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:23.631215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=cache","method":"GET"} [] [2025-03-12T20:42:23.653689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:25.881617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=cache","method":"GET"} [] [2025-03-12T20:42:25.906611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:28.107760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=events","method":"GET"} [] [2025-03-12T20:42:28.130665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:42:30.562230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=validator","method":"GET"} [] [2025-03-12T20:42:30.620437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:42:32.781296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=exception","method":"GET"} [] [2025-03-12T20:42:32.814624+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/exception.css","method":"GET"} [] [2025-03-12T20:42:32.845731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:42:32.885211+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/exception","method":"GET"} [] [2025-03-12T20:42:35.165440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=cache","method":"GET"} [] [2025-03-12T20:42:35.194375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:42:37.373299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=events","method":"GET"} [] [2025-03-12T20:42:37.393780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:42:39.609775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=events","method":"GET"} [] [2025-03-12T20:42:39.632334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:42:42.889522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=events","method":"GET"} [] [2025-03-12T20:42:42.909372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:42:45.141326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=events","method":"GET"} [] [2025-03-12T20:42:45.164947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:42:47.245810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:42:47.385940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=request","method":"GET"} [] [2025-03-12T20:42:47.409384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:42:50.872135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=config","method":"GET"} [] [2025-03-12T20:42:50.912134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:42:53.141420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=logger","method":"GET"} [] [2025-03-12T20:42:53.164601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:42:55.352679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?panel=router","method":"GET"} [] [2025-03-12T20:42:55.376665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:42:55.395333+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/router","method":"GET"} [] [2025-03-12T20:42:57.714331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=config","method":"GET"} [] [2025-03-12T20:42:57.736252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:42:59.969387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=router","method":"GET"} [] [2025-03-12T20:42:59.996002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:00.014449+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/router","method":"GET"} [] [2025-03-12T20:43:02.344492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?panel=logger","method":"GET"} [] [2025-03-12T20:43:02.395274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:04.623899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=router","method":"GET"} [] [2025-03-12T20:43:04.648741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:04.667471+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15/router","method":"GET"} [] [2025-03-12T20:43:06.879062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=config","method":"GET"} [] [2025-03-12T20:43:06.927521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:09.130879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?panel=logger","method":"GET"} [] [2025-03-12T20:43:09.153864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:11.364471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=cache","method":"GET"} [] [2025-03-12T20:43:11.389512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:43:13.609499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=config","method":"GET"} [] [2025-03-12T20:43:13.632595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:15.852400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=logger","method":"GET"} [] [2025-03-12T20:43:15.874721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:19.405000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=translation","method":"GET"} [] [2025-03-12T20:43:19.449883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:43:21.619962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=cache","method":"GET"} [] [2025-03-12T20:43:21.644253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:43:21.931338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:43:23.829841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=validator","method":"GET"} [] [2025-03-12T20:43:23.869691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:43:26.088837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=logger","method":"GET"} [] [2025-03-12T20:43:26.113166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:28.291729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=router","method":"GET"} [] [2025-03-12T20:43:28.314523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:28.332575+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e/router","method":"GET"} [] [2025-03-12T20:43:30.640110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=router","method":"GET"} [] [2025-03-12T20:43:30.662512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:30.680306+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/router","method":"GET"} [] [2025-03-12T20:43:32.871501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=logger","method":"GET"} [] [2025-03-12T20:43:32.894380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:35.311118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=config","method":"GET"} [] [2025-03-12T20:43:35.357712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:37.613075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=router","method":"GET"} [] [2025-03-12T20:43:37.638182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:37.658655+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/router","method":"GET"} [] [2025-03-12T20:43:41.050489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=logger","method":"GET"} [] [2025-03-12T20:43:41.089548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:43.332883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=router","method":"GET"} [] [2025-03-12T20:43:43.355123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:43.373169+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/router","method":"GET"} [] [2025-03-12T20:43:45.639173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=config","method":"GET"} [] [2025-03-12T20:43:45.659289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:47.849413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=config","method":"GET"} [] [2025-03-12T20:43:47.872041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:50.072888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=config","method":"GET"} [] [2025-03-12T20:43:50.095606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:52.501608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=config","method":"GET"} [] [2025-03-12T20:43:52.550933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:43:54.770090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=router","method":"GET"} [] [2025-03-12T20:43:54.801202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:43:54.819802+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/router","method":"GET"} [] [2025-03-12T20:43:56.462151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:43:56.962081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=logger","method":"GET"} [] [2025-03-12T20:43:56.998261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:43:59.249725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=logger","method":"GET"} [] [2025-03-12T20:43:59.270663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:44:01.519265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=router","method":"GET"} [] [2025-03-12T20:44:01.538993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:44:01.557152+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812/router","method":"GET"} [] [2025-03-12T20:44:03.773909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=config","method":"GET"} [] [2025-03-12T20:44:03.799845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:44:05.976480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=events","method":"GET"} [] [2025-03-12T20:44:05.999484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:44:08.367645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=db","method":"GET"} [] [2025-03-12T20:44:08.415239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:44:10.554378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=db","method":"GET"} [] [2025-03-12T20:44:10.582763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:44:13.866188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=events","method":"GET"} [] [2025-03-12T20:44:13.905490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:44:16.141601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=config","method":"GET"} [] [2025-03-12T20:44:16.164760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:44:19.521817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?panel=security","method":"GET"} [] [2025-03-12T20:44:19.545251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:21.720779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153?panel=security","method":"GET"} [] [2025-03-12T20:44:21.745460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:24.159925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?panel=security","method":"GET"} [] [2025-03-12T20:44:24.206333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:26.430913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?panel=security","method":"GET"} [] [2025-03-12T20:44:26.455773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:28.477677+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:44:28.670083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?panel=security","method":"GET"} [] [2025-03-12T20:44:28.692952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:30.890427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?panel=security","method":"GET"} [] [2025-03-12T20:44:30.935044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:33.151303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?panel=security","method":"GET"} [] [2025-03-12T20:44:33.174026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:35.329443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?panel=security","method":"GET"} [] [2025-03-12T20:44:35.352965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:44:37.555777+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:37.579380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:39.967319+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:40.037529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:42.120907+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:42.146266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:44.319901+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:44.340197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:46.541838+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:46.571305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:48.809557+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:48.831269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:52.200252+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:52.221316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:54.336232+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:54.361171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:56.740140+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:56.807756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:44:59.020633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23","method":"GET"} [] [2025-03-12T20:44:59.063211+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/exception.css","method":"GET"} [] [2025-03-12T20:44:59.070299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:44:59.114667+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/exception","method":"GET"} [] [2025-03-12T20:45:00.880478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c","method":"GET"} [] [2025-03-12T20:45:00.900587+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c/exception.css","method":"GET"} [] [2025-03-12T20:45:00.903407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:00.922138+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c/exception","method":"GET"} [] [2025-03-12T20:45:01.310254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236","method":"GET"} [] [2025-03-12T20:45:01.329774+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/exception.css","method":"GET"} [] [2025-03-12T20:45:01.332711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:01.351817+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/exception","method":"GET"} [] [2025-03-12T20:45:03.420606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245","method":"GET"} [] [2025-03-12T20:45:03.448174+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/exception.css","method":"GET"} [] [2025-03-12T20:45:03.454845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:03.476768+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/exception","method":"GET"} [] [2025-03-12T20:45:05.680825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495","method":"GET"} [] [2025-03-12T20:45:05.703634+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/exception.css","method":"GET"} [] [2025-03-12T20:45:05.706503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:05.725146+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/exception","method":"GET"} [] [2025-03-12T20:45:07.951785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad","method":"GET"} [] [2025-03-12T20:45:07.971441+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/exception.css","method":"GET"} [] [2025-03-12T20:45:07.974331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:07.991986+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/exception","method":"GET"} [] [2025-03-12T20:45:10.212375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db","method":"GET"} [] [2025-03-12T20:45:10.249594+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/exception.css","method":"GET"} [] [2025-03-12T20:45:10.252628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:10.270873+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/exception","method":"GET"} [] [2025-03-12T20:45:12.905318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300","method":"GET"} [] [2025-03-12T20:45:12.992753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:15.232406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64","method":"GET"} [] [2025-03-12T20:45:15.287310+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/exception.css","method":"GET"} [] [2025-03-12T20:45:15.294873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:15.347505+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/exception","method":"GET"} [] [2025-03-12T20:45:17.484355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f","method":"GET"} [] [2025-03-12T20:45:17.508503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:19.741402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba","method":"GET"} [] [2025-03-12T20:45:19.765328+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba/exception.css","method":"GET"} [] [2025-03-12T20:45:19.790059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:45:19.810697+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba/exception","method":"GET"} [] [2025-03-12T20:45:21.970914+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/exception","method":"GET"} [] [2025-03-12T20:45:24.190824+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/exception","method":"GET"} [] [2025-03-12T20:45:26.455720+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/exception","method":"GET"} [] [2025-03-12T20:45:28.702200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/exception","method":"GET"} [] [2025-03-12T20:45:30.924244+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/exception","method":"GET"} [] [2025-03-12T20:45:33.139148+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:45:33.161931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:45:35.342087+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/exception","method":"GET"} [] [2025-03-12T20:45:37.522496+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/exception","method":"GET"} [] [2025-03-12T20:45:39.641110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=router","method":"GET"} [] [2025-03-12T20:45:39.676148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:45:39.717214+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f/router","method":"GET"} [] [2025-03-12T20:45:42.045229+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba/exception","method":"GET"} [] [2025-03-12T20:45:45.630919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=exception","method":"GET"} [] [2025-03-12T20:45:45.677561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:45:47.894625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=exception","method":"GET"} [] [2025-03-12T20:45:47.917695+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/exception.css","method":"GET"} [] [2025-03-12T20:45:47.925102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:45:47.944497+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/exception","method":"GET"} [] [2025-03-12T20:45:50.190856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=exception","method":"GET"} [] [2025-03-12T20:45:50.211662+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/exception.css","method":"GET"} [] [2025-03-12T20:45:50.214562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:45:50.233156+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/exception","method":"GET"} [] [2025-03-12T20:45:52.442788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=exception","method":"GET"} [] [2025-03-12T20:45:52.464892+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/exception.css","method":"GET"} [] [2025-03-12T20:45:52.468183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:45:52.486766+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/exception","method":"GET"} [] [2025-03-12T20:45:55.800931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=translation","method":"GET"} [] [2025-03-12T20:45:55.837696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:45:58.095450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=translation","method":"GET"} [] [2025-03-12T20:45:58.117312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:46:00.355087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=translation","method":"GET"} [] [2025-03-12T20:46:00.375754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:46:02.731306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=translation","method":"GET"} [] [2025-03-12T20:46:02.781880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:46:04.962551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=translation","method":"GET"} [] [2025-03-12T20:46:04.986639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:46:05.169432+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:46:07.200773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=translation","method":"GET"} [] [2025-03-12T20:46:07.223522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:46:10.590218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=mailer","method":"GET"} [] [2025-03-12T20:46:10.624649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:46:12.840100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=mailer","method":"GET"} [] [2025-03-12T20:46:12.880089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:46:15.121857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=request","method":"GET"} [] [2025-03-12T20:46:15.143605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:46:17.411058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=request","method":"GET"} [] [2025-03-12T20:46:17.432401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:46:19.861623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=request","method":"GET"} [] [2025-03-12T20:46:19.915712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:46:22.129465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=request","method":"GET"} [] [2025-03-12T20:46:22.153412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:46:24.380384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=mailer","method":"GET"} [] [2025-03-12T20:46:24.400885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:46:26.591114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=mailer","method":"GET"} [] [2025-03-12T20:46:26.613962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:46:28.832461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=events","method":"GET"} [] [2025-03-12T20:46:28.870717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:46:30.986651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=events","method":"GET"} [] [2025-03-12T20:46:31.009511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:46:33.260497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=form","method":"GET"} [] [2025-03-12T20:46:33.282212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:46:35.121518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13","method":"GET"} [] [2025-03-12T20:46:35.193333+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13/exception.css","method":"GET"} [] [2025-03-12T20:46:35.200360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:46:35.222274+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13/exception","method":"GET"} [] [2025-03-12T20:46:35.491557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=dump","method":"GET"} [] [2025-03-12T20:46:35.512867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:46:37.660756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=form","method":"GET"} [] [2025-03-12T20:46:37.684569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:46:39.870486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=time","method":"GET"} [] [2025-03-12T20:46:39.891525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:46:42.110432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=twig","method":"GET"} [] [2025-03-12T20:46:42.131407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:46:44.339915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=twig","method":"GET"} [] [2025-03-12T20:46:44.377015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:46:46.635148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=time","method":"GET"} [] [2025-03-12T20:46:46.657753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:46:48.863685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=dump","method":"GET"} [] [2025-03-12T20:46:48.888247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:46:51.450865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=validator","method":"GET"} [] [2025-03-12T20:46:51.497706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:46:53.878360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=validator","method":"GET"} [] [2025-03-12T20:46:53.903622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:46:56.142078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=validator","method":"GET"} [] [2025-03-12T20:46:56.167500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:46:58.322317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=validator","method":"GET"} [] [2025-03-12T20:46:58.341939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:47:00.452579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=db","method":"GET"} [] [2025-03-12T20:47:00.492654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:47:02.738276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=cache","method":"GET"} [] [2025-03-12T20:47:02.760596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:47:04.982147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=cache","method":"GET"} [] [2025-03-12T20:47:05.004053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:47:07.407594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=events","method":"GET"} [] [2025-03-12T20:47:07.459259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:47:09.576006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=events","method":"GET"} [] [2025-03-12T20:47:09.600446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:47:11.779868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=twig","method":"GET"} [] [2025-03-12T20:47:11.801965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:47:14.067072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=form","method":"GET"} [] [2025-03-12T20:47:14.091637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:47:16.226084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=time","method":"GET"} [] [2025-03-12T20:47:16.264862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:47:18.497768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=twig","method":"GET"} [] [2025-03-12T20:47:18.517320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:47:20.722551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=dump","method":"GET"} [] [2025-03-12T20:47:20.743994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:47:23.287281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=validator","method":"GET"} [] [2025-03-12T20:47:23.333846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:47:25.532892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=validator","method":"GET"} [] [2025-03-12T20:47:25.554940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:47:27.762180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=cache","method":"GET"} [] [2025-03-12T20:47:27.785003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:47:31.181179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=db","method":"GET"} [] [2025-03-12T20:47:31.201593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:47:31.500963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:47:33.351911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=dump","method":"GET"} [] [2025-03-12T20:47:33.386107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:47:35.604123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=time","method":"GET"} [] [2025-03-12T20:47:35.624266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:47:37.812925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=form","method":"GET"} [] [2025-03-12T20:47:37.833506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:47:40.386820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=cache","method":"GET"} [] [2025-03-12T20:47:40.432718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:47:42.542854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=config","method":"GET"} [] [2025-03-12T20:47:42.566673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:47:44.731944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=logger","method":"GET"} [] [2025-03-12T20:47:44.755227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:47:46.883466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=router","method":"GET"} [] [2025-03-12T20:47:46.904003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:47:46.922136+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/router","method":"GET"} [] [2025-03-12T20:47:49.235644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=logger","method":"GET"} [] [2025-03-12T20:47:49.283664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:47:51.625904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=router","method":"GET"} [] [2025-03-12T20:47:51.646811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:47:51.664574+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/router","method":"GET"} [] [2025-03-12T20:47:55.075376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=config","method":"GET"} [] [2025-03-12T20:47:55.099413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:47:57.518941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=config","method":"GET"} [] [2025-03-12T20:47:57.567577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:47:59.791857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=security","method":"GET"} [] [2025-03-12T20:47:59.815652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:48:02.044395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?panel=security","method":"GET"} [] [2025-03-12T20:48:02.068433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:48:04.200896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=security","method":"GET"} [] [2025-03-12T20:48:04.222700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:48:07.560465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=security","method":"GET"} [] [2025-03-12T20:48:07.596909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:48:09.854690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?panel=db","method":"GET"} [] [2025-03-12T20:48:09.876775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:48:12.116525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=logger","method":"GET"} [] [2025-03-12T20:48:12.137811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:48:14.616238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba?panel=router","method":"GET"} [] [2025-03-12T20:48:14.686911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:48:14.721418+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba/router","method":"GET"} [] [2025-03-12T20:48:17.094345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=logger","method":"GET"} [] [2025-03-12T20:48:17.114718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:48:19.349172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=config","method":"GET"} [] [2025-03-12T20:48:19.371690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:48:21.512487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f?panel=security","method":"GET"} [] [2025-03-12T20:48:21.532231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:48:23.743792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad?group=1&panel=db","method":"GET"} [] [2025-03-12T20:48:23.785244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:48:25.075590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:48:26.090624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=exception","method":"GET"} [] [2025-03-12T20:48:26.116183+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/exception.css","method":"GET"} [] [2025-03-12T20:48:26.122979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:48:26.142388+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/exception","method":"GET"} [] [2025-03-12T20:48:28.388688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=exception","method":"GET"} [] [2025-03-12T20:48:28.408917+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/exception.css","method":"GET"} [] [2025-03-12T20:48:28.411735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:48:28.429458+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/exception","method":"GET"} [] [2025-03-12T20:48:30.941997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=exception","method":"GET"} [] [2025-03-12T20:48:31.013144+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/exception.css","method":"GET"} [] [2025-03-12T20:48:31.016655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:48:31.038631+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/exception","method":"GET"} [] [2025-03-12T20:48:33.256992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db?group=1&panel=db","method":"GET"} [] [2025-03-12T20:48:33.280803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:48:35.434893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=exception","method":"GET"} [] [2025-03-12T20:48:35.455536+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/exception.css","method":"GET"} [] [2025-03-12T20:48:35.458488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:48:35.476608+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/exception","method":"GET"} [] [2025-03-12T20:48:37.681771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=translation","method":"GET"} [] [2025-03-12T20:48:37.702495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:48:39.994723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=translation","method":"GET"} [] [2025-03-12T20:48:40.033021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:48:42.273020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=translation","method":"GET"} [] [2025-03-12T20:48:42.311982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:48:44.551134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=translation","method":"GET"} [] [2025-03-12T20:48:44.574818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:48:47.189272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=mailer","method":"GET"} [] [2025-03-12T20:48:47.300183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:48:50.585159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=mailer","method":"GET"} [] [2025-03-12T20:48:50.607744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:48:51.784462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:48:52.842319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=mailer","method":"GET"} [] [2025-03-12T20:48:52.864525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:48:55.045864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=mailer","method":"GET"} [] [2025-03-12T20:48:55.102156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:48:57.365002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=mailer","method":"GET"} [] [2025-03-12T20:48:57.384980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:48:59.645617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=request","method":"GET"} [] [2025-03-12T20:48:59.669484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:49:02.263788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=request","method":"GET"} [] [2025-03-12T20:49:02.380271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:49:05.697434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=db","method":"GET"} [] [2025-03-12T20:49:05.721379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:49:07.862576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=db","method":"GET"} [] [2025-03-12T20:49:07.886832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:49:10.089557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=db","method":"GET"} [] [2025-03-12T20:49:10.129587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:49:12.382526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=db","method":"GET"} [] [2025-03-12T20:49:12.405397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:49:14.583935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=db","method":"GET"} [] [2025-03-12T20:49:14.607789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:49:16.835528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=request","method":"GET"} [] [2025-03-12T20:49:16.858088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:49:19.391451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=request","method":"GET"} [] [2025-03-12T20:49:19.460832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:49:19.511141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:49:21.712971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=request","method":"GET"} [] [2025-03-12T20:49:21.739696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:49:23.922994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=request","method":"GET"} [] [2025-03-12T20:49:23.948876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:49:26.157405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=events","method":"GET"} [] [2025-03-12T20:49:26.195629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:49:28.441786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=events","method":"GET"} [] [2025-03-12T20:49:28.476902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:49:30.701175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=time","method":"GET"} [] [2025-03-12T20:49:30.725155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:49:32.948482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=form","method":"GET"} [] [2025-03-12T20:49:32.970704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:49:35.523694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=twig","method":"GET"} [] [2025-03-12T20:49:35.572770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:49:37.775825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=time","method":"GET"} [] [2025-03-12T20:49:37.795401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:49:40.002397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=dump","method":"GET"} [] [2025-03-12T20:49:40.024554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:49:42.248489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=twig","method":"GET"} [] [2025-03-12T20:49:42.284554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:49:44.422367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=form","method":"GET"} [] [2025-03-12T20:49:44.442595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:49:46.633935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=dump","method":"GET"} [] [2025-03-12T20:49:46.653387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:49:47.077282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=events","method":"GET"} [] [2025-03-12T20:49:47.100871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:49:48.871718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=dump","method":"GET"} [] [2025-03-12T20:49:48.895577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:49:51.293610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=dump","method":"GET"} [] [2025-03-12T20:49:51.352133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:49:53.545926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=form","method":"GET"} [] [2025-03-12T20:49:53.569040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:49:55.792055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=dump","method":"GET"} [] [2025-03-12T20:49:55.813977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:49:57.991915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=time","method":"GET"} [] [2025-03-12T20:49:58.032227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:50:00.271847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=time","method":"GET"} [] [2025-03-12T20:50:00.294047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:50:02.495757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=form","method":"GET"} [] [2025-03-12T20:50:02.524163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:50:04.736999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=form","method":"GET"} [] [2025-03-12T20:50:04.759055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:50:08.460477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=twig","method":"GET"} [] [2025-03-12T20:50:08.540667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:50:10.746467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=dump","method":"GET"} [] [2025-03-12T20:50:10.768460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:50:13.001267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=form","method":"GET"} [] [2025-03-12T20:50:13.041336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:50:13.282697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=security","method":"GET"} [] [2025-03-12T20:50:13.307144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:50:15.261785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=twig","method":"GET"} [] [2025-03-12T20:50:15.285622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:50:17.452470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=time","method":"GET"} [] [2025-03-12T20:50:17.474659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:50:20.940353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=twig","method":"GET"} [] [2025-03-12T20:50:20.973825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:50:23.187197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=validator","method":"GET"} [] [2025-03-12T20:50:23.208115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:50:26.887413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=validator","method":"GET"} [] [2025-03-12T20:50:26.944039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:50:29.117942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=validator","method":"GET"} [] [2025-03-12T20:50:29.154795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:50:31.443131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=cache","method":"GET"} [] [2025-03-12T20:50:31.463516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:50:33.582931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=cache","method":"GET"} [] [2025-03-12T20:50:33.606282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:50:35.783965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=cache","method":"GET"} [] [2025-03-12T20:50:35.817699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:50:37.287008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=mailer","method":"GET"} [] [2025-03-12T20:50:37.338641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:50:38.028209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=cache","method":"GET"} [] [2025-03-12T20:50:38.077444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:50:41.503813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=cache","method":"GET"} [] [2025-03-12T20:50:41.532857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:50:43.891618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=events","method":"GET"} [] [2025-03-12T20:50:43.944060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:50:46.188046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=events","method":"GET"} [] [2025-03-12T20:50:46.225100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:50:48.505506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=events","method":"GET"} [] [2025-03-12T20:50:48.526006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:50:50.771982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=events","method":"GET"} [] [2025-03-12T20:50:50.793285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:50:54.209011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300?panel=router","method":"GET"} [] [2025-03-12T20:50:54.229105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:50:54.247168+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300/router","method":"GET"} [] [2025-03-12T20:50:57.723748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=logger","method":"GET"} [] [2025-03-12T20:50:57.747959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:51:00.020691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64","method":"GET"} [] [2025-03-12T20:51:00.021401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?panel=config","method":"GET"} [] [2025-03-12T20:51:00.068480+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64/exception.css","method":"GET"} [] [2025-03-12T20:51:00.069312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:51:00.074904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:51:00.093451+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64/exception","method":"GET"} [] [2025-03-12T20:51:02.308860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=router","method":"GET"} [] [2025-03-12T20:51:02.365222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:51:02.405146+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/router","method":"GET"} [] [2025-03-12T20:51:05.777800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=router","method":"GET"} [] [2025-03-12T20:51:05.802543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:51:05.821070+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/router","method":"GET"} [] [2025-03-12T20:51:07.935258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=config","method":"GET"} [] [2025-03-12T20:51:07.958286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:51:10.211541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=config","method":"GET"} [] [2025-03-12T20:51:10.233639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:51:12.441227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=logger","method":"GET"} [] [2025-03-12T20:51:12.463361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:51:16.063543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=router","method":"GET"} [] [2025-03-12T20:51:16.120569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:51:16.143862+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/router","method":"GET"} [] [2025-03-12T20:51:18.438140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=logger","method":"GET"} [] [2025-03-12T20:51:18.474140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:51:20.724110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=logger","method":"GET"} [] [2025-03-12T20:51:20.751602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:51:22.965930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=config","method":"GET"} [] [2025-03-12T20:51:22.988664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:51:26.448448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495?panel=security","method":"GET"} [] [2025-03-12T20:51:26.471070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:51:28.672023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23?panel=security","method":"GET"} [] [2025-03-12T20:51:28.695575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:51:31.077640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?panel=security","method":"GET"} [] [2025-03-12T20:51:31.137114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:51:33.341728+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:33.375964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:35.535169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?panel=security","method":"GET"} [] [2025-03-12T20:51:35.756112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:51:36.761405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?panel=security","method":"GET"} [] [2025-03-12T20:51:36.807828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:51:38.002485+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:38.024286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:40.192846+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:40.214237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:42.428799+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:42.449972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:45.762376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:45.784243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:48.152440+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d08a13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d08a13/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:48.212413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:50.554630+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:50.583875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:52.889496+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:52.920543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:51:54.901760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?panel=mailer","method":"GET"} [] [2025-03-12T20:51:54.931404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:51:55.076597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698","method":"GET"} [] [2025-03-12T20:51:55.113186+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/exception.css","method":"GET"} [] [2025-03-12T20:51:55.120267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:51:55.138898+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/exception","method":"GET"} [] [2025-03-12T20:51:57.522302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479","method":"GET"} [] [2025-03-12T20:51:57.560618+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/exception.css","method":"GET"} [] [2025-03-12T20:51:57.563669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:51:57.582814+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/exception","method":"GET"} [] [2025-03-12T20:51:59.789169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252","method":"GET"} [] [2025-03-12T20:51:59.828703+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/exception.css","method":"GET"} [] [2025-03-12T20:51:59.832629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:51:59.857802+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/exception","method":"GET"} [] [2025-03-12T20:52:02.036800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd","method":"GET"} [] [2025-03-12T20:52:02.057446+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/exception.css","method":"GET"} [] [2025-03-12T20:52:02.060328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:52:02.078276+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/exception","method":"GET"} [] [2025-03-12T20:52:05.558873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81","method":"GET"} [] [2025-03-12T20:52:05.612279+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/exception.css","method":"GET"} [] [2025-03-12T20:52:05.615249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:52:05.638412+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/exception","method":"GET"} [] [2025-03-12T20:52:07.849308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5","method":"GET"} [] [2025-03-12T20:52:07.869591+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5/exception.css","method":"GET"} [] [2025-03-12T20:52:07.872822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:52:07.891137+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5/exception","method":"GET"} [] [2025-03-12T20:52:10.058791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846","method":"GET"} [] [2025-03-12T20:52:10.104624+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/exception.css","method":"GET"} [] [2025-03-12T20:52:10.111476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:52:10.147405+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/exception","method":"GET"} [] [2025-03-12T20:52:10.210670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=dump","method":"GET"} [] [2025-03-12T20:52:10.237192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:52:12.346343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa","method":"GET"} [] [2025-03-12T20:52:12.365608+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/exception.css","method":"GET"} [] [2025-03-12T20:52:12.372391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:52:12.390044+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/exception","method":"GET"} [] [2025-03-12T20:52:14.631837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9","method":"GET"} [] [2025-03-12T20:52:14.653586+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/exception.css","method":"GET"} [] [2025-03-12T20:52:14.656437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:52:14.674304+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/exception","method":"GET"} [] [2025-03-12T20:52:16.879387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=mailer","method":"GET"} [] [2025-03-12T20:52:16.901563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:52:19.079670+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/exception","method":"GET"} [] [2025-03-12T20:52:21.525387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=request","method":"GET"} [] [2025-03-12T20:52:21.584139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:52:23.797437+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/exception","method":"GET"} [] [2025-03-12T20:52:24.315741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?panel=dump","method":"GET"} [] [2025-03-12T20:52:24.340839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:52:25.987658+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/exception","method":"GET"} [] [2025-03-12T20:52:28.232877+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/exception","method":"GET"} [] [2025-03-12T20:52:30.441508+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5/exception","method":"GET"} [] [2025-03-12T20:52:32.706953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=security","method":"GET"} [] [2025-03-12T20:52:32.750979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:52:34.967110+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/exception","method":"GET"} [] [2025-03-12T20:52:37.349270+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/exception","method":"GET"} [] [2025-03-12T20:52:39.629106+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/exception","method":"GET"} [] [2025-03-12T20:52:41.861198+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/exception","method":"GET"} [] [2025-03-12T20:52:44.106903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=exception","method":"GET"} [] [2025-03-12T20:52:44.132208+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/exception.css","method":"GET"} [] [2025-03-12T20:52:44.139367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:52:44.158770+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/exception","method":"GET"} [] [2025-03-12T20:52:46.342107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=exception","method":"GET"} [] [2025-03-12T20:52:46.363813+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/exception.css","method":"GET"} [] [2025-03-12T20:52:46.366869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:52:46.386881+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/exception","method":"GET"} [] [2025-03-12T20:52:48.590912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=exception","method":"GET"} [] [2025-03-12T20:52:48.623878+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/exception.css","method":"GET"} [] [2025-03-12T20:52:48.630206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:52:48.699560+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/exception","method":"GET"} [] [2025-03-12T20:52:49.221815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=time","method":"GET"} [] [2025-03-12T20:52:49.245479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:52:50.867080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=exception","method":"GET"} [] [2025-03-12T20:52:50.886953+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/exception.css","method":"GET"} [] [2025-03-12T20:52:50.890042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:52:50.907951+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/exception","method":"GET"} [] [2025-03-12T20:52:54.431704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=exception","method":"GET"} [] [2025-03-12T20:52:54.485446+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/exception.css","method":"GET"} [] [2025-03-12T20:52:54.488517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:52:54.511567+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/exception","method":"GET"} [] [2025-03-12T20:52:56.704169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=translation","method":"GET"} [] [2025-03-12T20:52:56.727432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:52:58.937539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=translation","method":"GET"} [] [2025-03-12T20:52:58.959003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:53:01.107398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=translation","method":"GET"} [] [2025-03-12T20:53:01.146282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:53:01.299529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=twig","method":"GET"} [] [2025-03-12T20:53:01.323456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:53:03.359966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=translation","method":"GET"} [] [2025-03-12T20:53:03.382605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:53:05.617553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=translation","method":"GET"} [] [2025-03-12T20:53:05.658735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:53:07.852932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=translation","method":"GET"} [] [2025-03-12T20:53:07.878459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:53:10.297667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=mailer","method":"GET"} [] [2025-03-12T20:53:10.346744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:53:11.973400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=form","method":"GET"} [] [2025-03-12T20:53:11.997607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:53:12.527338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=request","method":"GET"} [] [2025-03-12T20:53:12.549714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:53:14.727918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=request","method":"GET"} [] [2025-03-12T20:53:14.751186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:53:16.879735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=request","method":"GET"} [] [2025-03-12T20:53:16.904758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:53:19.105824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=mailer","method":"GET"} [] [2025-03-12T20:53:19.135649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:53:21.326940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=mailer","method":"GET"} [] [2025-03-12T20:53:21.381831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:53:23.625988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=events","method":"GET"} [] [2025-03-12T20:53:23.647255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:53:26.060363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=events","method":"GET"} [] [2025-03-12T20:53:26.117489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:53:28.470888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=dump","method":"GET"} [] [2025-03-12T20:53:28.493814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:53:29.851500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64?panel=security","method":"GET"} [] [2025-03-12T20:53:29.877236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:53:30.821807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=form","method":"GET"} [] [2025-03-12T20:53:30.845612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:53:32.954547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=twig","method":"GET"} [] [2025-03-12T20:53:32.987376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:53:35.325384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=dump","method":"GET"} [] [2025-03-12T20:53:35.346800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:53:37.564138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=time","method":"GET"} [] [2025-03-12T20:53:37.600962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:53:37.856523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64?panel=mailer","method":"GET"} [] [2025-03-12T20:53:37.878983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:53:39.773138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=twig","method":"GET"} [] [2025-03-12T20:53:39.795236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:53:42.252494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=form","method":"GET"} [] [2025-03-12T20:53:42.305705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:53:44.522809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=time","method":"GET"} [] [2025-03-12T20:53:44.545346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:53:45.687188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64?panel=dump","method":"GET"} [] [2025-03-12T20:53:45.710148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:53:50.254961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=validator","method":"GET"} [] [2025-03-12T20:53:50.281303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:53:52.770194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64?panel=time","method":"GET"} [] [2025-03-12T20:53:52.804936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:53:53.601291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=db","method":"GET"} [] [2025-03-12T20:53:53.623738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:53:55.852252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=db","method":"GET"} [] [2025-03-12T20:53:55.876724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:53:58.963056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?panel=time","method":"GET"} [] [2025-03-12T20:53:59.009256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:53:59.281989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=cache","method":"GET"} [] [2025-03-12T20:53:59.303792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:54:01.463741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=events","method":"GET"} [] [2025-03-12T20:54:01.487023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:54:03.692754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=dump","method":"GET"} [] [2025-03-12T20:54:03.714199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:54:04.568529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64?panel=twig","method":"GET"} [] [2025-03-12T20:54:04.593283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:54:05.908938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=time","method":"GET"} [] [2025-03-12T20:54:05.933593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:54:08.176695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=twig","method":"GET"} [] [2025-03-12T20:54:08.302240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:54:09.492068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=time","method":"GET"} [] [2025-03-12T20:54:09.515455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:54:10.571808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=db","method":"GET"} [] [2025-03-12T20:54:10.594400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:54:12.812609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=validator","method":"GET"} [] [2025-03-12T20:54:12.834438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:54:14.340516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?panel=form","method":"GET"} [] [2025-03-12T20:54:14.401985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:54:15.052789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=form","method":"GET"} [] [2025-03-12T20:54:15.075589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:54:17.244119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=db","method":"GET"} [] [2025-03-12T20:54:17.268262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:54:18.264962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64?panel=form","method":"GET"} [] [2025-03-12T20:54:18.287475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:54:19.471728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=config","method":"GET"} [] [2025-03-12T20:54:19.495050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:54:21.705215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=cache","method":"GET"} [] [2025-03-12T20:54:21.731635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:54:22.084919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:54:23.938235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=config","method":"GET"} [] [2025-03-12T20:54:23.973759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:54:25.523824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:54:26.184257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=router","method":"GET"} [] [2025-03-12T20:54:26.205494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:54:26.223363+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/router","method":"GET"} [] [2025-03-12T20:54:28.534269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=logger","method":"GET"} [] [2025-03-12T20:54:28.559055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:54:28.837846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:54:31.088750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=security","method":"GET"} [] [2025-03-12T20:54:31.146152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:54:31.822422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:54:33.333569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?panel=security","method":"GET"} [] [2025-03-12T20:54:33.355597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:54:35.440986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=time","method":"GET"} [] [2025-03-12T20:54:35.464141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:54:35.582222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?group=1&panel=db","method":"GET"} [] [2025-03-12T20:54:35.608971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:54:37.845976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=security","method":"GET"} [] [2025-03-12T20:54:37.872406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:54:38.475754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:54:40.064807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=security","method":"GET"} [] [2025-03-12T20:54:40.115619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:54:41.331137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:54:42.364875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=logger","method":"GET"} [] [2025-03-12T20:54:42.387358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:54:44.261017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=events","method":"GET"} [] [2025-03-12T20:54:44.283327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:54:44.601625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81?panel=router","method":"GET"} [] [2025-03-12T20:54:44.622767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:54:44.640608+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/router","method":"GET"} [] [2025-03-12T20:54:47.087811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=security","method":"GET"} [] [2025-03-12T20:54:47.138379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:54:47.171494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=security","method":"GET"} [] [2025-03-12T20:54:47.192696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:54:49.257507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=db","method":"GET"} [] [2025-03-12T20:54:49.279876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:54:49.766537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=mailer","method":"GET"} [] [2025-03-12T20:54:49.787440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:54:51.474268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=router","method":"GET"} [] [2025-03-12T20:54:51.496594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:54:51.515605+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/router","method":"GET"} [] [2025-03-12T20:54:52.168852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=dump","method":"GET"} [] [2025-03-12T20:54:52.191558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:54:53.724961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=logger","method":"GET"} [] [2025-03-12T20:54:53.751786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:54:54.421779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=twig","method":"GET"} [] [2025-03-12T20:54:54.442952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:54:56.008056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9?panel=config","method":"GET"} [] [2025-03-12T20:54:56.045207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:54:56.640701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=form","method":"GET"} [] [2025-03-12T20:54:56.662219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:54:58.292368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd?group=1&panel=db","method":"GET"} [] [2025-03-12T20:54:58.316460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:54:58.859996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:01.244455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=db","method":"GET"} [] [2025-03-12T20:55:01.287700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:55:01.691817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=exception","method":"GET"} [] [2025-03-12T20:55:01.713334+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/exception.css","method":"GET"} [] [2025-03-12T20:55:01.718972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:55:01.737013+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/exception","method":"GET"} [] [2025-03-12T20:55:03.788101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=form","method":"GET"} [] [2025-03-12T20:55:03.834205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:55:04.097484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=exception","method":"GET"} [] [2025-03-12T20:55:04.117588+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/exception.css","method":"GET"} [] [2025-03-12T20:55:04.120758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:55:04.138518+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/exception","method":"GET"} [] [2025-03-12T20:55:06.037849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=twig","method":"GET"} [] [2025-03-12T20:55:06.058861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:55:06.362404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=translation","method":"GET"} [] [2025-03-12T20:55:06.384602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:55:08.277405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=dump","method":"GET"} [] [2025-03-12T20:55:08.298674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:55:08.562401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=translation","method":"GET"} [] [2025-03-12T20:55:08.583120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:55:10.462726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=security","method":"GET"} [] [2025-03-12T20:55:10.487282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:55:10.767580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=mailer","method":"GET"} [] [2025-03-12T20:55:10.804922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:55:12.725415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"07d1db"},"request_uri":"http://test.phila-ca.com/public/_profiler/07d1db?panel=request","method":"GET"} [] [2025-03-12T20:55:12.760641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:55:12.932690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=exception","method":"GET"} [] [2025-03-12T20:55:12.953230+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/exception.css","method":"GET"} [] [2025-03-12T20:55:12.956167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:55:12.973781+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/exception","method":"GET"} [] [2025-03-12T20:55:14.987198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:15.124707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=mailer","method":"GET"} [] [2025-03-12T20:55:15.147462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:55:17.156889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:17.334923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=mailer","method":"GET"} [] [2025-03-12T20:55:17.358267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:55:19.748098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=mailer","method":"GET"} [] [2025-03-12T20:55:19.787054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:19.805349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:55:21.976714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:22.003881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=request","method":"GET"} [] [2025-03-12T20:55:22.026764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:55:24.282959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=request","method":"GET"} [] [2025-03-12T20:55:24.304304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:55:24.357226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:26.486696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=request","method":"GET"} [] [2025-03-12T20:55:26.514404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:55:26.541473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:28.766935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=request","method":"GET"} [] [2025-03-12T20:55:28.805564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:55:29.891889+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b/exception","method":"GET"} [] [2025-03-12T20:55:31.042768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=db","method":"GET"} [] [2025-03-12T20:55:31.066454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:55:32.210384+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15/exception","method":"GET"} [] [2025-03-12T20:55:33.258026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=db","method":"GET"} [] [2025-03-12T20:55:33.279925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:55:34.380443+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0/exception","method":"GET"} [] [2025-03-12T20:55:35.695722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=db","method":"GET"} [] [2025-03-12T20:55:35.743809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:55:36.566159+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3/exception","method":"GET"} [] [2025-03-12T20:55:38.781899+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06/exception","method":"GET"} [] [2025-03-12T20:55:39.081374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=db","method":"GET"} [] [2025-03-12T20:55:39.104043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:55:40.963189+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8/exception","method":"GET"} [] [2025-03-12T20:55:41.283822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=request","method":"GET"} [] [2025-03-12T20:55:41.307003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:55:43.212468+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3/exception","method":"GET"} [] [2025-03-12T20:55:43.432471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=form","method":"GET"} [] [2025-03-12T20:55:43.456627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:55:45.364647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846","method":"GET"} [] [2025-03-12T20:55:45.396255+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846/exception.css","method":"GET"} [] [2025-03-12T20:55:45.406088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:55:45.450612+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846/exception","method":"GET"} [] [2025-03-12T20:55:45.643230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=dump","method":"GET"} [] [2025-03-12T20:55:45.665616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:55:47.822107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=time","method":"GET"} [] [2025-03-12T20:55:47.843150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:55:47.842823+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e/exception","method":"GET"} [] [2025-03-12T20:55:50.016062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=twig","method":"GET"} [] [2025-03-12T20:55:50.028813+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a/exception","method":"GET"} [] [2025-03-12T20:55:50.037615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:55:52.445173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9","method":"GET"} [] [2025-03-12T20:55:52.492713+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9/exception.css","method":"GET"} [] [2025-03-12T20:55:52.495572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:55:52.517520+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9/exception","method":"GET"} [] [2025-03-12T20:55:53.392822+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:55:53.415586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T20:55:54.671433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:55:55.634849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=events","method":"GET"} [] [2025-03-12T20:55:55.660794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:55:56.959406+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c/exception","method":"GET"} [] [2025-03-12T20:55:59.196238+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a/exception","method":"GET"} [] [2025-03-12T20:56:00.261935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=twig","method":"GET"} [] [2025-03-12T20:56:00.286574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:56:01.460811+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8/exception","method":"GET"} [] [2025-03-12T20:56:02.483046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=time","method":"GET"} [] [2025-03-12T20:56:02.525284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:56:03.715032+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c/exception","method":"GET"} [] [2025-03-12T20:56:04.722059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=twig","method":"GET"} [] [2025-03-12T20:56:04.742953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:56:05.866316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd","method":"GET"} [] [2025-03-12T20:56:05.893607+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd/exception.css","method":"GET"} [] [2025-03-12T20:56:05.899432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:05.923331+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd/exception","method":"GET"} [] [2025-03-12T20:56:06.962813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=dump","method":"GET"} [] [2025-03-12T20:56:06.983778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:56:08.398874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?panel=events","method":"GET"} [] [2025-03-12T20:56:08.463814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:56:10.366387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=form","method":"GET"} [] [2025-03-12T20:56:10.388425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:56:10.792553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?panel=security","method":"GET"} [] [2025-03-12T20:56:10.815404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:56:12.582662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a","method":"GET"} [] [2025-03-12T20:56:12.604463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:13.080539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?panel=mailer","method":"GET"} [] [2025-03-12T20:56:13.103513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:56:15.974170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345","method":"GET"} [] [2025-03-12T20:56:16.000174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:16.515939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=request","method":"GET"} [] [2025-03-12T20:56:16.539743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:56:18.181499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d","method":"GET"} [] [2025-03-12T20:56:18.217119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:19.967639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=router","method":"GET"} [] [2025-03-12T20:56:19.996378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:56:20.014624+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9/router","method":"GET"} [] [2025-03-12T20:56:20.453908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d","method":"GET"} [] [2025-03-12T20:56:20.475002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:22.320644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=logger","method":"GET"} [] [2025-03-12T20:56:22.342703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:56:22.687609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd","method":"GET"} [] [2025-03-12T20:56:22.708635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:24.740277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=config","method":"GET"} [] [2025-03-12T20:56:24.796395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:56:24.894331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657","method":"GET"} [] [2025-03-12T20:56:24.920687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:26.992211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=exception","method":"GET"} [] [2025-03-12T20:56:27.012703+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9/exception.css","method":"GET"} [] [2025-03-12T20:56:27.019689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:56:27.038123+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9/exception","method":"GET"} [] [2025-03-12T20:56:27.099238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a","method":"GET"} [] [2025-03-12T20:56:27.123868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:29.275861+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd/exception.css","method":"GET"} [] [2025-03-12T20:56:29.322418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f","method":"GET"} [] [2025-03-12T20:56:29.345258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:31.615424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e","method":"GET"} [] [2025-03-12T20:56:31.639512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T20:56:32.565111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd?panel=form","method":"GET"} [] [2025-03-12T20:56:32.590894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:56:33.793679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=exception","method":"GET"} [] [2025-03-12T20:56:33.827570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:56:34.821332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd?panel=dump","method":"GET"} [] [2025-03-12T20:56:34.842785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:56:36.063826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=translation","method":"GET"} [] [2025-03-12T20:56:36.083721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:56:37.044248+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd/exception","method":"GET"} [] [2025-03-12T20:56:38.275508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=db","method":"GET"} [] [2025-03-12T20:56:38.297243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:56:39.281320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd?panel=time","method":"GET"} [] [2025-03-12T20:56:39.303670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:56:40.709121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=exception","method":"GET"} [] [2025-03-12T20:56:40.758680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:56:41.441014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd?panel=security","method":"GET"} [] [2025-03-12T20:56:41.463910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:56:43.816841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=cache","method":"GET"} [] [2025-03-12T20:56:43.839944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:56:44.168170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=exception","method":"GET"} [] [2025-03-12T20:56:44.188743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:56:46.200332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=translation","method":"GET"} [] [2025-03-12T20:56:46.221891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:56:46.537192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=exception","method":"GET"} [] [2025-03-12T20:56:46.558400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:56:48.414331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=dump","method":"GET"} [] [2025-03-12T20:56:48.438460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:56:48.899583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=exception","method":"GET"} [] [2025-03-12T20:56:48.933110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:56:50.646588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=time","method":"GET"} [] [2025-03-12T20:56:50.668346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:56:52.306688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=translation","method":"GET"} [] [2025-03-12T20:56:52.326357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:56:52.880318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc5bf9"},"request_uri":"http://test.phila-ca.com/public/_profiler/bc5bf9?panel=twig","method":"GET"} [] [2025-03-12T20:56:52.901904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:56:54.446180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=time","method":"GET"} [] [2025-03-12T20:56:54.466250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:56:55.110308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"296cfd"},"request_uri":"https://test.phila-ca.com/public/_profiler/296cfd?panel=request","method":"GET"} [] [2025-03-12T20:56:55.133899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:56:56.972534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=translation","method":"GET"} [] [2025-03-12T20:56:57.021148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:56:57.343172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?panel=twig","method":"GET"} [] [2025-03-12T20:56:57.368094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:56:59.241841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=translation","method":"GET"} [] [2025-03-12T20:56:59.262877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:57:00.693332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?panel=form","method":"GET"} [] [2025-03-12T20:57:00.717191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:57:01.443070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=translation","method":"GET"} [] [2025-03-12T20:57:01.464726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:57:02.879606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:57:03.764730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=translation","method":"GET"} [] [2025-03-12T20:57:03.787884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:57:05.121704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:57:07.106757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=exception","method":"GET"} [] [2025-03-12T20:57:07.138453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:57:07.479386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:57:09.376691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=mailer","method":"GET"} [] [2025-03-12T20:57:09.395690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:57:09.688567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:57:11.646390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=mailer","method":"GET"} [] [2025-03-12T20:57:11.666667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:57:12.080406+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936/exception","method":"GET"} [] [2025-03-12T20:57:13.786523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=mailer","method":"GET"} [] [2025-03-12T20:57:13.806023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:57:14.271893+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"78a6b7"},"request_uri":"https://test.phila-ca.com/public/_profiler/78a6b7/exception","method":"GET"} [] [2025-03-12T20:57:15.967482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=request","method":"GET"} [] [2025-03-12T20:57:15.986974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:57:16.679467+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e39a64"},"request_uri":"http://test.phila-ca.com/public/_profiler/e39a64/exception","method":"GET"} [] [2025-03-12T20:57:18.187175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=request","method":"GET"} [] [2025-03-12T20:57:18.207550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:57:19.069111+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92/exception","method":"GET"} [] [2025-03-12T20:57:20.386634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=request","method":"GET"} [] [2025-03-12T20:57:20.410631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:57:21.243592+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241/exception","method":"GET"} [] [2025-03-12T20:57:22.556502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=mailer","method":"GET"} [] [2025-03-12T20:57:22.591114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:57:23.452438+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c/exception","method":"GET"} [] [2025-03-12T20:57:24.816379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=request","method":"GET"} [] [2025-03-12T20:57:24.835881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:57:25.633221+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f/exception","method":"GET"} [] [2025-03-12T20:57:27.973954+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7/exception","method":"GET"} [] [2025-03-12T20:57:29.289488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=events","method":"GET"} [] [2025-03-12T20:57:29.309715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:57:30.242476+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"989ca1"},"request_uri":"https://test.phila-ca.com/public/_profiler/989ca1/exception","method":"GET"} [] [2025-03-12T20:57:31.527089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=events","method":"GET"} [] [2025-03-12T20:57:31.546420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T20:57:32.451358+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0/exception","method":"GET"} [] [2025-03-12T20:57:33.808770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=twig","method":"GET"} [] [2025-03-12T20:57:33.829386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:57:34.727805+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d830b0"},"request_uri":"https://test.phila-ca.com/public/_profiler/d830b0/exception","method":"GET"} [] [2025-03-12T20:57:36.007703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=dump","method":"GET"} [] [2025-03-12T20:57:36.030852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:57:36.934797+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae/exception","method":"GET"} [] [2025-03-12T20:57:38.227461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=form","method":"GET"} [] [2025-03-12T20:57:38.261752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:57:39.150880+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e/exception","method":"GET"} [] [2025-03-12T20:57:40.476432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=dump","method":"GET"} [] [2025-03-12T20:57:40.495135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:57:41.261352+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a/exception","method":"GET"} [] [2025-03-12T20:57:42.714148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=form","method":"GET"} [] [2025-03-12T20:57:42.737580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:57:43.726457+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a/exception","method":"GET"} [] [2025-03-12T20:57:44.919714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=time","method":"GET"} [] [2025-03-12T20:57:44.939875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:57:46.024296+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193/exception","method":"GET"} [] [2025-03-12T20:57:47.166350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=twig","method":"GET"} [] [2025-03-12T20:57:47.185621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:57:48.233026+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0/exception","method":"GET"} [] [2025-03-12T20:57:49.340792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=twig","method":"GET"} [] [2025-03-12T20:57:49.360093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:57:50.478159+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab/exception","method":"GET"} [] [2025-03-12T20:57:51.556575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=time","method":"GET"} [] [2025-03-12T20:57:51.579190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:57:52.669786+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b84b2"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b84b2/exception","method":"GET"} [] [2025-03-12T20:57:53.818055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=dump","method":"GET"} [] [2025-03-12T20:57:53.849840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:57:54.931318+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f/exception","method":"GET"} [] [2025-03-12T20:57:56.057146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=time","method":"GET"} [] [2025-03-12T20:57:56.077249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T20:57:57.198629+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634/exception","method":"GET"} [] [2025-03-12T20:57:58.302277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=form","method":"GET"} [] [2025-03-12T20:57:58.322724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:57:59.681363+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5/exception","method":"GET"} [] [2025-03-12T20:58:00.488752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=validator","method":"GET"} [] [2025-03-12T20:58:00.508544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:58:01.942462+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a/exception","method":"GET"} [] [2025-03-12T20:58:02.710103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=validator","method":"GET"} [] [2025-03-12T20:58:02.729895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:58:04.879721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=validator","method":"GET"} [] [2025-03-12T20:58:04.899709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:58:05.373386+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15/exception","method":"GET"} [] [2025-03-12T20:58:07.131263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=validator","method":"GET"} [] [2025-03-12T20:58:07.154828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:58:07.571017+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e/exception","method":"GET"} [] [2025-03-12T20:58:09.376981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=validator","method":"GET"} [] [2025-03-12T20:58:09.418068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:58:09.799106+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e/exception","method":"GET"} [] [2025-03-12T20:58:11.643754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=validator","method":"GET"} [] [2025-03-12T20:58:11.666507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:58:12.013285+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a/exception","method":"GET"} [] [2025-03-12T20:58:13.872675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=db","method":"GET"} [] [2025-03-12T20:58:13.892910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:58:14.221137+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e/exception","method":"GET"} [] [2025-03-12T20:58:16.232772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=db","method":"GET"} [] [2025-03-12T20:58:16.323441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:58:16.597763+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241/exception","method":"GET"} [] [2025-03-12T20:58:18.558004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=db","method":"GET"} [] [2025-03-12T20:58:18.579324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:58:18.826120+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31/exception","method":"GET"} [] [2025-03-12T20:58:20.724992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=cache","method":"GET"} [] [2025-03-12T20:58:20.744760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:58:21.020997+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21/exception","method":"GET"} [] [2025-03-12T20:58:23.003944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=cache","method":"GET"} [] [2025-03-12T20:58:23.033583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:58:23.240981+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"119ed7"},"request_uri":"https://test.phila-ca.com/public/_profiler/119ed7/exception","method":"GET"} [] [2025-03-12T20:58:25.207199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=cache","method":"GET"} [] [2025-03-12T20:58:25.242356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:58:25.483016+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427/exception","method":"GET"} [] [2025-03-12T20:58:27.476652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=twig","method":"GET"} [] [2025-03-12T20:58:27.496340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T20:58:27.720634+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7861ea"},"request_uri":"https://test.phila-ca.com/public/_profiler/7861ea/exception","method":"GET"} [] [2025-03-12T20:58:29.698292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=translation","method":"GET"} [] [2025-03-12T20:58:29.718454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T20:58:29.933038+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846/exception","method":"GET"} [] [2025-03-12T20:58:32.112799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=cache","method":"GET"} [] [2025-03-12T20:58:32.118432+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09/exception","method":"GET"} [] [2025-03-12T20:58:32.162123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T20:58:34.358602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=form","method":"GET"} [] [2025-03-12T20:58:34.363508+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095/exception","method":"GET"} [] [2025-03-12T20:58:34.382353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T20:58:36.451766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=dump","method":"GET"} [] [2025-03-12T20:58:36.460283+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c/exception","method":"GET"} [] [2025-03-12T20:58:36.473342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T20:58:38.741315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?group=1&panel=db","method":"GET"} [] [2025-03-12T20:58:38.768300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:58:40.940934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=db","method":"GET"} [] [2025-03-12T20:58:40.973252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:58:41.000192+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138/exception","method":"GET"} [] [2025-03-12T20:58:43.176878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=router","method":"GET"} [] [2025-03-12T20:58:43.196123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:58:43.210577+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c/exception","method":"GET"} [] [2025-03-12T20:58:43.214615+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d/router","method":"GET"} [] [2025-03-12T20:58:45.409252+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847/exception","method":"GET"} [] [2025-03-12T20:58:45.539849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=logger","method":"GET"} [] [2025-03-12T20:58:45.561676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:58:47.883838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=config","method":"GET"} [] [2025-03-12T20:58:47.883853+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f/exception","method":"GET"} [] [2025-03-12T20:58:47.931044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:58:50.100575+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e/exception","method":"GET"} [] [2025-03-12T20:58:50.127873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=logger","method":"GET"} [] [2025-03-12T20:58:50.148701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:58:52.332270+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127/exception","method":"GET"} [] [2025-03-12T20:58:52.497415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=logger","method":"GET"} [] [2025-03-12T20:58:52.517580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:58:54.600786+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"438e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/438e7b/exception","method":"GET"} [] [2025-03-12T20:58:54.716465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=config","method":"GET"} [] [2025-03-12T20:58:54.740100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:58:56.954021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=router","method":"GET"} [] [2025-03-12T20:58:56.961927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T20:58:56.988678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:58:57.048245+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd/router","method":"GET"} [] [2025-03-12T20:59:00.474624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=router","method":"GET"} [] [2025-03-12T20:59:00.494485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:59:00.512728+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d/router","method":"GET"} [] [2025-03-12T20:59:02.827732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?group=1&panel=db","method":"GET"} [] [2025-03-12T20:59:02.852332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:59:05.127081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=validator","method":"GET"} [] [2025-03-12T20:59:05.175449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T20:59:07.412567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=security","method":"GET"} [] [2025-03-12T20:59:07.442485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:59:09.618852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd?panel=security","method":"GET"} [] [2025-03-12T20:59:09.640746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:59:11.856579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?panel=security","method":"GET"} [] [2025-03-12T20:59:11.880212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:59:14.060212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=security","method":"GET"} [] [2025-03-12T20:59:14.095788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:59:16.294548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=security","method":"GET"} [] [2025-03-12T20:59:16.324628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:59:19.876724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?panel=security","method":"GET"} [] [2025-03-12T20:59:19.897209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T20:59:22.166807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=config","method":"GET"} [] [2025-03-12T20:59:22.212958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T20:59:24.430341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=logger","method":"GET"} [] [2025-03-12T20:59:24.450354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T20:59:26.618185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e?panel=router","method":"GET"} [] [2025-03-12T20:59:26.639174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T20:59:26.659480+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e/router","method":"GET"} [] [2025-03-12T20:59:28.982641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d?group=1&panel=db","method":"GET"} [] [2025-03-12T20:59:29.009949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:59:31.240556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d?group=1&panel=db","method":"GET"} [] [2025-03-12T20:59:31.283290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T20:59:33.528988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=mailer","method":"GET"} [] [2025-03-12T20:59:33.548978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:59:35.935381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=mailer","method":"GET"} [] [2025-03-12T20:59:35.957548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:59:38.232531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=mailer","method":"GET"} [] [2025-03-12T20:59:38.278696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:59:40.498878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=mailer","method":"GET"} [] [2025-03-12T20:59:40.519014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:59:42.760785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=exception","method":"GET"} [] [2025-03-12T20:59:42.784002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T20:59:45.036476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=mailer","method":"GET"} [] [2025-03-12T20:59:45.058996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T20:59:47.315745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=request","method":"GET"} [] [2025-03-12T20:59:47.348378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:59:49.518349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=request","method":"GET"} [] [2025-03-12T20:59:49.538474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:59:51.875681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=request","method":"GET"} [] [2025-03-12T20:59:51.895494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:59:54.213114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=request","method":"GET"} [] [2025-03-12T20:59:54.259797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T20:59:56.494837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=db","method":"GET"} [] [2025-03-12T20:59:56.517531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T20:59:58.706259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=db","method":"GET"} [] [2025-03-12T20:59:58.727647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:00:00.911483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=db","method":"GET"} [] [2025-03-12T21:00:00.935703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:00:03.054457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=db","method":"GET"} [] [2025-03-12T21:00:03.089144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:00:05.345575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=request","method":"GET"} [] [2025-03-12T21:00:05.366266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:00:07.731571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=twig","method":"GET"} [] [2025-03-12T21:00:07.751023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:00:10.034475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=dump","method":"GET"} [] [2025-03-12T21:00:10.086437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:00:13.471070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=form","method":"GET"} [] [2025-03-12T21:00:13.492114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:00:15.741626+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:00:15.763142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:00:17.967303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=events","method":"GET"} [] [2025-03-12T21:00:18.002016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:00:20.181501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=events","method":"GET"} [] [2025-03-12T21:00:20.215900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:00:23.668211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=twig","method":"GET"} [] [2025-03-12T21:00:23.687979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:00:25.927897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=dump","method":"GET"} [] [2025-03-12T21:00:25.979721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:00:28.206535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=form","method":"GET"} [] [2025-03-12T21:00:28.226579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:00:30.300474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=dump","method":"GET"} [] [2025-03-12T21:00:30.323414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:00:32.536309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=time","method":"GET"} [] [2025-03-12T21:00:32.557799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:00:34.876662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=dump","method":"GET"} [] [2025-03-12T21:00:34.900652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:00:37.125183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292","method":"GET"} [] [2025-03-12T21:00:37.168182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:39.575374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578","method":"GET"} [] [2025-03-12T21:00:39.615453+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578/exception.css","method":"GET"} [] [2025-03-12T21:00:39.622197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:39.641412+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578/exception","method":"GET"} [] [2025-03-12T21:00:41.916507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515","method":"GET"} [] [2025-03-12T21:00:41.966237+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/exception.css","method":"GET"} [] [2025-03-12T21:00:41.969219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:41.992134+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/exception","method":"GET"} [] [2025-03-12T21:00:44.176565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62","method":"GET"} [] [2025-03-12T21:00:44.197169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:46.388731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c","method":"GET"} [] [2025-03-12T21:00:46.428793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:48.642332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb","method":"GET"} [] [2025-03-12T21:00:48.664217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:52.049166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69","method":"GET"} [] [2025-03-12T21:00:52.089817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:54.338754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17","method":"GET"} [] [2025-03-12T21:00:54.382354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:56.767080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2","method":"GET"} [] [2025-03-12T21:00:56.787615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:00:59.031732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=config","method":"GET"} [] [2025-03-12T21:00:59.087708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:01:01.320687+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578/exception","method":"GET"} [] [2025-03-12T21:01:02.223045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cca725"},"request_uri":"https://test.phila-ca.com/public/_profiler/cca725?panel=cache","method":"GET"} [] [2025-03-12T21:01:02.271245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:01:03.573519+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/exception","method":"GET"} [] [2025-03-12T21:01:05.896914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:01:06.930030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=db","method":"GET"} [] [2025-03-12T21:01:06.954091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:09.385283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6?panel=cache","method":"GET"} [] [2025-03-12T21:01:09.452176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:01:10.307440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=translation","method":"GET"} [] [2025-03-12T21:01:10.328435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:01:12.657663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=config","method":"GET"} [] [2025-03-12T21:01:12.677687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:01:14.935234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=exception","method":"GET"} [] [2025-03-12T21:01:14.983850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:01:15.349787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=cache","method":"GET"} [] [2025-03-12T21:01:15.373299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:01:17.179099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=exception","method":"GET"} [] [2025-03-12T21:01:17.199151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:01:19.374050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=exception","method":"GET"} [] [2025-03-12T21:01:19.401350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:01:22.819103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=translation","method":"GET"} [] [2025-03-12T21:01:22.838517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:01:25.044155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=translation","method":"GET"} [] [2025-03-12T21:01:25.080424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:01:27.263738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=request","method":"GET"} [] [2025-03-12T21:01:27.284523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:01:29.676474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=mailer","method":"GET"} [] [2025-03-12T21:01:29.696856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:01:33.178425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=request","method":"GET"} [] [2025-03-12T21:01:33.228011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:01:33.988071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:01:35.429183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=mailer","method":"GET"} [] [2025-03-12T21:01:35.449078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:01:36.100759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?panel=db","method":"GET"} [] [2025-03-12T21:01:36.136595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:37.719901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=mailer","method":"GET"} [] [2025-03-12T21:01:37.742630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:01:40.174445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=db","method":"GET"} [] [2025-03-12T21:01:40.212288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:41.121975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=events","method":"GET"} [] [2025-03-12T21:01:41.142650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:01:42.600762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2ae631"},"request_uri":"http://test.phila-ca.com/public/_profiler/2ae631?panel=db","method":"GET"} [] [2025-03-12T21:01:42.623280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:43.237369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=events","method":"GET"} [] [2025-03-12T21:01:43.257042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:01:44.971336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?panel=db","method":"GET"} [] [2025-03-12T21:01:44.996832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:45.456695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=time","method":"GET"} [] [2025-03-12T21:01:45.476064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:01:47.131435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"649b5a"},"request_uri":"https://test.phila-ca.com/public/_profiler/649b5a?panel=db","method":"GET"} [] [2025-03-12T21:01:47.157111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:48.928233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=twig","method":"GET"} [] [2025-03-12T21:01:48.991025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:01:49.363412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?panel=db","method":"GET"} [] [2025-03-12T21:01:49.408133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:51.237946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=time","method":"GET"} [] [2025-03-12T21:01:51.257574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:01:51.670928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?panel=db","method":"GET"} [] [2025-03-12T21:01:51.692461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:53.466356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=form","method":"GET"} [] [2025-03-12T21:01:53.486926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:01:55.122623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d0a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/49d0a4?panel=db","method":"GET"} [] [2025-03-12T21:01:55.182035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:01:55.678015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=form","method":"GET"} [] [2025-03-12T21:01:55.712515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:01:57.433184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?group=1&panel=db","method":"GET"} [] [2025-03-12T21:01:57.458280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:01:57.893681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=time","method":"GET"} [] [2025-03-12T21:01:57.914792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:01:59.611174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42ae06"},"request_uri":"https://test.phila-ca.com/public/_profiler/42ae06?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:01:59.633784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:01:59.668495+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:02:00.259365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=twig","method":"GET"} [] [2025-03-12T21:02:00.281462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:02:02.233966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:02:02.259333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:02:02.278285+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:02:02.453590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=dump","method":"GET"} [] [2025-03-12T21:02:02.475830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:02:04.748481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=twig","method":"GET"} [] [2025-03-12T21:02:04.793407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:02:05.690694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:05.717209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:07.043629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=dump","method":"GET"} [] [2025-03-12T21:02:07.065070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:02:09.258259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=form","method":"GET"} [] [2025-03-12T21:02:09.278002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:02:11.564575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=validator","method":"GET"} [] [2025-03-12T21:02:11.599241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:02:13.756616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=validator","method":"GET"} [] [2025-03-12T21:02:13.776056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:02:15.865891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:15.891406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:17.167233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=validator","method":"GET"} [] [2025-03-12T21:02:17.188710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:02:19.357266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=db","method":"GET"} [] [2025-03-12T21:02:19.377149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:02:21.562037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=db","method":"GET"} [] [2025-03-12T21:02:21.625865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:02:23.801423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=cache","method":"GET"} [] [2025-03-12T21:02:23.823579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:02:28.327791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=db","method":"GET"} [] [2025-03-12T21:02:28.366023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:02:30.567659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=config","method":"GET"} [] [2025-03-12T21:02:30.586990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:02:32.921322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=router","method":"GET"} [] [2025-03-12T21:02:32.948585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:02:32.968214+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17/router","method":"GET"} [] [2025-03-12T21:02:33.270236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d770a1"},"request_uri":"https://test.phila-ca.com/public/_profiler/d770a1?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:33.301364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:35.260772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=config","method":"GET"} [] [2025-03-12T21:02:35.280063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:02:37.541746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=logger","method":"GET"} [] [2025-03-12T21:02:37.586638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:02:39.722065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=security","method":"GET"} [] [2025-03-12T21:02:39.743226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:02:41.251474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ce64"},"request_uri":"https://test.phila-ca.com/public/_profiler/58ce64?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:41.273505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:41.956905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=security","method":"GET"} [] [2025-03-12T21:02:41.978265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:02:44.166322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=security","method":"GET"} [] [2025-03-12T21:02:44.204855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:02:46.427647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?panel=security","method":"GET"} [] [2025-03-12T21:02:46.447625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:02:48.799225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=router","method":"GET"} [] [2025-03-12T21:02:48.820008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:02:48.838905+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69/router","method":"GET"} [] [2025-03-12T21:02:51.137126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?panel=logger","method":"GET"} [] [2025-03-12T21:02:51.157038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:02:53.496541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=router","method":"GET"} [] [2025-03-12T21:02:53.547950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:02:53.571121+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb/router","method":"GET"} [] [2025-03-12T21:02:55.758196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?panel=logger","method":"GET"} [] [2025-03-12T21:02:55.779049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:02:57.977858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17?group=1&panel=db","method":"GET"} [] [2025-03-12T21:02:57.998312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:03:00.220241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb?group=1&panel=db","method":"GET"} [] [2025-03-12T21:03:00.259631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:03:02.281205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c02a19"},"request_uri":"https://test.phila-ca.com/public/_profiler/c02a19?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:03:02.306539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:03:02.329116+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:03:02.336020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69?group=1&panel=db","method":"GET"} [] [2025-03-12T21:03:02.358079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:03:04.776699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=exception","method":"GET"} [] [2025-03-12T21:03:04.799966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:03:07.020564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=exception","method":"GET"} [] [2025-03-12T21:03:07.040830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:03:09.314103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=exception","method":"GET"} [] [2025-03-12T21:03:09.373627+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/exception.css","method":"GET"} [] [2025-03-12T21:03:09.381206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:03:09.413248+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/exception","method":"GET"} [] [2025-03-12T21:03:11.627079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=translation","method":"GET"} [] [2025-03-12T21:03:11.647717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:03:13.818433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=translation","method":"GET"} [] [2025-03-12T21:03:13.840014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:03:16.014366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=translation","method":"GET"} [] [2025-03-12T21:03:16.049957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:03:19.437238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=mailer","method":"GET"} [] [2025-03-12T21:03:19.458288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:03:21.802294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=mailer","method":"GET"} [] [2025-03-12T21:03:21.824917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:03:23.977110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=exception","method":"GET"} [] [2025-03-12T21:03:23.995850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:03:27.453117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=mailer","method":"GET"} [] [2025-03-12T21:03:27.511538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:03:29.371602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/050a4c?panel=db","method":"GET"} [] [2025-03-12T21:03:29.400023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:03:29.689963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=mailer","method":"GET"} [] [2025-03-12T21:03:29.715592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:03:32.000532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=request","method":"GET"} [] [2025-03-12T21:03:32.042255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:03:34.310833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=request","method":"GET"} [] [2025-03-12T21:03:34.335736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:03:36.642022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=request","method":"GET"} [] [2025-03-12T21:03:36.666678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:03:39.167313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=db","method":"GET"} [] [2025-03-12T21:03:39.188103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:03:42.563865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=db","method":"GET"} [] [2025-03-12T21:03:42.633414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:03:44.799655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=db","method":"GET"} [] [2025-03-12T21:03:44.820487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:03:47.085950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=db","method":"GET"} [] [2025-03-12T21:03:47.124168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:03:49.357435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=request","method":"GET"} [] [2025-03-12T21:03:49.377270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:03:50.675901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:03:50.699315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:03:50.721232+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:03:51.596700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=request","method":"GET"} [] [2025-03-12T21:03:51.616121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:03:53.785979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=request","method":"GET"} [] [2025-03-12T21:03:53.810582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:03:56.212485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=twig","method":"GET"} [] [2025-03-12T21:03:56.240751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:03:58.515178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=form","method":"GET"} [] [2025-03-12T21:03:58.566788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:04:00.676418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=twig","method":"GET"} [] [2025-03-12T21:04:00.695965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:04:02.978510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=time","method":"GET"} [] [2025-03-12T21:04:03.019745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:05.212522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=dump","method":"GET"} [] [2025-03-12T21:04:05.246341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:04:08.524530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=time","method":"GET"} [] [2025-03-12T21:04:08.548252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:10.710127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=form","method":"GET"} [] [2025-03-12T21:04:10.734726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:04:15.629726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=events","method":"GET"} [] [2025-03-12T21:04:15.688070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:04:20.212341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=time","method":"GET"} [] [2025-03-12T21:04:20.251756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:22.498694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=twig","method":"GET"} [] [2025-03-12T21:04:22.519499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:04:24.708782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=dump","method":"GET"} [] [2025-03-12T21:04:24.730175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:04:26.971980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=twig","method":"GET"} [] [2025-03-12T21:04:26.992069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:04:29.177771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=time","method":"GET"} [] [2025-03-12T21:04:29.213181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:32.711234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=time","method":"GET"} [] [2025-03-12T21:04:32.768171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:35.080351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=form","method":"GET"} [] [2025-03-12T21:04:35.101415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:04:37.338691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=dump","method":"GET"} [] [2025-03-12T21:04:37.401819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:04:39.627508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=twig","method":"GET"} [] [2025-03-12T21:04:39.647238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:04:43.048988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=dump","method":"GET"} [] [2025-03-12T21:04:43.068533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:04:45.307314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=time","method":"GET"} [] [2025-03-12T21:04:45.337709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:47.471006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=time","method":"GET"} [] [2025-03-12T21:04:47.491287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:04:49.880662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=form","method":"GET"} [] [2025-03-12T21:04:49.944449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:04:52.088902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=form","method":"GET"} [] [2025-03-12T21:04:52.109879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:04:54.338514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=exception","method":"GET"} [] [2025-03-12T21:04:54.376674+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696/exception.css","method":"GET"} [] [2025-03-12T21:04:54.387805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:04:54.428080+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696/exception","method":"GET"} [] [2025-03-12T21:04:56.634401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=translation","method":"GET"} [] [2025-03-12T21:04:56.657936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:04:58.865919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=validator","method":"GET"} [] [2025-03-12T21:04:58.887157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:05:01.029338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=security","method":"GET"} [] [2025-03-12T21:05:01.051841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:05:01.978607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=db","method":"GET"} [] [2025-03-12T21:05:01.999789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:05:03.303621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=request","method":"GET"} [] [2025-03-12T21:05:03.326386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:05:05.683698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=db","method":"GET"} [] [2025-03-12T21:05:05.736115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:05:07.890093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=mailer","method":"GET"} [] [2025-03-12T21:05:07.911717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:05:10.189358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=events","method":"GET"} [] [2025-03-12T21:05:10.229815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:05:12.450315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=form","method":"GET"} [] [2025-03-12T21:05:12.472658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:05:14.664479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=twig","method":"GET"} [] [2025-03-12T21:05:14.690993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:05:16.846411+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696/exception","method":"GET"} [] [2025-03-12T21:05:19.064447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=dump","method":"GET"} [] [2025-03-12T21:05:19.087773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:05:22.559348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=time","method":"GET"} [] [2025-03-12T21:05:22.614029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:05:27.097602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=form","method":"GET"} [] [2025-03-12T21:05:27.168970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:05:29.309125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=events","method":"GET"} [] [2025-03-12T21:05:29.331872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:05:31.590537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=time","method":"GET"} [] [2025-03-12T21:05:31.612354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:05:33.808113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=twig","method":"GET"} [] [2025-03-12T21:05:33.830191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:05:36.059047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=dump","method":"GET"} [] [2025-03-12T21:05:36.080584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:05:38.482741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=twig","method":"GET"} [] [2025-03-12T21:05:38.545294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:05:40.739413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=time","method":"GET"} [] [2025-03-12T21:05:40.760816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:05:44.062076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=time","method":"GET"} [] [2025-03-12T21:05:44.097993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:05:46.289099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=form","method":"GET"} [] [2025-03-12T21:05:46.309357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:05:48.559367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=time","method":"GET"} [] [2025-03-12T21:05:48.586328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:05:51.957560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=dump","method":"GET"} [] [2025-03-12T21:05:51.977183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:05:54.288519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=twig","method":"GET"} [] [2025-03-12T21:05:54.336748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:05:57.738279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=dump","method":"GET"} [] [2025-03-12T21:05:57.757728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:05:59.971534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=twig","method":"GET"} [] [2025-03-12T21:06:00.008405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:06:03.390776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=form","method":"GET"} [] [2025-03-12T21:06:03.426583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:06:05.673632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=dump","method":"GET"} [] [2025-03-12T21:06:05.696854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:06:07.954432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=validator","method":"GET"} [] [2025-03-12T21:06:07.979488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:06:11.484098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=validator","method":"GET"} [] [2025-03-12T21:06:11.532031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:06:13.738065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=validator","method":"GET"} [] [2025-03-12T21:06:13.767917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:06:15.999217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=validator","method":"GET"} [] [2025-03-12T21:06:16.043471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:06:18.249788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=validator","method":"GET"} [] [2025-03-12T21:06:18.270109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:06:20.518852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=cache","method":"GET"} [] [2025-03-12T21:06:20.541707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:22.793991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=cache","method":"GET"} [] [2025-03-12T21:06:22.818957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:24.988931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=cache","method":"GET"} [] [2025-03-12T21:06:25.009659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:27.407810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=cache","method":"GET"} [] [2025-03-12T21:06:27.454720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:29.657203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=cache","method":"GET"} [] [2025-03-12T21:06:29.681845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:31.890554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=cache","method":"GET"} [] [2025-03-12T21:06:31.928529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:34.158428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=cache","method":"GET"} [] [2025-03-12T21:06:34.180637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:37.429325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=cache","method":"GET"} [] [2025-03-12T21:06:37.453380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:39.761239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=cache","method":"GET"} [] [2025-03-12T21:06:39.783445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:41.937622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=cache","method":"GET"} [] [2025-03-12T21:06:41.960011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:44.328494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=cache","method":"GET"} [] [2025-03-12T21:06:44.379967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:45.043667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e48c62"},"request_uri":"https://test.phila-ca.com/public/_profiler/e48c62?panel=db","method":"GET"} [] [2025-03-12T21:06:45.070956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:06:46.597562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=cache","method":"GET"} [] [2025-03-12T21:06:46.620119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:48.847112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=events","method":"GET"} [] [2025-03-12T21:06:48.914606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:06:51.098542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=events","method":"GET"} [] [2025-03-12T21:06:51.120632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:06:53.362571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=events","method":"GET"} [] [2025-03-12T21:06:53.382944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:06:55.671216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=cache","method":"GET"} [] [2025-03-12T21:06:55.694668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:06:57.918522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=events","method":"GET"} [] [2025-03-12T21:06:57.939226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:07:00.462411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=cache","method":"GET"} [] [2025-03-12T21:07:00.528850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:07:02.738252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=cache","method":"GET"} [] [2025-03-12T21:07:02.758010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:07:04.989805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=cache","method":"GET"} [] [2025-03-12T21:07:05.026852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:07:07.248018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=events","method":"GET"} [] [2025-03-12T21:07:07.268281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:07:09.460537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=events","method":"GET"} [] [2025-03-12T21:07:09.481316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:07:11.721754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=events","method":"GET"} [] [2025-03-12T21:07:11.750776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:07:13.977805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=events","method":"GET"} [] [2025-03-12T21:07:14.000275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:07:16.426758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=events","method":"GET"} [] [2025-03-12T21:07:16.482648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:07:21.118002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=config","method":"GET"} [] [2025-03-12T21:07:21.159169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:07:23.399183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=config","method":"GET"} [] [2025-03-12T21:07:23.424676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:07:25.650036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=router","method":"GET"} [] [2025-03-12T21:07:25.670434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:07:25.689734+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f/router","method":"GET"} [] [2025-03-12T21:07:28.007526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=logger","method":"GET"} [] [2025-03-12T21:07:28.028913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:07:30.248922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=config","method":"GET"} [] [2025-03-12T21:07:30.271888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:07:32.648608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=logger","method":"GET"} [] [2025-03-12T21:07:32.701650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:07:33.835831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?panel=db","method":"GET"} [] [2025-03-12T21:07:33.856959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:07:34.927364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=config","method":"GET"} [] [2025-03-12T21:07:34.949571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:07:37.126223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f?panel=logger","method":"GET"} [] [2025-03-12T21:07:37.183686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:07:39.442445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=config","method":"GET"} [] [2025-03-12T21:07:39.473724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:07:41.709688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=logger","method":"GET"} [] [2025-03-12T21:07:41.732232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:07:44.006471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?panel=router","method":"GET"} [] [2025-03-12T21:07:44.030017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:07:44.048352+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/router","method":"GET"} [] [2025-03-12T21:07:46.361078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=router","method":"GET"} [] [2025-03-12T21:07:46.382535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:07:46.400612+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657/router","method":"GET"} [] [2025-03-12T21:07:49.959367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=config","method":"GET"} [] [2025-03-12T21:07:50.009046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:07:52.252585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?panel=router","method":"GET"} [] [2025-03-12T21:07:52.289640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:07:52.328357+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a/router","method":"GET"} [] [2025-03-12T21:07:54.528845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=router","method":"GET"} [] [2025-03-12T21:07:54.557853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:07:54.582191+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2/router","method":"GET"} [] [2025-03-12T21:07:56.822287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=logger","method":"GET"} [] [2025-03-12T21:07:56.843475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:07:59.355475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?panel=logger","method":"GET"} [] [2025-03-12T21:07:59.380195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:08:01.631115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?panel=router","method":"GET"} [] [2025-03-12T21:08:01.655017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:01.673897+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/router","method":"GET"} [] [2025-03-12T21:08:04.068682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2?panel=config","method":"GET"} [] [2025-03-12T21:08:04.089573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:08:06.455738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=router","method":"GET"} [] [2025-03-12T21:08:06.506544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:06.530891+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578/router","method":"GET"} [] [2025-03-12T21:08:08.758815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=config","method":"GET"} [] [2025-03-12T21:08:08.801044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:08:10.998115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=router","method":"GET"} [] [2025-03-12T21:08:11.020455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:11.038540+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/router","method":"GET"} [] [2025-03-12T21:08:13.250309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=logger","method":"GET"} [] [2025-03-12T21:08:13.289138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:08:15.581795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=router","method":"GET"} [] [2025-03-12T21:08:15.601872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:15.619623+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292/router","method":"GET"} [] [2025-03-12T21:08:17.166802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?panel=db","method":"GET"} [] [2025-03-12T21:08:17.217030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:08:17.840819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=router","method":"GET"} [] [2025-03-12T21:08:17.860919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:17.879877+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345/router","method":"GET"} [] [2025-03-12T21:08:20.059336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=logger","method":"GET"} [] [2025-03-12T21:08:20.083341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:08:22.494042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=config","method":"GET"} [] [2025-03-12T21:08:22.550785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:08:24.766307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=config","method":"GET"} [] [2025-03-12T21:08:24.813290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:08:27.098575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=logger","method":"GET"} [] [2025-03-12T21:08:27.122226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:08:29.325319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=logger","method":"GET"} [] [2025-03-12T21:08:29.345844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:08:31.536430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=translation","method":"GET"} [] [2025-03-12T21:08:31.558365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:08:33.727912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=translation","method":"GET"} [] [2025-03-12T21:08:33.747430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:08:37.198661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=translation","method":"GET"} [] [2025-03-12T21:08:37.221913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:08:39.571337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=validator","method":"GET"} [] [2025-03-12T21:08:39.617848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:08:41.860016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=validator","method":"GET"} [] [2025-03-12T21:08:41.906165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:08:44.184879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=validator","method":"GET"} [] [2025-03-12T21:08:44.216145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:08:46.420163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292?panel=validator","method":"GET"} [] [2025-03-12T21:08:46.440720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:08:48.730939+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=config","method":"GET"} [] [2025-03-12T21:08:48.753464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:08:52.067417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=router","method":"GET"} [] [2025-03-12T21:08:52.096363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:52.119256+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62/router","method":"GET"} [] [2025-03-12T21:08:54.392645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=router","method":"GET"} [] [2025-03-12T21:08:54.416542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:08:54.438032+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c/router","method":"GET"} [] [2025-03-12T21:08:57.330135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?panel=db","method":"GET"} [] [2025-03-12T21:08:57.411238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:08:57.787376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=logger","method":"GET"} [] [2025-03-12T21:08:57.806769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:09:00.038453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=logger","method":"GET"} [] [2025-03-12T21:09:00.061638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:09:02.265683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=config","method":"GET"} [] [2025-03-12T21:09:02.292623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:09:04.528989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=router","method":"GET"} [] [2025-03-12T21:09:04.549267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:09:04.566864+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a/router","method":"GET"} [] [2025-03-12T21:09:06.768925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=config","method":"GET"} [] [2025-03-12T21:09:06.792805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:09:09.008653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=config","method":"GET"} [] [2025-03-12T21:09:09.031840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:09:11.232704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=config","method":"GET"} [] [2025-03-12T21:09:11.253457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:09:13.629618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=router","method":"GET"} [] [2025-03-12T21:09:13.699096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:09:13.746323+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/router","method":"GET"} [] [2025-03-12T21:09:16.048596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=config","method":"GET"} [] [2025-03-12T21:09:16.072538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:09:18.302304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=router","method":"GET"} [] [2025-03-12T21:09:18.323805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:09:18.341802+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/router","method":"GET"} [] [2025-03-12T21:09:20.563886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=logger","method":"GET"} [] [2025-03-12T21:09:20.584818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:09:22.809231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=router","method":"GET"} [] [2025-03-12T21:09:22.831764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:09:22.850050+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696/router","method":"GET"} [] [2025-03-12T21:09:25.077335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696?panel=logger","method":"GET"} [] [2025-03-12T21:09:25.099143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:09:27.270304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?panel=security","method":"GET"} [] [2025-03-12T21:09:27.292849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:29.743586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345?panel=security","method":"GET"} [] [2025-03-12T21:09:29.825105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:32.067471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?panel=security","method":"GET"} [] [2025-03-12T21:09:32.091258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:32.877984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?panel=db","method":"GET"} [] [2025-03-12T21:09:32.932806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:09:35.432622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?panel=security","method":"GET"} [] [2025-03-12T21:09:35.460434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:37.744279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?panel=security","method":"GET"} [] [2025-03-12T21:09:37.771958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:39.980928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?panel=security","method":"GET"} [] [2025-03-12T21:09:40.012109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:42.257216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479?panel=security","method":"GET"} [] [2025-03-12T21:09:42.291748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:44.479829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=security","method":"GET"} [] [2025-03-12T21:09:44.502496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:47.019460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?panel=security","method":"GET"} [] [2025-03-12T21:09:47.122419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:09:49.369394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=logger","method":"GET"} [] [2025-03-12T21:09:49.394380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:09:51.696373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?panel=router","method":"GET"} [] [2025-03-12T21:09:51.722862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:09:51.742721+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/router","method":"GET"} [] [2025-03-12T21:09:54.126150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=logger","method":"GET"} [] [2025-03-12T21:09:54.151474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:09:56.347345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?panel=router","method":"GET"} [] [2025-03-12T21:09:56.368133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:09:56.386068+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5/router","method":"GET"} [] [2025-03-12T21:09:59.722251+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:09:59.747249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:03.141407+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:03.227358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:04.693900+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:10:05.398024+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:05.420635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:08.690331+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:08.710402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:10.937770+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:10.961055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:13.128385+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:13.148366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:15.357200+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:15.380057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:17.508564+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:17.530284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:19.894230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c","method":"GET"} [] [2025-03-12T21:10:19.966626+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c/exception.css","method":"GET"} [] [2025-03-12T21:10:19.978289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:10:20.025895+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c/exception","method":"GET"} [] [2025-03-12T21:10:22.166328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8","method":"GET"} [] [2025-03-12T21:10:22.201845+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8/exception.css","method":"GET"} [] [2025-03-12T21:10:22.204920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:10:22.223788+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8/exception","method":"GET"} [] [2025-03-12T21:10:25.047250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be","method":"GET"} [] [2025-03-12T21:10:25.067114+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/exception.css","method":"GET"} [] [2025-03-12T21:10:25.070073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:10:25.088170+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/exception","method":"GET"} [] [2025-03-12T21:10:27.257796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817","method":"GET"} [] [2025-03-12T21:10:27.280594+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/exception.css","method":"GET"} [] [2025-03-12T21:10:27.283612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:10:27.301610+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/exception","method":"GET"} [] [2025-03-12T21:10:29.543240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246","method":"GET"} [] [2025-03-12T21:10:29.569979+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/exception.css","method":"GET"} [] [2025-03-12T21:10:29.574276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:10:29.598329+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/exception","method":"GET"} [] [2025-03-12T21:10:31.820656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8","method":"GET"} [] [2025-03-12T21:10:31.842504+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8/exception.css","method":"GET"} [] [2025-03-12T21:10:31.845609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:10:31.864041+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8/exception","method":"GET"} [] [2025-03-12T21:10:35.427677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:35.484309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:37.698029+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:37.721100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:39.917803+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:39.940773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:10:42.122475+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c/exception","method":"GET"} [] [2025-03-12T21:10:44.386622+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8/exception","method":"GET"} [] [2025-03-12T21:10:46.552029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=mailer","method":"GET"} [] [2025-03-12T21:10:46.581591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:10:48.808518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=config","method":"GET"} [] [2025-03-12T21:10:48.833897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:10:51.197979+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/exception","method":"GET"} [] [2025-03-12T21:10:53.458777+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/exception","method":"GET"} [] [2025-03-12T21:10:55.691191+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/exception","method":"GET"} [] [2025-03-12T21:10:57.888682+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8/exception","method":"GET"} [] [2025-03-12T21:11:00.151518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=exception","method":"GET"} [] [2025-03-12T21:11:00.176891+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/exception.css","method":"GET"} [] [2025-03-12T21:11:00.184474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:11:00.205314+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/exception","method":"GET"} [] [2025-03-12T21:11:05.854626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=translation","method":"GET"} [] [2025-03-12T21:11:05.884094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:11:08.301867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=translation","method":"GET"} [] [2025-03-12T21:11:08.351386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:11:10.576749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=translation","method":"GET"} [] [2025-03-12T21:11:10.598452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:11:12.781514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=translation","method":"GET"} [] [2025-03-12T21:11:12.804932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:11:14.999695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=mailer","method":"GET"} [] [2025-03-12T21:11:15.023079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:11:17.277312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=request","method":"GET"} [] [2025-03-12T21:11:17.311719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:11:19.489318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=request","method":"GET"} [] [2025-03-12T21:11:19.512743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:11:21.797410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=mailer","method":"GET"} [] [2025-03-12T21:11:21.827397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:11:24.166012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=events","method":"GET"} [] [2025-03-12T21:11:24.216913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:11:26.339793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=time","method":"GET"} [] [2025-03-12T21:11:26.362098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:11:28.559459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=dump","method":"GET"} [] [2025-03-12T21:11:28.581323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:11:30.689346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=twig","method":"GET"} [] [2025-03-12T21:11:30.711260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:11:30.890149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?panel=db","method":"GET"} [] [2025-03-12T21:11:30.911940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:11:33.006873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=form","method":"GET"} [] [2025-03-12T21:11:33.048594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:11:35.309643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=validator","method":"GET"} [] [2025-03-12T21:11:35.332056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:11:37.537328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=validator","method":"GET"} [] [2025-03-12T21:11:37.570634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:11:39.978182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=validator","method":"GET"} [] [2025-03-12T21:11:40.024185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:11:42.206951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=db","method":"GET"} [] [2025-03-12T21:11:42.229169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:11:44.400188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=events","method":"GET"} [] [2025-03-12T21:11:44.423629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:11:46.631140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=form","method":"GET"} [] [2025-03-12T21:11:46.655146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:11:48.903642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=dump","method":"GET"} [] [2025-03-12T21:11:48.936873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:11:51.147117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=twig","method":"GET"} [] [2025-03-12T21:11:51.168933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:11:53.391633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=time","method":"GET"} [] [2025-03-12T21:11:53.420356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:11:55.801182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=validator","method":"GET"} [] [2025-03-12T21:11:55.859997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:11:58.121327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=cache","method":"GET"} [] [2025-03-12T21:11:58.144093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:11:59.766325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3406ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/3406ae?group=1&panel=db","method":"GET"} [] [2025-03-12T21:11:59.787849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:12:00.359315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=db","method":"GET"} [] [2025-03-12T21:12:00.384156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:12:02.732510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=cache","method":"GET"} [] [2025-03-12T21:12:02.755425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:12:05.177954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=config","method":"GET"} [] [2025-03-12T21:12:05.214143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:12:07.577523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=router","method":"GET"} [] [2025-03-12T21:12:07.599519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:12:07.618457+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8/router","method":"GET"} [] [2025-03-12T21:12:09.892221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=logger","method":"GET"} [] [2025-03-12T21:12:09.921343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:12:12.197193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=config","method":"GET"} [] [2025-03-12T21:12:12.258539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:12:14.510860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=security","method":"GET"} [] [2025-03-12T21:12:14.534546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:12:17.871336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=security","method":"GET"} [] [2025-03-12T21:12:17.896466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:12:20.118966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=logger","method":"GET"} [] [2025-03-12T21:12:20.142844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:12:22.380631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?group=1&panel=db","method":"GET"} [] [2025-03-12T21:12:22.415770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:12:24.639569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?panel=router","method":"GET"} [] [2025-03-12T21:12:24.661126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:12:24.680628+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c/router","method":"GET"} [] [2025-03-12T21:12:27.256305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8?panel=security","method":"GET"} [] [2025-03-12T21:12:27.256331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81","method":"GET"} [] [2025-03-12T21:12:27.308701+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81/exception.css","method":"GET"} [] [2025-03-12T21:12:27.309218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:12:27.315876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:12:27.345668+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81/exception","method":"GET"} [] [2025-03-12T21:12:29.546956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=db","method":"GET"} [] [2025-03-12T21:12:29.570675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:12:31.761099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=db","method":"GET"} [] [2025-03-12T21:12:31.787212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:12:33.949446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:12:33.977247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:12:38.572383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=mailer","method":"GET"} [] [2025-03-12T21:12:38.608081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:12:40.821243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=exception","method":"GET"} [] [2025-03-12T21:12:40.842904+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/exception.css","method":"GET"} [] [2025-03-12T21:12:40.845979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:12:40.863996+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/exception","method":"GET"} [] [2025-03-12T21:12:43.175882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=exception","method":"GET"} [] [2025-03-12T21:12:43.230479+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/exception.css","method":"GET"} [] [2025-03-12T21:12:43.237430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:12:43.275278+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/exception","method":"GET"} [] [2025-03-12T21:12:45.573922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=request","method":"GET"} [] [2025-03-12T21:12:45.599291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:12:48.929068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=request","method":"GET"} [] [2025-03-12T21:12:48.953173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:12:51.118204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=request","method":"GET"} [] [2025-03-12T21:12:51.139636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:12:53.358790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=db","method":"GET"} [] [2025-03-12T21:12:53.381487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:12:55.612392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=db","method":"GET"} [] [2025-03-12T21:12:55.645430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:12:57.790553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=twig","method":"GET"} [] [2025-03-12T21:12:57.812336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:13:00.219591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=time","method":"GET"} [] [2025-03-12T21:13:00.283489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:13:02.515741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=form","method":"GET"} [] [2025-03-12T21:13:02.540331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:13:04.608274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=twig","method":"GET"} [] [2025-03-12T21:13:04.630222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:13:06.852936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=time","method":"GET"} [] [2025-03-12T21:13:06.880469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:13:09.058058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=form","method":"GET"} [] [2025-03-12T21:13:09.080007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:13:11.316386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=dump","method":"GET"} [] [2025-03-12T21:13:11.348831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:13:12.833374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"89df65"},"request_uri":"https://test.phila-ca.com/public/_profiler/89df65?group=1&panel=db","method":"GET"} [] [2025-03-12T21:13:12.854509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:13:13.522473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=dump","method":"GET"} [] [2025-03-12T21:13:13.545806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:13:15.911624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=events","method":"GET"} [] [2025-03-12T21:13:15.968722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:13:19.277926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=dump","method":"GET"} [] [2025-03-12T21:13:19.298844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:13:21.430387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=form","method":"GET"} [] [2025-03-12T21:13:21.452287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:13:23.629157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=twig","method":"GET"} [] [2025-03-12T21:13:23.651565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:13:25.869041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=time","method":"GET"} [] [2025-03-12T21:13:25.892498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:13:28.208039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=twig","method":"GET"} [] [2025-03-12T21:13:28.243720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:13:30.466744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=dump","method":"GET"} [] [2025-03-12T21:13:30.488454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:13:32.829344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=form","method":"GET"} [] [2025-03-12T21:13:32.884873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:13:34.637062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"488da9"},"request_uri":"https://test.phila-ca.com/public/_profiler/488da9?group=1&panel=db","method":"GET"} [] [2025-03-12T21:13:34.685304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:13:35.046794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=time","method":"GET"} [] [2025-03-12T21:13:35.068304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:13:37.288501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=cache","method":"GET"} [] [2025-03-12T21:13:37.309867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:13:39.471272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=cache","method":"GET"} [] [2025-03-12T21:13:39.494387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:13:41.741646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=events","method":"GET"} [] [2025-03-12T21:13:41.765120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:13:44.078664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=events","method":"GET"} [] [2025-03-12T21:13:44.111313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:13:46.328301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=cache","method":"GET"} [] [2025-03-12T21:13:46.349385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:13:48.774668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=cache","method":"GET"} [] [2025-03-12T21:13:48.833023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:13:51.002960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=router","method":"GET"} [] [2025-03-12T21:13:51.024356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:13:51.042243+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/router","method":"GET"} [] [2025-03-12T21:13:53.246130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=config","method":"GET"} [] [2025-03-12T21:13:53.267566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:13:54.041053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"169c8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/169c8c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:13:54.063368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:13:55.527506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?panel=logger","method":"GET"} [] [2025-03-12T21:13:55.549217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:13:57.816679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=config","method":"GET"} [] [2025-03-12T21:13:57.838579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:14:00.135840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?panel=logger","method":"GET"} [] [2025-03-12T21:14:00.168646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:14:03.447641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=config","method":"GET"} [] [2025-03-12T21:14:03.470887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:14:05.872264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=logger","method":"GET"} [] [2025-03-12T21:14:05.929325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:14:09.361475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=router","method":"GET"} [] [2025-03-12T21:14:09.383454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:14:09.401533+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/router","method":"GET"} [] [2025-03-12T21:14:10.979963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b9c214"},"request_uri":"https://test.phila-ca.com/public/_profiler/b9c214?group=1&panel=db","method":"GET"} [] [2025-03-12T21:14:11.007879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:14:11.728907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=logger","method":"GET"} [] [2025-03-12T21:14:11.751950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:14:14.002789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=translation","method":"GET"} [] [2025-03-12T21:14:14.025668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:14:16.285393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=translation","method":"GET"} [] [2025-03-12T21:14:16.321680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:14:18.499396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=validator","method":"GET"} [] [2025-03-12T21:14:18.523213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:14:20.606776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=security","method":"GET"} [] [2025-03-12T21:14:20.627975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:14:22.949851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?panel=validator","method":"GET"} [] [2025-03-12T21:14:23.002886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:14:25.191520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246?panel=security","method":"GET"} [] [2025-03-12T21:14:25.215956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:14:26.691016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:14:27.451376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:27.477919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:30.837744+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:30.857835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:33.075863+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:33.110578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:35.318856+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:35.343442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:37.516024+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:37.535971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:40.177433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:14:40.886702+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:40.910246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:43.088596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"75b0ef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/75b0ef/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:43.112983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:45.290411+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:45.313833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:47.499793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813","method":"GET"} [] [2025-03-12T21:14:47.529981+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813/exception.css","method":"GET"} [] [2025-03-12T21:14:47.537405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:14:47.573548+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813/exception","method":"GET"} [] [2025-03-12T21:14:49.821825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d","method":"GET"} [] [2025-03-12T21:14:49.849303+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/exception.css","method":"GET"} [] [2025-03-12T21:14:49.856363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:14:49.880074+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/exception","method":"GET"} [] [2025-03-12T21:14:52.110427+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:52.131195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:54.338188+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:54.398043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:54.607797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:14:56.776792+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:56.821427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:59.068482+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:14:59.093260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:15:01.296070+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:15:01.317892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:15:03.516787+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:15:03.539524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:15:05.829181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67","method":"GET"} [] [2025-03-12T21:15:05.865122+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/exception.css","method":"GET"} [] [2025-03-12T21:15:05.877992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:15:05.920993+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/exception","method":"GET"} [] [2025-03-12T21:15:08.108299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c","method":"GET"} [] [2025-03-12T21:15:08.133858+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/exception.css","method":"GET"} [] [2025-03-12T21:15:08.137997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:15:08.160202+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/exception","method":"GET"} [] [2025-03-12T21:15:10.373578+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813/exception","method":"GET"} [] [2025-03-12T21:15:12.853835+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/exception","method":"GET"} [] [2025-03-12T21:15:15.068655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=exception","method":"GET"} [] [2025-03-12T21:15:15.089720+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/exception.css","method":"GET"} [] [2025-03-12T21:15:15.092877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:15:15.110836+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/exception","method":"GET"} [] [2025-03-12T21:15:19.699531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0","method":"GET"} [] [2025-03-12T21:15:19.722929+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/exception.css","method":"GET"} [] [2025-03-12T21:15:19.726214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:15:19.745638+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/exception","method":"GET"} [] [2025-03-12T21:15:22.157826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=translation","method":"GET"} [] [2025-03-12T21:15:22.219194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:15:23.078065+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81/exception.css","method":"GET"} [] [2025-03-12T21:15:24.536857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=translation","method":"GET"} [] [2025-03-12T21:15:24.559429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:15:26.722252+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/exception","method":"GET"} [] [2025-03-12T21:15:29.263191+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/exception","method":"GET"} [] [2025-03-12T21:15:31.567107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=exception","method":"GET"} [] [2025-03-12T21:15:31.588598+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/exception.css","method":"GET"} [] [2025-03-12T21:15:31.592207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:15:31.610021+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/exception","method":"GET"} [] [2025-03-12T21:15:33.839798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=exception","method":"GET"} [] [2025-03-12T21:15:33.859111+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/exception.css","method":"GET"} [] [2025-03-12T21:15:33.861990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:15:33.879785+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/exception","method":"GET"} [] [2025-03-12T21:15:35.979954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=translation","method":"GET"} [] [2025-03-12T21:15:36.002035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:15:38.304728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=translation","method":"GET"} [] [2025-03-12T21:15:38.345176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:15:40.578699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=mailer","method":"GET"} [] [2025-03-12T21:15:40.603031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:15:42.816595+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/exception","method":"GET"} [] [2025-03-12T21:15:45.205576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=exception","method":"GET"} [] [2025-03-12T21:15:45.250713+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/exception.css","method":"GET"} [] [2025-03-12T21:15:45.254992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:15:45.276760+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/exception","method":"GET"} [] [2025-03-12T21:15:47.538749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=translation","method":"GET"} [] [2025-03-12T21:15:47.561593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:15:49.321324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81?panel=time","method":"GET"} [] [2025-03-12T21:15:49.344875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:15:49.672483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=mailer","method":"GET"} [] [2025-03-12T21:15:49.700237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:15:51.880516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=request","method":"GET"} [] [2025-03-12T21:15:51.904326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:15:55.356639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=request","method":"GET"} [] [2025-03-12T21:15:55.396943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:15:57.669196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=mailer","method":"GET"} [] [2025-03-12T21:15:57.698409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:15:59.875335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=events","method":"GET"} [] [2025-03-12T21:15:59.898401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:16:02.290065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81?panel=form","method":"GET"} [] [2025-03-12T21:16:02.290211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=events","method":"GET"} [] [2025-03-12T21:16:02.361338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:16:02.361604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:16:04.588457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=twig","method":"GET"} [] [2025-03-12T21:16:04.611517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:16:06.830504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=time","method":"GET"} [] [2025-03-12T21:16:06.857107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:16:09.060061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=dump","method":"GET"} [] [2025-03-12T21:16:09.082656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:16:11.334613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=time","method":"GET"} [] [2025-03-12T21:16:11.373579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:16:13.557665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81?panel=dump","method":"GET"} [] [2025-03-12T21:16:13.581885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:16:13.637283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=form","method":"GET"} [] [2025-03-12T21:16:13.660665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:16:15.919004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=dump","method":"GET"} [] [2025-03-12T21:16:15.942190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:16:19.406805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=form","method":"GET"} [] [2025-03-12T21:16:19.455242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:16:21.680293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=validator","method":"GET"} [] [2025-03-12T21:16:21.703828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:16:23.560467+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81/exception","method":"GET"} [] [2025-03-12T21:16:23.959448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=validator","method":"GET"} [] [2025-03-12T21:16:23.983069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:16:26.193780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=validator","method":"GET"} [] [2025-03-12T21:16:26.216660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:16:28.419068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=validator","method":"GET"} [] [2025-03-12T21:16:28.455443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:16:30.712865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=db","method":"GET"} [] [2025-03-12T21:16:30.735889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:16:32.916846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=db","method":"GET"} [] [2025-03-12T21:16:32.940876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:16:32.996409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81?panel=security","method":"GET"} [] [2025-03-12T21:16:33.021214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:16:35.355181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=cache","method":"GET"} [] [2025-03-12T21:16:35.415159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:16:37.597727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=events","method":"GET"} [] [2025-03-12T21:16:37.619667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:16:39.836677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=cache","method":"GET"} [] [2025-03-12T21:16:39.860293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:16:42.016006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=dump","method":"GET"} [] [2025-03-12T21:16:42.036924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:16:44.341415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=twig","method":"GET"} [] [2025-03-12T21:16:44.395778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:16:46.569293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=time","method":"GET"} [] [2025-03-12T21:16:46.591056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:16:48.590196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81?panel=router","method":"GET"} [] [2025-03-12T21:16:48.613820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:16:48.631931+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81/router","method":"GET"} [] [2025-03-12T21:16:48.748631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=validator","method":"GET"} [] [2025-03-12T21:16:48.782357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:16:51.261746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=db","method":"GET"} [] [2025-03-12T21:16:51.318515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:16:53.509732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=form","method":"GET"} [] [2025-03-12T21:16:53.532836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:16:55.759077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=cache","method":"GET"} [] [2025-03-12T21:16:55.785619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:16:55.841443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b4ae81"},"request_uri":"http://test.phila-ca.com/public/_profiler/b4ae81?panel=request","method":"GET"} [] [2025-03-12T21:16:55.864948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:16:57.976450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=logger","method":"GET"} [] [2025-03-12T21:16:57.998963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:17:00.275703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=router","method":"GET"} [] [2025-03-12T21:17:00.317291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:17:00.358317+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813/router","method":"GET"} [] [2025-03-12T21:17:02.608304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=config","method":"GET"} [] [2025-03-12T21:17:02.631039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:17:02.698884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:17:05.887534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=config","method":"GET"} [] [2025-03-12T21:17:05.909895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:17:08.329546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=router","method":"GET"} [] [2025-03-12T21:17:08.378355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:17:08.401272+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/router","method":"GET"} [] [2025-03-12T21:17:09.070788+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:17:10.735862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=security","method":"GET"} [] [2025-03-12T21:17:10.759353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:17:12.959709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:17:12.981536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:17:15.039781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696?panel=time","method":"GET"} [] [2025-03-12T21:17:15.076709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:17:15.190673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=security","method":"GET"} [] [2025-03-12T21:17:15.214106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:17:17.454148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?panel=security","method":"GET"} [] [2025-03-12T21:17:17.494869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:17:19.736233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=security","method":"GET"} [] [2025-03-12T21:17:19.757776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:17:21.433686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67","method":"GET"} [] [2025-03-12T21:17:21.454333+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67/exception.css","method":"GET"} [] [2025-03-12T21:17:21.461399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:17:21.479326+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67/exception","method":"GET"} [] [2025-03-12T21:17:21.914626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=router","method":"GET"} [] [2025-03-12T21:17:21.935718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:17:21.954205+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/router","method":"GET"} [] [2025-03-12T21:17:24.398958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=config","method":"GET"} [] [2025-03-12T21:17:24.447149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:17:26.333219+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:17:26.617160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c?panel=logger","method":"GET"} [] [2025-03-12T21:17:26.638466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:17:28.796304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?panel=security","method":"GET"} [] [2025-03-12T21:17:28.820351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:17:31.040301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813?group=1&panel=db","method":"GET"} [] [2025-03-12T21:17:31.064266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:17:31.472158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:17:33.314414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67?group=1&panel=db","method":"GET"} [] [2025-03-12T21:17:33.359168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:17:35.605604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=mailer","method":"GET"} [] [2025-03-12T21:17:35.628211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:17:36.421297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?panel=db","method":"GET"} [] [2025-03-12T21:17:36.445855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:17:37.826214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=mailer","method":"GET"} [] [2025-03-12T21:17:37.848169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:17:40.227237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=request","method":"GET"} [] [2025-03-12T21:17:40.281770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:17:41.084111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=db","method":"GET"} [] [2025-03-12T21:17:41.111414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:17:42.559609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=request","method":"GET"} [] [2025-03-12T21:17:42.582708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:17:44.846607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=db","method":"GET"} [] [2025-03-12T21:17:44.873179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:17:47.073244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=db","method":"GET"} [] [2025-03-12T21:17:47.099017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:17:49.389089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696","method":"GET"} [] [2025-03-12T21:17:49.427379+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696/exception.css","method":"GET"} [] [2025-03-12T21:17:49.436370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:17:49.470830+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696/exception","method":"GET"} [] [2025-03-12T21:17:50.425150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=events","method":"GET"} [] [2025-03-12T21:17:50.446039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:17:52.672769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=dump","method":"GET"} [] [2025-03-12T21:17:52.694518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:17:53.246517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?panel=db","method":"GET"} [] [2025-03-12T21:17:53.280709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:17:54.890844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=form","method":"GET"} [] [2025-03-12T21:17:54.914362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:17:57.057313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?panel=db","method":"GET"} [] [2025-03-12T21:17:57.082108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=time","method":"GET"} [] [2025-03-12T21:17:57.134875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:17:57.154247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:17:59.326330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=form","method":"GET"} [] [2025-03-12T21:17:59.349156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:18:00.022429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696?panel=events","method":"GET"} [] [2025-03-12T21:18:00.043778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:18:01.605718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=twig","method":"GET"} [] [2025-03-12T21:18:01.626568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:18:02.919421+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67/exception.css","method":"GET"} [] [2025-03-12T21:18:03.852196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=twig","method":"GET"} [] [2025-03-12T21:18:03.873089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:18:05.473045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67?panel=twig","method":"GET"} [] [2025-03-12T21:18:05.513586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:18:06.075336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=time","method":"GET"} [] [2025-03-12T21:18:06.096618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:18:07.749483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67?panel=dump","method":"GET"} [] [2025-03-12T21:18:07.771329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:18:08.255555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=cache","method":"GET"} [] [2025-03-12T21:18:08.277312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:18:09.967517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67?panel=form","method":"GET"} [] [2025-03-12T21:18:09.990321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:18:10.406165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=dump","method":"GET"} [] [2025-03-12T21:18:10.427393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:18:12.439478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67?panel=time","method":"GET"} [] [2025-03-12T21:18:12.495221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:18:12.615950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=cache","method":"GET"} [] [2025-03-12T21:18:12.636707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:18:14.727904+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67/exception","method":"GET"} [] [2025-03-12T21:18:14.885713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=router","method":"GET"} [] [2025-03-12T21:18:14.907353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:18:14.925108+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/router","method":"GET"} [] [2025-03-12T21:18:17.156409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=router","method":"GET"} [] [2025-03-12T21:18:17.177505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:18:17.196119+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/router","method":"GET"} [] [2025-03-12T21:18:18.269887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67?panel=security","method":"GET"} [] [2025-03-12T21:18:18.292585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:18:19.365452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=config","method":"GET"} [] [2025-03-12T21:18:19.388308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:18:20.683362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813","method":"GET"} [] [2025-03-12T21:18:20.717255+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813/exception.css","method":"GET"} [] [2025-03-12T21:18:20.725240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:18:20.762634+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813/exception","method":"GET"} [] [2025-03-12T21:18:21.606742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?panel=logger","method":"GET"} [] [2025-03-12T21:18:21.628729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:18:23.122070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b","method":"GET"} [] [2025-03-12T21:18:23.143841+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b/exception.css","method":"GET"} [] [2025-03-12T21:18:23.147040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:18:23.165460+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b/exception","method":"GET"} [] [2025-03-12T21:18:23.836363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=config","method":"GET"} [] [2025-03-12T21:18:23.858360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:18:25.379754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/753f9c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:25.407963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:26.076320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?panel=logger","method":"GET"} [] [2025-03-12T21:18:26.098902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:18:27.829983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:27.878988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:28.335590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=time","method":"GET"} [] [2025-03-12T21:18:28.358014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:18:30.018820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f0727e"},"request_uri":"http://test.phila-ca.com/public/_profiler/f0727e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:30.040576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:30.548427+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:30.572268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:32.256728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:32.280302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:18:32.798261+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:32.821928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:34.499560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=time","method":"GET"} [] [2025-03-12T21:18:34.521089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:18:34.966214+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:34.987851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:36.671345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696?panel=twig","method":"GET"} [] [2025-03-12T21:18:36.709624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:18:37.116635+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:37.143207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:38.947771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dd0d67"},"request_uri":"https://test.phila-ca.com/public/_profiler/dd0d67?panel=request","method":"GET"} [] [2025-03-12T21:18:38.975067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:18:39.293187+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:39.332587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:41.527203+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:41.549986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:42.401117+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813/exception.css","method":"GET"} [] [2025-03-12T21:18:43.922452+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:44.003293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:44.589743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813?panel=time","method":"GET"} [] [2025-03-12T21:18:44.613897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:18:46.178410+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:46.216862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:46.829829+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b/exception.css","method":"GET"} [] [2025-03-12T21:18:48.376283+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:48.398882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:18:49.005305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813?panel=dump","method":"GET"} [] [2025-03-12T21:18:49.027744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:18:50.603480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=exception","method":"GET"} [] [2025-03-12T21:18:50.624430+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b/exception.css","method":"GET"} [] [2025-03-12T21:18:50.628084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:18:50.647481+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b/exception","method":"GET"} [] [2025-03-12T21:18:51.279709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b?panel=twig","method":"GET"} [] [2025-03-12T21:18:51.301081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:18:52.946171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130","method":"GET"} [] [2025-03-12T21:18:52.978648+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130/exception.css","method":"GET"} [] [2025-03-12T21:18:52.984490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:18:53.020494+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130/exception","method":"GET"} [] [2025-03-12T21:18:53.500442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b?panel=time","method":"GET"} [] [2025-03-12T21:18:53.522840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:18:55.139462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd","method":"GET"} [] [2025-03-12T21:18:55.162322+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/exception.css","method":"GET"} [] [2025-03-12T21:18:55.165393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:18:55.184570+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/exception","method":"GET"} [] [2025-03-12T21:18:55.729901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=request","method":"GET"} [] [2025-03-12T21:18:55.753583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:18:57.389447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274","method":"GET"} [] [2025-03-12T21:18:57.410196+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/exception.css","method":"GET"} [] [2025-03-12T21:18:57.415470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:18:57.433459+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/exception","method":"GET"} [] [2025-03-12T21:18:57.943420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=db","method":"GET"} [] [2025-03-12T21:18:57.972925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:18:59.793294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5","method":"GET"} [] [2025-03-12T21:18:59.844798+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/exception.css","method":"GET"} [] [2025-03-12T21:18:59.848889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:18:59.871190+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/exception","method":"GET"} [] [2025-03-12T21:19:00.164747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813?panel=form","method":"GET"} [] [2025-03-12T21:19:00.189041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:19:02.045437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3","method":"GET"} [] [2025-03-12T21:19:02.065342+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/exception.css","method":"GET"} [] [2025-03-12T21:19:02.068302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:02.086152+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/exception","method":"GET"} [] [2025-03-12T21:19:02.402777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b?panel=form","method":"GET"} [] [2025-03-12T21:19:02.427122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:19:04.259678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704","method":"GET"} [] [2025-03-12T21:19:04.285250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:04.622439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813?panel=twig","method":"GET"} [] [2025-03-12T21:19:04.644536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:19:06.490644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2","method":"GET"} [] [2025-03-12T21:19:06.511364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:06.840254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b?panel=dump","method":"GET"} [] [2025-03-12T21:19:06.863239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:19:09.849138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0","method":"GET"} [] [2025-03-12T21:19:09.908113+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/exception.css","method":"GET"} [] [2025-03-12T21:19:09.915702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:09.996326+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/exception","method":"GET"} [] [2025-03-12T21:19:10.270614+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b/exception","method":"GET"} [] [2025-03-12T21:19:12.512345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b?panel=security","method":"GET"} [] [2025-03-12T21:19:12.534846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:19:14.568271+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130/exception","method":"GET"} [] [2025-03-12T21:19:14.948696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813?panel=security","method":"GET"} [] [2025-03-12T21:19:15.016987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:19:17.212798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=logger","method":"GET"} [] [2025-03-12T21:19:17.238648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:19:17.901594+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/exception.css","method":"GET"} [] [2025-03-12T21:19:19.446442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:19:19.468306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:19:20.621976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=time","method":"GET"} [] [2025-03-12T21:19:20.645452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:19:21.661552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=config","method":"GET"} [] [2025-03-12T21:19:21.684231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:19:22.785435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=db","method":"GET"} [] [2025-03-12T21:19:22.810384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:19:23.910075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=router","method":"GET"} [] [2025-03-12T21:19:23.931315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:19:23.952227+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c/router","method":"GET"} [] [2025-03-12T21:19:25.029329+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/exception","method":"GET"} [] [2025-03-12T21:19:26.261792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=exception","method":"GET"} [] [2025-03-12T21:19:26.295924+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c/exception.css","method":"GET"} [] [2025-03-12T21:19:26.303519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:26.350870+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c/exception","method":"GET"} [] [2025-03-12T21:19:27.206827+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/exception","method":"GET"} [] [2025-03-12T21:19:28.566083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=translation","method":"GET"} [] [2025-03-12T21:19:28.587434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:19:29.416742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107","method":"GET"} [] [2025-03-12T21:19:29.437850+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/exception.css","method":"GET"} [] [2025-03-12T21:19:29.441011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:29.459026+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/exception","method":"GET"} [] [2025-03-12T21:19:30.911291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=cache","method":"GET"} [] [2025-03-12T21:19:30.959796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:19:31.676920+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/exception","method":"GET"} [] [2025-03-12T21:19:33.136717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c?panel=dump","method":"GET"} [] [2025-03-12T21:19:33.159184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:19:33.915446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19","method":"GET"} [] [2025-03-12T21:19:33.938349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:36.136310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a","method":"GET"} [] [2025-03-12T21:19:36.157272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:36.700959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ecd813"},"request_uri":"http://test.phila-ca.com/public/_profiler/ecd813?panel=request","method":"GET"} [] [2025-03-12T21:19:36.724532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:19:38.376390+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/exception","method":"GET"} [] [2025-03-12T21:19:39.026074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/50af1b?panel=request","method":"GET"} [] [2025-03-12T21:19:39.049560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:19:40.544849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=exception","method":"GET"} [] [2025-03-12T21:19:40.566851+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/exception.css","method":"GET"} [] [2025-03-12T21:19:40.571046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:40.589200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/exception","method":"GET"} [] [2025-03-12T21:19:41.275874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=time","method":"GET"} [] [2025-03-12T21:19:41.310076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:19:42.756548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=exception","method":"GET"} [] [2025-03-12T21:19:42.776898+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/exception.css","method":"GET"} [] [2025-03-12T21:19:42.780301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:42.814091+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/exception","method":"GET"} [] [2025-03-12T21:19:43.534521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=time","method":"GET"} [] [2025-03-12T21:19:43.557464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:19:45.978203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696?panel=dump","method":"GET"} [] [2025-03-12T21:19:46.046069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:19:46.116440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=exception","method":"GET"} [] [2025-03-12T21:19:46.135982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:48.259001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c","method":"GET"} [] [2025-03-12T21:19:48.281024+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c/exception.css","method":"GET"} [] [2025-03-12T21:19:48.286495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:19:48.305034+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f2fa9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2fa9c/exception","method":"GET"} [] [2025-03-12T21:19:48.362826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=exception","method":"GET"} [] [2025-03-12T21:19:48.387720+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/exception.css","method":"GET"} [] [2025-03-12T21:19:48.390980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:48.410946+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/exception","method":"GET"} [] [2025-03-12T21:19:50.505935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/193c1b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:19:50.530137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:19:50.553175+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:19:50.640126+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/exception","method":"GET"} [] [2025-03-12T21:19:52.843844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=exception","method":"GET"} [] [2025-03-12T21:19:52.866863+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/exception.css","method":"GET"} [] [2025-03-12T21:19:52.870343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:52.879512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:19:52.890059+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/exception","method":"GET"} [] [2025-03-12T21:19:55.116077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=exception","method":"GET"} [] [2025-03-12T21:19:55.136680+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/exception.css","method":"GET"} [] [2025-03-12T21:19:55.139547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:55.157739+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/exception","method":"GET"} [] [2025-03-12T21:19:56.370988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:19:57.359953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=exception","method":"GET"} [] [2025-03-12T21:19:57.391543+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/exception.css","method":"GET"} [] [2025-03-12T21:19:57.398657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:19:57.420226+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/exception","method":"GET"} [] [2025-03-12T21:19:59.577411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:19:59.648786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=exception","method":"GET"} [] [2025-03-12T21:19:59.669022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:20:02.204021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=translation","method":"GET"} [] [2025-03-12T21:20:02.253451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:03.158826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:20:04.375901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=translation","method":"GET"} [] [2025-03-12T21:20:04.395634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:06.607048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=translation","method":"GET"} [] [2025-03-12T21:20:06.627493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:06.778760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d","method":"GET"} [] [2025-03-12T21:20:06.800448+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d/exception.css","method":"GET"} [] [2025-03-12T21:20:06.807628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:20:06.831517+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d/exception","method":"GET"} [] [2025-03-12T21:20:08.839252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=translation","method":"GET"} [] [2025-03-12T21:20:08.862517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:09.935838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0","method":"GET"} [] [2025-03-12T21:20:09.956288+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0/exception.css","method":"GET"} [] [2025-03-12T21:20:09.959128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:20:09.976550+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0/exception","method":"GET"} [] [2025-03-12T21:20:11.080233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=translation","method":"GET"} [] [2025-03-12T21:20:11.104854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:13.135547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=events","method":"GET"} [] [2025-03-12T21:20:13.172194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:20:13.315621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=translation","method":"GET"} [] [2025-03-12T21:20:13.338534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:15.683740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=events","method":"GET"} [] [2025-03-12T21:20:15.706374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:20:16.736630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=translation","method":"GET"} [] [2025-03-12T21:20:16.761993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:18.479404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=security","method":"GET"} [] [2025-03-12T21:20:18.541679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:20:18.965407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=translation","method":"GET"} [] [2025-03-12T21:20:18.985846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:20.695935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=security","method":"GET"} [] [2025-03-12T21:20:20.718058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:20:21.042440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=translation","method":"GET"} [] [2025-03-12T21:20:21.067780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:22.935662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=mailer","method":"GET"} [] [2025-03-12T21:20:22.958632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:23.284182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=translation","method":"GET"} [] [2025-03-12T21:20:23.307002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:20:25.118512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=mailer","method":"GET"} [] [2025-03-12T21:20:25.140820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:25.516930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=exception","method":"GET"} [] [2025-03-12T21:20:25.537303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:20:27.397231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=dump","method":"GET"} [] [2025-03-12T21:20:27.418527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:20:27.736889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=mailer","method":"GET"} [] [2025-03-12T21:20:27.757866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:29.620741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=dump","method":"GET"} [] [2025-03-12T21:20:29.658166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:20:29.966445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=mailer","method":"GET"} [] [2025-03-12T21:20:29.989693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:31.868412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=form","method":"GET"} [] [2025-03-12T21:20:31.897639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:20:32.191696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=mailer","method":"GET"} [] [2025-03-12T21:20:32.211697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:34.429506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=twig","method":"GET"} [] [2025-03-12T21:20:34.470174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=request","method":"GET"} [] [2025-03-12T21:20:34.497902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:20:34.508428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:20:36.744017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=mailer","method":"GET"} [] [2025-03-12T21:20:36.768196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:36.777551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=twig","method":"GET"} [] [2025-03-12T21:20:36.799231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:20:38.936232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=request","method":"GET"} [] [2025-03-12T21:20:38.958811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:20:38.991684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=form","method":"GET"} [] [2025-03-12T21:20:39.015066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:20:41.170520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=request","method":"GET"} [] [2025-03-12T21:20:41.175966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:20:41.193580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:20:43.352838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=request","method":"GET"} [] [2025-03-12T21:20:43.368831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:20:43.379646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:20:45.610804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=request","method":"GET"} [] [2025-03-12T21:20:45.648884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:20:45.736521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:20:47.786404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=request","method":"GET"} [] [2025-03-12T21:20:47.807016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:20:48.099161+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0/exception","method":"GET"} [] [2025-03-12T21:20:50.184380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=mailer","method":"GET"} [] [2025-03-12T21:20:50.236707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:50.303431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?panel=db","method":"GET"} [] [2025-03-12T21:20:50.345407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:20:52.387638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=mailer","method":"GET"} [] [2025-03-12T21:20:52.407651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:20:52.477757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:20:54.599430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=events","method":"GET"} [] [2025-03-12T21:20:54.622420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:20:54.667936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11d4c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/11d4c0?panel=db","method":"GET"} [] [2025-03-12T21:20:54.692591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:20:56.790813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=events","method":"GET"} [] [2025-03-12T21:20:56.811795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:20:56.887326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?panel=db","method":"GET"} [] [2025-03-12T21:20:56.951756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:20:59.037963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=events","method":"GET"} [] [2025-03-12T21:20:59.059634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:20:59.148410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?panel=db","method":"GET"} [] [2025-03-12T21:20:59.183739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:02.451203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=events","method":"GET"} [] [2025-03-12T21:21:02.493923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:21:02.526891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3c471d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3c471d?panel=db","method":"GET"} [] [2025-03-12T21:21:02.558458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:04.716933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=dump","method":"GET"} [] [2025-03-12T21:21:04.742088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:21:07.128634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=time","method":"GET"} [] [2025-03-12T21:21:07.128750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"38dc24"},"request_uri":"https://test.phila-ca.com/public/_profiler/38dc24?panel=db","method":"GET"} [] [2025-03-12T21:21:07.189216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:21:07.197688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:09.396489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"676b8a"},"request_uri":"https://test.phila-ca.com/public/_profiler/676b8a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:09.422562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=dump","method":"GET"} [] [2025-03-12T21:21:09.432683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:09.448085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:21:11.647439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?panel=db","method":"GET"} [] [2025-03-12T21:21:11.655933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=twig","method":"GET"} [] [2025-03-12T21:21:11.675448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:21:11.685382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:13.906495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=twig","method":"GET"} [] [2025-03-12T21:21:13.936583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:21:14.919745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"004b3a"},"request_uri":"https://test.phila-ca.com/public/_profiler/004b3a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:14.945607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:16.126536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=twig","method":"GET"} [] [2025-03-12T21:21:16.147319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:21:17.156596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"https://test.phila-ca.com/public/_profiler/25e26c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:17.182362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:19.596053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=dump","method":"GET"} [] [2025-03-12T21:21:19.651179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:21:20.670834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?panel=db","method":"GET"} [] [2025-03-12T21:21:20.736878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:24.372821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=form","method":"GET"} [] [2025-03-12T21:21:24.489134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:21:26.511491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:21:26.717398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=form","method":"GET"} [] [2025-03-12T21:21:26.742926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:21:28.748087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e?panel=db","method":"GET"} [] [2025-03-12T21:21:28.786589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:28.949772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=dump","method":"GET"} [] [2025-03-12T21:21:28.972927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:21:30.966537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"382dd6"},"request_uri":"https://test.phila-ca.com/public/_profiler/382dd6?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:30.991137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:31.195456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=time","method":"GET"} [] [2025-03-12T21:21:31.215388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:21:33.399205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=dump","method":"GET"} [] [2025-03-12T21:21:33.422139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:21:35.535791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?panel=db","method":"GET"} [] [2025-03-12T21:21:35.590403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:35.628464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=form","method":"GET"} [] [2025-03-12T21:21:35.652278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:21:37.859276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=time","method":"GET"} [] [2025-03-12T21:21:37.881771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:21:37.927261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:37.960610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:40.271836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=validator","method":"GET"} [] [2025-03-12T21:21:40.319621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:40.330994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:21:40.355125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:21:40.375169+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:21:42.553497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=twig","method":"GET"} [] [2025-03-12T21:21:42.576743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:21:42.870242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?panel=db","method":"GET"} [] [2025-03-12T21:21:42.894566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:45.909122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=validator","method":"GET"} [] [2025-03-12T21:21:45.932687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:46.050061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?panel=db","method":"GET"} [] [2025-03-12T21:21:46.072154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:48.190392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=validator","method":"GET"} [] [2025-03-12T21:21:48.212465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:49.353544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?panel=db","method":"GET"} [] [2025-03-12T21:21:49.378974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:50.348243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=validator","method":"GET"} [] [2025-03-12T21:21:50.369883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:52.205204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43f46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/43f46e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:52.248124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:21:52.575823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=validator","method":"GET"} [] [2025-03-12T21:21:52.599002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:54.777875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?panel=db","method":"GET"} [] [2025-03-12T21:21:54.806126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=validator","method":"GET"} [] [2025-03-12T21:21:54.818741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:21:54.826530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:57.147284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=validator","method":"GET"} [] [2025-03-12T21:21:57.178787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:21:57.191625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:59.329799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=validator","method":"GET"} [] [2025-03-12T21:21:59.352579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:21:59.357903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?panel=db","method":"GET"} [] [2025-03-12T21:21:59.402430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:01.570088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=validator","method":"GET"} [] [2025-03-12T21:22:01.593430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:22:01.620545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:01.645402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:03.746275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=db","method":"GET"} [] [2025-03-12T21:22:03.769358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:03.839741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/144e7f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:22:03.864764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:22:03.886090+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:22:05.986848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=db","method":"GET"} [] [2025-03-12T21:22:06.013291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:08.282170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=db","method":"GET"} [] [2025-03-12T21:22:08.321782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:10.556794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=db","method":"GET"} [] [2025-03-12T21:22:10.581217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:12.996819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=cache","method":"GET"} [] [2025-03-12T21:22:13.040671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:22:15.215985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=cache","method":"GET"} [] [2025-03-12T21:22:15.237228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:22:15.877075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2de995"},"request_uri":"https://test.phila-ca.com/public/_profiler/2de995?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:15.897773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:17.399937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=cache","method":"GET"} [] [2025-03-12T21:22:17.422385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:22:19.607112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=cache","method":"GET"} [] [2025-03-12T21:22:19.631005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:22:21.079076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"52a7d4"},"request_uri":"https://test.phila-ca.com/public/_profiler/52a7d4?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:21.101412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:21.848205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=cache","method":"GET"} [] [2025-03-12T21:22:21.871418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:22:24.045104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=events","method":"GET"} [] [2025-03-12T21:22:24.092709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:22:25.600885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dd936?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:25.625478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:26.326334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=time","method":"GET"} [] [2025-03-12T21:22:26.346170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:22:28.720516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=dump","method":"GET"} [] [2025-03-12T21:22:28.763067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:22:29.593930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d67b4"},"request_uri":"https://test.phila-ca.com/public/_profiler/0d67b4?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:29.618324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:33.290234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=db","method":"GET"} [] [2025-03-12T21:22:33.311130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:33.391142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:22:35.466704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=form","method":"GET"} [] [2025-03-12T21:22:35.486998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:22:36.467305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f263f0"},"request_uri":"https://test.phila-ca.com/public/_profiler/f263f0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:36.491443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:22:37.708770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=cache","method":"GET"} [] [2025-03-12T21:22:37.732691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:22:39.950478+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:22:39.961752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=router","method":"GET"} [] [2025-03-12T21:22:39.997801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:22:40.023210+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2/router","method":"GET"} [] [2025-03-12T21:22:42.237372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=router","method":"GET"} [] [2025-03-12T21:22:42.260546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:22:42.307515+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b/router","method":"GET"} [] [2025-03-12T21:22:42.677908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?panel=db","method":"GET"} [] [2025-03-12T21:22:42.725197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:44.711514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=config","method":"GET"} [] [2025-03-12T21:22:44.759472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:22:45.592888+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:22:48.077237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=config","method":"GET"} [] [2025-03-12T21:22:48.101218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:22:48.137412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?panel=db","method":"GET"} [] [2025-03-12T21:22:48.162440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:50.753419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e0528f"},"request_uri":"https://test.phila-ca.com/public/_profiler/e0528f?panel=db","method":"GET"} [] [2025-03-12T21:22:50.787557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:51.396763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=router","method":"GET"} [] [2025-03-12T21:22:51.417296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:22:51.435288+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/router","method":"GET"} [] [2025-03-12T21:22:53.226580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?panel=db","method":"GET"} [] [2025-03-12T21:22:53.258028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:54.687254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=router","method":"GET"} [] [2025-03-12T21:22:54.708702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:22:54.726402+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/router","method":"GET"} [] [2025-03-12T21:22:55.496356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:22:56.946683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=logger","method":"GET"} [] [2025-03-12T21:22:56.985118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:22:57.716953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?panel=db","method":"GET"} [] [2025-03-12T21:22:57.742530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:22:59.246638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=config","method":"GET"} [] [2025-03-12T21:22:59.269237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:23:00.342280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?panel=db","method":"GET"} [] [2025-03-12T21:23:00.403481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:01.458125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=logger","method":"GET"} [] [2025-03-12T21:23:01.478888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:23:02.737217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76?panel=db","method":"GET"} [] [2025-03-12T21:23:02.759872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:03.670277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=config","method":"GET"} [] [2025-03-12T21:23:03.692647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:23:04.928534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e142d8"},"request_uri":"https://test.phila-ca.com/public/_profiler/e142d8?panel=db","method":"GET"} [] [2025-03-12T21:23:04.962178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:07.191260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"965cc5"},"request_uri":"https://test.phila-ca.com/public/_profiler/965cc5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:07.230819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:08.256066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=logger","method":"GET"} [] [2025-03-12T21:23:08.279605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:23:10.543306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?panel=security","method":"GET"} [] [2025-03-12T21:23:10.568370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:10.660428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/760f1b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:10.690131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:12.730468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=security","method":"GET"} [] [2025-03-12T21:23:12.781041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:14.997000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=security","method":"GET"} [] [2025-03-12T21:23:15.021144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:15.398077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d416f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/d416f3?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:15.449159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:17.667561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:23:17.692302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:23:17.713461+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:23:18.402903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2?panel=security","method":"GET"} [] [2025-03-12T21:23:18.424026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:20.049002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"https://test.phila-ca.com/public/_profiler/982ba5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:20.079178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:23.028464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?panel=security","method":"GET"} [] [2025-03-12T21:23:23.052331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:23.627843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e56b76"},"request_uri":"https://test.phila-ca.com/public/_profiler/e56b76?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:23.649138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:25.297073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?panel=security","method":"GET"} [] [2025-03-12T21:23:25.318993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:27.676642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=security","method":"GET"} [] [2025-03-12T21:23:27.701881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:29.634184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:23:30.058351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=security","method":"GET"} [] [2025-03-12T21:23:30.094655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:23:32.540584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=logger","method":"GET"} [] [2025-03-12T21:23:32.540654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7380d"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7380d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:32.585751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:23:32.588641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:34.796695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=router","method":"GET"} [] [2025-03-12T21:23:34.815643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:23:34.833359+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a/router","method":"GET"} [] [2025-03-12T21:23:35.147578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f9d21"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f9d21?panel=db","method":"GET"} [] [2025-03-12T21:23:35.171374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:37.158570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a?panel=config","method":"GET"} [] [2025-03-12T21:23:37.179601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:23:37.643959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:23:39.822535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?panel=db","method":"GET"} [] [2025-03-12T21:23:39.847614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:40.522366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:40.547779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:42.224533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:23:43.917881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:43.943666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:44.573757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?panel=db","method":"GET"} [] [2025-03-12T21:23:44.609735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:46.156546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:46.196926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:23:48.591118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=translation","method":"GET"} [] [2025-03-12T21:23:48.647511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:23:48.769426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?panel=db","method":"GET"} [] [2025-03-12T21:23:48.795365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:50.876489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=mailer","method":"GET"} [] [2025-03-12T21:23:50.896998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:23:50.996976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"274aa4"},"request_uri":"https://test.phila-ca.com/public/_profiler/274aa4?panel=db","method":"GET"} [] [2025-03-12T21:23:51.028912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:23:53.089538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=mailer","method":"GET"} [] [2025-03-12T21:23:53.113268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:23:53.227361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:23:55.497780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:23:56.368693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=mailer","method":"GET"} [] [2025-03-12T21:23:56.389303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:23:58.488234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=mailer","method":"GET"} [] [2025-03-12T21:23:58.514116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:23:59.250734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?panel=db","method":"GET"} [] [2025-03-12T21:23:59.293034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:00.746774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=request","method":"GET"} [] [2025-03-12T21:24:00.766719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:24:01.507539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"236eb8"},"request_uri":"https://test.phila-ca.com/public/_profiler/236eb8?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:01.545964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:02.983103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=request","method":"GET"} [] [2025-03-12T21:24:03.002679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:24:03.899518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?panel=db","method":"GET"} [] [2025-03-12T21:24:03.949580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:05.167893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=request","method":"GET"} [] [2025-03-12T21:24:05.191805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:24:06.319426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:06.345305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:07.406469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=request","method":"GET"} [] [2025-03-12T21:24:07.428052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:24:08.607069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6706b"},"request_uri":"http://test.phila-ca.com/public/_profiler/c6706b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:24:08.629355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:24:08.651820+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:24:09.636829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=request","method":"GET"} [] [2025-03-12T21:24:09.661031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:24:11.002069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7c531a"},"request_uri":"https://test.phila-ca.com/public/_profiler/7c531a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:11.026485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:13.014452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=db","method":"GET"} [] [2025-03-12T21:24:13.037297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:15.213594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=db","method":"GET"} [] [2025-03-12T21:24:15.237641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:17.472775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=db","method":"GET"} [] [2025-03-12T21:24:17.517010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:17.809669+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:24:20.094049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=db","method":"GET"} [] [2025-03-12T21:24:20.145767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:20.920856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b42e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b42e0?panel=db","method":"GET"} [] [2025-03-12T21:24:20.946516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:22.327077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=request","method":"GET"} [] [2025-03-12T21:24:22.349052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:24:23.756641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?panel=db","method":"GET"} [] [2025-03-12T21:24:23.802899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:24.541581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=mailer","method":"GET"} [] [2025-03-12T21:24:24.564553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:24:26.567651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a78e7"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a78e7?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:26.588781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:26.757444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=db","method":"GET"} [] [2025-03-12T21:24:26.779706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:29.016635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=events","method":"GET"} [] [2025-03-12T21:24:29.043991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:24:29.106504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?panel=db","method":"GET"} [] [2025-03-12T21:24:29.144671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:31.255671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=events","method":"GET"} [] [2025-03-12T21:24:31.280136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:24:31.336950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?panel=db","method":"GET"} [] [2025-03-12T21:24:31.369665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:33.577373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5","method":"GET"} [] [2025-03-12T21:24:33.609797+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5/exception.css","method":"GET"} [] [2025-03-12T21:24:33.633908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:24:33.688176+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5/exception","method":"GET"} [] [2025-03-12T21:24:36.069456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0","method":"GET"} [] [2025-03-12T21:24:36.069350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=events","method":"GET"} [] [2025-03-12T21:24:36.127504+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0/exception.css","method":"GET"} [] [2025-03-12T21:24:36.128131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:24:36.130319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:24:36.158034+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0/exception","method":"GET"} [] [2025-03-12T21:24:38.367922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b796e"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b796e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:38.379857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=time","method":"GET"} [] [2025-03-12T21:24:38.392145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:38.403632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:24:40.613414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:24:40.637339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=twig","method":"GET"} [] [2025-03-12T21:24:40.657501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:24:42.739889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?panel=db","method":"GET"} [] [2025-03-12T21:24:42.767219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:24:43.982751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=form","method":"GET"} [] [2025-03-12T21:24:44.006496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:24:46.183054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9","method":"GET"} [] [2025-03-12T21:24:46.205320+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9/exception.css","method":"GET"} [] [2025-03-12T21:24:46.208210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:24:46.226547+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9/exception","method":"GET"} [] [2025-03-12T21:24:46.236438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=form","method":"GET"} [] [2025-03-12T21:24:46.267513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:24:48.478428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=dump","method":"GET"} [] [2025-03-12T21:24:48.483878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154fd7"},"request_uri":"http://test.phila-ca.com/public/_profiler/154fd7?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:48.510301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:24:48.514783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:50.709335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=dump","method":"GET"} [] [2025-03-12T21:24:50.741379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ae847"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ae847?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:50.745779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:24:50.769811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:53.150594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b253a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b253a4?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:53.222152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:24:54.138068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=time","method":"GET"} [] [2025-03-12T21:24:54.159970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:24:55.432159+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5/exception.css","method":"GET"} [] [2025-03-12T21:24:56.366749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=time","method":"GET"} [] [2025-03-12T21:24:56.389583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:24:57.627674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5?panel=time","method":"GET"} [] [2025-03-12T21:24:57.650270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:24:58.609776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=twig","method":"GET"} [] [2025-03-12T21:24:58.630278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:24:59.888272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5?panel=form","method":"GET"} [] [2025-03-12T21:24:59.915025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:25:00.827668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=form","method":"GET"} [] [2025-03-12T21:25:00.849510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:25:02.153519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5?panel=twig","method":"GET"} [] [2025-03-12T21:25:02.181724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:25:04.235644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=form","method":"GET"} [] [2025-03-12T21:25:04.257146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:25:04.374225+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5/exception","method":"GET"} [] [2025-03-12T21:25:06.471647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=dump","method":"GET"} [] [2025-03-12T21:25:06.514449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:25:06.588800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5?panel=dump","method":"GET"} [] [2025-03-12T21:25:06.610170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:25:08.882170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=dump","method":"GET"} [] [2025-03-12T21:25:08.927669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:25:08.953371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=events","method":"GET"} [] [2025-03-12T21:25:08.976513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:25:11.167575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=time","method":"GET"} [] [2025-03-12T21:25:11.187808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:11.290389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?panel=events","method":"GET"} [] [2025-03-12T21:25:11.313374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:25:13.399068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=twig","method":"GET"} [] [2025-03-12T21:25:13.419223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:25:13.581626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:25:13.608613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:25:13.631230+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:25:15.620902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=time","method":"GET"} [] [2025-03-12T21:25:15.642022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:15.959550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5?panel=security","method":"GET"} [] [2025-03-12T21:25:15.984493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:25:17.845222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=twig","method":"GET"} [] [2025-03-12T21:25:17.868342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:25:19.457210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=security","method":"GET"} [] [2025-03-12T21:25:19.481211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:25:20.036209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=time","method":"GET"} [] [2025-03-12T21:25:20.057137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:22.293974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=dump","method":"GET"} [] [2025-03-12T21:25:22.332465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:25:22.452653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?panel=security","method":"GET"} [] [2025-03-12T21:25:22.475709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:25:24.742564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=twig","method":"GET"} [] [2025-03-12T21:25:24.791181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:25:26.978074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=form","method":"GET"} [] [2025-03-12T21:25:27.000599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:25:27.817439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?panel=mailer","method":"GET"} [] [2025-03-12T21:25:27.842801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:25:30.341036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=cache","method":"GET"} [] [2025-03-12T21:25:30.366572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:25:30.387477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?group=1&panel=db","method":"GET"} [] [2025-03-12T21:25:30.411370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:25:32.542133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=cache","method":"GET"} [] [2025-03-12T21:25:32.563272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:25:32.748128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://test.phila-ca.com/public/_profiler/2cb0f5?panel=request","method":"GET"} [] [2025-03-12T21:25:32.772595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:25:34.815478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=cache","method":"GET"} [] [2025-03-12T21:25:34.839297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:25:36.918634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?panel=dump","method":"GET"} [] [2025-03-12T21:25:36.941117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:25:38.181385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=cache","method":"GET"} [] [2025-03-12T21:25:38.227564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:25:39.100227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=time","method":"GET"} [] [2025-03-12T21:25:39.122212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:40.628312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=cache","method":"GET"} [] [2025-03-12T21:25:40.675563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:25:41.264797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=twig","method":"GET"} [] [2025-03-12T21:25:41.287080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:25:42.852890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=time","method":"GET"} [] [2025-03-12T21:25:42.877303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:44.830929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?panel=time","method":"GET"} [] [2025-03-12T21:25:44.854432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:45.117179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=events","method":"GET"} [] [2025-03-12T21:25:45.145548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:25:47.029423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=form","method":"GET"} [] [2025-03-12T21:25:47.052922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:25:47.276561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=router","method":"GET"} [] [2025-03-12T21:25:47.296286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:25:47.314114+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19/router","method":"GET"} [] [2025-03-12T21:25:49.276130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=time","method":"GET"} [] [2025-03-12T21:25:49.298636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:25:49.643160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=config","method":"GET"} [] [2025-03-12T21:25:49.667001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:25:51.512839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:25:51.542223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:25:51.565909+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:25:51.857378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=config","method":"GET"} [] [2025-03-12T21:25:51.877188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:25:53.946544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=dump","method":"GET"} [] [2025-03-12T21:25:53.983637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:25:54.096984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?panel=logger","method":"GET"} [] [2025-03-12T21:25:54.117106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:25:57.469904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3","method":"GET"} [] [2025-03-12T21:25:57.517798+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3/exception.css","method":"GET"} [] [2025-03-12T21:25:57.523604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:25:57.523208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=logger","method":"GET"} [] [2025-03-12T21:25:57.558422+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3/exception","method":"GET"} [] [2025-03-12T21:25:57.561888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:25:59.766901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=router","method":"GET"} [] [2025-03-12T21:25:59.786151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:25:59.803712+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704/router","method":"GET"} [] [2025-03-12T21:26:02.019251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=config","method":"GET"} [] [2025-03-12T21:26:02.041541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:26:03.086705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=events","method":"GET"} [] [2025-03-12T21:26:03.107253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:26:04.246468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=exception","method":"GET"} [] [2025-03-12T21:26:04.268184+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9/exception.css","method":"GET"} [] [2025-03-12T21:26:04.271496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:26:04.290879+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9/exception","method":"GET"} [] [2025-03-12T21:26:05.818274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=mailer","method":"GET"} [] [2025-03-12T21:26:05.839445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:26:06.567460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=translation","method":"GET"} [] [2025-03-12T21:26:06.600064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:26:09.070239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=security","method":"GET"} [] [2025-03-12T21:26:09.070288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=validator","method":"GET"} [] [2025-03-12T21:26:09.106877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:26:09.107054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:26:11.276191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=dump","method":"GET"} [] [2025-03-12T21:26:11.279076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=security","method":"GET"} [] [2025-03-12T21:26:11.296806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:26:11.307271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:26:13.719024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=request","method":"GET"} [] [2025-03-12T21:26:13.719060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=twig","method":"GET"} [] [2025-03-12T21:26:13.768461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:26:13.768478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:26:15.987654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=form","method":"GET"} [] [2025-03-12T21:26:16.009303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:26:16.016022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=db","method":"GET"} [] [2025-03-12T21:26:16.038833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:18.270814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=mailer","method":"GET"} [] [2025-03-12T21:26:18.292607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:26:19.928760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:26:20.390621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=events","method":"GET"} [] [2025-03-12T21:26:20.416611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:26:22.208773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?panel=db","method":"GET"} [] [2025-03-12T21:26:22.233718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:22.627301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=twig","method":"GET"} [] [2025-03-12T21:26:22.649229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:26:24.581444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?panel=db","method":"GET"} [] [2025-03-12T21:26:24.628541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:24.846683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=dump","method":"GET"} [] [2025-03-12T21:26:24.868301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:26:26.997809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?panel=db","method":"GET"} [] [2025-03-12T21:26:27.030002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:27.059672+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9/exception","method":"GET"} [] [2025-03-12T21:26:30.510968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=cache","method":"GET"} [] [2025-03-12T21:26:30.511021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=db","method":"GET"} [] [2025-03-12T21:26:30.568623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:26:30.570480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:32.760616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=config","method":"GET"} [] [2025-03-12T21:26:32.767086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?panel=db","method":"GET"} [] [2025-03-12T21:26:32.783322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:26:32.800085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:35.000676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=config","method":"GET"} [] [2025-03-12T21:26:35.020647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:26:35.023612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?panel=db","method":"GET"} [] [2025-03-12T21:26:35.048893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:37.263144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=logger","method":"GET"} [] [2025-03-12T21:26:37.263337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?panel=db","method":"GET"} [] [2025-03-12T21:26:37.286247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:37.287915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:26:39.426695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?panel=db","method":"GET"} [] [2025-03-12T21:26:39.467072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:39.487056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?panel=router","method":"GET"} [] [2025-03-12T21:26:39.512611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:26:39.535146+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/router","method":"GET"} [] [2025-03-12T21:26:41.951917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3?panel=router","method":"GET"} [] [2025-03-12T21:26:41.992501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:26:42.037198+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/router","method":"GET"} [] [2025-03-12T21:26:42.882161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?panel=db","method":"GET"} [] [2025-03-12T21:26:42.906826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:44.236361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?panel=logger","method":"GET"} [] [2025-03-12T21:26:44.256257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:26:45.115190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://test.phila-ca.com/public/_profiler/68e9f9?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:45.139878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:46.635680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=config","method":"GET"} [] [2025-03-12T21:26:46.683322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:26:47.369306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c02d3"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c02d3?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:47.392021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:48.936304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=logger","method":"GET"} [] [2025-03-12T21:26:48.957772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:26:49.648155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"836d1d"},"request_uri":"https://test.phila-ca.com/public/_profiler/836d1d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:49.901264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:51.205305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=router","method":"GET"} [] [2025-03-12T21:26:51.228518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:26:51.247248+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130/router","method":"GET"} [] [2025-03-12T21:26:52.177485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?panel=db","method":"GET"} [] [2025-03-12T21:26:52.212931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:26:54.463895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:54.498046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:54.638938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?panel=router","method":"GET"} [] [2025-03-12T21:26:54.661604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:26:54.680129+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/router","method":"GET"} [] [2025-03-12T21:26:56.607186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4e917"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4e917?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:56.628523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:58.114867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?panel=router","method":"GET"} [] [2025-03-12T21:26:58.151961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:26:58.189549+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9/router","method":"GET"} [] [2025-03-12T21:26:58.781378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df4293"},"request_uri":"http://test.phila-ca.com/public/_profiler/df4293?group=1&panel=db","method":"GET"} [] [2025-03-12T21:26:58.802801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:00.397254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?panel=security","method":"GET"} [] [2025-03-12T21:27:00.420264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:27:01.023194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"https://test.phila-ca.com/public/_profiler/be8241?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:01.047964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:02.806577+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:02.856256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:03.307276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f292e1"},"request_uri":"https://test.phila-ca.com/public/_profiler/f292e1?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:03.330901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:04.987104+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:05.007597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:05.478390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a09a26"},"request_uri":"https://test.phila-ca.com/public/_profiler/a09a26?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:05.506103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:07.211105+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:07.232642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:08.440114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:27:09.511311+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:09.555510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:11.661111+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:11.688536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:11.797091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?panel=db","method":"GET"} [] [2025-03-12T21:27:11.862033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:13.829652+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:13.904292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:14.056980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d940e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6d940e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:14.104036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:16.068290+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:16.091468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:16.428019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?panel=db","method":"GET"} [] [2025-03-12T21:27:16.451316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:18.425416+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:18.475192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:19.911207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?panel=db","method":"GET"} [] [2025-03-12T21:27:19.961335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:20.679071+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:20.699387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:22.138264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?panel=db","method":"GET"} [] [2025-03-12T21:27:22.185658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:22.906409+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:22.978088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:27:24.406264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:27:25.195862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850","method":"GET"} [] [2025-03-12T21:27:25.233970+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/exception.css","method":"GET"} [] [2025-03-12T21:27:25.240089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:25.263813+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/exception","method":"GET"} [] [2025-03-12T21:27:26.648735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?panel=db","method":"GET"} [] [2025-03-12T21:27:26.684743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:27.489496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04","method":"GET"} [] [2025-03-12T21:27:27.533501+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/exception.css","method":"GET"} [] [2025-03-12T21:27:27.536517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:27.554998+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/exception","method":"GET"} [] [2025-03-12T21:27:28.832265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?panel=db","method":"GET"} [] [2025-03-12T21:27:28.894233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:29.793999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428","method":"GET"} [] [2025-03-12T21:27:29.825018+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/exception.css","method":"GET"} [] [2025-03-12T21:27:29.829944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:29.888188+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/exception","method":"GET"} [] [2025-03-12T21:27:31.056804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?panel=db","method":"GET"} [] [2025-03-12T21:27:31.081452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:27:32.087074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421","method":"GET"} [] [2025-03-12T21:27:32.109248+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/exception.css","method":"GET"} [] [2025-03-12T21:27:32.112191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:32.129996+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/exception","method":"GET"} [] [2025-03-12T21:27:33.744188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:33.817329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:34.319501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72","method":"GET"} [] [2025-03-12T21:27:34.339301+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72/exception.css","method":"GET"} [] [2025-03-12T21:27:34.342220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:34.360184+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72/exception","method":"GET"} [] [2025-03-12T21:27:36.087086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5159b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f5159b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:27:36.116691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:27:36.142092+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:27:36.497904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1","method":"GET"} [] [2025-03-12T21:27:36.517423+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/exception.css","method":"GET"} [] [2025-03-12T21:27:36.520329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:36.537921+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/exception","method":"GET"} [] [2025-03-12T21:27:38.628953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:38.652778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:41.112703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5","method":"GET"} [] [2025-03-12T21:27:41.135556+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/exception.css","method":"GET"} [] [2025-03-12T21:27:41.142364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:41.160251+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/exception","method":"GET"} [] [2025-03-12T21:27:41.998661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c610a?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:27:42.020949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:27:42.041440+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:27:43.386382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3","method":"GET"} [] [2025-03-12T21:27:43.407483+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/exception.css","method":"GET"} [] [2025-03-12T21:27:43.410384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:27:43.428500+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/exception","method":"GET"} [] [2025-03-12T21:27:45.170825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5b631"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5b631?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:45.215239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:45.647144+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/exception","method":"GET"} [] [2025-03-12T21:27:47.868974+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/exception","method":"GET"} [] [2025-03-12T21:27:51.346349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=router","method":"GET"} [] [2025-03-12T21:27:51.398473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:27:51.420560+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/router","method":"GET"} [] [2025-03-12T21:27:53.742092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=config","method":"GET"} [] [2025-03-12T21:27:53.763256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:27:54.727794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:54.752993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:27:55.896638+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/exception","method":"GET"} [] [2025-03-12T21:27:58.142819+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72/exception","method":"GET"} [] [2025-03-12T21:28:00.393107+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/exception","method":"GET"} [] [2025-03-12T21:28:02.616454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=dump","method":"GET"} [] [2025-03-12T21:28:02.657340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:28:03.559583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74ce79"},"request_uri":"https://test.phila-ca.com/public/_profiler/74ce79?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:28:03.583331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:28:03.605107+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:28:04.856841+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/exception","method":"GET"} [] [2025-03-12T21:28:07.297852+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/exception","method":"GET"} [] [2025-03-12T21:28:09.549829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda","method":"GET"} [] [2025-03-12T21:28:09.570650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:28:11.671741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed","method":"GET"} [] [2025-03-12T21:28:11.697041+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/exception.css","method":"GET"} [] [2025-03-12T21:28:11.702594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:28:11.722417+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/exception","method":"GET"} [] [2025-03-12T21:28:13.982842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=mailer","method":"GET"} [] [2025-03-12T21:28:14.007703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:28:16.221846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=exception","method":"GET"} [] [2025-03-12T21:28:16.242694+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/exception.css","method":"GET"} [] [2025-03-12T21:28:16.247723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:28:16.265665+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/exception","method":"GET"} [] [2025-03-12T21:28:18.487411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=exception","method":"GET"} [] [2025-03-12T21:28:18.521990+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/exception.css","method":"GET"} [] [2025-03-12T21:28:18.528954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:28:18.568751+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/exception","method":"GET"} [] [2025-03-12T21:28:20.766775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=translation","method":"GET"} [] [2025-03-12T21:28:20.787837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:28:23.152185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=translation","method":"GET"} [] [2025-03-12T21:28:23.205930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:28:25.462045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=validator","method":"GET"} [] [2025-03-12T21:28:25.485411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:28:28.808857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=security","method":"GET"} [] [2025-03-12T21:28:28.832301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:28:31.075689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=security","method":"GET"} [] [2025-03-12T21:28:31.099213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:28:33.210183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"161af0"},"request_uri":"https://test.phila-ca.com/public/_profiler/161af0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:28:33.237106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:28:33.297642+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/exception","method":"GET"} [] [2025-03-12T21:28:35.489821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=exception","method":"GET"} [] [2025-03-12T21:28:35.525122+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/exception.css","method":"GET"} [] [2025-03-12T21:28:35.533677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:28:35.578422+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/exception","method":"GET"} [] [2025-03-12T21:28:37.956634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=exception","method":"GET"} [] [2025-03-12T21:28:37.978957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:28:40.539938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=translation","method":"GET"} [] [2025-03-12T21:28:40.593859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:28:42.813684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=translation","method":"GET"} [] [2025-03-12T21:28:42.833148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:28:44.953163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=mailer","method":"GET"} [] [2025-03-12T21:28:44.972708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:28:47.224871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=request","method":"GET"} [] [2025-03-12T21:28:47.246016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:28:49.438204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=request","method":"GET"} [] [2025-03-12T21:28:49.462598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:28:51.671934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=mailer","method":"GET"} [] [2025-03-12T21:28:51.712803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:28:55.068805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=events","method":"GET"} [] [2025-03-12T21:28:55.092863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:28:56.734124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe5193"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe5193?group=1&panel=db","method":"GET"} [] [2025-03-12T21:28:56.789425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:28:57.283899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=events","method":"GET"} [] [2025-03-12T21:28:57.305817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:28:59.542145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=form","method":"GET"} [] [2025-03-12T21:28:59.564442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:29:01.795574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=time","method":"GET"} [] [2025-03-12T21:29:01.818605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:29:05.263174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=twig","method":"GET"} [] [2025-03-12T21:29:05.283452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:29:07.512901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=dump","method":"GET"} [] [2025-03-12T21:29:07.560628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:29:13.410483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=validator","method":"GET"} [] [2025-03-12T21:29:13.544831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:29:15.763724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=cache","method":"GET"} [] [2025-03-12T21:29:15.784260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:29:16.508081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c5b72"},"request_uri":"https://test.phila-ca.com/public/_profiler/2c5b72?group=1&panel=db","method":"GET"} [] [2025-03-12T21:29:16.528893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:29:18.055061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=db","method":"GET"} [] [2025-03-12T21:29:18.075973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:29:21.440956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=db","method":"GET"} [] [2025-03-12T21:29:21.466421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:29:24.772965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=router","method":"GET"} [] [2025-03-12T21:29:24.811636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:29:24.849207+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda/router","method":"GET"} [] [2025-03-12T21:29:27.119803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=config","method":"GET"} [] [2025-03-12T21:29:27.139217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:29:29.546244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=config","method":"GET"} [] [2025-03-12T21:29:29.596731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:29:31.823725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=logger","method":"GET"} [] [2025-03-12T21:29:31.844325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:29:34.072052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?panel=security","method":"GET"} [] [2025-03-12T21:29:34.091803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:29:37.502225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda?group=1&panel=db","method":"GET"} [] [2025-03-12T21:29:37.523304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:29:39.713015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=db","method":"GET"} [] [2025-03-12T21:29:39.737162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:29:41.904401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?group=1&panel=db","method":"GET"} [] [2025-03-12T21:29:41.944849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:29:44.192766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=router","method":"GET"} [] [2025-03-12T21:29:44.213956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:29:44.232523+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/router","method":"GET"} [] [2025-03-12T21:29:46.756237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed?panel=logger","method":"GET"} [] [2025-03-12T21:29:46.813956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:29:48.987593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=exception","method":"GET"} [] [2025-03-12T21:29:49.010817+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/exception.css","method":"GET"} [] [2025-03-12T21:29:49.020539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:29:49.047041+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/exception","method":"GET"} [] [2025-03-12T21:29:51.325186+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:29:52.312479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=exception","method":"GET"} [] [2025-03-12T21:29:52.340584+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/exception.css","method":"GET"} [] [2025-03-12T21:29:52.343474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:29:52.361390+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/exception","method":"GET"} [] [2025-03-12T21:29:54.625249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=exception","method":"GET"} [] [2025-03-12T21:29:54.652782+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/exception.css","method":"GET"} [] [2025-03-12T21:29:54.655787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:29:54.673692+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/exception","method":"GET"} [] [2025-03-12T21:29:56.894060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=exception","method":"GET"} [] [2025-03-12T21:29:56.914247+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/exception.css","method":"GET"} [] [2025-03-12T21:29:56.917143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:29:56.940740+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/exception","method":"GET"} [] [2025-03-12T21:29:59.132149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=translation","method":"GET"} [] [2025-03-12T21:29:59.168795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:30:01.346697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=translation","method":"GET"} [] [2025-03-12T21:30:01.369353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:30:03.758364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=translation","method":"GET"} [] [2025-03-12T21:30:03.819076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:30:06.024087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=translation","method":"GET"} [] [2025-03-12T21:30:06.046793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:30:08.100636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?panel=db","method":"GET"} [] [2025-03-12T21:30:08.174558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:08.263279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=translation","method":"GET"} [] [2025-03-12T21:30:08.286281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:30:10.490368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=mailer","method":"GET"} [] [2025-03-12T21:30:10.513060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:30:12.712766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=exception","method":"GET"} [] [2025-03-12T21:30:12.739411+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/exception.css","method":"GET"} [] [2025-03-12T21:30:12.748675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:30:12.767006+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/exception","method":"GET"} [] [2025-03-12T21:30:14.994479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=mailer","method":"GET"} [] [2025-03-12T21:30:15.034270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:30:17.255429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=mailer","method":"GET"} [] [2025-03-12T21:30:17.278085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:30:20.834794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=mailer","method":"GET"} [] [2025-03-12T21:30:20.889864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:30:23.102012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=mailer","method":"GET"} [] [2025-03-12T21:30:23.123820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:30:25.245553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=request","method":"GET"} [] [2025-03-12T21:30:25.267233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:27.567159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=request","method":"GET"} [] [2025-03-12T21:30:27.596155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:29.767647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=request","method":"GET"} [] [2025-03-12T21:30:29.797637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:32.003373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=db","method":"GET"} [] [2025-03-12T21:30:32.041226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:34.333322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=db","method":"GET"} [] [2025-03-12T21:30:34.362832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:36.722854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=db","method":"GET"} [] [2025-03-12T21:30:36.776754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:39.002482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=db","method":"GET"} [] [2025-03-12T21:30:39.024598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:42.383611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=db","method":"GET"} [] [2025-03-12T21:30:42.407310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:44.586230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=db","method":"GET"} [] [2025-03-12T21:30:44.610740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:46.801738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=request","method":"GET"} [] [2025-03-12T21:30:46.829291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:49.043283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=request","method":"GET"} [] [2025-03-12T21:30:49.076700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:51.332329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=request","method":"GET"} [] [2025-03-12T21:30:51.355808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:53.771800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=request","method":"GET"} [] [2025-03-12T21:30:53.822283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:53.998369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?panel=db","method":"GET"} [] [2025-03-12T21:30:54.023958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:30:56.042637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=request","method":"GET"} [] [2025-03-12T21:30:56.083149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:30:58.243127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=time","method":"GET"} [] [2025-03-12T21:30:58.265427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:31:00.479356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=form","method":"GET"} [] [2025-03-12T21:31:00.503050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:31:05.012175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=mailer","method":"GET"} [] [2025-03-12T21:31:05.124434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:31:07.426031+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:31:07.452355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:31:07.998700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a93e49"},"request_uri":"https://test.phila-ca.com/public/_profiler/a93e49?panel=db","method":"GET"} [] [2025-03-12T21:31:08.039278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:31:09.872592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=events","method":"GET"} [] [2025-03-12T21:31:09.922259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:31:12.140915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=events","method":"GET"} [] [2025-03-12T21:31:12.164369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:31:14.322300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=twig","method":"GET"} [] [2025-03-12T21:31:14.343836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:31:16.573759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=dump","method":"GET"} [] [2025-03-12T21:31:16.605142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:31:18.741647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=twig","method":"GET"} [] [2025-03-12T21:31:18.763203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:31:20.992513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=time","method":"GET"} [] [2025-03-12T21:31:21.032806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:31:22.134344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a7274d"},"request_uri":"http://test.phila-ca.com/public/_profiler/a7274d?panel=db","method":"GET"} [] [2025-03-12T21:31:22.180606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:31:23.257803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=form","method":"GET"} [] [2025-03-12T21:31:23.281487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:31:25.708409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=time","method":"GET"} [] [2025-03-12T21:31:25.765158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:31:27.972467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=form","method":"GET"} [] [2025-03-12T21:31:27.996243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:31:30.193341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=form","method":"GET"} [] [2025-03-12T21:31:30.216611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:31:32.463100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338","method":"GET"} [] [2025-03-12T21:31:32.495273+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/exception.css","method":"GET"} [] [2025-03-12T21:31:32.502139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:31:32.519871+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/exception","method":"GET"} [] [2025-03-12T21:31:33.573857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?panel=db","method":"GET"} [] [2025-03-12T21:31:33.622793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:31:34.703067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18","method":"GET"} [] [2025-03-12T21:31:34.725308+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/exception.css","method":"GET"} [] [2025-03-12T21:31:34.728411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:31:34.746694+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/exception","method":"GET"} [] [2025-03-12T21:31:36.982226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4","method":"GET"} [] [2025-03-12T21:31:37.018723+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/exception.css","method":"GET"} [] [2025-03-12T21:31:37.025502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:31:37.067754+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/exception","method":"GET"} [] [2025-03-12T21:31:39.254152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae","method":"GET"} [] [2025-03-12T21:31:39.274658+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/exception.css","method":"GET"} [] [2025-03-12T21:31:39.277602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:31:39.295382+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/exception","method":"GET"} [] [2025-03-12T21:31:41.683650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=form","method":"GET"} [] [2025-03-12T21:31:41.759759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:31:43.978391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=time","method":"GET"} [] [2025-03-12T21:31:44.004156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:31:44.434455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?panel=db","method":"GET"} [] [2025-03-12T21:31:44.470846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:31:46.246315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=dump","method":"GET"} [] [2025-03-12T21:31:46.268996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:31:48.437545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=time","method":"GET"} [] [2025-03-12T21:31:48.460263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:31:50.682231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=form","method":"GET"} [] [2025-03-12T21:31:50.704695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:31:53.027787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=twig","method":"GET"} [] [2025-03-12T21:31:53.138359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:31:53.634940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?panel=db","method":"GET"} [] [2025-03-12T21:31:53.662537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:31:55.554067+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/exception","method":"GET"} [] [2025-03-12T21:31:58.028531+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/exception","method":"GET"} [] [2025-03-12T21:32:00.306115+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/exception","method":"GET"} [] [2025-03-12T21:32:02.520324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=translation","method":"GET"} [] [2025-03-12T21:32:02.543395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:32:02.680320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?panel=db","method":"GET"} [] [2025-03-12T21:32:02.759688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:32:04.774461+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/exception","method":"GET"} [] [2025-03-12T21:32:06.941480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=exception","method":"GET"} [] [2025-03-12T21:32:06.961129+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/exception.css","method":"GET"} [] [2025-03-12T21:32:06.966120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:32:06.984301+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/exception","method":"GET"} [] [2025-03-12T21:32:09.322187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=exception","method":"GET"} [] [2025-03-12T21:32:09.356920+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/exception.css","method":"GET"} [] [2025-03-12T21:32:09.363711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:32:09.405024+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/exception","method":"GET"} [] [2025-03-12T21:32:10.457795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://test.phila-ca.com/public/_profiler/f9e846?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:10.488596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:11.661910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=translation","method":"GET"} [] [2025-03-12T21:32:11.692605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:32:14.097619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=exception","method":"GET"} [] [2025-03-12T21:32:14.147890+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/exception.css","method":"GET"} [] [2025-03-12T21:32:14.152820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:32:14.176121+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/exception","method":"GET"} [] [2025-03-12T21:32:16.419740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=mailer","method":"GET"} [] [2025-03-12T21:32:16.440537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:32:17.815322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:32:18.621235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=request","method":"GET"} [] [2025-03-12T21:32:18.643516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:32:20.861246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=request","method":"GET"} [] [2025-03-12T21:32:20.889887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:32:23.132249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=events","method":"GET"} [] [2025-03-12T21:32:23.153416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:32:24.390786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ce5971"},"request_uri":"https://test.phila-ca.com/public/_profiler/ce5971?panel=db","method":"GET"} [] [2025-03-12T21:32:24.437351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:32:25.341334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=time","method":"GET"} [] [2025-03-12T21:32:25.363279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:32:27.543721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=form","method":"GET"} [] [2025-03-12T21:32:27.567548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:32:29.903784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=dump","method":"GET"} [] [2025-03-12T21:32:29.948030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:32:30.781586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5","method":"GET"} [] [2025-03-12T21:32:30.803326+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5/exception.css","method":"GET"} [] [2025-03-12T21:32:30.815186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:32:30.833387+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5/exception","method":"GET"} [] [2025-03-12T21:32:32.163542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=twig","method":"GET"} [] [2025-03-12T21:32:32.184728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:32:34.388955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=validator","method":"GET"} [] [2025-03-12T21:32:34.411674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:32:36.476947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09f84d"},"request_uri":"https://test.phila-ca.com/public/_profiler/09f84d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:36.501809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:36.638336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=validator","method":"GET"} [] [2025-03-12T21:32:36.664644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:32:38.894340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=db","method":"GET"} [] [2025-03-12T21:32:38.916989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:32:41.111716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=cache","method":"GET"} [] [2025-03-12T21:32:41.152295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:32:45.929300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=mailer","method":"GET"} [] [2025-03-12T21:32:45.983358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:32:46.161030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c636f"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c636f?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:46.182239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:48.211898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=cache","method":"GET"} [] [2025-03-12T21:32:48.233910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:32:50.432259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=events","method":"GET"} [] [2025-03-12T21:32:50.455414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:32:51.141385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:32:51.167512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:32:51.189160+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:32:52.726121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=form","method":"GET"} [] [2025-03-12T21:32:52.749303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:32:54.901499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=dump","method":"GET"} [] [2025-03-12T21:32:54.923437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:32:55.127161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9f20d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9f20d2?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:55.160752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:32:57.141059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=time","method":"GET"} [] [2025-03-12T21:32:57.206790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:32:59.451662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=db","method":"GET"} [] [2025-03-12T21:32:59.474565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:33:01.888090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=config","method":"GET"} [] [2025-03-12T21:33:01.937176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:33:04.161838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=router","method":"GET"} [] [2025-03-12T21:33:04.182105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:33:04.199867+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/router","method":"GET"} [] [2025-03-12T21:33:06.512729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=logger","method":"GET"} [] [2025-03-12T21:33:06.535439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:33:08.048156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee6870"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee6870?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:08.085679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:08.794390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=validator","method":"GET"} [] [2025-03-12T21:33:08.817477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:33:10.986316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?panel=security","method":"GET"} [] [2025-03-12T21:33:11.009795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:33:13.251062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=security","method":"GET"} [] [2025-03-12T21:33:13.295219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:33:15.514868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=security","method":"GET"} [] [2025-03-12T21:33:15.538310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:33:17.901343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=router","method":"GET"} [] [2025-03-12T21:33:17.947968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:33:17.970592+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/router","method":"GET"} [] [2025-03-12T21:33:19.492071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:19.521477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:20.141819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=logger","method":"GET"} [] [2025-03-12T21:33:20.164144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:33:22.535035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:22.559615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:24.862994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae?panel=config","method":"GET"} [] [2025-03-12T21:33:24.891700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:33:27.078464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:27.102389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:33:29.303731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=translation","method":"GET"} [] [2025-03-12T21:33:29.358840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:33:31.600648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=request","method":"GET"} [] [2025-03-12T21:33:31.622423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:33:34.168682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=db","method":"GET"} [] [2025-03-12T21:33:34.253629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:33:36.490910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=form","method":"GET"} [] [2025-03-12T21:33:36.513468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:33:38.109642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae","method":"GET"} [] [2025-03-12T21:33:38.144223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae/exception.css","method":"GET"} [] [2025-03-12T21:33:38.166362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:33:38.184289+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae/exception","method":"GET"} [] [2025-03-12T21:33:38.721071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=twig","method":"GET"} [] [2025-03-12T21:33:38.742685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:33:40.990844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=time","method":"GET"} [] [2025-03-12T21:33:41.013657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:33:43.204933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=dump","method":"GET"} [] [2025-03-12T21:33:43.227232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:33:45.431865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=mailer","method":"GET"} [] [2025-03-12T21:33:45.474352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:33:47.722894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=mailer","method":"GET"} [] [2025-03-12T21:33:47.745159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:33:50.169139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=events","method":"GET"} [] [2025-03-12T21:33:50.216353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:33:52.458536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=time","method":"GET"} [] [2025-03-12T21:33:52.482266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:33:54.654113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=dump","method":"GET"} [] [2025-03-12T21:33:54.676122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:33:55.720436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=events","method":"GET"} [] [2025-03-12T21:33:55.749162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:33:56.913517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=form","method":"GET"} [] [2025-03-12T21:33:56.936261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:33:59.151277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=twig","method":"GET"} [] [2025-03-12T21:33:59.172435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:34:01.374279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=twig","method":"GET"} [] [2025-03-12T21:34:01.421698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:34:03.632065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=dump","method":"GET"} [] [2025-03-12T21:34:03.634724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=security","method":"GET"} [] [2025-03-12T21:34:03.654360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:34:03.657682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:34:08.331598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=twig","method":"GET"} [] [2025-03-12T21:34:08.395678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:34:10.654495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=form","method":"GET"} [] [2025-03-12T21:34:10.680597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:34:11.096438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=mailer","method":"GET"} [] [2025-03-12T21:34:11.120187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:34:12.922972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=dump","method":"GET"} [] [2025-03-12T21:34:12.945018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:34:15.180049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=dump","method":"GET"} [] [2025-03-12T21:34:15.207168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:34:17.362048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=time","method":"GET"} [] [2025-03-12T21:34:17.399776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:34:18.037184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=form","method":"GET"} [] [2025-03-12T21:34:18.059651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:34:19.651380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=twig","method":"GET"} [] [2025-03-12T21:34:19.682440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:34:21.892081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=time","method":"GET"} [] [2025-03-12T21:34:21.913824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:34:24.297608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=twig","method":"GET"} [] [2025-03-12T21:34:24.297608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=dump","method":"GET"} [] [2025-03-12T21:34:24.352649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:34:24.352649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:34:26.561184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=time","method":"GET"} [] [2025-03-12T21:34:26.585727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:34:28.898035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=validator","method":"GET"} [] [2025-03-12T21:34:28.921310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:34:29.398214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=time","method":"GET"} [] [2025-03-12T21:34:29.421952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:34:31.131004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=validator","method":"GET"} [] [2025-03-12T21:34:31.151758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:34:34.396318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=validator","method":"GET"} [] [2025-03-12T21:34:34.435630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:34:34.595745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"982ba5"},"request_uri":"http://test.phila-ca.com/public/_profiler/982ba5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:34:34.620711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:34:34.642107+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:34:36.600774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=validator","method":"GET"} [] [2025-03-12T21:34:36.623676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:34:38.823496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=cache","method":"GET"} [] [2025-03-12T21:34:38.848923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:39.498068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=dump","method":"GET"} [] [2025-03-12T21:34:39.549704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:34:41.041416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=cache","method":"GET"} [] [2025-03-12T21:34:41.063428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:43.300698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=cache","method":"GET"} [] [2025-03-12T21:34:43.325977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:45.621655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=cache","method":"GET"} [] [2025-03-12T21:34:45.644002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:47.842222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=cache","method":"GET"} [] [2025-03-12T21:34:47.865192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:50.022002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=cache","method":"GET"} [] [2025-03-12T21:34:50.061672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:52.231007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=cache","method":"GET"} [] [2025-03-12T21:34:52.254453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:52.351413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae?panel=events","method":"GET"} [] [2025-03-12T21:34:52.375261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:34:54.784581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=cache","method":"GET"} [] [2025-03-12T21:34:54.873302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:34:57.112201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=events","method":"GET"} [] [2025-03-12T21:34:57.135857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:34:59.377006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=validator","method":"GET"} [] [2025-03-12T21:34:59.410221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:35:01.648195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=exception","method":"GET"} [] [2025-03-12T21:35:01.672727+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/exception.css","method":"GET"} [] [2025-03-12T21:35:01.680473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:35:01.699358+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/exception","method":"GET"} [] [2025-03-12T21:35:03.866958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=cache","method":"GET"} [] [2025-03-12T21:35:03.890051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:35:04.143852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae?panel=request","method":"GET"} [] [2025-03-12T21:35:04.167385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:35:06.113226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=events","method":"GET"} [] [2025-03-12T21:35:06.150386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:35:08.372510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=events","method":"GET"} [] [2025-03-12T21:35:08.405861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:35:10.817741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=events","method":"GET"} [] [2025-03-12T21:35:10.865980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:35:13.080584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=events","method":"GET"} [] [2025-03-12T21:35:13.102752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:35:15.323384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=events","method":"GET"} [] [2025-03-12T21:35:15.345779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:35:17.620670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=request","method":"GET"} [] [2025-03-12T21:35:17.645830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:35:19.761502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=config","method":"GET"} [] [2025-03-12T21:35:19.782848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:24.141854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?panel=config","method":"GET"} [] [2025-03-12T21:35:24.191611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:24.581822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae?panel=router","method":"GET"} [] [2025-03-12T21:35:24.605619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:35:24.623883+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae/router","method":"GET"} [] [2025-03-12T21:35:26.811168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=config","method":"GET"} [] [2025-03-12T21:35:26.905506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:29.255739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=config","method":"GET"} [] [2025-03-12T21:35:29.278586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:31.439860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=logger","method":"GET"} [] [2025-03-12T21:35:31.463394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:35:33.687345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=translation","method":"GET"} [] [2025-03-12T21:35:33.714184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:35:34.624821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae?panel=config","method":"GET"} [] [2025-03-12T21:35:34.650605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:35.899892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=cache","method":"GET"} [] [2025-03-12T21:35:35.924843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:35:38.047115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=validator","method":"GET"} [] [2025-03-12T21:35:38.069572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:35:40.252293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=logger","method":"GET"} [] [2025-03-12T21:35:40.309778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:35:42.745058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=logger","method":"GET"} [] [2025-03-12T21:35:42.803860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:35:44.992789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=router","method":"GET"} [] [2025-03-12T21:35:45.014251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:35:45.032494+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/router","method":"GET"} [] [2025-03-12T21:35:47.387561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=config","method":"GET"} [] [2025-03-12T21:35:47.408856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:49.669355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=logger","method":"GET"} [] [2025-03-12T21:35:49.693516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:35:51.580294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae?panel=twig","method":"GET"} [] [2025-03-12T21:35:51.603575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:35:51.917005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=config","method":"GET"} [] [2025-03-12T21:35:51.938983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:54.152984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=config","method":"GET"} [] [2025-03-12T21:35:54.177143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:35:57.589360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428?panel=router","method":"GET"} [] [2025-03-12T21:35:57.639863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:35:57.684884+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/router","method":"GET"} [] [2025-03-12T21:35:59.426544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:36:01.037201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=logger","method":"GET"} [] [2025-03-12T21:36:01.070525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:36:03.266660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?panel=config","method":"GET"} [] [2025-03-12T21:36:03.290107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:36:05.496992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=router","method":"GET"} [] [2025-03-12T21:36:05.518962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:36:05.536939+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72/router","method":"GET"} [] [2025-03-12T21:36:06.250759+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5/exception","method":"GET"} [] [2025-03-12T21:36:07.815903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1?panel=router","method":"GET"} [] [2025-03-12T21:36:07.836151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:36:07.853850+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/router","method":"GET"} [] [2025-03-12T21:36:10.067355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=logger","method":"GET"} [] [2025-03-12T21:36:10.091157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:36:12.248424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=router","method":"GET"} [] [2025-03-12T21:36:12.270247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:36:12.289391+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/router","method":"GET"} [] [2025-03-12T21:36:13.035606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://test.phila-ca.com/public/_profiler/441af5?panel=db","method":"GET"} [] [2025-03-12T21:36:13.082676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:14.720999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=config","method":"GET"} [] [2025-03-12T21:36:14.779633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:36:17.015502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=events","method":"GET"} [] [2025-03-12T21:36:17.037727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:36:19.075886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?panel=db","method":"GET"} [] [2025-03-12T21:36:19.101285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:19.250604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=router","method":"GET"} [] [2025-03-12T21:36:19.272164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:36:19.291161+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/router","method":"GET"} [] [2025-03-12T21:36:21.483380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?panel=logger","method":"GET"} [] [2025-03-12T21:36:21.510155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:36:23.765512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=router","method":"GET"} [] [2025-03-12T21:36:23.787667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:36:23.805461+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/router","method":"GET"} [] [2025-03-12T21:36:24.496333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18","method":"GET"} [] [2025-03-12T21:36:24.529247+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18/exception.css","method":"GET"} [] [2025-03-12T21:36:24.537075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:36:24.557496+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18/exception","method":"GET"} [] [2025-03-12T21:36:26.141243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?panel=logger","method":"GET"} [] [2025-03-12T21:36:26.169116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:36:28.408522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?panel=security","method":"GET"} [] [2025-03-12T21:36:28.453423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:36:30.363648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?panel=db","method":"GET"} [] [2025-03-12T21:36:30.413803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:31.875530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?panel=security","method":"GET"} [] [2025-03-12T21:36:31.898166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:36:34.390959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45b46e"},"request_uri":"https://test.phila-ca.com/public/_profiler/45b46e?panel=db","method":"GET"} [] [2025-03-12T21:36:34.417099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:36.608219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?panel=security","method":"GET"} [] [2025-03-12T21:36:36.631386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:36:38.540502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?panel=db","method":"GET"} [] [2025-03-12T21:36:38.584279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:38.820494+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:38.849040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:41.046931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=db","method":"GET"} [] [2025-03-12T21:36:41.069874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:42.225920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?panel=db","method":"GET"} [] [2025-03-12T21:36:42.292179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:43.288812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?panel=security","method":"GET"} [] [2025-03-12T21:36:43.317935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:36:45.766703+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:45.766710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?panel=db","method":"GET"} [] [2025-03-12T21:36:45.844376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:45.851870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:48.064287+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:48.096298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:48.737724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=db","method":"GET"} [] [2025-03-12T21:36:48.762072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:50.287627+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:50.317315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:51.294953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?panel=db","method":"GET"} [] [2025-03-12T21:36:51.319101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:36:52.580632+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:52.605818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:53.909467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:36:54.737097+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:54.760882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:56.350802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:36:56.394579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:36:56.946428+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:56.970953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:58.761334+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18/exception.css","method":"GET"} [] [2025-03-12T21:36:59.167279+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:36:59.189622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:01.109307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18?panel=time","method":"GET"} [] [2025-03-12T21:37:01.167668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:37:01.390981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1","method":"GET"} [] [2025-03-12T21:37:01.416802+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/exception.css","method":"GET"} [] [2025-03-12T21:37:01.421367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:01.444212+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/exception","method":"GET"} [] [2025-03-12T21:37:03.513122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18?panel=form","method":"GET"} [] [2025-03-12T21:37:03.538060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:37:03.600812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c","method":"GET"} [] [2025-03-12T21:37:03.798865+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/exception.css","method":"GET"} [] [2025-03-12T21:37:03.801891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:03.819694+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/exception","method":"GET"} [] [2025-03-12T21:37:05.812684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18?panel=dump","method":"GET"} [] [2025-03-12T21:37:05.834952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:37:07.186698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d","method":"GET"} [] [2025-03-12T21:37:07.207537+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/exception.css","method":"GET"} [] [2025-03-12T21:37:07.210508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:07.228897+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/exception","method":"GET"} [] [2025-03-12T21:37:09.508546+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18/exception","method":"GET"} [] [2025-03-12T21:37:09.513791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2","method":"GET"} [] [2025-03-12T21:37:09.536735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:11.718326+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:11.721686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:37:11.739215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:11.746234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:37:11.770983+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:37:13.905406+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:13.929856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:14.264649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18?panel=security","method":"GET"} [] [2025-03-12T21:37:14.287700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:37:16.292122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851","method":"GET"} [] [2025-03-12T21:37:16.373979+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/exception.css","method":"GET"} [] [2025-03-12T21:37:16.384840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:16.433778+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/exception","method":"GET"} [] [2025-03-12T21:37:17.591022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"355eb4"},"request_uri":"https://test.phila-ca.com/public/_profiler/355eb4?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:17.624090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:18.571237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc","method":"GET"} [] [2025-03-12T21:37:18.592652+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/exception.css","method":"GET"} [] [2025-03-12T21:37:18.596279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:18.614382+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/exception","method":"GET"} [] [2025-03-12T21:37:20.681225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:20.706270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:20.827630+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:20.849092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:37:23.045895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32","method":"GET"} [] [2025-03-12T21:37:23.068615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:23.540028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:23.564766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:25.352795+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/exception","method":"GET"} [] [2025-03-12T21:37:27.600830+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/exception","method":"GET"} [] [2025-03-12T21:37:28.318872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f594f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/f594f7?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:28.343472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:29.800862+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/exception","method":"GET"} [] [2025-03-12T21:37:30.706937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"https://test.phila-ca.com/public/_profiler/36bc15?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:30.733247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:32.289865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=exception","method":"GET"} [] [2025-03-12T21:37:32.375161+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/exception.css","method":"GET"} [] [2025-03-12T21:37:32.391703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:37:32.448921+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/exception","method":"GET"} [] [2025-03-12T21:37:32.917034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ad552"},"request_uri":"https://test.phila-ca.com/public/_profiler/1ad552?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:32.946848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:34.569675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997","method":"GET"} [] [2025-03-12T21:37:34.590609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:37:35.156692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c906c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/c906c2?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:35.185771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:37:36.837774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=exception","method":"GET"} [] [2025-03-12T21:37:36.859925+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/exception.css","method":"GET"} [] [2025-03-12T21:37:36.863847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:37:36.882422+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/exception","method":"GET"} [] [2025-03-12T21:37:37.365922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4dd18"},"request_uri":"http://test.phila-ca.com/public/_profiler/d4dd18?panel=request","method":"GET"} [] [2025-03-12T21:37:37.395189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:37:39.126969+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/exception","method":"GET"} [] [2025-03-12T21:37:39.487072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"25e26c"},"request_uri":"http://test.phila-ca.com/public/_profiler/25e26c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:37:39.527217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:37:39.547873+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:37:41.376533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=exception","method":"GET"} [] [2025-03-12T21:37:41.398132+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/exception.css","method":"GET"} [] [2025-03-12T21:37:41.402350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:37:41.420343+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/exception","method":"GET"} [] [2025-03-12T21:37:42.048298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:37:43.616438+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/exception","method":"GET"} [] [2025-03-12T21:37:45.818838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=exception","method":"GET"} [] [2025-03-12T21:37:45.839003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:37:45.919959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?panel=db","method":"GET"} [] [2025-03-12T21:37:45.943876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:37:48.439580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=translation","method":"GET"} [] [2025-03-12T21:37:48.505508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:37:50.667932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=translation","method":"GET"} [] [2025-03-12T21:37:50.691623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:37:52.895800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=translation","method":"GET"} [] [2025-03-12T21:37:52.918492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:37:54.153440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?panel=db","method":"GET"} [] [2025-03-12T21:37:54.190856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:37:55.136744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=translation","method":"GET"} [] [2025-03-12T21:37:55.160474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:37:57.531427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=cache","method":"GET"} [] [2025-03-12T21:37:57.553079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:37:59.771639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=translation","method":"GET"} [] [2025-03-12T21:37:59.802838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:38:01.148480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?panel=db","method":"GET"} [] [2025-03-12T21:38:01.193658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:01.968086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=exception","method":"GET"} [] [2025-03-12T21:38:01.988435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:38:04.513679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?panel=db","method":"GET"} [] [2025-03-12T21:38:04.513646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=exception","method":"GET"} [] [2025-03-12T21:38:04.640276+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/exception.css","method":"GET"} [] [2025-03-12T21:38:04.641124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:04.647118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:38:04.719659+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/exception","method":"GET"} [] [2025-03-12T21:38:06.988188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=mailer","method":"GET"} [] [2025-03-12T21:38:07.011539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:38:07.528286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?panel=db","method":"GET"} [] [2025-03-12T21:38:07.554172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:09.176317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=mailer","method":"GET"} [] [2025-03-12T21:38:09.200427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:38:10.230937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?panel=db","method":"GET"} [] [2025-03-12T21:38:10.271956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:11.400348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=request","method":"GET"} [] [2025-03-12T21:38:11.421445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:38:12.647845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696?panel=db","method":"GET"} [] [2025-03-12T21:38:12.672735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:13.648308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=request","method":"GET"} [] [2025-03-12T21:38:13.671968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:38:14.885850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?panel=db","method":"GET"} [] [2025-03-12T21:38:14.969170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:15.886475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=request","method":"GET"} [] [2025-03-12T21:38:15.906448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:38:17.180677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5616e"},"request_uri":"https://test.phila-ca.com/public/_profiler/a5616e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:17.212017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:18.087177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=request","method":"GET"} [] [2025-03-12T21:38:18.110740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:38:19.593906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?panel=db","method":"GET"} [] [2025-03-12T21:38:19.680958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:38:20.187046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=translation","method":"GET"} [] [2025-03-12T21:38:20.207125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:38:21.922351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:21.947300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:22.404990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=mailer","method":"GET"} [] [2025-03-12T21:38:22.428994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:38:24.166411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d830b0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d830b0?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:38:24.190830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:38:24.212853+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:38:24.575404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=mailer","method":"GET"} [] [2025-03-12T21:38:24.594499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:38:26.592156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:26.617842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:26.798873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=events","method":"GET"} [] [2025-03-12T21:38:26.821870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:38:29.093806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=events","method":"GET"} [] [2025-03-12T21:38:29.117079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:38:30.499337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e90a92"},"request_uri":"https://test.phila-ca.com/public/_profiler/e90a92?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:30.525168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:31.350577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=dump","method":"GET"} [] [2025-03-12T21:38:31.373081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:38:33.450251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=form","method":"GET"} [] [2025-03-12T21:38:33.473290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:38:35.833737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=time","method":"GET"} [] [2025-03-12T21:38:35.897817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:38:37.178862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"df7427"},"request_uri":"http://test.phila-ca.com/public/_profiler/df7427?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:37.202136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:38.129249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=twig","method":"GET"} [] [2025-03-12T21:38:38.150306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:38:40.106407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948","method":"GET"} [] [2025-03-12T21:38:40.128588+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948/exception.css","method":"GET"} [] [2025-03-12T21:38:40.135437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:38:40.153374+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948/exception","method":"GET"} [] [2025-03-12T21:38:40.335931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=time","method":"GET"} [] [2025-03-12T21:38:40.357609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:38:42.568193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=twig","method":"GET"} [] [2025-03-12T21:38:42.595662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:38:42.899570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d","method":"GET"} [] [2025-03-12T21:38:42.920406+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d/exception.css","method":"GET"} [] [2025-03-12T21:38:42.923319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:38:42.943921+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d/exception","method":"GET"} [] [2025-03-12T21:38:44.905062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=form","method":"GET"} [] [2025-03-12T21:38:44.927614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:38:45.425798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5a310"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5a310?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:45.449024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:47.115576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=dump","method":"GET"} [] [2025-03-12T21:38:47.136312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:38:47.769484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7eb696"},"request_uri":"http://test.phila-ca.com/public/_profiler/7eb696?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:47.793028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:49.330963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=validator","method":"GET"} [] [2025-03-12T21:38:49.354670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:38:49.991735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50d98a"},"request_uri":"https://test.phila-ca.com/public/_profiler/50d98a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:50.018021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:38:51.723690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=validator","method":"GET"} [] [2025-03-12T21:38:51.789553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:38:52.076604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2e31c7"},"request_uri":"https://test.phila-ca.com/public/_profiler/2e31c7?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:38:52.101929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:38:52.123540+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:38:54.021410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=validator","method":"GET"} [] [2025-03-12T21:38:54.046564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:38:54.477889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"http://test.phila-ca.com/public/_profiler/010e7b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:38:54.503910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:38:54.524106+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:38:56.263006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=validator","method":"GET"} [] [2025-03-12T21:38:56.286113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:38:58.438293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=dump","method":"GET"} [] [2025-03-12T21:38:58.458716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:38:59.584115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?panel=db","method":"GET"} [] [2025-03-12T21:38:59.640951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:00.800378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=db","method":"GET"} [] [2025-03-12T21:39:00.858058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:03.085871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=db","method":"GET"} [] [2025-03-12T21:39:03.107869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:05.335622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=cache","method":"GET"} [] [2025-03-12T21:39:05.362029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:39:07.647392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=cache","method":"GET"} [] [2025-03-12T21:39:07.688901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:39:09.897065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=events","method":"GET"} [] [2025-03-12T21:39:09.916507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:39:12.100569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=events","method":"GET"} [] [2025-03-12T21:39:12.124592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:39:14.296159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=twig","method":"GET"} [] [2025-03-12T21:39:14.315947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:39:14.608068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?panel=db","method":"GET"} [] [2025-03-12T21:39:14.634672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:16.901506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=twig","method":"GET"} [] [2025-03-12T21:39:16.964856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:39:20.237374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=validator","method":"GET"} [] [2025-03-12T21:39:20.265437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:39:22.480445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=db","method":"GET"} [] [2025-03-12T21:39:22.502673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:24.810189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=dump","method":"GET"} [] [2025-03-12T21:39:24.859440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:39:27.047520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=form","method":"GET"} [] [2025-03-12T21:39:27.070301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:39:27.400179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?panel=db","method":"GET"} [] [2025-03-12T21:39:27.425081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:29.291552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=time","method":"GET"} [] [2025-03-12T21:39:29.312835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:39:31.476084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=form","method":"GET"} [] [2025-03-12T21:39:31.497733+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:39:33.917847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=db","method":"GET"} [] [2025-03-12T21:39:33.969221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:39:36.176974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=cache","method":"GET"} [] [2025-03-12T21:39:36.199032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:39:38.387220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=logger","method":"GET"} [] [2025-03-12T21:39:38.411063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:39:39.694522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=events","method":"GET"} [] [2025-03-12T21:39:39.716597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:39:41.837449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=router","method":"GET"} [] [2025-03-12T21:39:41.877628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:39:41.919387+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/router","method":"GET"} [] [2025-03-12T21:39:44.131461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?panel=config","method":"GET"} [] [2025-03-12T21:39:44.154554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:39:46.358912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?group=1&panel=db","method":"GET"} [] [2025-03-12T21:39:46.382653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:39:49.925226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=router","method":"GET"} [] [2025-03-12T21:39:49.975136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:39:49.994249+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/router","method":"GET"} [] [2025-03-12T21:39:50.512702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=events","method":"GET"} [] [2025-03-12T21:39:50.534886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:39:52.197636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=config","method":"GET"} [] [2025-03-12T21:39:52.219020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:39:54.426936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?group=1&panel=db","method":"GET"} [] [2025-03-12T21:39:54.451905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:39:56.658179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?panel=security","method":"GET"} [] [2025-03-12T21:39:56.686464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:39:58.966374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=security","method":"GET"} [] [2025-03-12T21:39:59.010617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:40:00.255502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=security","method":"GET"} [] [2025-03-12T21:40:00.281926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:40:02.316531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=security","method":"GET"} [] [2025-03-12T21:40:02.340244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:40:04.576040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=security","method":"GET"} [] [2025-03-12T21:40:04.598407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:40:06.949005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=db","method":"GET"} [] [2025-03-12T21:40:07.000886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:40:08.833733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=security","method":"GET"} [] [2025-03-12T21:40:08.856264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:40:09.215557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=logger","method":"GET"} [] [2025-03-12T21:40:09.236161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:40:12.582083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=config","method":"GET"} [] [2025-03-12T21:40:12.608679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:40:14.751548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=config","method":"GET"} [] [2025-03-12T21:40:14.794699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:40:16.445664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=mailer","method":"GET"} [] [2025-03-12T21:40:16.474652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:40:16.990919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=router","method":"GET"} [] [2025-03-12T21:40:17.010225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:40:17.030528+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2/router","method":"GET"} [] [2025-03-12T21:40:19.327075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc?panel=router","method":"GET"} [] [2025-03-12T21:40:19.354615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:40:19.375105+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/router","method":"GET"} [] [2025-03-12T21:40:21.588435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2?panel=cache","method":"GET"} [] [2025-03-12T21:40:21.608457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:40:23.737617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=mailer","method":"GET"} [] [2025-03-12T21:40:23.788616+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:40:24.888862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:24.918447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:27.056225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:27.078131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:29.216532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=exception","method":"GET"} [] [2025-03-12T21:40:29.236337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:40:29.987961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=dump","method":"GET"} [] [2025-03-12T21:40:30.027259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:40:31.376894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=translation","method":"GET"} [] [2025-03-12T21:40:31.396628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:40:33.735231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=mailer","method":"GET"} [] [2025-03-12T21:40:33.760641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:40:35.931641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:36.000337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:36.007772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=mailer","method":"GET"} [] [2025-03-12T21:40:36.031225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:40:38.277474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=exception","method":"GET"} [] [2025-03-12T21:40:38.299309+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/exception.css","method":"GET"} [] [2025-03-12T21:40:38.316229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:40:38.335801+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/exception","method":"GET"} [] [2025-03-12T21:40:40.739335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=mailer","method":"GET"} [] [2025-03-12T21:40:40.788776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:40:41.246475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"753f9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/753f9c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:41.276257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:43.000253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=mailer","method":"GET"} [] [2025-03-12T21:40:43.020829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:40:45.208009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=request","method":"GET"} [] [2025-03-12T21:40:45.261961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:40:45.753095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7250ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/7250ee?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:45.778593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:40:47.520265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=request","method":"GET"} [] [2025-03-12T21:40:47.542878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:40:49.642181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=request","method":"GET"} [] [2025-03-12T21:40:49.666822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:40:49.852897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=twig","method":"GET"} [] [2025-03-12T21:40:49.877604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:40:51.886470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=db","method":"GET"} [] [2025-03-12T21:40:51.909388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:40:53.592808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=dump","method":"GET"} [] [2025-03-12T21:40:53.617305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:40:54.117542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=db","method":"GET"} [] [2025-03-12T21:40:54.138428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:40:56.487215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=db","method":"GET"} [] [2025-03-12T21:40:56.553097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:40:56.891891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=time","method":"GET"} [] [2025-03-12T21:40:56.915505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:40:58.776327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=request","method":"GET"} [] [2025-03-12T21:40:58.796253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:41:00.293360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=time","method":"GET"} [] [2025-03-12T21:41:00.348335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:41:00.996777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=dump","method":"GET"} [] [2025-03-12T21:41:01.019083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:41:02.739193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=form","method":"GET"} [] [2025-03-12T21:41:02.773763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:41:03.226120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=twig","method":"GET"} [] [2025-03-12T21:41:03.247234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:41:05.216386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=form","method":"GET"} [] [2025-03-12T21:41:05.246638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:41:05.456709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=form","method":"GET"} [] [2025-03-12T21:41:05.478277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:41:07.639980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=time","method":"GET"} [] [2025-03-12T21:41:07.663554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:41:09.450585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e101e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e101e5?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:41:09.475078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:41:09.498386+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:41:09.837752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=events","method":"GET"} [] [2025-03-12T21:41:09.862615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:41:12.136105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=events","method":"GET"} [] [2025-03-12T21:41:12.191934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:41:12.208447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:41:14.366201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=dump","method":"GET"} [] [2025-03-12T21:41:14.385503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:41:16.735839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=twig","method":"GET"} [] [2025-03-12T21:41:16.777319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:41:18.047956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?panel=db","method":"GET"} [] [2025-03-12T21:41:18.071418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:19.058151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=dump","method":"GET"} [] [2025-03-12T21:41:19.080920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:41:21.293403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=form","method":"GET"} [] [2025-03-12T21:41:21.317713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:41:23.535126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=twig","method":"GET"} [] [2025-03-12T21:41:23.555132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:41:24.069761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc","method":"GET"} [] [2025-03-12T21:41:24.098492+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc/exception.css","method":"GET"} [] [2025-03-12T21:41:24.104124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:41:24.122646+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc/exception","method":"GET"} [] [2025-03-12T21:41:25.686822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=time","method":"GET"} [] [2025-03-12T21:41:25.710916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:41:29.235398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=form","method":"GET"} [] [2025-03-12T21:41:29.296265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:41:29.465970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?panel=db","method":"GET"} [] [2025-03-12T21:41:29.489227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:32.684074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=time","method":"GET"} [] [2025-03-12T21:41:32.725929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:41:34.577070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b6df1?panel=time","method":"GET"} [] [2025-03-12T21:41:34.610327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:41:34.978041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=form","method":"GET"} [] [2025-03-12T21:41:34.998221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:41:37.191801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=twig","method":"GET"} [] [2025-03-12T21:41:37.212645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:41:38.956477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/1f3f9c?panel=time","method":"GET"} [] [2025-03-12T21:41:38.977594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:41:40.607743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=validator","method":"GET"} [] [2025-03-12T21:41:40.627457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:41:42.736681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=cache","method":"GET"} [] [2025-03-12T21:41:42.758671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:41:43.016204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?panel=db","method":"GET"} [] [2025-03-12T21:41:43.064902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:45.132184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=events","method":"GET"} [] [2025-03-12T21:41:45.256010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:41:46.657432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?panel=db","method":"GET"} [] [2025-03-12T21:41:46.682386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:47.567764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=exception","method":"GET"} [] [2025-03-12T21:41:47.592014+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948/exception.css","method":"GET"} [] [2025-03-12T21:41:47.603250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:41:47.622526+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948/exception","method":"GET"} [] [2025-03-12T21:41:49.858982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=validator","method":"GET"} [] [2025-03-12T21:41:49.859090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?panel=db","method":"GET"} [] [2025-03-12T21:41:49.910692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:41:49.911643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:52.106747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=translation","method":"GET"} [] [2025-03-12T21:41:52.129946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:41:52.512567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?panel=db","method":"GET"} [] [2025-03-12T21:41:52.539383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:54.288867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=security","method":"GET"} [] [2025-03-12T21:41:54.312630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:41:55.076033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?panel=db","method":"GET"} [] [2025-03-12T21:41:55.109366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:41:56.505582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=mailer","method":"GET"} [] [2025-03-12T21:41:56.527039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:41:57.499706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://test.phila-ca.com/public/_profiler/745a9d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:41:57.538862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:41:58.736052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=db","method":"GET"} [] [2025-03-12T21:41:58.760232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:42:01.414358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=request","method":"GET"} [] [2025-03-12T21:42:01.492480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:42:01.586334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc?panel=config","method":"GET"} [] [2025-03-12T21:42:01.612704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:42:03.798140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b6df1?panel=dump","method":"GET"} [] [2025-03-12T21:42:03.818591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:42:03.825768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=events","method":"GET"} [] [2025-03-12T21:42:03.849134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:42:06.115369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b6df1?panel=form","method":"GET"} [] [2025-03-12T21:42:06.160559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:42:07.180576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=dump","method":"GET"} [] [2025-03-12T21:42:07.208757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:42:09.421656+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948/exception","method":"GET"} [] [2025-03-12T21:42:09.849576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/1f3f9c?panel=dump","method":"GET"} [] [2025-03-12T21:42:09.876512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:42:11.636467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=form","method":"GET"} [] [2025-03-12T21:42:11.658756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:42:12.076926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b6df1?panel=twig","method":"GET"} [] [2025-03-12T21:42:12.098101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:42:13.916578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=cache","method":"GET"} [] [2025-03-12T21:42:13.939320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:42:14.305824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/1f3f9c?panel=twig","method":"GET"} [] [2025-03-12T21:42:14.326880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:42:16.108328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=cache","method":"GET"} [] [2025-03-12T21:42:16.137779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:42:16.709479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/1f3f9c?panel=security","method":"GET"} [] [2025-03-12T21:42:16.754884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:42:18.908287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b6df1?panel=security","method":"GET"} [] [2025-03-12T21:42:18.931305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:42:19.546766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=logger","method":"GET"} [] [2025-03-12T21:42:19.567349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:42:21.222904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc?panel=router","method":"GET"} [] [2025-03-12T21:42:21.266998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:42:21.324867+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc/router","method":"GET"} [] [2025-03-12T21:42:21.792923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=config","method":"GET"} [] [2025-03-12T21:42:21.814755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:42:23.956031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=router","method":"GET"} [] [2025-03-12T21:42:23.977638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:42:23.996104+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/router","method":"GET"} [] [2025-03-12T21:42:24.862870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc?panel=cache","method":"GET"} [] [2025-03-12T21:42:24.886172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:42:26.227752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=config","method":"GET"} [] [2025-03-12T21:42:26.252385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:42:27.101177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82d71e"},"request_uri":"https://test.phila-ca.com/public/_profiler/82d71e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:27.142789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:28.479464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=logger","method":"GET"} [] [2025-03-12T21:42:28.504404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:42:29.302778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc?panel=translation","method":"GET"} [] [2025-03-12T21:42:29.324557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:42:31.723896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d08a13"},"request_uri":"https://test.phila-ca.com/public/_profiler/d08a13?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:31.789716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:31.827314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?panel=logger","method":"GET"} [] [2025-03-12T21:42:31.850378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:42:33.988975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5be799"},"request_uri":"https://test.phila-ca.com/public/_profiler/5be799?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:34.016056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:34.066894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?panel=router","method":"GET"} [] [2025-03-12T21:42:34.089230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:42:34.108183+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948/router","method":"GET"} [] [2025-03-12T21:42:36.253908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6c948?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:36.293375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:36.326234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?panel=router","method":"GET"} [] [2025-03-12T21:42:36.346946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:42:36.365068+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32/router","method":"GET"} [] [2025-03-12T21:42:38.519206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f9d40"},"request_uri":"http://test.phila-ca.com/public/_profiler/7f9d40?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:38.545676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:38.576015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=router","method":"GET"} [] [2025-03-12T21:42:38.597892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:42:38.615503+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/router","method":"GET"} [] [2025-03-12T21:42:40.769981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1859b"},"request_uri":"https://test.phila-ca.com/public/_profiler/d1859b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:40.797615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:42:40.877885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=config","method":"GET"} [] [2025-03-12T21:42:40.901223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:42:43.076767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=logger","method":"GET"} [] [2025-03-12T21:42:43.098937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:42:43.103244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc?panel=twig","method":"GET"} [] [2025-03-12T21:42:43.129067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:42:45.296432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=translation","method":"GET"} [] [2025-03-12T21:42:45.317708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:42:45.327096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b6df1"},"request_uri":"http://test.phila-ca.com/public/_profiler/4b6df1?panel=request","method":"GET"} [] [2025-03-12T21:42:45.352134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:42:47.677879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1f3f9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/1f3f9c?panel=request","method":"GET"} [] [2025-03-12T21:42:47.677890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=validator","method":"GET"} [] [2025-03-12T21:42:47.727829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:42:47.727936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:42:49.962553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd1ffc"},"request_uri":"http://test.phila-ca.com/public/_profiler/fd1ffc?panel=time","method":"GET"} [] [2025-03-12T21:42:49.985110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:42:50.001706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=config","method":"GET"} [] [2025-03-12T21:42:50.024707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:42:52.214155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=logger","method":"GET"} [] [2025-03-12T21:42:52.226424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:42:52.254519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:42:54.464841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:42:54.527816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=router","method":"GET"} [] [2025-03-12T21:42:54.547774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:42:54.565915+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997/router","method":"GET"} [] [2025-03-12T21:42:56.710072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?panel=db","method":"GET"} [] [2025-03-12T21:42:56.736340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:42:56.887928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?panel=security","method":"GET"} [] [2025-03-12T21:42:56.911509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:42:58.915650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?panel=db","method":"GET"} [] [2025-03-12T21:42:58.949588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:00.312372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?panel=security","method":"GET"} [] [2025-03-12T21:43:00.332899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:43:01.155965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?panel=db","method":"GET"} [] [2025-03-12T21:43:01.192944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:02.728921+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:02.799044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:04.500459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?panel=db","method":"GET"} [] [2025-03-12T21:43:04.531254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:04.997309+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:05.016567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:06.783098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?panel=db","method":"GET"} [] [2025-03-12T21:43:06.839943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:07.282160+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:07.316175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:09.170589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a?panel=db","method":"GET"} [] [2025-03-12T21:43:09.210954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:10.728163+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:10.751810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:11.596555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e?panel=db","method":"GET"} [] [2025-03-12T21:43:11.634995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:13.796554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?panel=db","method":"GET"} [] [2025-03-12T21:43:13.821654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:14.057825+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:14.081278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:16.345360+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:16.367842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:17.162089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?panel=db","method":"GET"} [] [2025-03-12T21:43:17.189574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:18.772959+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:18.829270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:19.386358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"359b3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/359b3c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:19.410349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:21.032202+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:21.054368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:21.624981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2c984"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2c984?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:21.659077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:23.319053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf","method":"GET"} [] [2025-03-12T21:43:23.347773+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/exception.css","method":"GET"} [] [2025-03-12T21:43:23.358690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:23.380782+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/exception","method":"GET"} [] [2025-03-12T21:43:23.859834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:23.887593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:25.606697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b","method":"GET"} [] [2025-03-12T21:43:25.647064+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/exception.css","method":"GET"} [] [2025-03-12T21:43:25.650052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:25.698617+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/exception","method":"GET"} [] [2025-03-12T21:43:26.036878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19d82e"},"request_uri":"https://test.phila-ca.com/public/_profiler/19d82e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:26.061497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:27.885818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e","method":"GET"} [] [2025-03-12T21:43:27.907617+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/exception.css","method":"GET"} [] [2025-03-12T21:43:27.910421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:27.928099+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/exception","method":"GET"} [] [2025-03-12T21:43:28.239825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"98f29e"},"request_uri":"https://test.phila-ca.com/public/_profiler/98f29e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:28.266375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:30.151976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52","method":"GET"} [] [2025-03-12T21:43:30.181938+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/exception.css","method":"GET"} [] [2025-03-12T21:43:30.184858+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:30.202498+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/exception","method":"GET"} [] [2025-03-12T21:43:30.450461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:30.470939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:32.427016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63","method":"GET"} [] [2025-03-12T21:43:32.447911+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/exception.css","method":"GET"} [] [2025-03-12T21:43:32.450879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:32.468996+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/exception","method":"GET"} [] [2025-03-12T21:43:32.625824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"74b62e"},"request_uri":"https://test.phila-ca.com/public/_profiler/74b62e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:32.649285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:34.851811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05","method":"GET"} [] [2025-03-12T21:43:34.893951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"010e7b"},"request_uri":"https://test.phila-ca.com/public/_profiler/010e7b?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:43:34.904699+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/exception.css","method":"GET"} [] [2025-03-12T21:43:34.907626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:34.917433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:43:34.929722+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/exception","method":"GET"} [] [2025-03-12T21:43:34.938944+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:43:37.147784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a","method":"GET"} [] [2025-03-12T21:43:37.167118+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/exception.css","method":"GET"} [] [2025-03-12T21:43:37.170004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:37.187713+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/exception","method":"GET"} [] [2025-03-12T21:43:37.310357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://test.phila-ca.com/public/_profiler/41b6e0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:37.333715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:39.407002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e","method":"GET"} [] [2025-03-12T21:43:39.435938+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/exception.css","method":"GET"} [] [2025-03-12T21:43:39.448282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:43:39.484324+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/exception","method":"GET"} [] [2025-03-12T21:43:40.791635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"193c1b"},"request_uri":"http://test.phila-ca.com/public/_profiler/193c1b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:40.823397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:43:41.638369+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:41.662514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:43.908596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:43.929932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:43:46.145365+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/exception","method":"GET"} [] [2025-03-12T21:43:46.669653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:43:48.403849+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/exception","method":"GET"} [] [2025-03-12T21:43:49.631000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5e217"},"request_uri":"http://test.phila-ca.com/public/_profiler/d5e217?panel=db","method":"GET"} [] [2025-03-12T21:43:49.655949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:50.808796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=exception","method":"GET"} [] [2025-03-12T21:43:50.856031+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/exception.css","method":"GET"} [] [2025-03-12T21:43:50.858949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:43:50.881646+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/exception","method":"GET"} [] [2025-03-12T21:43:52.377488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?panel=db","method":"GET"} [] [2025-03-12T21:43:52.405554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:52.996808+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/exception","method":"GET"} [] [2025-03-12T21:43:55.045648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?panel=db","method":"GET"} [] [2025-03-12T21:43:55.081342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:55.226226+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/exception","method":"GET"} [] [2025-03-12T21:43:57.349543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?panel=db","method":"GET"} [] [2025-03-12T21:43:57.395771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:43:57.476866+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/exception","method":"GET"} [] [2025-03-12T21:43:59.651029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?panel=db","method":"GET"} [] [2025-03-12T21:43:59.710890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:44:00.908586+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/exception","method":"GET"} [] [2025-03-12T21:44:01.927029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?panel=db","method":"GET"} [] [2025-03-12T21:44:01.952828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:44:03.089234+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/exception","method":"GET"} [] [2025-03-12T21:44:04.126600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?panel=db","method":"GET"} [] [2025-03-12T21:44:04.179465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:44:05.365207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=exception","method":"GET"} [] [2025-03-12T21:44:05.392165+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/exception.css","method":"GET"} [] [2025-03-12T21:44:05.397776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:44:05.420258+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/exception","method":"GET"} [] [2025-03-12T21:44:06.570540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?panel=db","method":"GET"} [] [2025-03-12T21:44:06.654480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:44:07.619976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=exception","method":"GET"} [] [2025-03-12T21:44:07.640042+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/exception.css","method":"GET"} [] [2025-03-12T21:44:07.643068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:44:07.661262+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/exception","method":"GET"} [] [2025-03-12T21:44:08.925732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=db","method":"GET"} [] [2025-03-12T21:44:08.950020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:44:09.865949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=exception","method":"GET"} [] [2025-03-12T21:44:09.885227+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/exception.css","method":"GET"} [] [2025-03-12T21:44:09.888095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:44:09.905660+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/exception","method":"GET"} [] [2025-03-12T21:44:11.208935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?panel=db","method":"GET"} [] [2025-03-12T21:44:11.239234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:44:12.126190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=exception","method":"GET"} [] [2025-03-12T21:44:12.148769+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/exception.css","method":"GET"} [] [2025-03-12T21:44:12.154653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:44:12.172626+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/exception","method":"GET"} [] [2025-03-12T21:44:14.380398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=exception","method":"GET"} [] [2025-03-12T21:44:14.413683+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/exception.css","method":"GET"} [] [2025-03-12T21:44:14.417498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:44:14.446389+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/exception","method":"GET"} [] [2025-03-12T21:44:14.616319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8792c"},"request_uri":"https://test.phila-ca.com/public/_profiler/d8792c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:14.637991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:16.587911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=translation","method":"GET"} [] [2025-03-12T21:44:16.611684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:44:16.835547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7008ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/7008ab?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:16.859844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:19.083626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9123ae"},"request_uri":"https://test.phila-ca.com/public/_profiler/9123ae?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:19.108280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:20.000656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=translation","method":"GET"} [] [2025-03-12T21:44:20.032816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:44:21.312208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://test.phila-ca.com/public/_profiler/d9605d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:21.337391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:23.688279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"https://test.phila-ca.com/public/_profiler/18ad87?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:23.747853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:24.646549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=translation","method":"GET"} [] [2025-03-12T21:44:24.669921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:44:25.924862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"57d40d"},"request_uri":"https://test.phila-ca.com/public/_profiler/57d40d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:25.948610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:26.971129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=exception","method":"GET"} [] [2025-03-12T21:44:26.999754+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/exception.css","method":"GET"} [] [2025-03-12T21:44:27.005554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:44:27.024346+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/exception","method":"GET"} [] [2025-03-12T21:44:29.157717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=mailer","method":"GET"} [] [2025-03-12T21:44:29.180012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:44:29.295908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:44:29.320086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:44:29.341321+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:44:31.380482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=mailer","method":"GET"} [] [2025-03-12T21:44:31.418808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:44:31.622841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:44:31.648041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:44:31.666903+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:44:33.627776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=translation","method":"GET"} [] [2025-03-12T21:44:33.650639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:44:35.332322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:35.363520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:35.878484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=request","method":"GET"} [] [2025-03-12T21:44:35.901987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:44:39.480628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=request","method":"GET"} [] [2025-03-12T21:44:39.534642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:44:41.796956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=request","method":"GET"} [] [2025-03-12T21:44:41.821403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:44:44.104270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=twig","method":"GET"} [] [2025-03-12T21:44:44.129825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:44:45.565886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"https://test.phila-ca.com/public/_profiler/439b2f?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:45.588529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:46.338678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=dump","method":"GET"} [] [2025-03-12T21:44:46.360128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:44:49.772713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=mailer","method":"GET"} [] [2025-03-12T21:44:49.803762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:44:52.076787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=mailer","method":"GET"} [] [2025-03-12T21:44:52.113284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:44:54.982358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:55.044461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:44:55.493615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=request","method":"GET"} [] [2025-03-12T21:44:55.515596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:44:57.717792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=mailer","method":"GET"} [] [2025-03-12T21:44:57.743829+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:45:00.014228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=events","method":"GET"} [] [2025-03-12T21:45:00.039748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:45:03.023633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:45:03.396092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=events","method":"GET"} [] [2025-03-12T21:45:03.422771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:45:05.540942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=twig","method":"GET"} [] [2025-03-12T21:45:05.567546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:45:07.785050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=events","method":"GET"} [] [2025-03-12T21:45:07.827110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:45:10.236094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=form","method":"GET"} [] [2025-03-12T21:45:10.295401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:45:10.602146+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:45:12.437930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=dump","method":"GET"} [] [2025-03-12T21:45:12.460755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:45:14.734022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=mailer","method":"GET"} [] [2025-03-12T21:45:14.756863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:45:17.075576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=form","method":"GET"} [] [2025-03-12T21:45:17.104910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:45:18.315792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?panel=db","method":"GET"} [] [2025-03-12T21:45:18.339958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:45:19.328837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=twig","method":"GET"} [] [2025-03-12T21:45:19.351442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:45:21.594284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=time","method":"GET"} [] [2025-03-12T21:45:21.631195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:45:23.873605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=time","method":"GET"} [] [2025-03-12T21:45:23.906054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:45:25.870933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?panel=db","method":"GET"} [] [2025-03-12T21:45:25.950599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:45:26.195712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=dump","method":"GET"} [] [2025-03-12T21:45:26.218530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:45:28.327544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=form","method":"GET"} [] [2025-03-12T21:45:28.350222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:45:30.557932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=dump","method":"GET"} [] [2025-03-12T21:45:30.578809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:45:32.206904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"124d5c"},"request_uri":"https://test.phila-ca.com/public/_profiler/124d5c?panel=db","method":"GET"} [] [2025-03-12T21:45:32.240944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:45:32.783839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=twig","method":"GET"} [] [2025-03-12T21:45:32.811140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:45:35.042918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=time","method":"GET"} [] [2025-03-12T21:45:35.068310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:45:38.387585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=validator","method":"GET"} [] [2025-03-12T21:45:38.413381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:45:40.754348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=validator","method":"GET"} [] [2025-03-12T21:45:40.789315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:45:43.024734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=exception","method":"GET"} [] [2025-03-12T21:45:43.078571+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/exception.css","method":"GET"} [] [2025-03-12T21:45:43.091345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:45:43.129301+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/exception","method":"GET"} [] [2025-03-12T21:45:44.083498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16d25e"},"request_uri":"https://test.phila-ca.com/public/_profiler/16d25e?panel=db","method":"GET"} [] [2025-03-12T21:45:44.111171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:45:45.327236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=validator","method":"GET"} [] [2025-03-12T21:45:45.349928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:45:47.584023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=dump","method":"GET"} [] [2025-03-12T21:45:47.610644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:45:49.830408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=validator","method":"GET"} [] [2025-03-12T21:45:49.853588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:45:49.865426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"439b2f"},"request_uri":"http://test.phila-ca.com/public/_profiler/439b2f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:45:49.893132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:45:49.914953+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:45:52.039231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=validator","method":"GET"} [] [2025-03-12T21:45:52.063287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:45:54.177164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=db","method":"GET"} [] [2025-03-12T21:45:54.211568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:45:54.414606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e","method":"GET"} [] [2025-03-12T21:45:54.437186+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e/exception.css","method":"GET"} [] [2025-03-12T21:45:54.440563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:45:54.462558+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e/exception","method":"GET"} [] [2025-03-12T21:45:57.720850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=db","method":"GET"} [] [2025-03-12T21:45:57.753404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:46:00.043505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=request","method":"GET"} [] [2025-03-12T21:46:00.099282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:46:02.348232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=cache","method":"GET"} [] [2025-03-12T21:46:02.369940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:46:04.604610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=cache","method":"GET"} [] [2025-03-12T21:46:04.632583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:46:06.815415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=events","method":"GET"} [] [2025-03-12T21:46:06.836673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:46:09.036455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=form","method":"GET"} [] [2025-03-12T21:46:09.057805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:46:09.678290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:46:09.714239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:46:09.745643+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:46:11.272367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=dump","method":"GET"} [] [2025-03-12T21:46:11.301243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:46:13.525607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=twig","method":"GET"} [] [2025-03-12T21:46:13.586059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:46:15.954768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=twig","method":"GET"} [] [2025-03-12T21:46:16.027545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:46:18.276111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=time","method":"GET"} [] [2025-03-12T21:46:18.297247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:46:20.536176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=validator","method":"GET"} [] [2025-03-12T21:46:20.566781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:46:22.772884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=cache","method":"GET"} [] [2025-03-12T21:46:22.794863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:46:23.023735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf","method":"GET"} [] [2025-03-12T21:46:23.053188+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf/exception.css","method":"GET"} [] [2025-03-12T21:46:23.059846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:46:23.080042+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf/exception","method":"GET"} [] [2025-03-12T21:46:25.007083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=translation","method":"GET"} [] [2025-03-12T21:46:25.033096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:46:27.218589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=db","method":"GET"} [] [2025-03-12T21:46:27.243808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:46:29.500729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=db","method":"GET"} [] [2025-03-12T21:46:29.551381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:46:31.891442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=cache","method":"GET"} [] [2025-03-12T21:46:31.961778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:46:34.137327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=dump","method":"GET"} [] [2025-03-12T21:46:34.159210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:46:36.409013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=time","method":"GET"} [] [2025-03-12T21:46:36.435474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:46:38.589520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=form","method":"GET"} [] [2025-03-12T21:46:38.612918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:46:40.827085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=config","method":"GET"} [] [2025-03-12T21:46:40.866708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:46:43.070065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=logger","method":"GET"} [] [2025-03-12T21:46:43.097521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:46:45.367496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=router","method":"GET"} [] [2025-03-12T21:46:45.398038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:46:45.446560+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/router","method":"GET"} [] [2025-03-12T21:46:49.025884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:46:49.077457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:46:51.296187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:46:51.320029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:46:53.613794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=events","method":"GET"} [] [2025-03-12T21:46:53.651358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:46:55.994008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=router","method":"GET"} [] [2025-03-12T21:46:56.019263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:46:56.041323+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/router","method":"GET"} [] [2025-03-12T21:46:58.356659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=config","method":"GET"} [] [2025-03-12T21:46:58.381460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:47:00.650040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=config","method":"GET"} [] [2025-03-12T21:47:00.681221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:47:02.868560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=config","method":"GET"} [] [2025-03-12T21:47:02.889885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:47:03.447008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?panel=db","method":"GET"} [] [2025-03-12T21:47:03.478908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:47:06.283330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=validator","method":"GET"} [] [2025-03-12T21:47:06.331913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:47:08.452254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=form","method":"GET"} [] [2025-03-12T21:47:08.473822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:47:10.665680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52?panel=security","method":"GET"} [] [2025-03-12T21:47:10.693015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:12.778045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?panel=security","method":"GET"} [] [2025-03-12T21:47:12.811864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:15.044709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=security","method":"GET"} [] [2025-03-12T21:47:15.068855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:17.348947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=security","method":"GET"} [] [2025-03-12T21:47:17.381509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:19.611491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=security","method":"GET"} [] [2025-03-12T21:47:19.634879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:21.921303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=logger","method":"GET"} [] [2025-03-12T21:47:21.969887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:47:24.253793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=router","method":"GET"} [] [2025-03-12T21:47:24.277235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:47:24.296553+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/router","method":"GET"} [] [2025-03-12T21:47:27.763758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=security","method":"GET"} [] [2025-03-12T21:47:27.793801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:29.964741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a?panel=router","method":"GET"} [] [2025-03-12T21:47:29.988133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:47:30.009718+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/router","method":"GET"} [] [2025-03-12T21:47:33.500139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=logger","method":"GET"} [] [2025-03-12T21:47:33.532538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:47:35.813803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=router","method":"GET"} [] [2025-03-12T21:47:35.842459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:47:35.868481+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/router","method":"GET"} [] [2025-03-12T21:47:38.156325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e?panel=cache","method":"GET"} [] [2025-03-12T21:47:38.210214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:47:40.352806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=cache","method":"GET"} [] [2025-03-12T21:47:40.375181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:47:40.458434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94c66a"},"request_uri":"https://test.phila-ca.com/public/_profiler/94c66a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:47:40.482257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:47:42.624261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=config","method":"GET"} [] [2025-03-12T21:47:42.648019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:47:44.876307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=router","method":"GET"} [] [2025-03-12T21:47:44.908266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:47:44.927956+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/router","method":"GET"} [] [2025-03-12T21:47:47.321926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e?panel=logger","method":"GET"} [] [2025-03-12T21:47:47.344950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:47:49.608959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b?panel=security","method":"GET"} [] [2025-03-12T21:47:49.641309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:47:51.854940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf?group=1&panel=db","method":"GET"} [] [2025-03-12T21:47:51.881197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:47:56.447227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=mailer","method":"GET"} [] [2025-03-12T21:47:56.497286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:47:59.984646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=request","method":"GET"} [] [2025-03-12T21:48:00.015820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:48:02.251186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=request","method":"GET"} [] [2025-03-12T21:48:02.273991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:48:04.465686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=db","method":"GET"} [] [2025-03-12T21:48:04.487891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:48:06.765332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=db","method":"GET"} [] [2025-03-12T21:48:06.801903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:48:09.002000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=events","method":"GET"} [] [2025-03-12T21:48:09.023274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:48:11.241204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=events","method":"GET"} [] [2025-03-12T21:48:11.262551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:48:11.472889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51f"},"request_uri":"https://test.phila-ca.com/public/_profiler/65d51f?group=1&panel=db","method":"GET"} [] [2025-03-12T21:48:11.521552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:48:13.431729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=dump","method":"GET"} [] [2025-03-12T21:48:13.454356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:48:18.059784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=time","method":"GET"} [] [2025-03-12T21:48:18.095108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:48:20.154598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=form","method":"GET"} [] [2025-03-12T21:48:20.178359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:48:22.469003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=twig","method":"GET"} [] [2025-03-12T21:48:22.499985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:48:24.665596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=twig","method":"GET"} [] [2025-03-12T21:48:24.696018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:48:26.993016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=time","method":"GET"} [] [2025-03-12T21:48:27.045988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:48:30.374763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=cache","method":"GET"} [] [2025-03-12T21:48:30.397753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:48:32.582695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=logger","method":"GET"} [] [2025-03-12T21:48:32.605911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:48:34.905805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=logger","method":"GET"} [] [2025-03-12T21:48:34.936610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:48:37.112994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=config","method":"GET"} [] [2025-03-12T21:48:37.135777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:48:39.364608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=config","method":"GET"} [] [2025-03-12T21:48:39.392817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:48:41.615787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?panel=router","method":"GET"} [] [2025-03-12T21:48:41.638697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:48:41.659082+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/router","method":"GET"} [] [2025-03-12T21:48:44.048992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?panel=router","method":"GET"} [] [2025-03-12T21:48:44.110973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:48:44.142704+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/router","method":"GET"} [] [2025-03-12T21:48:46.291547+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:46.316560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:48.512569+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:48.533458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:50.749988+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:50.782383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:53.033338+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:53.066456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:55.379858+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:55.425667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:57.563592+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:57.584442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:59.874180+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:48:59.945003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:02.161585+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:02.186478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:04.382582+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:04.406535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:06.636829+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:06.694355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?panel=db","method":"GET"} [] [2025-03-12T21:49:06.721544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:06.729251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:49:08.935757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50","method":"GET"} [] [2025-03-12T21:49:08.969936+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/exception.css","method":"GET"} [] [2025-03-12T21:49:08.977371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:49:08.997250+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/exception","method":"GET"} [] [2025-03-12T21:49:11.301092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59","method":"GET"} [] [2025-03-12T21:49:11.326794+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/exception.css","method":"GET"} [] [2025-03-12T21:49:11.331891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:49:11.352529+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/exception","method":"GET"} [] [2025-03-12T21:49:13.584594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415","method":"GET"} [] [2025-03-12T21:49:13.605993+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/exception.css","method":"GET"} [] [2025-03-12T21:49:13.608879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:49:13.626964+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/exception","method":"GET"} [] [2025-03-12T21:49:15.889700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd","method":"GET"} [] [2025-03-12T21:49:15.933304+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/exception.css","method":"GET"} [] [2025-03-12T21:49:15.936244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:49:15.958473+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/exception","method":"GET"} [] [2025-03-12T21:49:18.186483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c","method":"GET"} [] [2025-03-12T21:49:18.206979+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/exception.css","method":"GET"} [] [2025-03-12T21:49:18.210001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:49:18.228060+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/exception","method":"GET"} [] [2025-03-12T21:49:20.414657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef","method":"GET"} [] [2025-03-12T21:49:20.435879+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/exception.css","method":"GET"} [] [2025-03-12T21:49:20.438826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:49:20.457334+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/exception","method":"GET"} [] [2025-03-12T21:49:22.714039+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:22.755757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:24.943728+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:24.966587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:27.247046+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:27.281436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:29.441711+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:29.464719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:49:31.777157+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/exception","method":"GET"} [] [2025-03-12T21:49:33.953053+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/exception","method":"GET"} [] [2025-03-12T21:49:36.185776+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/exception","method":"GET"} [] [2025-03-12T21:49:38.505263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=cache","method":"GET"} [] [2025-03-12T21:49:38.544150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:49:41.002818+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/exception","method":"GET"} [] [2025-03-12T21:49:43.189608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=request","method":"GET"} [] [2025-03-12T21:49:43.218936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:49:45.391187+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/exception","method":"GET"} [] [2025-03-12T21:49:47.726287+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/exception","method":"GET"} [] [2025-03-12T21:49:50.021430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=exception","method":"GET"} [] [2025-03-12T21:49:50.042646+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/exception.css","method":"GET"} [] [2025-03-12T21:49:50.047810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:49:50.067007+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/exception","method":"GET"} [] [2025-03-12T21:49:52.253897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=exception","method":"GET"} [] [2025-03-12T21:49:52.276018+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/exception.css","method":"GET"} [] [2025-03-12T21:49:52.279281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:49:52.300740+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/exception","method":"GET"} [] [2025-03-12T21:49:54.550147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=translation","method":"GET"} [] [2025-03-12T21:49:54.585668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:49:56.854682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=translation","method":"GET"} [] [2025-03-12T21:49:56.876532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:49:56.913877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?panel=db","method":"GET"} [] [2025-03-12T21:49:56.941942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:49:59.128955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=translation","method":"GET"} [] [2025-03-12T21:49:59.158750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:50:01.411301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=exception","method":"GET"} [] [2025-03-12T21:50:01.437751+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/exception.css","method":"GET"} [] [2025-03-12T21:50:01.440801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:50:01.459846+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/exception","method":"GET"} [] [2025-03-12T21:50:03.785929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=mailer","method":"GET"} [] [2025-03-12T21:50:03.843562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:50:06.057493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=request","method":"GET"} [] [2025-03-12T21:50:06.086340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:50:08.325929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=mailer","method":"GET"} [] [2025-03-12T21:50:08.348790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:50:10.600009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=events","method":"GET"} [] [2025-03-12T21:50:10.633021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:50:12.863731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=form","method":"GET"} [] [2025-03-12T21:50:12.886819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:50:15.092617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=time","method":"GET"} [] [2025-03-12T21:50:15.122144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:50:18.575892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=dump","method":"GET"} [] [2025-03-12T21:50:18.598097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:50:20.148876+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e/exception.css","method":"GET"} [] [2025-03-12T21:50:20.811998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=validator","method":"GET"} [] [2025-03-12T21:50:20.835097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:50:23.083962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=validator","method":"GET"} [] [2025-03-12T21:50:23.107141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:50:25.261821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=db","method":"GET"} [] [2025-03-12T21:50:25.283815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:50:27.532493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=events","method":"GET"} [] [2025-03-12T21:50:27.569354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:50:29.839404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=dump","method":"GET"} [] [2025-03-12T21:50:29.863248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:50:32.015738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=twig","method":"GET"} [] [2025-03-12T21:50:32.045849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:50:34.162698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=validator","method":"GET"} [] [2025-03-12T21:50:34.184255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:50:36.434413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=db","method":"GET"} [] [2025-03-12T21:50:36.486232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:50:38.661589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=form","method":"GET"} [] [2025-03-12T21:50:38.684311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:50:42.001529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=time","method":"GET"} [] [2025-03-12T21:50:42.023845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:50:42.342167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=form","method":"GET"} [] [2025-03-12T21:50:42.372757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:50:44.365772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=config","method":"GET"} [] [2025-03-12T21:50:44.406274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:50:46.651599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=logger","method":"GET"} [] [2025-03-12T21:50:46.675676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:50:50.116128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?panel=security","method":"GET"} [] [2025-03-12T21:50:50.143505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:50:52.378747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=security","method":"GET"} [] [2025-03-12T21:50:52.445100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:50:54.611706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=security","method":"GET"} [] [2025-03-12T21:50:54.635690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:50:56.824809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?group=1&panel=db","method":"GET"} [] [2025-03-12T21:50:56.849016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:50:59.013725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=router","method":"GET"} [] [2025-03-12T21:50:59.035761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:50:59.053839+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/router","method":"GET"} [] [2025-03-12T21:51:01.489780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=logger","method":"GET"} [] [2025-03-12T21:51:01.526548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:51:02.082476+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf/exception.css","method":"GET"} [] [2025-03-12T21:51:03.832667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef?panel=config","method":"GET"} [] [2025-03-12T21:51:03.855256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:51:06.129739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd?group=1&panel=db","method":"GET"} [] [2025-03-12T21:51:06.160103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:51:08.500567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=exception","method":"GET"} [] [2025-03-12T21:51:08.554366+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/exception.css","method":"GET"} [] [2025-03-12T21:51:08.558103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:51:08.581458+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/exception","method":"GET"} [] [2025-03-12T21:51:10.711868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=exception","method":"GET"} [] [2025-03-12T21:51:10.733415+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/exception.css","method":"GET"} [] [2025-03-12T21:51:10.736345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:51:10.754476+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/exception","method":"GET"} [] [2025-03-12T21:51:12.972414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=exception","method":"GET"} [] [2025-03-12T21:51:12.995015+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/exception.css","method":"GET"} [] [2025-03-12T21:51:12.998160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:51:13.016167+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/exception","method":"GET"} [] [2025-03-12T21:51:15.115918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=translation","method":"GET"} [] [2025-03-12T21:51:15.137895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:51:17.426840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=translation","method":"GET"} [] [2025-03-12T21:51:17.462127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:51:19.683111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=translation","method":"GET"} [] [2025-03-12T21:51:19.706076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:51:19.861271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=twig","method":"GET"} [] [2025-03-12T21:51:19.901814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:51:22.034678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=mailer","method":"GET"} [] [2025-03-12T21:51:22.061697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:51:24.348781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=mailer","method":"GET"} [] [2025-03-12T21:51:24.393587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:51:26.622805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=mailer","method":"GET"} [] [2025-03-12T21:51:26.647153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:51:28.750794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=mailer","method":"GET"} [] [2025-03-12T21:51:28.771754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:51:31.024894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=request","method":"GET"} [] [2025-03-12T21:51:31.079298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:51:33.384403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=db","method":"GET"} [] [2025-03-12T21:51:33.421477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:51:35.601954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=db","method":"GET"} [] [2025-03-12T21:51:35.624739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:51:37.849771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=db","method":"GET"} [] [2025-03-12T21:51:37.878667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:51:40.150437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=db","method":"GET"} [] [2025-03-12T21:51:40.203864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:51:42.432411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=request","method":"GET"} [] [2025-03-12T21:51:42.454938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:51:44.690997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=request","method":"GET"} [] [2025-03-12T21:51:44.713215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:51:48.105869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=events","method":"GET"} [] [2025-03-12T21:51:48.128802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:51:49.241833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf?panel=dump","method":"GET"} [] [2025-03-12T21:51:49.278501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:51:51.432452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=time","method":"GET"} [] [2025-03-12T21:51:51.454061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:51:53.749496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=dump","method":"GET"} [] [2025-03-12T21:51:53.776783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:51:56.112988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=form","method":"GET"} [] [2025-03-12T21:51:56.158463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:51:58.377848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=time","method":"GET"} [] [2025-03-12T21:51:58.411319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:52:00.640977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=dump","method":"GET"} [] [2025-03-12T21:52:00.662407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:52:02.591494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=time","method":"GET"} [] [2025-03-12T21:52:02.620675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:52:02.881179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=time","method":"GET"} [] [2025-03-12T21:52:02.903023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:52:06.212630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=dump","method":"GET"} [] [2025-03-12T21:52:06.257845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:52:08.461821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=twig","method":"GET"} [] [2025-03-12T21:52:08.482887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:52:10.790542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=form","method":"GET"} [] [2025-03-12T21:52:10.819815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:52:13.123454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=time","method":"GET"} [] [2025-03-12T21:52:13.176609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:52:15.218820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf?panel=form","method":"GET"} [] [2025-03-12T21:52:15.256593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:52:15.431280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=form","method":"GET"} [] [2025-03-12T21:52:15.454835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:52:17.691435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=twig","method":"GET"} [] [2025-03-12T21:52:17.713467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:52:19.933785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=twig","method":"GET"} [] [2025-03-12T21:52:19.957379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:52:22.187988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=form","method":"GET"} [] [2025-03-12T21:52:22.223513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:52:24.481184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=validator","method":"GET"} [] [2025-03-12T21:52:24.503232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:52:26.069313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf?panel=time","method":"GET"} [] [2025-03-12T21:52:26.097369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:52:26.741373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=validator","method":"GET"} [] [2025-03-12T21:52:26.763233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:52:29.073041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=validator","method":"GET"} [] [2025-03-12T21:52:29.122502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:52:31.359743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=cache","method":"GET"} [] [2025-03-12T21:52:31.385563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:52:33.580979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=cache","method":"GET"} [] [2025-03-12T21:52:33.604365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:52:35.777719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=cache","method":"GET"} [] [2025-03-12T21:52:35.800784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:52:36.263477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=dump","method":"GET"} [] [2025-03-12T21:52:36.286645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:52:40.439487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=events","method":"GET"} [] [2025-03-12T21:52:40.473857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:52:42.802267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=events","method":"GET"} [] [2025-03-12T21:52:42.829967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:52:45.200570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=logger","method":"GET"} [] [2025-03-12T21:52:45.258240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:52:45.615227+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e/exception","method":"GET"} [] [2025-03-12T21:52:47.511588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=router","method":"GET"} [] [2025-03-12T21:52:47.533569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:52:47.551979+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/router","method":"GET"} [] [2025-03-12T21:52:49.831448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?panel=config","method":"GET"} [] [2025-03-12T21:52:49.852732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:52:52.062673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=config","method":"GET"} [] [2025-03-12T21:52:52.089004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:52:53.737293+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf/exception","method":"GET"} [] [2025-03-12T21:52:54.320788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=logger","method":"GET"} [] [2025-03-12T21:52:54.343912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:52:56.645586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=router","method":"GET"} [] [2025-03-12T21:52:56.682094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:52:56.719225+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/router","method":"GET"} [] [2025-03-12T21:52:59.045953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=config","method":"GET"} [] [2025-03-12T21:52:59.073015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:53:01.172314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63","method":"GET"} [] [2025-03-12T21:53:01.245044+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63/exception.css","method":"GET"} [] [2025-03-12T21:53:01.251587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:53:01.273370+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63/exception","method":"GET"} [] [2025-03-12T21:53:01.284444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=logger","method":"GET"} [] [2025-03-12T21:53:01.314161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:53:03.543423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=logger","method":"GET"} [] [2025-03-12T21:53:03.565170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:53:05.784890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=router","method":"GET"} [] [2025-03-12T21:53:05.808708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:53:05.829373+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/router","method":"GET"} [] [2025-03-12T21:53:08.181220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=router","method":"GET"} [] [2025-03-12T21:53:08.203800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:53:08.221594+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/router","method":"GET"} [] [2025-03-12T21:53:10.458100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=config","method":"GET"} [] [2025-03-12T21:53:10.481659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:53:12.770311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?panel=security","method":"GET"} [] [2025-03-12T21:53:12.808181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:53:13.708391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=security","method":"GET"} [] [2025-03-12T21:53:13.732043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:53:15.045820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?panel=security","method":"GET"} [] [2025-03-12T21:53:15.081068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:53:17.361900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?panel=security","method":"GET"} [] [2025-03-12T21:53:17.407675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:53:19.586676+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:19.610160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:19.908104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://test.phila-ca.com/public/_profiler/d196a0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:19.946900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:21.822405+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:21.846260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:24.031992+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ed1b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ed1b4/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:24.068255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:25.010708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4da52?panel=time","method":"GET"} [] [2025-03-12T21:53:25.031828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:53:26.210941+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c2d70b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d70b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:26.261192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:28.484252+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da5b17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da5b17/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:28.525406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:29.680845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://test.phila-ca.com/public/_profiler/b3f919?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:29.711412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:30.834071+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1ec43"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1ec43/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:30.893745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:33.224108+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:53:33.268609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:53:33.982168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086b0f"},"request_uri":"https://test.phila-ca.com/public/_profiler/086b0f?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:34.006846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:35.524463+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:53:35.550720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:53:37.742026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=logger","method":"GET"} [] [2025-03-12T21:53:37.766374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:53:37.795074+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:53:37.833218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:53:39.990752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:40.011223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:41.324151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=router","method":"GET"} [] [2025-03-12T21:53:41.346053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:53:41.365505+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e/router","method":"GET"} [] [2025-03-12T21:53:42.185327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6407be"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6407be?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:42.222595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:53:44.395061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368","method":"GET"} [] [2025-03-12T21:53:44.425982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:53:44.661568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=time","method":"GET"} [] [2025-03-12T21:53:44.683874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:53:46.708916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693","method":"GET"} [] [2025-03-12T21:53:46.750041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:53:50.024962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63?panel=security","method":"GET"} [] [2025-03-12T21:53:50.053656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878","method":"GET"} [] [2025-03-12T21:53:50.071893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:53:50.075845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:53:52.302017+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:52.323480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:52.466783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63?panel=mailer","method":"GET"} [] [2025-03-12T21:53:52.489419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:53:54.431374+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:54.450712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:54.740737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=request","method":"GET"} [] [2025-03-12T21:53:54.764434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:53:56.616395+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b6735"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b6735/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:56.649660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:57.045479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36c1bf"},"request_uri":"http://test.phila-ca.com/public/_profiler/36c1bf?panel=request","method":"GET"} [] [2025-03-12T21:53:57.067598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:53:58.831402+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:58.850165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T21:53:59.202180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4da52?panel=dump","method":"GET"} [] [2025-03-12T21:53:59.228194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:54:01.102450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b0e107"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b0e107?group=1&panel=db","method":"GET"} [] [2025-03-12T21:54:01.134955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:54:01.440929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4da52?panel=twig","method":"GET"} [] [2025-03-12T21:54:01.461556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:54:03.462017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:54:03.522612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:54:03.712945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4da52?panel=form","method":"GET"} [] [2025-03-12T21:54:03.734757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:54:05.875510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=db","method":"GET"} [] [2025-03-12T21:54:05.911470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4da52?panel=security","method":"GET"} [] [2025-03-12T21:54:05.952750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:54:05.952765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:54:08.056016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=request","method":"GET"} [] [2025-03-12T21:54:08.072109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=db","method":"GET"} [] [2025-03-12T21:54:08.079205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:54:08.093492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:54:10.306457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=db","method":"GET"} [] [2025-03-12T21:54:10.328646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:54:10.331460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=dump","method":"GET"} [] [2025-03-12T21:54:10.350917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:54:12.505349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=router","method":"GET"} [] [2025-03-12T21:54:12.526249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:54:12.531842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=exception","method":"GET"} [] [2025-03-12T21:54:12.544042+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a/router","method":"GET"} [] [2025-03-12T21:54:12.552453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:54:14.714946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=translation","method":"GET"} [] [2025-03-12T21:54:14.735289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:54:14.846009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=logger","method":"GET"} [] [2025-03-12T21:54:14.867927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:54:17.071784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=mailer","method":"GET"} [] [2025-03-12T21:54:17.075537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=config","method":"GET"} [] [2025-03-12T21:54:17.098464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:54:17.098574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:54:19.400532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=mailer","method":"GET"} [] [2025-03-12T21:54:19.433876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:54:20.446214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=exception","method":"GET"} [] [2025-03-12T21:54:20.465475+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a/exception.css","method":"GET"} [] [2025-03-12T21:54:20.472517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:54:20.489987+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a/exception","method":"GET"} [] [2025-03-12T21:54:21.798855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=exception","method":"GET"} [] [2025-03-12T21:54:21.845601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:54:22.725264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=translation","method":"GET"} [] [2025-03-12T21:54:22.747081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:54:24.082009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=exception","method":"GET"} [] [2025-03-12T21:54:24.101900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:54:24.936651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=dump","method":"GET"} [] [2025-03-12T21:54:24.959518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:54:26.341733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=mailer","method":"GET"} [] [2025-03-12T21:54:26.361318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T21:54:27.158113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=form","method":"GET"} [] [2025-03-12T21:54:27.181468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:54:28.540896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=request","method":"GET"} [] [2025-03-12T21:54:28.560653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:54:30.558825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:54:30.581052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:54:30.681729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=request","method":"GET"} [] [2025-03-12T21:54:30.703186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:54:32.934923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a4da52"},"request_uri":"https://test.phila-ca.com/public/_profiler/a4da52?panel=request","method":"GET"} [] [2025-03-12T21:54:32.934965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=db","method":"GET"} [] [2025-03-12T21:54:32.964047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:54:32.964245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:54:35.170539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=request","method":"GET"} [] [2025-03-12T21:54:35.174592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63?panel=dump","method":"GET"} [] [2025-03-12T21:54:35.203757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:54:35.203963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:54:37.531541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=dump","method":"GET"} [] [2025-03-12T21:54:37.531640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63?panel=twig","method":"GET"} [] [2025-03-12T21:54:37.575366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:54:37.575821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:54:40.963476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=twig","method":"GET"} [] [2025-03-12T21:54:40.982513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:54:41.989083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a","method":"GET"} [] [2025-03-12T21:54:42.010629+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a/exception.css","method":"GET"} [] [2025-03-12T21:54:42.017891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:54:42.035427+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a/exception","method":"GET"} [] [2025-03-12T21:54:43.173304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=form","method":"GET"} [] [2025-03-12T21:54:43.193119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:54:44.192823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef","method":"GET"} [] [2025-03-12T21:54:44.215128+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef/exception.css","method":"GET"} [] [2025-03-12T21:54:44.218031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:54:44.236200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef/exception","method":"GET"} [] [2025-03-12T21:54:45.401536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=form","method":"GET"} [] [2025-03-12T21:54:45.422623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:54:46.452863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e","method":"GET"} [] [2025-03-12T21:54:46.477694+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e/exception.css","method":"GET"} [] [2025-03-12T21:54:46.481022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:54:46.500269+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e/exception","method":"GET"} [] [2025-03-12T21:54:48.754415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9bde6a"},"request_uri":"http://test.phila-ca.com/public/_profiler/9bde6a?panel=cache","method":"GET"} [] [2025-03-12T21:54:48.782833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:54:48.820882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=time","method":"GET"} [] [2025-03-12T21:54:48.840305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:54:51.083042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:54:52.205088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=dump","method":"GET"} [] [2025-03-12T21:54:52.238965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T21:54:53.392577+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:54:54.451903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=form","method":"GET"} [] [2025-03-12T21:54:54.472904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T21:54:55.623293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:54:56.681852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=time","method":"GET"} [] [2025-03-12T21:54:56.701403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:54:57.911471+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a8e63"},"request_uri":"http://test.phila-ca.com/public/_profiler/9a8e63/exception","method":"GET"} [] [2025-03-12T21:54:58.911654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=validator","method":"GET"} [] [2025-03-12T21:54:58.930965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:55:00.163845+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:55:02.121864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=events","method":"GET"} [] [2025-03-12T21:55:02.141844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:55:02.410459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca037e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca037e?panel=cache","method":"GET"} [] [2025-03-12T21:55:02.437008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:55:04.335378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=cache","method":"GET"} [] [2025-03-12T21:55:04.361802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:55:04.644923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?panel=db","method":"GET"} [] [2025-03-12T21:55:04.687826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:06.563612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=events","method":"GET"} [] [2025-03-12T21:55:06.586391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:55:06.801649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=request","method":"GET"} [] [2025-03-12T21:55:06.825940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T21:55:08.915573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=events","method":"GET"} [] [2025-03-12T21:55:08.968700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:55:09.079407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=db","method":"GET"} [] [2025-03-12T21:55:09.102601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:11.236596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=cache","method":"GET"} [] [2025-03-12T21:55:11.259390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:55:11.284942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=db","method":"GET"} [] [2025-03-12T21:55:11.310126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:13.521922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=router","method":"GET"} [] [2025-03-12T21:55:13.528980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=events","method":"GET"} [] [2025-03-12T21:55:13.542180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:55:13.552457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T21:55:13.561632+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368/router","method":"GET"} [] [2025-03-12T21:55:16.891686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=config","method":"GET"} [] [2025-03-12T21:55:16.922669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:55:16.955113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=logger","method":"GET"} [] [2025-03-12T21:55:16.977118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:55:19.111631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=logger","method":"GET"} [] [2025-03-12T21:55:19.134244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:55:19.160238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=router","method":"GET"} [] [2025-03-12T21:55:19.181619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:55:19.200244+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693/router","method":"GET"} [] [2025-03-12T21:55:21.451639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=router","method":"GET"} [] [2025-03-12T21:55:21.455969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=config","method":"GET"} [] [2025-03-12T21:55:21.482707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:55:21.482778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:55:21.507370+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef/router","method":"GET"} [] [2025-03-12T21:55:23.771626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=config","method":"GET"} [] [2025-03-12T21:55:23.771650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=router","method":"GET"} [] [2025-03-12T21:55:23.793090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:55:23.794401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:55:23.812066+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e/router","method":"GET"} [] [2025-03-12T21:55:26.114512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=config","method":"GET"} [] [2025-03-12T21:55:26.114545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=translation","method":"GET"} [] [2025-03-12T21:55:26.169778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:55:26.170018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:55:28.376298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=cache","method":"GET"} [] [2025-03-12T21:55:28.402814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:55:28.430936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=translation","method":"GET"} [] [2025-03-12T21:55:28.451043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:55:30.591644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=translation","method":"GET"} [] [2025-03-12T21:55:30.614230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:55:30.661226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=validator","method":"GET"} [] [2025-03-12T21:55:30.680794+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:55:32.829858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ef127"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ef127?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:32.854692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:32.947298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=validator","method":"GET"} [] [2025-03-12T21:55:32.972055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:55:34.957776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=validator","method":"GET"} [] [2025-03-12T21:55:34.980974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:55:35.169031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=config","method":"GET"} [] [2025-03-12T21:55:35.189679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T21:55:37.210376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=twig","method":"GET"} [] [2025-03-12T21:55:37.240490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:55:37.413011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=router","method":"GET"} [] [2025-03-12T21:55:37.432289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T21:55:37.450113+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878/router","method":"GET"} [] [2025-03-12T21:55:39.508849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=twig","method":"GET"} [] [2025-03-12T21:55:39.532268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T21:55:39.751490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=logger","method":"GET"} [] [2025-03-12T21:55:39.771409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T21:55:42.019240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?panel=security","method":"GET"} [] [2025-03-12T21:55:42.079621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:55:42.831171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f2bef"},"request_uri":"https://test.phila-ca.com/public/_profiler/0f2bef?panel=time","method":"GET"} [] [2025-03-12T21:55:42.854097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T21:55:44.271070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?panel=security","method":"GET"} [] [2025-03-12T21:55:44.292031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:55:45.088826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:55:46.502527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?panel=security","method":"GET"} [] [2025-03-12T21:55:46.522667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T21:55:48.521293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?panel=db","method":"GET"} [] [2025-03-12T21:55:48.544769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:49.891662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:49.931400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:50.909909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=db","method":"GET"} [] [2025-03-12T21:55:50.942264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:52.124655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:52.165777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:53.330245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?panel=db","method":"GET"} [] [2025-03-12T21:55:53.378497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:54.408806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:54.436633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:56.680864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:56.706420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:56.784895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?panel=db","method":"GET"} [] [2025-03-12T21:55:56.808954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:55:58.957352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:58.989758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e95f7"},"request_uri":"https://test.phila-ca.com/public/_profiler/7e95f7?panel=db","method":"GET"} [] [2025-03-12T21:55:59.018434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:55:59.028652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:01.260806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?panel=db","method":"GET"} [] [2025-03-12T21:56:01.275966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:01.285521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:01.306216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:03.468415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?panel=db","method":"GET"} [] [2025-03-12T21:56:03.492983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:03.517827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:03.573682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:05.698538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?panel=db","method":"GET"} [] [2025-03-12T21:56:05.748407+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:05.786924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:05.813155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:07.980533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7e836?panel=db","method":"GET"} [] [2025-03-12T21:56:08.027571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f9e846"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f9e846?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:08.030861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:08.059375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:10.344865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:10.344993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c6f095"},"request_uri":"https://test.phila-ca.com/public/_profiler/c6f095?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:10.404813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:10.406148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:12.704903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:12.706709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:12.731092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:12.731287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:15.140562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:15.140706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d74d26"},"request_uri":"https://test.phila-ca.com/public/_profiler/d74d26?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:15.234406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:15.234652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:17.481344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c5a439"},"request_uri":"https://test.phila-ca.com/public/_profiler/c5a439?panel=db","method":"GET"} [] [2025-03-12T21:56:17.509568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:17.525612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:17.531339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:19.721297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:19.745796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:19.792647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:19.816117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:21.921664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c610a"},"request_uri":"https://test.phila-ca.com/public/_profiler/1c610a?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:56:21.944552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:56:21.966507+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:56:22.026263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:22.052089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:24.235857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:24.261127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:24.313631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:56:27.823530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ba747"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ba747?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:27.823552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:27.856613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:27.862190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:30.172395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:30.199935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:31.304868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f7e09"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f7e09?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:31.375280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:32.392374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:32.413896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:34.489882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36bc15"},"request_uri":"http://test.phila-ca.com/public/_profiler/36bc15?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:34.515644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:34.617516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:34.664071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:36.774166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:36.798565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:37.059422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:56:38.960916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:38.981343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:39.687375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?panel=db","method":"GET"} [] [2025-03-12T21:56:39.714181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:41.192125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:41.221755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:42.024097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?panel=db","method":"GET"} [] [2025-03-12T21:56:42.067749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:44.872383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:44.904156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:46.567060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"441ac3"},"request_uri":"http://test.phila-ca.com/public/_profiler/441ac3?panel=db","method":"GET"} [] [2025-03-12T21:56:46.640880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:47.190557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:47.260241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:49.022683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?panel=db","method":"GET"} [] [2025-03-12T21:56:49.047433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:50.561332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:50.599451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:52.790356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:52.829182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:52.911292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?panel=db","method":"GET"} [] [2025-03-12T21:56:52.935520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:55.161163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?panel=db","method":"GET"} [] [2025-03-12T21:56:55.186111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:57.299996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:57.332156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:57.361736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?panel=db","method":"GET"} [] [2025-03-12T21:56:57.387055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:56:59.533864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:59.558208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:56:59.602720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?panel=db","method":"GET"} [] [2025-03-12T21:56:59.624277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:57:02.085061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae5138"},"request_uri":"https://test.phila-ca.com/public/_profiler/ae5138?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:02.085095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:02.173192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:02.173200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:04.423054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe634"},"request_uri":"http://test.phila-ca.com/public/_profiler/7fe634?panel=db","method":"GET"} [] [2025-03-12T21:57:04.447420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:57:06.734366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:06.771627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:06.859872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0781dd"},"request_uri":"https://test.phila-ca.com/public/_profiler/0781dd?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:06.898094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:08.931311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:08.956097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:10.366596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:57:12.335173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:12.359646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:12.717475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be8241"},"request_uri":"http://test.phila-ca.com/public/_profiler/be8241?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:12.741996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:14.594010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:14.618819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:15.060136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:57:17.048428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:17.094663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:17.287538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:17.359176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:19.204971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:19.228248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:19.526241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c0a81"},"request_uri":"https://test.phila-ca.com/public/_profiler/6c0a81?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:19.550926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:21.381880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:21.420743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:21.735617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2da131"},"request_uri":"http://test.phila-ca.com/public/_profiler/2da131?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:21.761107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:23.584576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:23.608269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:24.015115+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a599e3"},"request_uri":"https://test.phila-ca.com/public/_profiler/a599e3?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:24.039445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:25.744952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d5559"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6d5559?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:25.769815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:27.396121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?panel=db","method":"GET"} [] [2025-03-12T21:57:27.445336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:57:27.972186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78714c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/78714c?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:27.993308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:29.645762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53af31"},"request_uri":"https://test.phila-ca.com/public/_profiler/53af31?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:57:29.669896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-12T21:57:29.692226+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-12T21:57:30.213620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:30.237915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:32.265923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?panel=db","method":"GET"} [] [2025-03-12T21:57:32.293597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T21:57:32.469378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:32.536016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:34.781976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:34.817162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:37.010005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:37.039278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:39.229995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:39.264003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:41.450160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:41.471458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:43.640360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:43.664876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:45.830263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:45.856007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:48.267046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:48.329211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:50.574140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:50.706418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:52.871377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d3338"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d3338?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:52.895702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:54.311058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:57:55.080278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:55.104288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:57.309355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:57.332166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:59.610576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368?group=1&panel=db","method":"GET"} [] [2025-03-12T21:57:59.637373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:58:01.820128+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:01.844961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:04.240952+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6e02c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6e02c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:04.302555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:06.475180+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b10130"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b10130/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:06.498423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:08.660422+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11cd19"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11cd19/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:08.691431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:10.885502+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"967e72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/967e72/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:10.910752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:13.087633+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"513345"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513345/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:13.107802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:13.407221+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T21:58:15.307216+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d4dd18"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d4dd18/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:15.330016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:17.500860+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:17.525487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:19.875444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:19.973608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:22.194933+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4f3812"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4f3812/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:22.215711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T21:58:24.401775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139","method":"GET"} [] [2025-03-12T21:58:24.432261+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139/exception.css","method":"GET"} [] [2025-03-12T21:58:24.438290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:24.476621+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139/exception","method":"GET"} [] [2025-03-12T21:58:26.610966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10","method":"GET"} [] [2025-03-12T21:58:26.632170+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/exception.css","method":"GET"} [] [2025-03-12T21:58:26.635149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:26.654818+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/exception","method":"GET"} [] [2025-03-12T21:58:28.903443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da","method":"GET"} [] [2025-03-12T21:58:28.927330+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da/exception.css","method":"GET"} [] [2025-03-12T21:58:28.932190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:28.951500+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-12T21:58:31.191587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9","method":"GET"} [] [2025-03-12T21:58:31.214102+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/exception.css","method":"GET"} [] [2025-03-12T21:58:31.216956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:31.235854+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/exception","method":"GET"} [] [2025-03-12T21:58:33.463589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2","method":"GET"} [] [2025-03-12T21:58:33.484448+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/exception.css","method":"GET"} [] [2025-03-12T21:58:33.487524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:33.505945+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/exception","method":"GET"} [] [2025-03-12T21:58:35.930077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b","method":"GET"} [] [2025-03-12T21:58:35.999697+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b/exception.css","method":"GET"} [] [2025-03-12T21:58:36.006363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:36.039344+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b/exception","method":"GET"} [] [2025-03-12T21:58:38.251637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1","method":"GET"} [] [2025-03-12T21:58:38.273305+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1/exception.css","method":"GET"} [] [2025-03-12T21:58:38.276231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:38.293948+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1/exception","method":"GET"} [] [2025-03-12T21:58:40.433963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13","method":"GET"} [] [2025-03-12T21:58:40.461922+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/exception.css","method":"GET"} [] [2025-03-12T21:58:40.467570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:40.501546+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/exception","method":"GET"} [] [2025-03-12T21:58:40.895812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"67da32"},"request_uri":"https://test.phila-ca.com/public/_profiler/67da32?group=1&panel=db","method":"GET"} [] [2025-03-12T21:58:40.920749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:58:42.686906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b","method":"GET"} [] [2025-03-12T21:58:42.709136+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/exception.css","method":"GET"} [] [2025-03-12T21:58:42.712007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:42.729736+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/exception","method":"GET"} [] [2025-03-12T21:58:44.951472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf","method":"GET"} [] [2025-03-12T21:58:44.972192+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/exception.css","method":"GET"} [] [2025-03-12T21:58:44.977218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:58:44.995128+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/exception","method":"GET"} [] [2025-03-12T21:58:48.362853+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/exception","method":"GET"} [] [2025-03-12T21:58:50.590480+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-12T21:58:52.950017+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/exception","method":"GET"} [] [2025-03-12T21:58:55.245699+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/exception","method":"GET"} [] [2025-03-12T21:58:57.425754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=cache","method":"GET"} [] [2025-03-12T21:58:57.462595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T21:58:59.711219+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1/exception","method":"GET"} [] [2025-03-12T21:59:01.965878+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/exception","method":"GET"} [] [2025-03-12T21:59:04.202204+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/exception","method":"GET"} [] [2025-03-12T21:59:06.375223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa","method":"GET"} [] [2025-03-12T21:59:06.399087+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/exception.css","method":"GET"} [] [2025-03-12T21:59:06.404507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:59:06.426726+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/exception","method":"GET"} [] [2025-03-12T21:59:08.863684+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b/exception","method":"GET"} [] [2025-03-12T21:59:11.109247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f","method":"GET"} [] [2025-03-12T21:59:11.133131+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f/exception.css","method":"GET"} [] [2025-03-12T21:59:11.136351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T21:59:11.156101+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f/exception","method":"GET"} [] [2025-03-12T21:59:13.366371+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/exception","method":"GET"} [] [2025-03-12T21:59:15.649998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=validator","method":"GET"} [] [2025-03-12T21:59:15.689604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T21:59:17.931975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=exception","method":"GET"} [] [2025-03-12T21:59:17.953824+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/exception.css","method":"GET"} [] [2025-03-12T21:59:17.959196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:17.978474+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/exception","method":"GET"} [] [2025-03-12T21:59:20.166743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=exception","method":"GET"} [] [2025-03-12T21:59:20.189248+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b/exception.css","method":"GET"} [] [2025-03-12T21:59:20.192215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:20.212019+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b/exception","method":"GET"} [] [2025-03-12T21:59:22.442661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=exception","method":"GET"} [] [2025-03-12T21:59:22.465625+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/exception.css","method":"GET"} [] [2025-03-12T21:59:22.470916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:22.489873+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/exception","method":"GET"} [] [2025-03-12T21:59:24.894514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=exception","method":"GET"} [] [2025-03-12T21:59:24.941438+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/exception.css","method":"GET"} [] [2025-03-12T21:59:24.944394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:24.967100+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/exception","method":"GET"} [] [2025-03-12T21:59:27.200243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=exception","method":"GET"} [] [2025-03-12T21:59:27.223240+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da/exception.css","method":"GET"} [] [2025-03-12T21:59:27.226066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:27.246874+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-12T21:59:30.629859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=exception","method":"GET"} [] [2025-03-12T21:59:30.649503+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/exception.css","method":"GET"} [] [2025-03-12T21:59:30.652390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:30.670425+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/exception","method":"GET"} [] [2025-03-12T21:59:33.981471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=exception","method":"GET"} [] [2025-03-12T21:59:34.016314+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/exception.css","method":"GET"} [] [2025-03-12T21:59:34.025979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:34.064138+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/exception","method":"GET"} [] [2025-03-12T21:59:35.325763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2e667"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2e667?group=1&panel=db","method":"GET"} [] [2025-03-12T21:59:35.347528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T21:59:36.290145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=translation","method":"GET"} [] [2025-03-12T21:59:36.313295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:38.511440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=translation","method":"GET"} [] [2025-03-12T21:59:38.534847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:40.924426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=translation","method":"GET"} [] [2025-03-12T21:59:40.974143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:43.201757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=translation","method":"GET"} [] [2025-03-12T21:59:43.229424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:45.370542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=translation","method":"GET"} [] [2025-03-12T21:59:45.391798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:47.565083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=translation","method":"GET"} [] [2025-03-12T21:59:47.595613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:49.794586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=translation","method":"GET"} [] [2025-03-12T21:59:49.836551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:52.083836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=translation","method":"GET"} [] [2025-03-12T21:59:52.106490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T21:59:54.313148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=exception","method":"GET"} [] [2025-03-12T21:59:54.333612+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/exception.css","method":"GET"} [] [2025-03-12T21:59:54.341159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:54.359520+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/exception","method":"GET"} [] [2025-03-12T21:59:56.854941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=exception","method":"GET"} [] [2025-03-12T21:59:56.902875+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f/exception.css","method":"GET"} [] [2025-03-12T21:59:56.906150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T21:59:56.937800+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f/exception","method":"GET"} [] [2025-03-12T21:59:59.121304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=mailer","method":"GET"} [] [2025-03-12T21:59:59.144985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:00:01.298386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=translation","method":"GET"} [] [2025-03-12T22:00:01.322286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:00:03.540979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=request","method":"GET"} [] [2025-03-12T22:00:03.563963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:00:05.749800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=request","method":"GET"} [] [2025-03-12T22:00:05.787864+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:00:08.060992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=request","method":"GET"} [] [2025-03-12T22:00:08.086545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:00:10.281050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=request","method":"GET"} [] [2025-03-12T22:00:10.304807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:00:12.741881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=request","method":"GET"} [] [2025-03-12T22:00:12.802232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:00:15.035531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=mailer","method":"GET"} [] [2025-03-12T22:00:15.058563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:00:17.280594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=mailer","method":"GET"} [] [2025-03-12T22:00:17.302586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:00:19.382973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=mailer","method":"GET"} [] [2025-03-12T22:00:19.406033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:00:21.639366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=mailer","method":"GET"} [] [2025-03-12T22:00:21.677172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:00:23.922539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=events","method":"GET"} [] [2025-03-12T22:00:23.946367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:00:26.091809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=events","method":"GET"} [] [2025-03-12T22:00:26.115323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:00:28.455323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=form","method":"GET"} [] [2025-03-12T22:00:28.505625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:00:30.734268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=form","method":"GET"} [] [2025-03-12T22:00:30.756792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:00:32.901573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=time","method":"GET"} [] [2025-03-12T22:00:32.923241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:00:35.060967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=twig","method":"GET"} [] [2025-03-12T22:00:35.083515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:00:37.271580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=twig","method":"GET"} [] [2025-03-12T22:00:37.308514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:00:39.481207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=dump","method":"GET"} [] [2025-03-12T22:00:39.503113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:00:41.620426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=dump","method":"GET"} [] [2025-03-12T22:00:41.643556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:00:44.050470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=time","method":"GET"} [] [2025-03-12T22:00:44.099202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:00:46.216979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=validator","method":"GET"} [] [2025-03-12T22:00:46.240312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:00:48.460331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=validator","method":"GET"} [] [2025-03-12T22:00:48.483596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:00:50.706121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=validator","method":"GET"} [] [2025-03-12T22:00:50.728301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:00:55.192826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=dump","method":"GET"} [] [2025-03-12T22:00:55.232084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:00:57.444859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=db","method":"GET"} [] [2025-03-12T22:00:57.474868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:00:59.883712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=cache","method":"GET"} [] [2025-03-12T22:00:59.934486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:01:02.101712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=cache","method":"GET"} [] [2025-03-12T22:01:02.125996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:01:04.340791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=events","method":"GET"} [] [2025-03-12T22:01:04.361940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:01:06.520514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=events","method":"GET"} [] [2025-03-12T22:01:06.543329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:01:08.791941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=events","method":"GET"} [] [2025-03-12T22:01:08.814400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:01:11.091195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=twig","method":"GET"} [] [2025-03-12T22:01:11.129876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:01:13.358652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=time","method":"GET"} [] [2025-03-12T22:01:13.380958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:01:16.955968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=dump","method":"GET"} [] [2025-03-12T22:01:17.002793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:01:19.212688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=dump","method":"GET"} [] [2025-03-12T22:01:19.233879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:01:21.440212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=twig","method":"GET"} [] [2025-03-12T22:01:21.460806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:01:23.670616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=validator","method":"GET"} [] [2025-03-12T22:01:23.693444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:01:27.112305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=validator","method":"GET"} [] [2025-03-12T22:01:27.152200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:01:29.400306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=db","method":"GET"} [] [2025-03-12T22:01:29.423729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:01:31.644411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=db","method":"GET"} [] [2025-03-12T22:01:31.668612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:01:34.173190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=db","method":"GET"} [] [2025-03-12T22:01:34.224044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:01:36.402268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=db","method":"GET"} [] [2025-03-12T22:01:36.423903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:01:38.620520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=form","method":"GET"} [] [2025-03-12T22:01:38.642299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:01:40.780051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=form","method":"GET"} [] [2025-03-12T22:01:40.803255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:01:43.038159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=form","method":"GET"} [] [2025-03-12T22:01:43.091959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:01:45.377066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=cache","method":"GET"} [] [2025-03-12T22:01:45.401996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:01:48.823125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=cache","method":"GET"} [] [2025-03-12T22:01:48.843888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:01:54.952964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?group=1&panel=db","method":"GET"} [] [2025-03-12T22:01:55.013636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:01:57.243516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=time","method":"GET"} [] [2025-03-12T22:01:57.266554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:02:01.811439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=logger","method":"GET"} [] [2025-03-12T22:02:01.888163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:02:04.081002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=config","method":"GET"} [] [2025-03-12T22:02:04.104372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:02:07.515739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?panel=security","method":"GET"} [] [2025-03-12T22:02:07.538405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:09.946686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=security","method":"GET"} [] [2025-03-12T22:02:09.969938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:12.182532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=security","method":"GET"} [] [2025-03-12T22:02:12.268446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:14.450053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=security","method":"GET"} [] [2025-03-12T22:02:14.474224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:16.699509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=security","method":"GET"} [] [2025-03-12T22:02:16.725462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:18.958302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=router","method":"GET"} [] [2025-03-12T22:02:18.998914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:02:19.041292+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da/router","method":"GET"} [] [2025-03-12T22:02:21.452525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?panel=logger","method":"GET"} [] [2025-03-12T22:02:21.484159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:02:23.671391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=security","method":"GET"} [] [2025-03-12T22:02:23.693366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:26.004954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=db","method":"GET"} [] [2025-03-12T22:02:26.029914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:02:28.211298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=security","method":"GET"} [] [2025-03-12T22:02:28.270194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:30.480993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=router","method":"GET"} [] [2025-03-12T22:02:30.501700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:02:30.519515+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/router","method":"GET"} [] [2025-03-12T22:02:32.751101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=config","method":"GET"} [] [2025-03-12T22:02:32.777552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:02:34.981293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf?panel=logger","method":"GET"} [] [2025-03-12T22:02:35.018346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:02:37.251217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=router","method":"GET"} [] [2025-03-12T22:02:37.281258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:02:37.299298+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/router","method":"GET"} [] [2025-03-12T22:02:39.604542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=router","method":"GET"} [] [2025-03-12T22:02:39.625531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:02:39.643832+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f/router","method":"GET"} [] [2025-03-12T22:02:43.229481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=logger","method":"GET"} [] [2025-03-12T22:02:43.281618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:02:45.536591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=logger","method":"GET"} [] [2025-03-12T22:02:45.561008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:02:47.826263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa?panel=config","method":"GET"} [] [2025-03-12T22:02:47.847389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:02:50.030321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f?panel=security","method":"GET"} [] [2025-03-12T22:02:50.067591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:02:52.311509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9?group=1&panel=db","method":"GET"} [] [2025-03-12T22:02:52.354619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:02:54.500952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/30e0da?group=1&panel=db","method":"GET"} [] [2025-03-12T22:02:54.524957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:02:56.751267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=exception","method":"GET"} [] [2025-03-12T22:02:56.773115+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/exception.css","method":"GET"} [] [2025-03-12T22:02:56.785313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:02:56.803484+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/exception","method":"GET"} [] [2025-03-12T22:02:59.259679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=translation","method":"GET"} [] [2025-03-12T22:02:59.311907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:03:02.648846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=translation","method":"GET"} [] [2025-03-12T22:03:02.676387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:03:04.865531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=mailer","method":"GET"} [] [2025-03-12T22:03:04.888997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:07.063967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=mailer","method":"GET"} [] [2025-03-12T22:03:07.101671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:09.319041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=mailer","method":"GET"} [] [2025-03-12T22:03:09.342244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:11.550160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=exception","method":"GET"} [] [2025-03-12T22:03:11.570758+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139/exception.css","method":"GET"} [] [2025-03-12T22:03:11.573620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:03:11.591315+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139/exception","method":"GET"} [] [2025-03-12T22:03:13.798995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=mailer","method":"GET"} [] [2025-03-12T22:03:13.822351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:16.348798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=request","method":"GET"} [] [2025-03-12T22:03:16.420787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:03:18.651185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=request","method":"GET"} [] [2025-03-12T22:03:18.676441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:03:20.963806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=request","method":"GET"} [] [2025-03-12T22:03:20.987692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:03:26.579247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=db","method":"GET"} [] [2025-03-12T22:03:26.620328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:03:28.800691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=db","method":"GET"} [] [2025-03-12T22:03:28.824626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:03:31.001676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=mailer","method":"GET"} [] [2025-03-12T22:03:31.022892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:33.393093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=db","method":"GET"} [] [2025-03-12T22:03:33.451445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:03:35.580865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=request","method":"GET"} [] [2025-03-12T22:03:35.602899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:03:38.921044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=twig","method":"GET"} [] [2025-03-12T22:03:38.943758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:03:41.190158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=dump","method":"GET"} [] [2025-03-12T22:03:41.211880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:03:43.566339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=time","method":"GET"} [] [2025-03-12T22:03:43.618532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:03:45.841688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=form","method":"GET"} [] [2025-03-12T22:03:45.865788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:03:48.012292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=mailer","method":"GET"} [] [2025-03-12T22:03:48.036775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:50.469158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=mailer","method":"GET"} [] [2025-03-12T22:03:50.534099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:03:52.759593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=db","method":"GET"} [] [2025-03-12T22:03:52.782229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:03:56.115297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=db","method":"GET"} [] [2025-03-12T22:03:56.140987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:03:58.343168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=events","method":"GET"} [] [2025-03-12T22:03:58.367056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:04:00.600965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=events","method":"GET"} [] [2025-03-12T22:04:00.641090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:04:04.000891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=events","method":"GET"} [] [2025-03-12T22:04:04.023696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:04:06.472167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=dump","method":"GET"} [] [2025-03-12T22:04:06.526136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:04:09.910124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=form","method":"GET"} [] [2025-03-12T22:04:09.933865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:04:12.176535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=time","method":"GET"} [] [2025-03-12T22:04:12.198742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:04:14.421455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=time","method":"GET"} [] [2025-03-12T22:04:14.443995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:04:16.671008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=dump","method":"GET"} [] [2025-03-12T22:04:16.710214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:04:18.919546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=dump","method":"GET"} [] [2025-03-12T22:04:18.942323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:04:21.152924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=time","method":"GET"} [] [2025-03-12T22:04:21.175227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:04:23.616633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=twig","method":"GET"} [] [2025-03-12T22:04:23.665946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:04:23.715816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:04:25.890314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=form","method":"GET"} [] [2025-03-12T22:04:25.912964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:04:28.053657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=twig","method":"GET"} [] [2025-03-12T22:04:28.077180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:04:30.273689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=twig","method":"GET"} [] [2025-03-12T22:04:30.301584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:04:32.532181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=form","method":"GET"} [] [2025-03-12T22:04:32.573447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:04:34.799829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=twig","method":"GET"} [] [2025-03-12T22:04:34.820669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:04:37.024565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=time","method":"GET"} [] [2025-03-12T22:04:37.047626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:04:39.424292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=twig","method":"GET"} [] [2025-03-12T22:04:39.472742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:04:41.573747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=dump","method":"GET"} [] [2025-03-12T22:04:41.596904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:04:43.834325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=form","method":"GET"} [] [2025-03-12T22:04:43.858282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:04:46.070165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=twig","method":"GET"} [] [2025-03-12T22:04:46.090651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:04:48.209604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=time","method":"GET"} [] [2025-03-12T22:04:48.250392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:04:50.512961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=dump","method":"GET"} [] [2025-03-12T22:04:50.534744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:04:52.687581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=validator","method":"GET"} [] [2025-03-12T22:04:52.711598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:04:55.046834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=validator","method":"GET"} [] [2025-03-12T22:04:55.101110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:04:57.240444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=cache","method":"GET"} [] [2025-03-12T22:04:57.264687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:04:59.472697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=cache","method":"GET"} [] [2025-03-12T22:04:59.495296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:05:01.723011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=cache","method":"GET"} [] [2025-03-12T22:05:01.747813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:05:03.902766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=cache","method":"GET"} [] [2025-03-12T22:05:03.943385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:05:06.192129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=events","method":"GET"} [] [2025-03-12T22:05:06.216665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:05:08.518317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=form","method":"GET"} [] [2025-03-12T22:05:08.540093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:05:11.102464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=cache","method":"GET"} [] [2025-03-12T22:05:11.151991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:05:13.376647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=cache","method":"GET"} [] [2025-03-12T22:05:13.398310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:05:16.738279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=events","method":"GET"} [] [2025-03-12T22:05:16.759358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:05:20.141972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=form","method":"GET"} [] [2025-03-12T22:05:20.187500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:05:22.377634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=config","method":"GET"} [] [2025-03-12T22:05:22.399992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:05:24.620988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=logger","method":"GET"} [] [2025-03-12T22:05:24.646924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:05:27.074917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=config","method":"GET"} [] [2025-03-12T22:05:27.128126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:05:29.336782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=config","method":"GET"} [] [2025-03-12T22:05:29.359563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:05:31.560488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=logger","method":"GET"} [] [2025-03-12T22:05:31.583814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:05:34.957935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2?panel=router","method":"GET"} [] [2025-03-12T22:05:34.978549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:05:34.996421+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/router","method":"GET"} [] [2025-03-12T22:05:37.325771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?panel=router","method":"GET"} [] [2025-03-12T22:05:37.374537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:05:37.414618+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/router","method":"GET"} [] [2025-03-12T22:05:39.618834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=config","method":"GET"} [] [2025-03-12T22:05:39.642564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:05:41.776105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=router","method":"GET"} [] [2025-03-12T22:05:41.797680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:05:41.815461+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139/router","method":"GET"} [] [2025-03-12T22:05:44.270908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=logger","method":"GET"} [] [2025-03-12T22:05:44.326994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:05:46.516899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=translation","method":"GET"} [] [2025-03-12T22:05:46.538884+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:05:48.728633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=validator","method":"GET"} [] [2025-03-12T22:05:48.750372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:05:50.869671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=logger","method":"GET"} [] [2025-03-12T22:05:50.895992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:05:53.125270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=router","method":"GET"} [] [2025-03-12T22:05:53.162908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:05:53.207896+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/router","method":"GET"} [] [2025-03-12T22:05:55.533413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=config","method":"GET"} [] [2025-03-12T22:05:55.556877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:05:57.750056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=router","method":"GET"} [] [2025-03-12T22:05:57.774467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:05:57.792518+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/router","method":"GET"} [] [2025-03-12T22:06:00.203725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?panel=logger","method":"GET"} [] [2025-03-12T22:06:00.257241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:06:02.468598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139?panel=security","method":"GET"} [] [2025-03-12T22:06:02.493428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:06:04.689695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=router","method":"GET"} [] [2025-03-12T22:06:04.712935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:06:04.735409+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1/router","method":"GET"} [] [2025-03-12T22:06:06.959870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=logger","method":"GET"} [] [2025-03-12T22:06:06.981288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:06:09.165038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=config","method":"GET"} [] [2025-03-12T22:06:09.201830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:06:11.416835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?panel=security","method":"GET"} [] [2025-03-12T22:06:11.439385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:06:13.655116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?panel=security","method":"GET"} [] [2025-03-12T22:06:13.679155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:06:16.093488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?panel=logger","method":"GET"} [] [2025-03-12T22:06:16.158659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:06:20.626878+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:20.649622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:22.821318+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:22.850012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:25.027536+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:25.061754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:27.277046+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:27.300737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:29.498256+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:29.521120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:31.939942+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:31.999414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:36.329154+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:36.353146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:38.540894+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:38.562681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:40.778583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744","method":"GET"} [] [2025-03-12T22:06:40.814672+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744/exception.css","method":"GET"} [] [2025-03-12T22:06:40.826591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:06:40.870718+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744/exception","method":"GET"} [] [2025-03-12T22:06:43.107786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144","method":"GET"} [] [2025-03-12T22:06:43.127692+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/exception.css","method":"GET"} [] [2025-03-12T22:06:43.130678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:06:43.149858+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/exception","method":"GET"} [] [2025-03-12T22:06:45.257624+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:45.278882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:06:48.870413+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:06:48.928535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:06:51.139607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:51.170641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:53.365175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1144b?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:53.389645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:55.501830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:55.526060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:58.850292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10?group=1&panel=db","method":"GET"} [] [2025-03-12T22:06:58.891309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:07:01.166564+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744/exception","method":"GET"} [] [2025-03-12T22:07:03.549052+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/exception","method":"GET"} [] [2025-03-12T22:07:06.112483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=translation","method":"GET"} [] [2025-03-12T22:07:06.179255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:07:08.370853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=exception","method":"GET"} [] [2025-03-12T22:07:08.390225+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/exception.css","method":"GET"} [] [2025-03-12T22:07:08.395117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:07:08.412781+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/exception","method":"GET"} [] [2025-03-12T22:07:10.615819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=validator","method":"GET"} [] [2025-03-12T22:07:10.638763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:07:12.881834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=security","method":"GET"} [] [2025-03-12T22:07:12.904415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:07:16.244329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=translation","method":"GET"} [] [2025-03-12T22:07:16.284455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:07:18.464386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=request","method":"GET"} [] [2025-03-12T22:07:18.486986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:07:20.724360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=db","method":"GET"} [] [2025-03-12T22:07:20.748098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:07:23.138066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=db","method":"GET"} [] [2025-03-12T22:07:23.212143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:07:25.409950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=mailer","method":"GET"} [] [2025-03-12T22:07:25.431481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:07:27.579408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=request","method":"GET"} [] [2025-03-12T22:07:27.602005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:07:29.820986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=mailer","method":"GET"} [] [2025-03-12T22:07:29.841822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:07:32.002334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=events","method":"GET"} [] [2025-03-12T22:07:32.040108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:07:34.284580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=twig","method":"GET"} [] [2025-03-12T22:07:34.306108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:07:37.581891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=dump","method":"GET"} [] [2025-03-12T22:07:37.603501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:07:40.069367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=form","method":"GET"} [] [2025-03-12T22:07:40.119674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:07:42.250973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=dump","method":"GET"} [] [2025-03-12T22:07:42.281418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:07:44.464442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=twig","method":"GET"} [] [2025-03-12T22:07:44.486354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:07:46.685085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=time","method":"GET"} [] [2025-03-12T22:07:46.710116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:07:48.852971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=form","method":"GET"} [] [2025-03-12T22:07:48.898222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:07:51.076211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=validator","method":"GET"} [] [2025-03-12T22:07:51.099009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:07:53.277980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=cache","method":"GET"} [] [2025-03-12T22:07:53.299280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:07:55.734263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=cache","method":"GET"} [] [2025-03-12T22:07:55.796531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:07:57.993490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=events","method":"GET"} [] [2025-03-12T22:07:58.020488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:08:00.174425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=config","method":"GET"} [] [2025-03-12T22:08:00.195923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:08:02.452884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=logger","method":"GET"} [] [2025-03-12T22:08:02.479751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:08:04.779776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=router","method":"GET"} [] [2025-03-12T22:08:04.823750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:08:04.866134+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744/router","method":"GET"} [] [2025-03-12T22:08:07.100926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=config","method":"GET"} [] [2025-03-12T22:08:07.123235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:08:09.367702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=router","method":"GET"} [] [2025-03-12T22:08:09.388233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:08:09.406104+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/router","method":"GET"} [] [2025-03-12T22:08:10.960006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:08:11.611741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?panel=logger","method":"GET"} [] [2025-03-12T22:08:11.634710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:08:14.011107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?panel=security","method":"GET"} [] [2025-03-12T22:08:14.033711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:08:16.235205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144?group=1&panel=db","method":"GET"} [] [2025-03-12T22:08:16.256967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:08:18.512538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a33744"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a33744?group=1&panel=db","method":"GET"} [] [2025-03-12T22:08:18.536328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:08:20.702474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6611e1?group=1&panel=db","method":"GET"} [] [2025-03-12T22:08:20.743713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:08:22.970745+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"458698"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/458698/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:22.996504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:25.191088+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84bf9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84bf9d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:25.221934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:27.591697+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"326817"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/326817/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:27.651658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:29.848084+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"be78d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/be78d2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:29.872114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:32.044451+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c69428"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c69428/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:32.069474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:34.225228+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:34.247958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:36.412244+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c2743e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2743e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:08:36.442673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:08:38.630978+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:38.656993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:40.901448+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21d0fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/21d0fd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:40.920980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:43.334734+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"745a9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/745a9d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:43.393207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:45.585845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e","method":"GET"} [] [2025-03-12T22:08:45.620465+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/exception.css","method":"GET"} [] [2025-03-12T22:08:45.628734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:08:45.670295+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/exception","method":"GET"} [] [2025-03-12T22:08:47.886825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547","method":"GET"} [] [2025-03-12T22:08:47.908754+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/exception.css","method":"GET"} [] [2025-03-12T22:08:47.912021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:08:47.931720+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/exception","method":"GET"} [] [2025-03-12T22:08:50.067743+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:08:50.090516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:08:52.280075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:08:52.312173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:08:54.480617+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"431246"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/431246/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:54.506242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:56.712944+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7d916c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d916c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:08:56.762987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:09:00.349279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223","method":"GET"} [] [2025-03-12T22:09:00.408249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:02.631312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086","method":"GET"} [] [2025-03-12T22:09:02.662650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:04.904066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4","method":"GET"} [] [2025-03-12T22:09:04.925961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:07.170321+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/exception","method":"GET"} [] [2025-03-12T22:09:09.463634+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/exception","method":"GET"} [] [2025-03-12T22:09:11.680522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e","method":"GET"} [] [2025-03-12T22:09:11.714600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:13.895194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc","method":"GET"} [] [2025-03-12T22:09:13.925886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:17.599334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012","method":"GET"} [] [2025-03-12T22:09:17.669496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:19.771631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929","method":"GET"} [] [2025-03-12T22:09:19.794452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:21.973099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2","method":"GET"} [] [2025-03-12T22:09:21.994676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:24.173380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=db","method":"GET"} [] [2025-03-12T22:09:24.194851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:09:26.420685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=exception","method":"GET"} [] [2025-03-12T22:09:26.440675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:09:29.814223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=mailer","method":"GET"} [] [2025-03-12T22:09:29.847924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:09:32.061245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=exception","method":"GET"} [] [2025-03-12T22:09:32.080818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:09:34.393974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=exception","method":"GET"} [] [2025-03-12T22:09:34.445491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:09:36.713678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=translation","method":"GET"} [] [2025-03-12T22:09:36.734693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:09:38.862988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=exception","method":"GET"} [] [2025-03-12T22:09:38.889465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:09:41.042353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=translation","method":"GET"} [] [2025-03-12T22:09:41.061535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:09:43.258646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=exception","method":"GET"} [] [2025-03-12T22:09:43.278940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:09:45.500853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=exception","method":"GET"} [] [2025-03-12T22:09:45.534248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:09:47.751399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=translation","method":"GET"} [] [2025-03-12T22:09:47.771006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:09:50.109804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=translation","method":"GET"} [] [2025-03-12T22:09:50.175431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:09:52.431798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=translation","method":"GET"} [] [2025-03-12T22:09:52.452409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:09:54.213189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b","method":"GET"} [] [2025-03-12T22:09:54.236898+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b/exception.css","method":"GET"} [] [2025-03-12T22:09:54.243749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:09:54.261973+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b/exception","method":"GET"} [] [2025-03-12T22:09:54.640706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=request","method":"GET"} [] [2025-03-12T22:09:54.660878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:09:56.819403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=mailer","method":"GET"} [] [2025-03-12T22:09:56.839468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:09:59.101699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=request","method":"GET"} [] [2025-03-12T22:09:59.122111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:10:01.311184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=events","method":"GET"} [] [2025-03-12T22:10:01.342119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:10:03.555064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=time","method":"GET"} [] [2025-03-12T22:10:03.575490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:10:06.015099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=form","method":"GET"} [] [2025-03-12T22:10:06.075798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:10:08.311756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=twig","method":"GET"} [] [2025-03-12T22:10:08.331713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:10:10.545605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=dump","method":"GET"} [] [2025-03-12T22:10:10.565671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:10:12.683240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=validator","method":"GET"} [] [2025-03-12T22:10:12.704097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:10:14.949998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=validator","method":"GET"} [] [2025-03-12T22:10:14.970556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:10:17.170249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=validator","method":"GET"} [] [2025-03-12T22:10:17.208712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:10:20.552497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=validator","method":"GET"} [] [2025-03-12T22:10:20.572714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:10:24.165818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=cache","method":"GET"} [] [2025-03-12T22:10:24.222458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:10:27.564965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=form","method":"GET"} [] [2025-03-12T22:10:27.585422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:10:29.786875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=dump","method":"GET"} [] [2025-03-12T22:10:29.809427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:10:32.050945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=time","method":"GET"} [] [2025-03-12T22:10:32.073218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:10:34.282522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=twig","method":"GET"} [] [2025-03-12T22:10:34.315163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:10:36.482944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=validator","method":"GET"} [] [2025-03-12T22:10:36.502240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:10:38.532930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da","method":"GET"} [] [2025-03-12T22:10:38.555585+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da/exception.css","method":"GET"} [] [2025-03-12T22:10:38.563115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:10:38.581643+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-12T22:10:38.680562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=cache","method":"GET"} [] [2025-03-12T22:10:38.699599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:10:41.192053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=router","method":"GET"} [] [2025-03-12T22:10:41.266680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:10:41.304121+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4/router","method":"GET"} [] [2025-03-12T22:10:43.504243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=db","method":"GET"} [] [2025-03-12T22:10:43.524947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:10:45.713940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=config","method":"GET"} [] [2025-03-12T22:10:45.733445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:10:49.095549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=config","method":"GET"} [] [2025-03-12T22:10:49.114841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:10:51.262860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=router","method":"GET"} [] [2025-03-12T22:10:51.293207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:10:51.315181+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2/router","method":"GET"} [] [2025-03-12T22:10:53.565692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=logger","method":"GET"} [] [2025-03-12T22:10:53.585395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:10:55.996282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=security","method":"GET"} [] [2025-03-12T22:10:56.018274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:10:58.470381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=security","method":"GET"} [] [2025-03-12T22:10:58.529731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:11:00.784736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4?panel=security","method":"GET"} [] [2025-03-12T22:11:00.805045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:11:02.991642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=security","method":"GET"} [] [2025-03-12T22:11:03.012468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:11:05.249544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?group=1&panel=db","method":"GET"} [] [2025-03-12T22:11:05.270920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:11:07.492040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=security","method":"GET"} [] [2025-03-12T22:11:07.521787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:11:09.662303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2?panel=security","method":"GET"} [] [2025-03-12T22:11:09.682226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:11:11.973949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=exception","method":"GET"} [] [2025-03-12T22:11:11.999087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:11:14.333296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=exception","method":"GET"} [] [2025-03-12T22:11:14.388298+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/exception.css","method":"GET"} [] [2025-03-12T22:11:14.397721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:11:14.438627+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/exception","method":"GET"} [] [2025-03-12T22:11:16.703400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=exception","method":"GET"} [] [2025-03-12T22:11:16.723704+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/exception.css","method":"GET"} [] [2025-03-12T22:11:16.726532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:11:16.744756+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/exception","method":"GET"} [] [2025-03-12T22:11:18.892093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=translation","method":"GET"} [] [2025-03-12T22:11:18.913327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:11:21.089976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=translation","method":"GET"} [] [2025-03-12T22:11:21.111775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:11:23.333955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=translation","method":"GET"} [] [2025-03-12T22:11:23.374824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:11:25.593066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=mailer","method":"GET"} [] [2025-03-12T22:11:25.613318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:27.812453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=mailer","method":"GET"} [] [2025-03-12T22:11:27.832590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:30.219096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=mailer","method":"GET"} [] [2025-03-12T22:11:30.272208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:32.536719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=mailer","method":"GET"} [] [2025-03-12T22:11:32.557677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:34.780864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=exception","method":"GET"} [] [2025-03-12T22:11:34.800356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:11:37.010846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=mailer","method":"GET"} [] [2025-03-12T22:11:37.033450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:39.252566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=mailer","method":"GET"} [] [2025-03-12T22:11:39.285565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:41.532441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=mailer","method":"GET"} [] [2025-03-12T22:11:41.554358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:11:44.891244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=request","method":"GET"} [] [2025-03-12T22:11:44.910901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:11:47.280526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=request","method":"GET"} [] [2025-03-12T22:11:47.347405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:11:49.597837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=request","method":"GET"} [] [2025-03-12T22:11:49.618319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:11:51.831387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=request","method":"GET"} [] [2025-03-12T22:11:51.852776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:11:54.071355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=db","method":"GET"} [] [2025-03-12T22:11:54.092623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:11:55.903425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9","method":"GET"} [] [2025-03-12T22:11:55.936198+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9/exception.css","method":"GET"} [] [2025-03-12T22:11:55.954042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:11:55.977055+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9/exception","method":"GET"} [] [2025-03-12T22:11:56.285481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=db","method":"GET"} [] [2025-03-12T22:11:56.308377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:11:59.705300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=db","method":"GET"} [] [2025-03-12T22:11:59.726173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:12:01.953691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=db","method":"GET"} [] [2025-03-12T22:12:01.977044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:12:04.295508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=db","method":"GET"} [] [2025-03-12T22:12:04.348593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:12:06.548289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=db","method":"GET"} [] [2025-03-12T22:12:06.571896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:12:08.781818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=request","method":"GET"} [] [2025-03-12T22:12:08.801432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:12:11.017290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=request","method":"GET"} [] [2025-03-12T22:12:11.051618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:12:13.162554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=request","method":"GET"} [] [2025-03-12T22:12:13.185131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:12:15.272730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=dump","method":"GET"} [] [2025-03-12T22:12:15.292247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:12:17.551533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=twig","method":"GET"} [] [2025-03-12T22:12:17.570420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:12:19.891133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=time","method":"GET"} [] [2025-03-12T22:12:19.949990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:12:22.173255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=form","method":"GET"} [] [2025-03-12T22:12:22.193592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:12:24.341490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=mailer","method":"GET"} [] [2025-03-12T22:12:24.361639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:12:26.579678+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"413582"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/413582/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:12:26.626208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:12:28.723914+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:12:28.743340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:12:29.199225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13","method":"GET"} [] [2025-03-12T22:12:29.221615+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13/exception.css","method":"GET"} [] [2025-03-12T22:12:29.228017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:12:29.247152+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13/exception","method":"GET"} [] [2025-03-12T22:12:30.996781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=events","method":"GET"} [] [2025-03-12T22:12:31.017510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:12:33.261971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=events","method":"GET"} [] [2025-03-12T22:12:33.287135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:12:35.695326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=events","method":"GET"} [] [2025-03-12T22:12:35.775885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:12:38.034217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=events","method":"GET"} [] [2025-03-12T22:12:38.055100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:12:40.231832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=twig","method":"GET"} [] [2025-03-12T22:12:40.251254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:12:42.484457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=time","method":"GET"} [] [2025-03-12T22:12:42.519993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:12:44.792011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=time","method":"GET"} [] [2025-03-12T22:12:44.811801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:12:47.009585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=dump","method":"GET"} [] [2025-03-12T22:12:47.032166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:12:49.286608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf","method":"GET"} [] [2025-03-12T22:12:49.308156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:12:51.690543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00","method":"GET"} [] [2025-03-12T22:12:51.745627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:12:54.010714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=time","method":"GET"} [] [2025-03-12T22:12:54.034331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:12:56.249976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=form","method":"GET"} [] [2025-03-12T22:12:56.271048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:12:58.402844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:12:58.507154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=form","method":"GET"} [] [2025-03-12T22:12:58.538544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:13:00.681151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=twig","method":"GET"} [] [2025-03-12T22:13:00.701072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:13:02.873336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=form","method":"GET"} [] [2025-03-12T22:13:02.895091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:13:05.160507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=time","method":"GET"} [] [2025-03-12T22:13:05.180134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:13:07.598928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=form","method":"GET"} [] [2025-03-12T22:13:07.658955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:13:09.822415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=dump","method":"GET"} [] [2025-03-12T22:13:09.841518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:13:12.054332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=twig","method":"GET"} [] [2025-03-12T22:13:12.075563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:13:14.348102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=exception","method":"GET"} [] [2025-03-12T22:13:14.384816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:13:16.597269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=exception","method":"GET"} [] [2025-03-12T22:13:16.618958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:13:18.809643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=translation","method":"GET"} [] [2025-03-12T22:13:18.829140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:13:21.138909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=translation","method":"GET"} [] [2025-03-12T22:13:21.158745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:13:23.622605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=mailer","method":"GET"} [] [2025-03-12T22:13:23.690677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:13:25.904110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=request","method":"GET"} [] [2025-03-12T22:13:25.924162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:13:28.115594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=events","method":"GET"} [] [2025-03-12T22:13:28.135218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:13:30.390182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=time","method":"GET"} [] [2025-03-12T22:13:30.424022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:13:32.666416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=twig","method":"GET"} [] [2025-03-12T22:13:32.688270+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:13:34.842758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=dump","method":"GET"} [] [2025-03-12T22:13:34.861776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:13:37.127164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=form","method":"GET"} [] [2025-03-12T22:13:37.148605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:13:39.536859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=validator","method":"GET"} [] [2025-03-12T22:13:39.601528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:13:41.806541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=validator","method":"GET"} [] [2025-03-12T22:13:41.826171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:13:43.981415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=db","method":"GET"} [] [2025-03-12T22:13:44.002851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:13:46.180192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=cache","method":"GET"} [] [2025-03-12T22:13:46.209495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:13:48.341834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=config","method":"GET"} [] [2025-03-12T22:13:48.362005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:13:50.612692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=logger","method":"GET"} [] [2025-03-12T22:13:50.632133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:13:52.888448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=router","method":"GET"} [] [2025-03-12T22:13:52.907544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:13:52.925347+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf/router","method":"GET"} [] [2025-03-12T22:13:55.395017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?panel=security","method":"GET"} [] [2025-03-12T22:13:55.470041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:13:57.706354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=security","method":"GET"} [] [2025-03-12T22:13:57.728523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:13:59.900628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=request","method":"GET"} [] [2025-03-12T22:13:59.920701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:14:02.130087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=mailer","method":"GET"} [] [2025-03-12T22:14:02.159033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:14:04.390514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=db","method":"GET"} [] [2025-03-12T22:14:04.410453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:14:06.562017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf?group=1&panel=db","method":"GET"} [] [2025-03-12T22:14:06.582924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:14:08.886279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=events","method":"GET"} [] [2025-03-12T22:14:08.905835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:14:11.310868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=twig","method":"GET"} [] [2025-03-12T22:14:11.369429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:14:13.586517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=time","method":"GET"} [] [2025-03-12T22:14:13.607115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:14:15.834174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=dump","method":"GET"} [] [2025-03-12T22:14:15.854239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:14:17.969286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=twig","method":"GET"} [] [2025-03-12T22:14:17.998952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:14:20.211371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=dump","method":"GET"} [] [2025-03-12T22:14:20.231274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:14:22.479641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=dump","method":"GET"} [] [2025-03-12T22:14:22.501416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:14:24.718998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=dump","method":"GET"} [] [2025-03-12T22:14:24.753014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:14:27.280037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=form","method":"GET"} [] [2025-03-12T22:14:27.348860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:14:29.658198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=time","method":"GET"} [] [2025-03-12T22:14:29.689433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:14:31.860479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=time","method":"GET"} [] [2025-03-12T22:14:31.881161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:14:34.059531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=twig","method":"GET"} [] [2025-03-12T22:14:34.092196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:14:36.311768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=form","method":"GET"} [] [2025-03-12T22:14:36.331760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:14:37.425854+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:14:38.582251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=twig","method":"GET"} [] [2025-03-12T22:14:38.602965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:14:40.855332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=dump","method":"GET"} [] [2025-03-12T22:14:40.878684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:14:43.258319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=time","method":"GET"} [] [2025-03-12T22:14:43.314552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:14:45.479408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=dump","method":"GET"} [] [2025-03-12T22:14:45.499387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:14:47.714376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=twig","method":"GET"} [] [2025-03-12T22:14:47.734983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:14:49.927056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=form","method":"GET"} [] [2025-03-12T22:14:49.958873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:14:52.186361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=validator","method":"GET"} [] [2025-03-12T22:14:52.208508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:14:54.416725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=validator","method":"GET"} [] [2025-03-12T22:14:54.436948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:14:56.693120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=validator","method":"GET"} [] [2025-03-12T22:14:56.719562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:14:59.090661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=cache","method":"GET"} [] [2025-03-12T22:14:59.147352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:14:59.161043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=events","method":"GET"} [] [2025-03-12T22:14:59.216460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:15:01.409399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=cache","method":"GET"} [] [2025-03-12T22:15:01.431011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:03.590456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=cache","method":"GET"} [] [2025-03-12T22:15:03.610333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:05.879087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=cache","method":"GET"} [] [2025-03-12T22:15:05.908706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:08.173934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=cache","method":"GET"} [] [2025-03-12T22:15:08.197697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:10.476604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=cache","method":"GET"} [] [2025-03-12T22:15:10.499912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:12.783935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=cache","method":"GET"} [] [2025-03-12T22:15:12.804208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:15.309810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=events","method":"GET"} [] [2025-03-12T22:15:15.362361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:15:17.544708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=cache","method":"GET"} [] [2025-03-12T22:15:17.568718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:19.694399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=events","method":"GET"} [] [2025-03-12T22:15:19.719902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:15:20.779866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=db","method":"GET"} [] [2025-03-12T22:15:20.810350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:15:21.943876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=events","method":"GET"} [] [2025-03-12T22:15:21.975684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:15:24.136571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=events","method":"GET"} [] [2025-03-12T22:15:24.156006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:15:26.393601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=form","method":"GET"} [] [2025-03-12T22:15:26.416300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:15:28.606488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=cache","method":"GET"} [] [2025-03-12T22:15:28.627391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:15:30.942073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=config","method":"GET"} [] [2025-03-12T22:15:30.994009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:15:33.243077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=logger","method":"GET"} [] [2025-03-12T22:15:33.264110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:15:35.681367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=config","method":"GET"} [] [2025-03-12T22:15:35.709083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:15:37.916902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=config","method":"GET"} [] [2025-03-12T22:15:37.952449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:15:40.098336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=config","method":"GET"} [] [2025-03-12T22:15:40.118206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:15:41.130679+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da/exception.css","method":"GET"} [] [2025-03-12T22:15:42.457585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=router","method":"GET"} [] [2025-03-12T22:15:42.478815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:15:42.497299+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e/router","method":"GET"} [] [2025-03-12T22:15:44.771025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=logger","method":"GET"} [] [2025-03-12T22:15:44.790428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:15:47.395174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=router","method":"GET"} [] [2025-03-12T22:15:47.453530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:15:47.493465+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc/router","method":"GET"} [] [2025-03-12T22:15:49.699594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc?panel=logger","method":"GET"} [] [2025-03-12T22:15:49.719132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:15:51.939822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?panel=router","method":"GET"} [] [2025-03-12T22:15:51.963537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:15:51.982003+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012/router","method":"GET"} [] [2025-03-12T22:15:54.181696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=config","method":"GET"} [] [2025-03-12T22:15:54.213787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:15:56.422872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=router","method":"GET"} [] [2025-03-12T22:15:56.444330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:15:56.464474+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223/router","method":"GET"} [] [2025-03-12T22:15:58.701084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=logger","method":"GET"} [] [2025-03-12T22:15:58.722669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:00.921953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=translation","method":"GET"} [] [2025-03-12T22:16:00.948014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:16:03.298255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=validator","method":"GET"} [] [2025-03-12T22:16:03.354582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:16:05.541373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=router","method":"GET"} [] [2025-03-12T22:16:05.564706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:16:05.582861+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/router","method":"GET"} [] [2025-03-12T22:16:07.896149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e?panel=logger","method":"GET"} [] [2025-03-12T22:16:07.928900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:10.103705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=logger","method":"GET"} [] [2025-03-12T22:16:10.136966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:12.368500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=config","method":"GET"} [] [2025-03-12T22:16:12.391777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:16:14.597803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=config","method":"GET"} [] [2025-03-12T22:16:14.620826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:16:14.662412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=time","method":"GET"} [] [2025-03-12T22:16:14.686390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:16:16.791530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=logger","method":"GET"} [] [2025-03-12T22:16:16.818213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:19.197145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=router","method":"GET"} [] [2025-03-12T22:16:19.246353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:16:19.296584+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086/router","method":"GET"} [] [2025-03-12T22:16:21.492471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=router","method":"GET"} [] [2025-03-12T22:16:21.517865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:16:21.536363+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/router","method":"GET"} [] [2025-03-12T22:16:23.867797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=logger","method":"GET"} [] [2025-03-12T22:16:23.890664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:27.466983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=config","method":"GET"} [] [2025-03-12T22:16:27.497656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:16:29.724696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=router","method":"GET"} [] [2025-03-12T22:16:29.746211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:16:29.764287+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929/router","method":"GET"} [] [2025-03-12T22:16:30.436896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=dump","method":"GET"} [] [2025-03-12T22:16:30.460823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:16:31.833918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?panel=logger","method":"GET"} [] [2025-03-12T22:16:31.854055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:34.209821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?panel=security","method":"GET"} [] [2025-03-12T22:16:34.285619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:16:36.437595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?panel=security","method":"GET"} [] [2025-03-12T22:16:36.459671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:16:38.644831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?panel=security","method":"GET"} [] [2025-03-12T22:16:38.669919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:16:40.877762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?panel=security","method":"GET"} [] [2025-03-12T22:16:40.898548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:16:43.092446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=logger","method":"GET"} [] [2025-03-12T22:16:43.124004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:16:45.232990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?panel=router","method":"GET"} [] [2025-03-12T22:16:45.232990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9?panel=twig","method":"GET"} [] [2025-03-12T22:16:45.253428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:16:45.257050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:16:45.271532+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00/router","method":"GET"} [] [2025-03-12T22:16:47.566459+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:47.594338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:49.969295+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"605eb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/605eb5/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:50.031615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:52.187594+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:52.208393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:54.350500+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:54.369796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:57.615617+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:57.635284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:57.780268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=twig","method":"GET"} [] [2025-03-12T22:16:57.812697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:16:59.845567+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:16:59.873737+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:02.094793+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:02.115787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:04.352086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:04.374579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:06.628995+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:06.672956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:17:08.876822+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c716cf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c716cf/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:17:08.895660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:17:09.661329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=form","method":"GET"} [] [2025-03-12T22:17:09.684073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:17:13.425613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a1e929"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a1e929?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:13.455954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:15.685946+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:17:15.715318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:17:18.999184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d1f012"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d1f012?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:19.022720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:20.143523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9?panel=dump","method":"GET"} [] [2025-03-12T22:17:20.172851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:17:21.216378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f4a00"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f4a00?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:21.236504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:23.594187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:23.643716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:25.887578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:25.919471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:28.115356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:28.137060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:30.246292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:30.273943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:17:32.501960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9928dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9928dc/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:17:32.533340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:17:34.685639+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b7960a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b7960a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:34.707079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:36.842493+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b6387f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b6387f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:36.862780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:37.752181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9?panel=form","method":"GET"} [] [2025-03-12T22:17:37.776508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:17:39.328615+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:39.377656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:41.574676+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a4da52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a4da52/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:41.596923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:43.795291+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"07d1db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/07d1db/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:43.817464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:45.966012+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36c1bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36c1bf/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:46.004118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:46.378500+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-12T22:17:48.193609+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"12e7d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/12e7d2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:48.226689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:50.385543+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b6735"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1b6735/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:50.420415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:52.622147+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"32f415"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/32f415/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:52.644612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:53.753873+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9/exception","method":"GET"} [] [2025-03-12T22:17:55.008786+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"674292"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/674292/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:55.064666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:17:57.306788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319","method":"GET"} [] [2025-03-12T22:17:57.334289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:17:59.539485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3","method":"GET"} [] [2025-03-12T22:17:59.562182+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/exception.css","method":"GET"} [] [2025-03-12T22:17:59.567552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:17:59.586972+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/exception","method":"GET"} [] [2025-03-12T22:18:00.621647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?panel=events","method":"GET"} [] [2025-03-12T22:18:00.655900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:18:01.737138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785","method":"GET"} [] [2025-03-12T22:18:01.764690+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/exception.css","method":"GET"} [] [2025-03-12T22:18:01.770170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:18:01.789145+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/exception","method":"GET"} [] [2025-03-12T22:18:03.962487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8","method":"GET"} [] [2025-03-12T22:18:03.988154+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8/exception.css","method":"GET"} [] [2025-03-12T22:18:04.002077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:18:04.027872+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8/exception","method":"GET"} [] [2025-03-12T22:18:06.298864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1","method":"GET"} [] [2025-03-12T22:18:06.320570+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1/exception.css","method":"GET"} [] [2025-03-12T22:18:06.323470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:18:06.341646+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1/exception","method":"GET"} [] [2025-03-12T22:18:06.819853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9?panel=security","method":"GET"} [] [2025-03-12T22:18:06.841826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:18:08.561953+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:18:08.584866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:18:12.056689+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7ab3dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ab3dc/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:18:12.106796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:18:12.386941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=security","method":"GET"} [] [2025-03-12T22:18:12.418600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:18:14.305610+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:18:14.325084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:18:16.529389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22","method":"GET"} [] [2025-03-12T22:18:16.557570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:18:21.046286+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/exception","method":"GET"} [] [2025-03-12T22:18:22.173010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=security","method":"GET"} [] [2025-03-12T22:18:22.206370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:18:23.235466+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8/exception","method":"GET"} [] [2025-03-12T22:18:25.451442+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1/exception","method":"GET"} [] [2025-03-12T22:18:26.399635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=router","method":"GET"} [] [2025-03-12T22:18:26.420811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:18:26.439911+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da/router","method":"GET"} [] [2025-03-12T22:18:27.884074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=exception","method":"GET"} [] [2025-03-12T22:18:27.937917+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/exception.css","method":"GET"} [] [2025-03-12T22:18:27.943766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:18:27.983897+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/exception","method":"GET"} [] [2025-03-12T22:18:30.400669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=logger","method":"GET"} [] [2025-03-12T22:18:30.423211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:18:32.505956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=translation","method":"GET"} [] [2025-03-12T22:18:32.527441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:18:34.020087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"http://test.phila-ca.com/public/_profiler/30e0da?panel=request","method":"GET"} [] [2025-03-12T22:18:34.042306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:18:34.715145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=translation","method":"GET"} [] [2025-03-12T22:18:34.737235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:18:36.932837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=translation","method":"GET"} [] [2025-03-12T22:18:36.956012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:18:37.314295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d4bb9"},"request_uri":"https://test.phila-ca.com/public/_profiler/1d4bb9?panel=request","method":"GET"} [] [2025-03-12T22:18:37.347705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:18:39.075645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=mailer","method":"GET"} [] [2025-03-12T22:18:39.097715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:18:40.209491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?panel=time","method":"GET"} [] [2025-03-12T22:18:40.232661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:18:41.301004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=request","method":"GET"} [] [2025-03-12T22:18:41.324651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:18:42.985186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?panel=dump","method":"GET"} [] [2025-03-12T22:18:43.087890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:18:43.485597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=validator","method":"GET"} [] [2025-03-12T22:18:43.506623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:18:45.320545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=dump","method":"GET"} [] [2025-03-12T22:18:45.343812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:18:45.695925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=validator","method":"GET"} [] [2025-03-12T22:18:45.718181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:18:47.589467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?panel=twig","method":"GET"} [] [2025-03-12T22:18:47.610916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:18:47.888509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=events","method":"GET"} [] [2025-03-12T22:18:47.910685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:18:49.832162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=twig","method":"GET"} [] [2025-03-12T22:18:49.854981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:18:50.127855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=dump","method":"GET"} [] [2025-03-12T22:18:50.150301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:18:51.987631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=time","method":"GET"} [] [2025-03-12T22:18:52.009950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:18:52.389884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=time","method":"GET"} [] [2025-03-12T22:18:52.422566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:18:54.199178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?panel=form","method":"GET"} [] [2025-03-12T22:18:54.221268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:18:54.576085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=twig","method":"GET"} [] [2025-03-12T22:18:54.598020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:18:56.477024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=logger","method":"GET"} [] [2025-03-12T22:18:56.499962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:18:56.814361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=form","method":"GET"} [] [2025-03-12T22:18:56.842791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:18:58.924121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b?panel=router","method":"GET"} [] [2025-03-12T22:18:58.994008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:18:59.047327+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f1144b"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1144b/router","method":"GET"} [] [2025-03-12T22:18:59.061834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=validator","method":"GET"} [] [2025-03-12T22:18:59.087100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:19:01.259172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=cache","method":"GET"} [] [2025-03-12T22:19:01.283620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:19:02.580085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf","method":"GET"} [] [2025-03-12T22:19:02.600994+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf/exception.css","method":"GET"} [] [2025-03-12T22:19:02.608034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:19:02.627171+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf/exception","method":"GET"} [] [2025-03-12T22:19:03.405337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=db","method":"GET"} [] [2025-03-12T22:19:03.428563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:04.799494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=time","method":"GET"} [] [2025-03-12T22:19:04.820540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:19:05.636598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=config","method":"GET"} [] [2025-03-12T22:19:05.668927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:19:07.857550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=router","method":"GET"} [] [2025-03-12T22:19:07.891924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:19:07.919061+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1/router","method":"GET"} [] [2025-03-12T22:19:08.231789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:19:10.165918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=logger","method":"GET"} [] [2025-03-12T22:19:10.188278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:19:10.449557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?panel=db","method":"GET"} [] [2025-03-12T22:19:10.473944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:12.402222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=security","method":"GET"} [] [2025-03-12T22:19:12.425492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:19:12.693851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=time","method":"GET"} [] [2025-03-12T22:19:12.716304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:19:14.729931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=security","method":"GET"} [] [2025-03-12T22:19:14.786077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:19:16.997450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?panel=security","method":"GET"} [] [2025-03-12T22:19:17.021515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:19:19.145430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=exception","method":"GET"} [] [2025-03-12T22:19:19.164920+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/exception.css","method":"GET"} [] [2025-03-12T22:19:19.172453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:19:19.190110+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/exception","method":"GET"} [] [2025-03-12T22:19:21.361641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=exception","method":"GET"} [] [2025-03-12T22:19:21.382195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:19:23.647425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=translation","method":"GET"} [] [2025-03-12T22:19:23.683214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:19:25.886797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5dcb1?group=1&panel=db","method":"GET"} [] [2025-03-12T22:19:25.909837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:19:27.738611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=request","method":"GET"} [] [2025-03-12T22:19:27.767597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:28.013638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=translation","method":"GET"} [] [2025-03-12T22:19:28.034806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:19:30.369983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=logger","method":"GET"} [] [2025-03-12T22:19:30.443310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:19:32.454961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=mailer","method":"GET"} [] [2025-03-12T22:19:32.477963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:19:32.715679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=router","method":"GET"} [] [2025-03-12T22:19:32.736108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:19:32.754176+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf/router","method":"GET"} [] [2025-03-12T22:19:35.133893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=request","method":"GET"} [] [2025-03-12T22:19:35.157439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:35.835552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=mailer","method":"GET"} [] [2025-03-12T22:19:35.854838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:19:37.341316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=translation","method":"GET"} [] [2025-03-12T22:19:37.362717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:19:38.045173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=mailer","method":"GET"} [] [2025-03-12T22:19:38.065091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:19:39.637164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=db","method":"GET"} [] [2025-03-12T22:19:39.669413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:40.237423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=request","method":"GET"} [] [2025-03-12T22:19:40.260446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:41.870079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=config","method":"GET"} [] [2025-03-12T22:19:41.891172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:19:42.448586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=request","method":"GET"} [] [2025-03-12T22:19:42.470586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:44.107929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=router","method":"GET"} [] [2025-03-12T22:19:44.129458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:19:44.148341+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa/router","method":"GET"} [] [2025-03-12T22:19:44.682299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=db","method":"GET"} [] [2025-03-12T22:19:44.708613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:46.498464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=config","method":"GET"} [] [2025-03-12T22:19:46.554050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:19:46.930861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=db","method":"GET"} [] [2025-03-12T22:19:46.954261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:48.670919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=logger","method":"GET"} [] [2025-03-12T22:19:48.692623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:19:49.135812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=db","method":"GET"} [] [2025-03-12T22:19:49.163647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:50.917747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=db","method":"GET"} [] [2025-03-12T22:19:50.940232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:51.399739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=db","method":"GET"} [] [2025-03-12T22:19:51.420324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:19:53.080784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=exception","method":"GET"} [] [2025-03-12T22:19:53.101843+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa/exception.css","method":"GET"} [] [2025-03-12T22:19:53.108610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:19:53.127840+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa/exception","method":"GET"} [] [2025-03-12T22:19:53.505364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=request","method":"GET"} [] [2025-03-12T22:19:53.527872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:55.410132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=cache","method":"GET"} [] [2025-03-12T22:19:55.443434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:19:56.936845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=request","method":"GET"} [] [2025-03-12T22:19:56.957722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:57.642251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=cache","method":"GET"} [] [2025-03-12T22:19:57.663243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:19:59.172134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=request","method":"GET"} [] [2025-03-12T22:19:59.192511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:19:59.767993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=translation","method":"GET"} [] [2025-03-12T22:19:59.792629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:20:01.569307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=events","method":"GET"} [] [2025-03-12T22:20:01.623924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:20:01.911810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?group=1&panel=db","method":"GET"} [] [2025-03-12T22:20:01.934741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:20:03.858423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=events","method":"GET"} [] [2025-03-12T22:20:03.883876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:20:04.089316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"http://test.phila-ca.com/public/_profiler/e41b13?group=1&panel=db","method":"GET"} [] [2025-03-12T22:20:04.113960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:20:06.076754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=form","method":"GET"} [] [2025-03-12T22:20:06.099837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:06.320192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785","method":"GET"} [] [2025-03-12T22:20:06.340920+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785/exception.css","method":"GET"} [] [2025-03-12T22:20:06.344013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:20:06.362217+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785/exception","method":"GET"} [] [2025-03-12T22:20:08.306609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=twig","method":"GET"} [] [2025-03-12T22:20:08.328565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:08.589915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=twig","method":"GET"} [] [2025-03-12T22:20:08.618843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:10.605276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=time","method":"GET"} [] [2025-03-12T22:20:10.637147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:20:10.827093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"http://test.phila-ca.com/public/_profiler/f67fcf?panel=twig","method":"GET"} [] [2025-03-12T22:20:10.849751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:12.847904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=dump","method":"GET"} [] [2025-03-12T22:20:12.869280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:20:12.990381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://test.phila-ca.com/public/_profiler/f6c5aa?panel=dump","method":"GET"} [] [2025-03-12T22:20:13.011100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:20:15.124545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=dump","method":"GET"} [] [2025-03-12T22:20:15.146025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:20:15.246601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:20:17.457586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1","method":"GET"} [] [2025-03-12T22:20:17.457866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=twig","method":"GET"} [] [2025-03-12T22:20:17.513004+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1/exception.css","method":"GET"} [] [2025-03-12T22:20:17.513893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:17.519141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:20:17.556215+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1/exception","method":"GET"} [] [2025-03-12T22:20:19.666540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=form","method":"GET"} [] [2025-03-12T22:20:19.689689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:21.846351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=time","method":"GET"} [] [2025-03-12T22:20:21.869459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:20:24.117561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=twig","method":"GET"} [] [2025-03-12T22:20:24.137625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:27.591761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=twig","method":"GET"} [] [2025-03-12T22:20:27.623912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:28.272054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=events","method":"GET"} [] [2025-03-12T22:20:28.298868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:20:29.788732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=time","method":"GET"} [] [2025-03-12T22:20:29.811238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:20:30.507755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=security","method":"GET"} [] [2025-03-12T22:20:30.530369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:20:32.944688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=mailer","method":"GET"} [] [2025-03-12T22:20:33.009118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:20:33.086179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=form","method":"GET"} [] [2025-03-12T22:20:33.107280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:35.180834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=form","method":"GET"} [] [2025-03-12T22:20:35.203755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:35.209803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=dump","method":"GET"} [] [2025-03-12T22:20:35.229651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:20:37.352317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=twig","method":"GET"} [] [2025-03-12T22:20:37.375846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:37.396223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=twig","method":"GET"} [] [2025-03-12T22:20:37.417323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:20:39.629459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=time","method":"GET"} [] [2025-03-12T22:20:39.648832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:20:39.713842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=request","method":"GET"} [] [2025-03-12T22:20:39.737969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:20:41.785499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=time","method":"GET"} [] [2025-03-12T22:20:41.805525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:20:41.987913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=db","method":"GET"} [] [2025-03-12T22:20:42.011104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:20:44.086121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=form","method":"GET"} [] [2025-03-12T22:20:44.121095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:44.188002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=config","method":"GET"} [] [2025-03-12T22:20:44.210671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:20:46.272419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=form","method":"GET"} [] [2025-03-12T22:20:46.294346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:46.365265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=router","method":"GET"} [] [2025-03-12T22:20:46.391258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:20:46.409090+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1/router","method":"GET"} [] [2025-03-12T22:20:48.678619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=validator","method":"GET"} [] [2025-03-12T22:20:48.678821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=logger","method":"GET"} [] [2025-03-12T22:20:48.766349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:20:48.767351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:20:51.018584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=exception","method":"GET"} [] [2025-03-12T22:20:51.036500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=validator","method":"GET"} [] [2025-03-12T22:20:51.039407+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1/exception.css","method":"GET"} [] [2025-03-12T22:20:51.046699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:20:51.059148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:20:51.065263+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1/exception","method":"GET"} [] [2025-03-12T22:20:53.268169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=validator","method":"GET"} [] [2025-03-12T22:20:53.291495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:20:53.303242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=translation","method":"GET"} [] [2025-03-12T22:20:53.325529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:20:55.457145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=time","method":"GET"} [] [2025-03-12T22:20:55.480628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:20:55.485992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=cache","method":"GET"} [] [2025-03-12T22:20:55.515789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:20:57.680520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=form","method":"GET"} [] [2025-03-12T22:20:57.705272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:20:57.725585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=cache","method":"GET"} [] [2025-03-12T22:20:57.746609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:20:59.976224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=cache","method":"GET"} [] [2025-03-12T22:20:59.976217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=dump","method":"GET"} [] [2025-03-12T22:21:00.019722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:21:00.019853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:21:02.233680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=twig","method":"GET"} [] [2025-03-12T22:21:02.255923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:21:02.267876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=cache","method":"GET"} [] [2025-03-12T22:21:02.291811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:21:04.661034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=dump","method":"GET"} [] [2025-03-12T22:21:04.721568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:21:05.666290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=events","method":"GET"} [] [2025-03-12T22:21:05.686313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:21:06.970960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=time","method":"GET"} [] [2025-03-12T22:21:06.993301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:21:07.879653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=events","method":"GET"} [] [2025-03-12T22:21:07.900846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:21:09.206942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5dcb1?panel=cache","method":"GET"} [] [2025-03-12T22:21:09.228931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:21:10.096731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=events","method":"GET"} [] [2025-03-12T22:21:10.116298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:21:11.344809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:21:12.301051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=logger","method":"GET"} [] [2025-03-12T22:21:12.328930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:21:13.620241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?panel=db","method":"GET"} [] [2025-03-12T22:21:13.642550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:21:14.744611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=logger","method":"GET"} [] [2025-03-12T22:21:14.767100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:21:17.092599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=config","method":"GET"} [] [2025-03-12T22:21:17.136571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:21:19.333056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=config","method":"GET"} [] [2025-03-12T22:21:19.355744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:21:21.839918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?panel=router","method":"GET"} [] [2025-03-12T22:21:21.939243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:21:21.977936+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8/router","method":"GET"} [] [2025-03-12T22:21:24.275914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?panel=router","method":"GET"} [] [2025-03-12T22:21:24.297645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:21:24.315559+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/router","method":"GET"} [] [2025-03-12T22:21:26.458541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=logger","method":"GET"} [] [2025-03-12T22:21:26.480763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:21:27.757909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=time","method":"GET"} [] [2025-03-12T22:21:27.788206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:21:28.675307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=logger","method":"GET"} [] [2025-03-12T22:21:28.697973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:21:30.837846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=config","method":"GET"} [] [2025-03-12T22:21:30.858642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:21:33.128714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=router","method":"GET"} [] [2025-03-12T22:21:33.192895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:21:33.214892+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/router","method":"GET"} [] [2025-03-12T22:21:33.310847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3c785?group=1&panel=db","method":"GET"} [] [2025-03-12T22:21:33.333352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:21:35.553642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:21:36.575729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=config","method":"GET"} [] [2025-03-12T22:21:36.596246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:21:39.055373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=router","method":"GET"} [] [2025-03-12T22:21:39.114198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:21:39.151960+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319/router","method":"GET"} [] [2025-03-12T22:21:41.479361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=config","method":"GET"} [] [2025-03-12T22:21:41.501029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:21:43.645839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=router","method":"GET"} [] [2025-03-12T22:21:43.665092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:21:43.683006+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22/router","method":"GET"} [] [2025-03-12T22:21:45.878832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?panel=security","method":"GET"} [] [2025-03-12T22:21:45.898981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:21:47.354520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=events","method":"GET"} [] [2025-03-12T22:21:47.378844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:21:48.172614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?panel=security","method":"GET"} [] [2025-03-12T22:21:48.203857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:21:49.571394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=security","method":"GET"} [] [2025-03-12T22:21:49.593979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:21:50.428867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3?panel=security","method":"GET"} [] [2025-03-12T22:21:50.452559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:21:51.833907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=mailer","method":"GET"} [] [2025-03-12T22:21:51.857171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:21:52.605823+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:52.626705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:54.769488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=dump","method":"GET"} [] [2025-03-12T22:21:54.801824+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:54.821220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:21:54.825384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:57.015027+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:57.042028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:57.071195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=twig","method":"GET"} [] [2025-03-12T22:21:57.092533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:21:59.206526+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:21:59.229028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:22:00.404139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?panel=db","method":"GET"} [] [2025-03-12T22:22:00.426832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:22:01.417249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:01.440720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:03.568567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:03.604573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:05.728832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"513c22"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/513c22?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:05.752824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:07.966818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:07.989521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:08.991576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:22:10.387256+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3c785"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e3c785/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:22:10.434394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:22:12.632197+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f0878"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f0878/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:22:12.670353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:22:16.006311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97","method":"GET"} [] [2025-03-12T22:22:16.083302+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/exception.css","method":"GET"} [] [2025-03-12T22:22:16.088759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:16.122353+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/exception","method":"GET"} [] [2025-03-12T22:22:18.285864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60","method":"GET"} [] [2025-03-12T22:22:18.306951+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/exception.css","method":"GET"} [] [2025-03-12T22:22:18.309837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:18.328002+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/exception","method":"GET"} [] [2025-03-12T22:22:20.585149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe","method":"GET"} [] [2025-03-12T22:22:20.628183+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/exception.css","method":"GET"} [] [2025-03-12T22:22:20.634560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:20.658697+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/exception","method":"GET"} [] [2025-03-12T22:22:20.872021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"425ab8"},"request_uri":"https://test.phila-ca.com/public/_profiler/425ab8?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:20.896524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:22:22.847490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5","method":"GET"} [] [2025-03-12T22:22:22.872739+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/exception.css","method":"GET"} [] [2025-03-12T22:22:22.875743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:22.893673+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/exception","method":"GET"} [] [2025-03-12T22:22:25.162491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024","method":"GET"} [] [2025-03-12T22:22:25.184885+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/exception.css","method":"GET"} [] [2025-03-12T22:22:25.196758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:25.216317+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/exception","method":"GET"} [] [2025-03-12T22:22:27.608936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868","method":"GET"} [] [2025-03-12T22:22:27.699224+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868/exception.css","method":"GET"} [] [2025-03-12T22:22:27.702565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:27.726130+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868/exception","method":"GET"} [] [2025-03-12T22:22:29.886151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b","method":"GET"} [] [2025-03-12T22:22:29.905407+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b/exception.css","method":"GET"} [] [2025-03-12T22:22:29.908369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:29.925878+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b/exception","method":"GET"} [] [2025-03-12T22:22:33.275960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:22:33.310202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:22:35.456629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac","method":"GET"} [] [2025-03-12T22:22:35.497219+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac/exception.css","method":"GET"} [] [2025-03-12T22:22:35.502962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:22:35.542357+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac/exception","method":"GET"} [] [2025-03-12T22:22:37.803783+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/exception","method":"GET"} [] [2025-03-12T22:22:39.971221+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/exception","method":"GET"} [] [2025-03-12T22:22:42.168742+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/exception","method":"GET"} [] [2025-03-12T22:22:44.575926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=form","method":"GET"} [] [2025-03-12T22:22:44.638706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:22:46.874705+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/exception","method":"GET"} [] [2025-03-12T22:22:49.087162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=cache","method":"GET"} [] [2025-03-12T22:22:49.127291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:22:51.369891+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868/exception","method":"GET"} [] [2025-03-12T22:22:54.874086+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/exception","method":"GET"} [] [2025-03-12T22:22:57.128288+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac/exception","method":"GET"} [] [2025-03-12T22:23:00.033924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=exception","method":"GET"} [] [2025-03-12T22:23:00.117019+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac/exception.css","method":"GET"} [] [2025-03-12T22:23:00.130042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:00.182741+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac/exception","method":"GET"} [] [2025-03-12T22:23:02.366053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=exception","method":"GET"} [] [2025-03-12T22:23:02.386674+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/exception.css","method":"GET"} [] [2025-03-12T22:23:02.389568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:02.408381+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/exception","method":"GET"} [] [2025-03-12T22:23:05.750399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=exception","method":"GET"} [] [2025-03-12T22:23:05.771299+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b/exception.css","method":"GET"} [] [2025-03-12T22:23:05.774210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:05.793362+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b/exception","method":"GET"} [] [2025-03-12T22:23:08.029432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=exception","method":"GET"} [] [2025-03-12T22:23:08.050981+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/exception.css","method":"GET"} [] [2025-03-12T22:23:08.054832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:08.072582+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/exception","method":"GET"} [] [2025-03-12T22:23:10.337868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=exception","method":"GET"} [] [2025-03-12T22:23:10.365508+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/exception.css","method":"GET"} [] [2025-03-12T22:23:10.368397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:10.387659+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/exception","method":"GET"} [] [2025-03-12T22:23:12.560825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=exception","method":"GET"} [] [2025-03-12T22:23:12.582376+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/exception.css","method":"GET"} [] [2025-03-12T22:23:12.585387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:12.603315+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/exception","method":"GET"} [] [2025-03-12T22:23:14.887532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=translation","method":"GET"} [] [2025-03-12T22:23:14.912088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:17.294879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=translation","method":"GET"} [] [2025-03-12T22:23:17.396765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:19.656646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=translation","method":"GET"} [] [2025-03-12T22:23:19.678051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:23.037258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=translation","method":"GET"} [] [2025-03-12T22:23:23.060089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:25.296158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=translation","method":"GET"} [] [2025-03-12T22:23:25.327475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:27.606174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=translation","method":"GET"} [] [2025-03-12T22:23:27.630277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:29.986381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=translation","method":"GET"} [] [2025-03-12T22:23:30.012049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:23:32.371729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=request","method":"GET"} [] [2025-03-12T22:23:32.446370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:23:34.635794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=mailer","method":"GET"} [] [2025-03-12T22:23:34.657413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:23:36.866371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=events","method":"GET"} [] [2025-03-12T22:23:36.887173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:23:39.111956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=time","method":"GET"} [] [2025-03-12T22:23:39.133851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:23:41.358955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=dump","method":"GET"} [] [2025-03-12T22:23:41.381980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:23:43.654774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=twig","method":"GET"} [] [2025-03-12T22:23:43.683049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:23:46.113808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=validator","method":"GET"} [] [2025-03-12T22:23:46.141426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:23:48.447473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=validator","method":"GET"} [] [2025-03-12T22:23:48.550566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:23:50.818026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=validator","method":"GET"} [] [2025-03-12T22:23:50.839003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:23:52.873724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6","method":"GET"} [] [2025-03-12T22:23:52.894985+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6/exception.css","method":"GET"} [] [2025-03-12T22:23:52.906032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:23:52.923846+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6/exception","method":"GET"} [] [2025-03-12T22:23:53.025431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=exception","method":"GET"} [] [2025-03-12T22:23:53.046303+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/exception.css","method":"GET"} [] [2025-03-12T22:23:53.049173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:23:53.066721+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/exception","method":"GET"} [] [2025-03-12T22:23:56.405295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=validator","method":"GET"} [] [2025-03-12T22:23:56.426857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:23:58.560805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=validator","method":"GET"} [] [2025-03-12T22:23:58.587258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:24:00.822187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=time","method":"GET"} [] [2025-03-12T22:24:00.848529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:24:03.213868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=validator","method":"GET"} [] [2025-03-12T22:24:03.236231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:24:05.488861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=validator","method":"GET"} [] [2025-03-12T22:24:05.575386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:24:07.786284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=db","method":"GET"} [] [2025-03-12T22:24:07.809990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:24:10.033110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=form","method":"GET"} [] [2025-03-12T22:24:10.054669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:24:12.224713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=security","method":"GET"} [] [2025-03-12T22:24:12.246797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:13.618821+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6/exception.css","method":"GET"} [] [2025-03-12T22:24:14.305444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=security","method":"GET"} [] [2025-03-12T22:24:14.349419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:15.947384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6?panel=dump","method":"GET"} [] [2025-03-12T22:24:15.972548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:24:16.546280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=security","method":"GET"} [] [2025-03-12T22:24:16.569987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:18.322804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6?panel=form","method":"GET"} [] [2025-03-12T22:24:18.346403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:24:18.806603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=security","method":"GET"} [] [2025-03-12T22:24:18.829258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:21.184707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=security","method":"GET"} [] [2025-03-12T22:24:21.316460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:21.682468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6?panel=twig","method":"GET"} [] [2025-03-12T22:24:21.704725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:24:23.607030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=exception","method":"GET"} [] [2025-03-12T22:24:23.627838+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6/exception.css","method":"GET"} [] [2025-03-12T22:24:23.631533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:24:23.668559+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6/exception","method":"GET"} [] [2025-03-12T22:24:23.874938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6?panel=security","method":"GET"} [] [2025-03-12T22:24:23.898790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:25.866234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=translation","method":"GET"} [] [2025-03-12T22:24:25.888127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:24:28.119608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=mailer","method":"GET"} [] [2025-03-12T22:24:28.141538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:24:30.308100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=request","method":"GET"} [] [2025-03-12T22:24:30.330032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:24:32.607148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=events","method":"GET"} [] [2025-03-12T22:24:32.644519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:24:35.021178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=dump","method":"GET"} [] [2025-03-12T22:24:35.042761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:24:37.219810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=form","method":"GET"} [] [2025-03-12T22:24:37.328282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:24:39.557479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=twig","method":"GET"} [] [2025-03-12T22:24:39.580656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:24:41.736653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=validator","method":"GET"} [] [2025-03-12T22:24:41.758464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:24:43.978902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=db","method":"GET"} [] [2025-03-12T22:24:44.006006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:24:47.419659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=config","method":"GET"} [] [2025-03-12T22:24:47.453019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:24:49.719223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=router","method":"GET"} [] [2025-03-12T22:24:49.743326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:24:49.761721+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6/router","method":"GET"} [] [2025-03-12T22:24:52.332617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=logger","method":"GET"} [] [2025-03-12T22:24:52.409515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:24:54.676433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?panel=security","method":"GET"} [] [2025-03-12T22:24:54.699629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:56.962449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=security","method":"GET"} [] [2025-03-12T22:24:56.986805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:24:59.203670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=security","method":"GET"} [] [2025-03-12T22:24:59.245642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:25:03.830055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=config","method":"GET"} [] [2025-03-12T22:25:03.851843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:25:06.294008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=logger","method":"GET"} [] [2025-03-12T22:25:06.321188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:25:09.632246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?panel=cache","method":"GET"} [] [2025-03-12T22:25:09.776302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:25:13.250510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac?group=1&panel=db","method":"GET"} [] [2025-03-12T22:25:13.272570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:25:15.440972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6?group=1&panel=db","method":"GET"} [] [2025-03-12T22:25:15.466975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:25:17.671823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=mailer","method":"GET"} [] [2025-03-12T22:25:17.694778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:25:21.114441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=mailer","method":"GET"} [] [2025-03-12T22:25:21.160790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:25:23.372971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=mailer","method":"GET"} [] [2025-03-12T22:25:23.397891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:25:25.731526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=mailer","method":"GET"} [] [2025-03-12T22:25:25.819539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:25:28.048675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=request","method":"GET"} [] [2025-03-12T22:25:28.071017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:25:30.262069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=request","method":"GET"} [] [2025-03-12T22:25:30.284558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:25:32.570705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=request","method":"GET"} [] [2025-03-12T22:25:32.591975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:25:34.800458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=request","method":"GET"} [] [2025-03-12T22:25:34.823655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:25:36.948613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=request","method":"GET"} [] [2025-03-12T22:25:36.973490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:25:39.303571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=request","method":"GET"} [] [2025-03-12T22:25:39.328745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:25:41.704140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=db","method":"GET"} [] [2025-03-12T22:25:41.767167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:25:43.979450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=db","method":"GET"} [] [2025-03-12T22:25:44.003885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:25:46.209543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=db","method":"GET"} [] [2025-03-12T22:25:46.233762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:25:48.431198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=db","method":"GET"} [] [2025-03-12T22:25:48.453117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:25:50.660130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=db","method":"GET"} [] [2025-03-12T22:25:50.683591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:25:52.851449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=dump","method":"GET"} [] [2025-03-12T22:25:52.872558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:25:54.565641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024","method":"GET"} [] [2025-03-12T22:25:54.598956+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024/exception.css","method":"GET"} [] [2025-03-12T22:25:54.608109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:25:54.628092+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024/exception","method":"GET"} [] [2025-03-12T22:25:55.069509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=form","method":"GET"} [] [2025-03-12T22:25:55.092860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:25:56.902119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e","method":"GET"} [] [2025-03-12T22:25:56.961861+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e/exception.css","method":"GET"} [] [2025-03-12T22:25:56.968121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:25:57.007958+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e/exception","method":"GET"} [] [2025-03-12T22:25:57.275496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=twig","method":"GET"} [] [2025-03-12T22:25:57.298633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:25:59.509713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=time","method":"GET"} [] [2025-03-12T22:25:59.531687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:01.708673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=mailer","method":"GET"} [] [2025-03-12T22:26:01.731019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:26:03.956086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=mailer","method":"GET"} [] [2025-03-12T22:26:03.977671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:26:06.120031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=events","method":"GET"} [] [2025-03-12T22:26:06.146111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:26:08.368445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=events","method":"GET"} [] [2025-03-12T22:26:08.391641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:26:10.654218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=events","method":"GET"} [] [2025-03-12T22:26:10.678617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:26:13.056687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=events","method":"GET"} [] [2025-03-12T22:26:13.120740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:26:16.345299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?panel=events","method":"GET"} [] [2025-03-12T22:26:16.373207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:26:16.490961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=events","method":"GET"} [] [2025-03-12T22:26:16.513300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:26:19.703864+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e/exception.css","method":"GET"} [] [2025-03-12T22:26:19.838648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=form","method":"GET"} [] [2025-03-12T22:26:19.859901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:26:21.899627+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e/exception","method":"GET"} [] [2025-03-12T22:26:21.990609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=twig","method":"GET"} [] [2025-03-12T22:26:22.011975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:26:24.126675+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:26:24.149887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:26:24.207778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=time","method":"GET"} [] [2025-03-12T22:26:24.229050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:26.334136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=time","method":"GET"} [] [2025-03-12T22:26:26.334237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=twig","method":"GET"} [] [2025-03-12T22:26:26.361257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:26:26.361566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:28.767175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=time","method":"GET"} [] [2025-03-12T22:26:28.767159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=security","method":"GET"} [] [2025-03-12T22:26:28.888211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:26:28.888374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:31.141145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=dump","method":"GET"} [] [2025-03-12T22:26:31.163119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:26:31.227680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?panel=mailer","method":"GET"} [] [2025-03-12T22:26:31.250722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:26:33.319745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=dump","method":"GET"} [] [2025-03-12T22:26:33.341806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:26:33.512151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=time","method":"GET"} [] [2025-03-12T22:26:33.534869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:35.560064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=time","method":"GET"} [] [2025-03-12T22:26:35.583341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:35.747199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=form","method":"GET"} [] [2025-03-12T22:26:35.770576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:26:37.768927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=time","method":"GET"} [] [2025-03-12T22:26:37.791085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:37.986878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=db","method":"GET"} [] [2025-03-12T22:26:38.010022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:26:39.991453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=time","method":"GET"} [] [2025-03-12T22:26:40.012651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:40.230291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?panel=dump","method":"GET"} [] [2025-03-12T22:26:40.251987+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:26:42.268187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=dump","method":"GET"} [] [2025-03-12T22:26:42.290672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:26:42.459612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?panel=form","method":"GET"} [] [2025-03-12T22:26:42.483131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:26:44.847838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=twig","method":"GET"} [] [2025-03-12T22:26:44.847888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?panel=time","method":"GET"} [] [2025-03-12T22:26:44.916414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:44.916605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:26:47.109685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=form","method":"GET"} [] [2025-03-12T22:26:47.131299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:26:48.358096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60","method":"GET"} [] [2025-03-12T22:26:48.377713+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60/exception.css","method":"GET"} [] [2025-03-12T22:26:48.384880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:26:48.402687+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60/exception","method":"GET"} [] [2025-03-12T22:26:49.289201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=time","method":"GET"} [] [2025-03-12T22:26:49.312524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:26:50.591729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba6288","method":"GET"} [] [2025-03-12T22:26:50.612790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:26:51.489033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=dump","method":"GET"} [] [2025-03-12T22:26:51.509926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:26:52.791456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868","method":"GET"} [] [2025-03-12T22:26:52.811473+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868/exception.css","method":"GET"} [] [2025-03-12T22:26:52.814446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:26:52.832315+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868/exception","method":"GET"} [] [2025-03-12T22:26:54.765646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=twig","method":"GET"} [] [2025-03-12T22:26:54.796449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:26:54.982231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb","method":"GET"} [] [2025-03-12T22:26:55.003064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:26:57.008500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=form","method":"GET"} [] [2025-03-12T22:26:57.031569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:26:57.252160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795","method":"GET"} [] [2025-03-12T22:26:57.276783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:26:59.241593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=dump","method":"GET"} [] [2025-03-12T22:26:59.265760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:27:01.653369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=twig","method":"GET"} [] [2025-03-12T22:27:01.752842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:27:01.800996+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c300ac"},"request_uri":"https://test.phila-ca.com/public/_profiler/c300ac/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:01.836199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:04.021039+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ca54b6"},"request_uri":"https://test.phila-ca.com/public/_profiler/ca54b6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:04.042426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:04.051961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=form","method":"GET"} [] [2025-03-12T22:27:04.075992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:27:06.286170+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:06.289155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=twig","method":"GET"} [] [2025-03-12T22:27:06.305273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:06.311508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:27:08.428279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5","method":"GET"} [] [2025-03-12T22:27:08.455092+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5/exception.css","method":"GET"} [] [2025-03-12T22:27:08.466689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:27:08.486083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=form","method":"GET"} [] [2025-03-12T22:27:08.490982+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5/exception","method":"GET"} [] [2025-03-12T22:27:08.511090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:27:10.645294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60?panel=security","method":"GET"} [] [2025-03-12T22:27:10.649207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=request","method":"GET"} [] [2025-03-12T22:27:10.667320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:27:10.671079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:27:12.922538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=translation","method":"GET"} [] [2025-03-12T22:27:12.945795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:27:13.929328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=twig","method":"GET"} [] [2025-03-12T22:27:13.948882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:27:15.172305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=twig","method":"GET"} [] [2025-03-12T22:27:15.202357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:27:16.140797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795?panel=twig","method":"GET"} [] [2025-03-12T22:27:16.161683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:27:17.584492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=mailer","method":"GET"} [] [2025-03-12T22:27:17.651925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:27:18.303247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795?panel=dump","method":"GET"} [] [2025-03-12T22:27:18.323455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:27:20.541141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=dump","method":"GET"} [] [2025-03-12T22:27:20.561109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:27:22.135805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=dump","method":"GET"} [] [2025-03-12T22:27:22.157749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:27:22.749862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=form","method":"GET"} [] [2025-03-12T22:27:22.769628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:27:24.289481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=events","method":"GET"} [] [2025-03-12T22:27:24.310801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:27:24.960874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795?panel=time","method":"GET"} [] [2025-03-12T22:27:24.982808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:27:26.543378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=form","method":"GET"} [] [2025-03-12T22:27:26.566128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:27:27.145926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=time","method":"GET"} [] [2025-03-12T22:27:27.168101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:27:28.791020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=exception","method":"GET"} [] [2025-03-12T22:27:28.812958+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e/exception.css","method":"GET"} [] [2025-03-12T22:27:28.819359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:27:28.838838+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e/exception","method":"GET"} [] [2025-03-12T22:27:29.380272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5?panel=events","method":"GET"} [] [2025-03-12T22:27:29.403386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:27:31.039877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=router","method":"GET"} [] [2025-03-12T22:27:31.067691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:27:31.086518+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e/router","method":"GET"} [] [2025-03-12T22:27:31.552533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795?panel=security","method":"GET"} [] [2025-03-12T22:27:31.573721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:27:33.539614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=logger","method":"GET"} [] [2025-03-12T22:27:33.601341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:27:34.951027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba6288?panel=security","method":"GET"} [] [2025-03-12T22:27:34.971759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:27:35.852579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=config","method":"GET"} [] [2025-03-12T22:27:35.876516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:27:37.243249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5?panel=security","method":"GET"} [] [2025-03-12T22:27:37.266601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:27:38.059319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=cache","method":"GET"} [] [2025-03-12T22:27:38.081157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:27:39.406106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=security","method":"GET"} [] [2025-03-12T22:27:39.429112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:27:40.229670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=security","method":"GET"} [] [2025-03-12T22:27:40.252467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:27:42.474312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?panel=db","method":"GET"} [] [2025-03-12T22:27:42.498630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:27:42.759911+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:42.781144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:27:44.730920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=cache","method":"GET"} [] [2025-03-12T22:27:44.754878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:27:44.960542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba6288?panel=mailer","method":"GET"} [] [2025-03-12T22:27:44.980469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:27:46.921314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=cache","method":"GET"} [] [2025-03-12T22:27:46.944276+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:27:47.207433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868?panel=mailer","method":"GET"} [] [2025-03-12T22:27:47.229652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:27:49.333321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=cache","method":"GET"} [] [2025-03-12T22:27:49.371045+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Ff1e61e%2Fexception","method":"GET"} [] [2025-03-12T22:27:49.406046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:27:49.431353+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T22:27:51.754944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60?panel=twig","method":"GET"} [] [2025-03-12T22:27:51.756111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=cache","method":"GET"} [] [2025-03-12T22:27:51.776346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:27:51.778018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:27:53.966458+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e/exception","method":"GET"} [] [2025-03-12T22:27:56.110047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=cache","method":"GET"} [] [2025-03-12T22:27:56.132111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:27:58.133166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60?panel=dump","method":"GET"} [] [2025-03-12T22:27:58.154242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:27:58.353255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=config","method":"GET"} [] [2025-03-12T22:27:58.375631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:00.600951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=logger","method":"GET"} [] [2025-03-12T22:28:00.624636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:28:01.137726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60?panel=form","method":"GET"} [] [2025-03-12T22:28:01.161015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:28:02.840479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=router","method":"GET"} [] [2025-03-12T22:28:02.862566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:02.881851+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/router","method":"GET"} [] [2025-03-12T22:28:03.973154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=db","method":"GET"} [] [2025-03-12T22:28:03.994956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:28:05.366160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e?group=1&panel=db","method":"GET"} [] [2025-03-12T22:28:05.436187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:28:06.579474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=logger","method":"GET"} [] [2025-03-12T22:28:06.599297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:28:07.627914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=router","method":"GET"} [] [2025-03-12T22:28:07.651710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:07.670230+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/router","method":"GET"} [] [2025-03-12T22:28:08.851684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=router","method":"GET"} [] [2025-03-12T22:28:08.875268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:08.895926+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb/router","method":"GET"} [] [2025-03-12T22:28:09.892147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=config","method":"GET"} [] [2025-03-12T22:28:09.916377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:11.100757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"https://test.phila-ca.com/public/_profiler/733edb?panel=request","method":"GET"} [] [2025-03-12T22:28:11.120717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:28:12.139059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=router","method":"GET"} [] [2025-03-12T22:28:12.159936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:12.177648+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868/router","method":"GET"} [] [2025-03-12T22:28:13.313399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795?panel=request","method":"GET"} [] [2025-03-12T22:28:13.334304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:28:14.380381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=config","method":"GET"} [] [2025-03-12T22:28:14.401348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:15.529441+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5?panel=time","method":"GET"} [] [2025-03-12T22:28:15.552509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:28:16.594175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=config","method":"GET"} [] [2025-03-12T22:28:16.616554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:18.831341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=events","method":"GET"} [] [2025-03-12T22:28:18.853898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:28:19.080323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba6288?panel=time","method":"GET"} [] [2025-03-12T22:28:19.100725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:28:21.231650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?panel=logger","method":"GET"} [] [2025-03-12T22:28:21.301783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:28:21.346215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5?panel=dump","method":"GET"} [] [2025-03-12T22:28:21.371157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:28:23.547163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?panel=router","method":"GET"} [] [2025-03-12T22:28:23.571075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:23.580449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba6288?panel=twig","method":"GET"} [] [2025-03-12T22:28:23.589169+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/router","method":"GET"} [] [2025-03-12T22:28:23.600978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:28:25.921654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=logger","method":"GET"} [] [2025-03-12T22:28:25.944651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:28:28.159391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=config","method":"GET"} [] [2025-03-12T22:28:28.180999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:28.190967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5?panel=twig","method":"GET"} [] [2025-03-12T22:28:28.215599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:28:30.375333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=config","method":"GET"} [] [2025-03-12T22:28:30.399124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:30.404225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868?panel=form","method":"GET"} [] [2025-03-12T22:28:30.428029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:28:32.631944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=time","method":"GET"} [] [2025-03-12T22:28:32.636696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=router","method":"GET"} [] [2025-03-12T22:28:32.658073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:28:32.658560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:32.676730+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/router","method":"GET"} [] [2025-03-12T22:28:36.259241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868?panel=dump","method":"GET"} [] [2025-03-12T22:28:36.329098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:28:37.039438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=logger","method":"GET"} [] [2025-03-12T22:28:37.060865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:28:38.591437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba6288?panel=dump","method":"GET"} [] [2025-03-12T22:28:38.611433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:28:39.249383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?panel=logger","method":"GET"} [] [2025-03-12T22:28:39.272264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:28:40.873221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"https://test.phila-ca.com/public/_profiler/4b88e5?panel=form","method":"GET"} [] [2025-03-12T22:28:40.902223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:28:41.508283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?panel=config","method":"GET"} [] [2025-03-12T22:28:41.552600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:28:43.070408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60?panel=cache","method":"GET"} [] [2025-03-12T22:28:43.092696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:28:43.759435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=db","method":"GET"} [] [2025-03-12T22:28:43.781572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:28:45.291456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"https://test.phila-ca.com/public/_profiler/ffe795?panel=db","method":"GET"} [] [2025-03-12T22:28:45.313402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:28:46.011378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?panel=db","method":"GET"} [] [2025-03-12T22:28:46.034943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:28:47.501251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=dump","method":"GET"} [] [2025-03-12T22:28:47.522994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:28:48.401026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?panel=router","method":"GET"} [] [2025-03-12T22:28:48.422925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:28:48.440909+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/router","method":"GET"} [] [2025-03-12T22:28:50.926362+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db0868"},"request_uri":"https://test.phila-ca.com/public/_profiler/db0868/exception","method":"GET"} [] [2025-03-12T22:28:52.322270+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:28:52.414151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:28:54.281529+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=events","method":"GET"} [] [2025-03-12T22:28:54.312653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:28:54.569815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?panel=cache","method":"GET"} [] [2025-03-12T22:28:54.595715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:28:56.571348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=mailer","method":"GET"} [] [2025-03-12T22:28:56.592107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:28:56.777438+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:28:56.800755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:28:58.762568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=twig","method":"GET"} [] [2025-03-12T22:28:58.786308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:29:00.135718+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:00.159008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:00.959960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=dump","method":"GET"} [] [2025-03-12T22:29:00.982368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:29:02.357210+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:02.377353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:03.199732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=form","method":"GET"} [] [2025-03-12T22:29:03.222218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:29:05.459407+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9a9a60"},"request_uri":"https://test.phila-ca.com/public/_profiler/9a9a60/exception","method":"GET"} [] [2025-03-12T22:29:05.751384+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ca54b6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca54b6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:05.776326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:07.857831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?panel=db","method":"GET"} [] [2025-03-12T22:29:07.922166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:29:07.961884+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:07.988170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:10.160345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1e61e"},"request_uri":"https://test.phila-ca.com/public/_profiler/f1e61e?panel=cache","method":"GET"} [] [2025-03-12T22:29:10.189537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:29:11.273897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb","method":"GET"} [] [2025-03-12T22:29:11.300495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:29:13.517952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795","method":"GET"} [] [2025-03-12T22:29:13.538165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:29:14.709794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?panel=db","method":"GET"} [] [2025-03-12T22:29:14.732736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:29:15.755826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d","method":"GET"} [] [2025-03-12T22:29:15.777069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:29:17.988866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288","method":"GET"} [] [2025-03-12T22:29:18.009599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:29:20.206002+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:20.224704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:22.459416+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:22.479447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:24.840622+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:24.902027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:27.055715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856","method":"GET"} [] [2025-03-12T22:29:27.083656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:29:27.701392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fc024?group=1&panel=db","method":"GET"} [] [2025-03-12T22:29:27.727626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:29:29.317472+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:29.337250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:29:34.929322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=translation","method":"GET"} [] [2025-03-12T22:29:34.949680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:29:36.406500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"https://test.phila-ca.com/public/_profiler/3425fe?group=1&panel=db","method":"GET"} [] [2025-03-12T22:29:36.430217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:29:37.166621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=form","method":"GET"} [] [2025-03-12T22:29:37.187396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:29:39.351320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=exception","method":"GET"} [] [2025-03-12T22:29:39.370528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:29:41.696530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=translation","method":"GET"} [] [2025-03-12T22:29:41.756175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:29:43.914824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=translation","method":"GET"} [] [2025-03-12T22:29:43.943084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:29:46.187553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=translation","method":"GET"} [] [2025-03-12T22:29:46.207846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:29:48.418050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=translation","method":"GET"} [] [2025-03-12T22:29:48.439321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:29:52.866800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=request","method":"GET"} [] [2025-03-12T22:29:52.889828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:29:55.130893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=request","method":"GET"} [] [2025-03-12T22:29:55.150541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:29:57.470038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=mailer","method":"GET"} [] [2025-03-12T22:29:57.529475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:29:59.694505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=mailer","method":"GET"} [] [2025-03-12T22:29:59.721010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:30:01.980367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=mailer","method":"GET"} [] [2025-03-12T22:30:02.000625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:30:04.166253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=events","method":"GET"} [] [2025-03-12T22:30:04.186156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:30:06.410283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=events","method":"GET"} [] [2025-03-12T22:30:06.430817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:30:08.651478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=dump","method":"GET"} [] [2025-03-12T22:30:08.670683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:30:10.918366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=twig","method":"GET"} [] [2025-03-12T22:30:10.939104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:30:13.277372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=form","method":"GET"} [] [2025-03-12T22:30:13.331646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:30:15.536121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=time","method":"GET"} [] [2025-03-12T22:30:15.571917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:30:17.801858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=twig","method":"GET"} [] [2025-03-12T22:30:17.821648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:30:20.078515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=dump","method":"GET"} [] [2025-03-12T22:30:20.098502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:30:22.270259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=time","method":"GET"} [] [2025-03-12T22:30:22.291465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:30:24.506061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=validator","method":"GET"} [] [2025-03-12T22:30:24.525125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:30:26.728794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=validator","method":"GET"} [] [2025-03-12T22:30:26.748130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:30:29.226175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=validator","method":"GET"} [] [2025-03-12T22:30:29.283009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:30:31.530281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=validator","method":"GET"} [] [2025-03-12T22:30:31.559468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:30:33.670877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=db","method":"GET"} [] [2025-03-12T22:30:33.693617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:30:35.912414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=cache","method":"GET"} [] [2025-03-12T22:30:35.933322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:30:39.295822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=events","method":"GET"} [] [2025-03-12T22:30:39.315519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:30:41.540182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=time","method":"GET"} [] [2025-03-12T22:30:41.559725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:30:45.037670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=validator","method":"GET"} [] [2025-03-12T22:30:45.092126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:30:47.187916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=form","method":"GET"} [] [2025-03-12T22:30:47.239909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:30:49.494215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=dump","method":"GET"} [] [2025-03-12T22:30:49.514426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:30:52.811849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=cache","method":"GET"} [] [2025-03-12T22:30:52.831075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:30:55.016338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=config","method":"GET"} [] [2025-03-12T22:30:55.036895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:30:57.258293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=form","method":"GET"} [] [2025-03-12T22:30:57.279183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:30:59.467445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=config","method":"GET"} [] [2025-03-12T22:30:59.487544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:31:01.864127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=security","method":"GET"} [] [2025-03-12T22:31:01.930022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:31:04.125180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=exception","method":"GET"} [] [2025-03-12T22:31:04.150827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:31:06.348139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=security","method":"GET"} [] [2025-03-12T22:31:06.368352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:31:08.585975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=security","method":"GET"} [] [2025-03-12T22:31:08.606682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:31:10.695517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=security","method":"GET"} [] [2025-03-12T22:31:10.715926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:31:12.908813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb?panel=logger","method":"GET"} [] [2025-03-12T22:31:12.929513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:31:16.436964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=config","method":"GET"} [] [2025-03-12T22:31:16.457329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:31:18.925777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=security","method":"GET"} [] [2025-03-12T22:31:18.985423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:31:21.159387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=router","method":"GET"} [] [2025-03-12T22:31:21.187817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:31:21.226067+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795/router","method":"GET"} [] [2025-03-12T22:31:23.509020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?panel=logger","method":"GET"} [] [2025-03-12T22:31:23.530076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:31:27.106329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d?panel=logger","method":"GET"} [] [2025-03-12T22:31:27.126403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:31:29.528460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795?group=1&panel=db","method":"GET"} [] [2025-03-12T22:31:29.548519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:31:32.911368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=mailer","method":"GET"} [] [2025-03-12T22:31:32.931919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:31:35.269632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=mailer","method":"GET"} [] [2025-03-12T22:31:35.325838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:31:40.006707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=db","method":"GET"} [] [2025-03-12T22:31:40.034151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:31:42.277815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=db","method":"GET"} [] [2025-03-12T22:31:42.298252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:31:44.530720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=events","method":"GET"} [] [2025-03-12T22:31:44.550219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:31:46.737229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=events","method":"GET"} [] [2025-03-12T22:31:46.757444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:31:48.936219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=dump","method":"GET"} [] [2025-03-12T22:31:48.956405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:31:53.602598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=dump","method":"GET"} [] [2025-03-12T22:31:53.670770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:31:57.045562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=twig","method":"GET"} [] [2025-03-12T22:31:57.074226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:31:59.246202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=form","method":"GET"} [] [2025-03-12T22:31:59.270128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:32:01.441136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=cache","method":"GET"} [] [2025-03-12T22:32:01.460128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:32:03.666434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=cache","method":"GET"} [] [2025-03-12T22:32:03.686150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:32:05.916633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=config","method":"GET"} [] [2025-03-12T22:32:05.940385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:32:08.165484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=config","method":"GET"} [] [2025-03-12T22:32:08.185131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:32:11.777710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=router","method":"GET"} [] [2025-03-12T22:32:11.833870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:32:11.860419+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856/router","method":"GET"} [] [2025-03-12T22:32:14.185987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?panel=router","method":"GET"} [] [2025-03-12T22:32:14.211034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:32:14.244219+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288/router","method":"GET"} [] [2025-03-12T22:32:16.397897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?panel=logger","method":"GET"} [] [2025-03-12T22:32:16.419848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:32:18.628733+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1e61e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1e61e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:18.654185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:20.737848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:20.762760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:22.996464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:23.020989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:25.241596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:25.263337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:27.683228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:27.740644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:29.960064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:29.988626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:32.180021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4b88e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b88e5?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:32.202981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:34.389978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:34.415852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:36.576190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:36.599980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:38.815713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:38.837412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:32:41.097240+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e5421b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e5421b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:41.120158+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:44.545470+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3e85e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3e85e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:44.600745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:46.797021+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:46.819412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:48.971047+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"757d1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/757d1b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:49.031859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:52.390394+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ffe795"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ffe795/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:52.411850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:54.625751+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"315693"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/315693/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:54.652411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:56.846448+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e950e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e950e5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:56.870920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:59.039605+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:32:59.062808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:01.312111+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:01.368498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:03.562768+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d9605d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d9605d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:03.587457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:05.782208+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e9479"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0e9479/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:05.806087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:08.021080+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41b6e0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41b6e0/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:08.046899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:10.176463+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"28ac32"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/28ac32/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:10.209727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:12.307905+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"70af05"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/70af05/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:12.361148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:14.556486+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"798368"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/798368/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:14.576697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:19.310536+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b258eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b258eb/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:19.364266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:21.598240+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:21.620022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:23.779564+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b4ae81"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ae81/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:23.803465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:26.039200+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9e7245"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e7245/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:26.063778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:28.261455+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"441af5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/441af5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:28.288681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:31.627308+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65016e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/65016e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:31.660185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:35.140539+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"840f10"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/840f10/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:35.195658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:37.553514+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1d4bb9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1d4bb9/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:37.584687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:39.976541+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba6288"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba6288/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:39.996681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:42.193897+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"501a62"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/501a62/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:42.214096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:44.387632+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"16840a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/16840a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:44.409680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:47.736683+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:47.758717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:49.948725+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8c74fd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8c74fd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:49.973978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:52.376223+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"086223"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/086223/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:33:52.458296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:33:54.628339+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5eb144"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5eb144/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:54.662510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:56.830294+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:56.852814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:59.074679+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a3fe69"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a3fe69/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:33:59.100676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:01.283967+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7eb696"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7eb696/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:01.312064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:03.536039+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7b135e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b135e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:34:03.562653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:34:05.606321+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c2d93d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c2d93d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:05.629157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:08.010953+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a3f15"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a3f15/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:08.091974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:10.219184+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"413582"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/413582/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:34:10.238711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:34:12.445645+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9ad856"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ad856/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:12.467240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:34:14.656861+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:34:14.708632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:34:16.876632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8","method":"GET"} [] [2025-03-12T22:34:16.905822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:19.148291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210","method":"GET"} [] [2025-03-12T22:34:19.170349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:21.305104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4","method":"GET"} [] [2025-03-12T22:34:21.335125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:23.684471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee","method":"GET"} [] [2025-03-12T22:34:23.752671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:25.872114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c","method":"GET"} [] [2025-03-12T22:34:25.892852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:28.068468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e","method":"GET"} [] [2025-03-12T22:34:28.089100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:30.275931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8","method":"GET"} [] [2025-03-12T22:34:30.296676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:32.508871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67","method":"GET"} [] [2025-03-12T22:34:32.557195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:34.808183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc","method":"GET"} [] [2025-03-12T22:34:34.848011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:37.053444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda","method":"GET"} [] [2025-03-12T22:34:37.097787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:34:39.522874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=logger","method":"GET"} [] [2025-03-12T22:34:39.585292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:34:41.838522+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F3425fe%2Fexception","method":"GET"} [] [2025-03-12T22:34:41.898335+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T22:34:44.259167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=request","method":"GET"} [] [2025-03-12T22:34:44.287417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:34:47.523786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=translation","method":"GET"} [] [2025-03-12T22:34:47.553957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:34:50.590082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=exception","method":"GET"} [] [2025-03-12T22:34:50.611186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:34:53.452462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=exception","method":"GET"} [] [2025-03-12T22:34:53.474084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:34:56.162561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=config","method":"GET"} [] [2025-03-12T22:34:56.231934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:34:58.514055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=exception","method":"GET"} [] [2025-03-12T22:34:58.534439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:35:02.634916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=security","method":"GET"} [] [2025-03-12T22:35:02.661907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:35:04.782904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=exception","method":"GET"} [] [2025-03-12T22:35:04.802638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:35:07.022909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=exception","method":"GET"} [] [2025-03-12T22:35:07.042604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:35:09.189024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=translation","method":"GET"} [] [2025-03-12T22:35:09.209241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:35:11.616960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=translation","method":"GET"} [] [2025-03-12T22:35:11.687014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:35:13.875376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=translation","method":"GET"} [] [2025-03-12T22:35:13.895815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:35:17.322239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=translation","method":"GET"} [] [2025-03-12T22:35:17.342698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:35:19.608916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=translation","method":"GET"} [] [2025-03-12T22:35:19.637915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:35:21.922596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=exception","method":"GET"} [] [2025-03-12T22:35:21.948636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:35:25.302004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=request","method":"GET"} [] [2025-03-12T22:35:25.322179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:35:27.763226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=request","method":"GET"} [] [2025-03-12T22:35:27.822833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:35:30.017334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=mailer","method":"GET"} [] [2025-03-12T22:35:30.037257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:35:32.236094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=request","method":"GET"} [] [2025-03-12T22:35:32.256957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:35:34.473155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=mailer","method":"GET"} [] [2025-03-12T22:35:34.493258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:35:36.687319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=events","method":"GET"} [] [2025-03-12T22:35:36.712718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:35:40.061660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=time","method":"GET"} [] [2025-03-12T22:35:40.084027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:35:42.284926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=twig","method":"GET"} [] [2025-03-12T22:35:42.305571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:35:44.669349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=twig","method":"GET"} [] [2025-03-12T22:35:44.725065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:35:46.928822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=form","method":"GET"} [] [2025-03-12T22:35:46.949326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:35:49.072595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=dump","method":"GET"} [] [2025-03-12T22:35:49.092202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:35:51.254188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=dump","method":"GET"} [] [2025-03-12T22:35:51.273891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:35:53.425351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=validator","method":"GET"} [] [2025-03-12T22:35:53.457854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:35:55.720664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=validator","method":"GET"} [] [2025-03-12T22:35:55.741754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:35:57.949528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=validator","method":"GET"} [] [2025-03-12T22:35:57.972141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:36:00.460208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=validator","method":"GET"} [] [2025-03-12T22:36:00.520993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:36:02.736389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=validator","method":"GET"} [] [2025-03-12T22:36:02.757283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:36:04.953549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=validator","method":"GET"} [] [2025-03-12T22:36:04.973586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:36:07.166929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=db","method":"GET"} [] [2025-03-12T22:36:07.187400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:36:10.515401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=events","method":"GET"} [] [2025-03-12T22:36:10.541888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:36:12.752059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=twig","method":"GET"} [] [2025-03-12T22:36:12.772443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:36:14.849244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=time","method":"GET"} [] [2025-03-12T22:36:14.869740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:36:17.324420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=dump","method":"GET"} [] [2025-03-12T22:36:17.378550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:36:19.557646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=form","method":"GET"} [] [2025-03-12T22:36:19.580001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:36:21.822578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=validator","method":"GET"} [] [2025-03-12T22:36:21.842064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:36:24.061854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=cache","method":"GET"} [] [2025-03-12T22:36:24.081657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:36:26.294349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=form","method":"GET"} [] [2025-03-12T22:36:26.320459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:36:28.510198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=db","method":"GET"} [] [2025-03-12T22:36:28.533086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:36:30.749838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=time","method":"GET"} [] [2025-03-12T22:36:30.769666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:36:33.174195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=db","method":"GET"} [] [2025-03-12T22:36:33.236307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:36:35.519243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=cache","method":"GET"} [] [2025-03-12T22:36:35.539635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:36:37.676444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=config","method":"GET"} [] [2025-03-12T22:36:37.698738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:36:39.899695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=router","method":"GET"} [] [2025-03-12T22:36:39.924114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:36:39.941912+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c/router","method":"GET"} [] [2025-03-12T22:36:42.207636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=logger","method":"GET"} [] [2025-03-12T22:36:42.238302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:36:44.605128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=router","method":"GET"} [] [2025-03-12T22:36:44.630659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:36:44.648586+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda/router","method":"GET"} [] [2025-03-12T22:36:46.850882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=config","method":"GET"} [] [2025-03-12T22:36:46.871159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:36:49.247293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?panel=logger","method":"GET"} [] [2025-03-12T22:36:49.309189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:36:51.593699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda?group=1&panel=db","method":"GET"} [] [2025-03-12T22:36:51.613777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:36:53.755849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=config","method":"GET"} [] [2025-03-12T22:36:53.775928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:36:56.001217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=security","method":"GET"} [] [2025-03-12T22:36:56.021633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:36:58.224696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=security","method":"GET"} [] [2025-03-12T22:36:58.269092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:37:00.429792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=security","method":"GET"} [] [2025-03-12T22:37:00.450309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:37:02.664936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?panel=security","method":"GET"} [] [2025-03-12T22:37:02.687756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:37:05.043304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=security","method":"GET"} [] [2025-03-12T22:37:05.100715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:37:07.360586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=security","method":"GET"} [] [2025-03-12T22:37:07.386243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:37:09.611197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=router","method":"GET"} [] [2025-03-12T22:37:09.630938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:37:09.648576+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee/router","method":"GET"} [] [2025-03-12T22:37:11.833890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?panel=logger","method":"GET"} [] [2025-03-12T22:37:11.853583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:37:14.010847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c?group=1&panel=db","method":"GET"} [] [2025-03-12T22:37:14.038482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:37:16.290127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee?group=1&panel=db","method":"GET"} [] [2025-03-12T22:37:16.311851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:37:18.537462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=exception","method":"GET"} [] [2025-03-12T22:37:18.557301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:37:20.947781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=exception","method":"GET"} [] [2025-03-12T22:37:21.000974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:37:23.233740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=exception","method":"GET"} [] [2025-03-12T22:37:23.255632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:37:27.934940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=translation","method":"GET"} [] [2025-03-12T22:37:27.954762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:37:30.137187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=mailer","method":"GET"} [] [2025-03-12T22:37:30.162833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:37:32.399762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=mailer","method":"GET"} [] [2025-03-12T22:37:32.420577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:37:34.613101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=mailer","method":"GET"} [] [2025-03-12T22:37:34.635790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:37:37.057664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=mailer","method":"GET"} [] [2025-03-12T22:37:37.114845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:37:39.374780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=mailer","method":"GET"} [] [2025-03-12T22:37:39.394457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:37:41.601989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=request","method":"GET"} [] [2025-03-12T22:37:41.622651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:37:43.811093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=request","method":"GET"} [] [2025-03-12T22:37:43.831599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:37:46.044063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=request","method":"GET"} [] [2025-03-12T22:37:46.070461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:37:48.288611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=request","method":"GET"} [] [2025-03-12T22:37:48.310376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:37:50.447200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=db","method":"GET"} [] [2025-03-12T22:37:50.468265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:37:52.846060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=db","method":"GET"} [] [2025-03-12T22:37:52.900497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:37:55.115542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=db","method":"GET"} [] [2025-03-12T22:37:55.135833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:37:57.352084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=db","method":"GET"} [] [2025-03-12T22:37:57.373233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:37:59.571458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=db","method":"GET"} [] [2025-03-12T22:37:59.592515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:38:01.763748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=db","method":"GET"} [] [2025-03-12T22:38:01.791613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:38:03.979844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=db","method":"GET"} [] [2025-03-12T22:38:04.001991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:38:06.178545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=request","method":"GET"} [] [2025-03-12T22:38:06.199093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:38:08.625308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=request","method":"GET"} [] [2025-03-12T22:38:08.680366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:38:10.813583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=mailer","method":"GET"} [] [2025-03-12T22:38:10.839163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:38:13.021280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=mailer","method":"GET"} [] [2025-03-12T22:38:13.041343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:38:15.259649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=events","method":"GET"} [] [2025-03-12T22:38:15.290523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:38:17.458838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=events","method":"GET"} [] [2025-03-12T22:38:17.486310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:38:19.707400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=events","method":"GET"} [] [2025-03-12T22:38:19.731046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:38:21.933750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=events","method":"GET"} [] [2025-03-12T22:38:21.955668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:38:24.465068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=twig","method":"GET"} [] [2025-03-12T22:38:24.523545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:38:26.749873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=time","method":"GET"} [] [2025-03-12T22:38:26.769927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:38:28.988991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=dump","method":"GET"} [] [2025-03-12T22:38:29.008133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:38:31.224568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=form","method":"GET"} [] [2025-03-12T22:38:31.245950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:38:33.443313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=form","method":"GET"} [] [2025-03-12T22:38:33.471046+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:38:35.697662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=form","method":"GET"} [] [2025-03-12T22:38:35.718313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:38:37.887182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=twig","method":"GET"} [] [2025-03-12T22:38:37.907455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:38:40.322575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=form","method":"GET"} [] [2025-03-12T22:38:40.376550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:38:42.584064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=time","method":"GET"} [] [2025-03-12T22:38:42.603361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:38:44.801859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=time","method":"GET"} [] [2025-03-12T22:38:44.821229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:38:48.052730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=time","method":"GET"} [] [2025-03-12T22:38:48.073191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:38:50.298465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=twig","method":"GET"} [] [2025-03-12T22:38:50.324560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:38:52.508435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=dump","method":"GET"} [] [2025-03-12T22:38:52.529342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:38:54.717149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=twig","method":"GET"} [] [2025-03-12T22:38:54.736771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:38:57.170193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=dump","method":"GET"} [] [2025-03-12T22:38:57.232098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:38:59.377058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=twig","method":"GET"} [] [2025-03-12T22:38:59.397708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:39:01.611303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=form","method":"GET"} [] [2025-03-12T22:39:01.632027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:39:03.823436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=twig","method":"GET"} [] [2025-03-12T22:39:03.843728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:39:06.043872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=dump","method":"GET"} [] [2025-03-12T22:39:06.069836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:39:08.279192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=dump","method":"GET"} [] [2025-03-12T22:39:08.299456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:39:11.599280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=form","method":"GET"} [] [2025-03-12T22:39:11.620524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:39:15.256880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=twig","method":"GET"} [] [2025-03-12T22:39:15.316761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:39:18.737484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=time","method":"GET"} [] [2025-03-12T22:39:18.757157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:39:20.963285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=dump","method":"GET"} [] [2025-03-12T22:39:20.982479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:39:23.193081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=validator","method":"GET"} [] [2025-03-12T22:39:23.218749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:39:25.307133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=validator","method":"GET"} [] [2025-03-12T22:39:25.327341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:39:27.498076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=validator","method":"GET"} [] [2025-03-12T22:39:27.518631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:39:29.701178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=cache","method":"GET"} [] [2025-03-12T22:39:29.720939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:32.329554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=cache","method":"GET"} [] [2025-03-12T22:39:32.387263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:34.592205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=cache","method":"GET"} [] [2025-03-12T22:39:34.612741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:36.867376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=cache","method":"GET"} [] [2025-03-12T22:39:36.887098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:39.073912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=cache","method":"GET"} [] [2025-03-12T22:39:39.098832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:41.288814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=cache","method":"GET"} [] [2025-03-12T22:39:41.309194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:44.668379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=events","method":"GET"} [] [2025-03-12T22:39:44.689087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:39:46.942066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=events","method":"GET"} [] [2025-03-12T22:39:46.961541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:39:49.322247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=cache","method":"GET"} [] [2025-03-12T22:39:49.375313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:39:51.615886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=config","method":"GET"} [] [2025-03-12T22:39:51.637503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:39:54.954217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=router","method":"GET"} [] [2025-03-12T22:39:54.980432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:39:54.999292+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8/router","method":"GET"} [] [2025-03-12T22:39:57.277686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=logger","method":"GET"} [] [2025-03-12T22:39:57.298080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:39:59.553563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?panel=router","method":"GET"} [] [2025-03-12T22:39:59.572726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:39:59.590545+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc/router","method":"GET"} [] [2025-03-12T22:40:01.749436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?panel=logger","method":"GET"} [] [2025-03-12T22:40:01.770239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:40:04.021881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=config","method":"GET"} [] [2025-03-12T22:40:04.041857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:40:06.434562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=config","method":"GET"} [] [2025-03-12T22:40:06.490781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:40:08.749755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=router","method":"GET"} [] [2025-03-12T22:40:08.772267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:40:08.790448+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8/router","method":"GET"} [] [2025-03-12T22:40:11.041312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=logger","method":"GET"} [] [2025-03-12T22:40:11.073876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:40:13.329779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=config","method":"GET"} [] [2025-03-12T22:40:13.349834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:40:15.563085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=router","method":"GET"} [] [2025-03-12T22:40:15.582543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:40:15.600333+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4/router","method":"GET"} [] [2025-03-12T22:40:17.978513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=logger","method":"GET"} [] [2025-03-12T22:40:17.999769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:40:20.263457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=config","method":"GET"} [] [2025-03-12T22:40:20.283703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:40:22.687678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=router","method":"GET"} [] [2025-03-12T22:40:22.745536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:40:22.775755+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210/router","method":"GET"} [] [2025-03-12T22:40:24.998864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=logger","method":"GET"} [] [2025-03-12T22:40:25.022760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:40:27.184175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?panel=router","method":"GET"} [] [2025-03-12T22:40:27.209328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:40:27.229382+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67/router","method":"GET"} [] [2025-03-12T22:40:29.397590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?panel=security","method":"GET"} [] [2025-03-12T22:40:29.419382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:40:31.666486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?panel=security","method":"GET"} [] [2025-03-12T22:40:31.688247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:40:33.932573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?panel=security","method":"GET"} [] [2025-03-12T22:40:33.954645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:40:36.112038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=logger","method":"GET"} [] [2025-03-12T22:40:36.132151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:40:38.598947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?panel=router","method":"GET"} [] [2025-03-12T22:40:38.662920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:40:38.696666+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e/router","method":"GET"} [] [2025-03-12T22:40:40.988300+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:41.010047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:43.104176+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:43.123784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:45.389657+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:45.410953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:47.588970+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:47.608331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:49.756623+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:49.775362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:51.972929+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:51.992511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:54.320169+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:54.374767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:57.782744+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e526ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e526ee/search/results?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:40:57.803671+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:41:00.005326+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:00.025628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:02.188211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"144e9e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/144e9e?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:02.217038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:04.438364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:04.460674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:06.816014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:06.861195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:08.993007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:09.014001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:11.343580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:11.380963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:13.553739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:13.575743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:16.915025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:16.936330+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:41:19.070229+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7f2e67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7f2e67/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:19.091578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:21.272846+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da148c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da148c/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:21.294830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:23.660486+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F3425fe%2Fexception","method":"GET"} [] [2025-03-12T22:41:23.769414+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T22:41:26.137139+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0491b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0491b8/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:26.157636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:29.651972+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1068a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1068a4/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:29.694013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:32.769859+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"605eb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/605eb5/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:32.794516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:35.576887+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:35.600999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:38.220831+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:38.257403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:40.637008+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f8086"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f8086/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:40.681503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:42.893799+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"683365"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/683365/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:42.923723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:45.191783+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6c02d3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6c02d3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:45.226005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:47.350494+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"743f59"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/743f59/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:47.373808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:49.531660+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e40319"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e40319/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:49.559595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:51.738115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8996a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8996a3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:51.771885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:53.950682+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:53.973579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:56.256069+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"223ea4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/223ea4/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:56.310637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:41:58.480204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ed8b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ed8b4/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:41:58.499873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:42:00.743997+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"425ab8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/425ab8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:00.796421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:03.000948+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"733edb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/733edb/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:03.032285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:05.228766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:05.252441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:07.477922+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d78997"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d78997/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:07.501566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:09.662364+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1c6e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1c6e5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:09.698873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:12.019962+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"99b252"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/99b252/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:12.067122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:14.224610+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a04236"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a04236/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:14.247573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:16.535159+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"94e850"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/94e850/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:16.574457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:18.790214+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:18.831485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:21.022617+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc/search/results?ip=20.171.207.119&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F3425fe%2Fexception","method":"GET"} [] [2025-03-12T22:42:21.090603+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T22:42:23.454614+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c752e8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c752e8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:23.485765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:26.640924+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ecd813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ecd813/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:26.665631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:29.651895+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:29.696385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:32.558413+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"050a4c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/050a4c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:32.592913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:35.111054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d196a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d196a0/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:35.134375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:37.353453+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6c948"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6c948/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:37.376755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:39.596677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"68e9f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68e9f9/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:39.627810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:41.801076+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e41b13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e41b13/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:41.825204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:45.601412+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:45.664969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:47.922051+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8210"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8210/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:42:47.955295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:42:50.151342+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"873578"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/873578/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:50.174778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:52.354003+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"18ad87"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/18ad87/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:52.376881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:54.474390+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd20b9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd20b9/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:54.496605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:56.709492+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7c26a3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7c26a3/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:42:56.750905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:42:58.818175+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"296cfd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296cfd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:42:58.845364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:02.245936+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0dc657"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0dc657/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:02.296075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:04.536050+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"296274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/296274/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:04.581727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:06.781900+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0065c1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0065c1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:06.804411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:10.131931+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fc024"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fc024/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:10.172457+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:12.358540+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a9a60"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a9a60/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:12.383930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:14.532470+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:14.567851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:16.751704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"104139"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/104139/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:16.792242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:19.070422+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b247dd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b247dd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:19.114817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:21.357355+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"726c23"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/726c23/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:21.396130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:23.601516+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c300ac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c300ac/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:23.652251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:25.793084+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bb9300"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bb9300/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:25.830426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:28.015270+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6ea704"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6ea704/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:28.038181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:30.241694+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e22515"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e22515/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:30.267398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:32.421847+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1514fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1514fa/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:32.444982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:34.777118+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"867fe2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/867fe2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:34.845286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:37.103780+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:37.160680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:39.291199+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db0868"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db0868/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:39.313303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:41.474163+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9983fc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9983fc/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:41.494390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:43.681170+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"59283e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/59283e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:43.721402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:45.885946+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3425fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3425fe/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:45.919802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:48.111506+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"39f547"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/39f547/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:48.133419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:50.426035+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"58ea97"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/58ea97/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:50.481844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:43:52.775139+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f85a8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f85a8/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:52.807895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:56.217685+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5efc1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5efc1/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:56.239017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:58.383803+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7d0fed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7d0fed/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:43:58.421654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:01.800628+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ff42bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ff42bf/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:01.823309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:03.954549+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d42eba"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d42eba/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:03.978233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:06.314555+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f67fcf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f67fcf/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:06.376339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:08.664444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c30bda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c30bda/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:08.719638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:10.931987+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4d9cda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4d9cda/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:10.952636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:13.160646+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9bde6a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9bde6a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:13.182327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:15.283380+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c9bda2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c9bda2/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:15.304412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:18.627076+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bc5bf9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bc5bf9/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:18.656765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:20.831390+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"eca5e2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/eca5e2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:20.851312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:23.219687+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:23.273393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:25.673573+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ecb3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ecb3f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:25.732649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:27.945928+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7ecf3f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ecf3f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:27.967278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:30.206507+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe7c9a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe7c9a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:30.239370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:32.414806+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4ef8ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4ef8ca/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:32.437525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:34.588714+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f6c5aa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f6c5aa/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:34.617768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:36.822519+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7ab3dc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7ab3dc/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:36.865803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:39.246348+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36dbee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36dbee/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:39.294327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:41.545177+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:41.580191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:44.973427+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd7cf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd7cf8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:44.997379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:47.188301+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:47.211155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:49.423637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d7bfcd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d7bfcd/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:49.457591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:44:51.609218+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a6ffae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a6ffae/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:51.645107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:53.783065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:53.816720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:56.138362+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bdce7d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bdce7d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:56.182342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:58.512958+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b4ddee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b4ddee/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:44:58.552275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:00.724248+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:00.748871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:02.987157+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bcba1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bcba1b/search/results?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:45:03.024422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.119&limit=10","method":"GET"} [] [2025-03-12T22:45:05.245720+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3dbac"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b3dbac/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:05.271650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:07.462749+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ebcb1a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ebcb1a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:07.488771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:09.631330+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cffa0e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/cffa0e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:09.668965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:45:11.997119+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d03495"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d03495/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-016.jpg","method":"GET"} [] [2025-03-12T22:45:12.083223+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T22:45:14.518530+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f2fa9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f2fa9c/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:14.554036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:17.812832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f3f9c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1f3f9c/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T22:45:17.836743+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T22:45:20.733018+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"991d50"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/991d50/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T22:45:20.760593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T22:45:23.686917+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"838e04"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/838e04/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T22:45:23.712062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T22:45:26.090298+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e39a64"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e39a64/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:26.115348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:30.842238+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e1c3ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e1c3ed/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:30.906754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:33.122852+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8a8a2b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8a8a2b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T22:45:33.145488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T22:45:35.384395+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dd0d67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/dd0d67/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:35.409912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:37.536024+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"502421"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/502421/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:37.561326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:39.738122+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19f219"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19f219/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-013.jpg","method":"GET"} [] [2025-03-12T22:45:39.802769+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T22:45:42.131428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264","method":"GET"} [] [2025-03-12T22:45:42.173828+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/exception.css","method":"GET"} [] [2025-03-12T22:45:42.179083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:45:42.215852+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/exception","method":"GET"} [] [2025-03-12T22:45:46.319818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68","method":"GET"} [] [2025-03-12T22:45:46.427801+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/exception.css","method":"GET"} [] [2025-03-12T22:45:46.434686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:45:46.461628+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/exception","method":"GET"} [] [2025-03-12T22:45:49.821789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b","method":"GET"} [] [2025-03-12T22:45:49.864765+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/exception.css","method":"GET"} [] [2025-03-12T22:45:49.867650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:45:49.886386+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/exception","method":"GET"} [] [2025-03-12T22:45:53.066052+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:53.099065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:45:55.955300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed","method":"GET"} [] [2025-03-12T22:45:56.008493+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/exception.css","method":"GET"} [] [2025-03-12T22:45:56.013277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:45:56.031246+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/exception","method":"GET"} [] [2025-03-12T22:45:58.678427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7","method":"GET"} [] [2025-03-12T22:45:58.748862+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7/exception.css","method":"GET"} [] [2025-03-12T22:45:58.754533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:45:58.796148+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7/exception","method":"GET"} [] [2025-03-12T22:46:01.115866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30","method":"GET"} [] [2025-03-12T22:46:01.179155+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/exception.css","method":"GET"} [] [2025-03-12T22:46:01.182566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:01.203632+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/exception","method":"GET"} [] [2025-03-12T22:46:03.694136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d","method":"GET"} [] [2025-03-12T22:46:03.757289+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d/exception.css","method":"GET"} [] [2025-03-12T22:46:03.764012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:03.791998+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d/exception","method":"GET"} [] [2025-03-12T22:46:04.493270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee3e67"},"request_uri":"https://test.phila-ca.com/public/_profiler/ee3e67?panel=config","method":"GET"} [] [2025-03-12T22:46:04.519228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:05.982345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4","method":"GET"} [] [2025-03-12T22:46:06.011913+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4/exception.css","method":"GET"} [] [2025-03-12T22:46:06.015882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:06.038389+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4/exception","method":"GET"} [] [2025-03-12T22:46:08.052863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42be4f"},"request_uri":"https://test.phila-ca.com/public/_profiler/42be4f?panel=config","method":"GET"} [] [2025-03-12T22:46:08.102592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:08.197994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33","method":"GET"} [] [2025-03-12T22:46:08.218627+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/exception.css","method":"GET"} [] [2025-03-12T22:46:08.221514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:08.239064+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/exception","method":"GET"} [] [2025-03-12T22:46:10.392930+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/exception","method":"GET"} [] [2025-03-12T22:46:11.098213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e3ee15"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3ee15?panel=config","method":"GET"} [] [2025-03-12T22:46:11.123540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:12.612944+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/exception","method":"GET"} [] [2025-03-12T22:46:13.901884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04ee6e"},"request_uri":"https://test.phila-ca.com/public/_profiler/04ee6e?panel=config","method":"GET"} [] [2025-03-12T22:46:13.956833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:14.732395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2","method":"GET"} [] [2025-03-12T22:46:14.754274+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2/exception.css","method":"GET"} [] [2025-03-12T22:46:14.761623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:14.780558+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2/exception","method":"GET"} [] [2025-03-12T22:46:16.286932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"88bb1e"},"request_uri":"https://test.phila-ca.com/public/_profiler/88bb1e?panel=config","method":"GET"} [] [2025-03-12T22:46:16.307400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:17.006408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0","method":"GET"} [] [2025-03-12T22:46:17.028006+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/exception.css","method":"GET"} [] [2025-03-12T22:46:17.030824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:17.049537+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/exception","method":"GET"} [] [2025-03-12T22:46:18.961433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/6ac5f6?panel=config","method":"GET"} [] [2025-03-12T22:46:19.033159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:19.251346+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/exception","method":"GET"} [] [2025-03-12T22:46:21.372130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"af7c27"},"request_uri":"https://test.phila-ca.com/public/_profiler/af7c27?panel=config","method":"GET"} [] [2025-03-12T22:46:21.392345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:22.496291+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/exception","method":"GET"} [] [2025-03-12T22:46:23.614578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"https://test.phila-ca.com/public/_profiler/f2be24?panel=config","method":"GET"} [] [2025-03-12T22:46:23.653525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:24.734157+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d/exception","method":"GET"} [] [2025-03-12T22:46:25.792497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e00cb2"},"request_uri":"https://test.phila-ca.com/public/_profiler/e00cb2?panel=config","method":"GET"} [] [2025-03-12T22:46:25.816907+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:28.070862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f2be24"},"request_uri":"http://test.phila-ca.com/public/_profiler/f2be24?panel=config","method":"GET"} [] [2025-03-12T22:46:28.102066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:28.162272+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/exception","method":"GET"} [] [2025-03-12T22:46:30.315385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e0aa9"},"request_uri":"https://test.phila-ca.com/public/_profiler/0e0aa9?panel=config","method":"GET"} [] [2025-03-12T22:46:30.336390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67","method":"GET"} [] [2025-03-12T22:46:30.358152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:30.371072+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/exception.css","method":"GET"} [] [2025-03-12T22:46:30.378675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:30.408891+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/exception","method":"GET"} [] [2025-03-12T22:46:32.593758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1c3cc6"},"request_uri":"http://test.phila-ca.com/public/_profiler/1c3cc6?panel=config","method":"GET"} [] [2025-03-12T22:46:32.618240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:32.634720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed","method":"GET"} [] [2025-03-12T22:46:32.659170+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/exception.css","method":"GET"} [] [2025-03-12T22:46:32.662217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:32.681882+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/exception","method":"GET"} [] [2025-03-12T22:46:35.003013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8a2f8c"},"request_uri":"https://test.phila-ca.com/public/_profiler/8a2f8c?panel=config","method":"GET"} [] [2025-03-12T22:46:35.003098+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2/exception","method":"GET"} [] [2025-03-12T22:46:35.069389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:37.271781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e","method":"GET"} [] [2025-03-12T22:46:37.298444+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/exception.css","method":"GET"} [] [2025-03-12T22:46:37.301586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:37.311989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66ac2e"},"request_uri":"https://test.phila-ca.com/public/_profiler/66ac2e?panel=config","method":"GET"} [] [2025-03-12T22:46:37.320656+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/exception","method":"GET"} [] [2025-03-12T22:46:37.335782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:39.459433+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/exception","method":"GET"} [] [2025-03-12T22:46:39.501812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c95cc0"},"request_uri":"https://test.phila-ca.com/public/_profiler/c95cc0?panel=config","method":"GET"} [] [2025-03-12T22:46:39.537613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:41.763724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6ac5f6"},"request_uri":"https://test.phila-ca.com/public/_profiler/6ac5f6?panel=config","method":"GET"} [] [2025-03-12T22:46:41.787846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:46:42.894833+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/exception","method":"GET"} [] [2025-03-12T22:46:45.026468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17","method":"GET"} [] [2025-03-12T22:46:45.026619+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:46:45.048241+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/exception.css","method":"GET"} [] [2025-03-12T22:46:45.051237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:46:45.070246+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/exception","method":"GET"} [] [2025-03-12T22:46:47.455748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:46:47.483168+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception.css","method":"GET"} [] [2025-03-12T22:46:47.489709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T22:46:47.526561+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception","method":"GET"} [] [2025-03-12T22:46:49.714143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=exception","method":"GET"} [] [2025-03-12T22:46:49.735950+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/exception.css","method":"GET"} [] [2025-03-12T22:46:49.738796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:46:49.757801+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/exception","method":"GET"} [] [2025-03-12T22:46:52.192204+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/exception","method":"GET"} [] [2025-03-12T22:46:54.402138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=exception","method":"GET"} [] [2025-03-12T22:46:54.427403+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7/exception.css","method":"GET"} [] [2025-03-12T22:46:54.439565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:46:54.461219+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7/exception","method":"GET"} [] [2025-03-12T22:46:56.686532+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/exception","method":"GET"} [] [2025-03-12T22:46:58.952179+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/exception","method":"GET"} [] [2025-03-12T22:47:02.311191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=exception","method":"GET"} [] [2025-03-12T22:47:02.334249+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/exception.css","method":"GET"} [] [2025-03-12T22:47:02.338423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:02.357773+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/exception","method":"GET"} [] [2025-03-12T22:47:04.545026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=exception","method":"GET"} [] [2025-03-12T22:47:04.577827+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/exception.css","method":"GET"} [] [2025-03-12T22:47:04.585133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:04.627907+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/exception","method":"GET"} [] [2025-03-12T22:47:06.882794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=exception","method":"GET"} [] [2025-03-12T22:47:06.903560+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/exception.css","method":"GET"} [] [2025-03-12T22:47:06.907577+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:06.925282+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/exception","method":"GET"} [] [2025-03-12T22:47:09.197387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337","method":"GET"} [] [2025-03-12T22:47:09.247194+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/exception.css","method":"GET"} [] [2025-03-12T22:47:09.250164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:47:09.280580+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/exception","method":"GET"} [] [2025-03-12T22:47:11.502490+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception","method":"GET"} [] [2025-03-12T22:47:13.705550+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/exception","method":"GET"} [] [2025-03-12T22:47:15.967503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=exception","method":"GET"} [] [2025-03-12T22:47:15.994514+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d/exception.css","method":"GET"} [] [2025-03-12T22:47:16.001448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:16.023996+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d/exception","method":"GET"} [] [2025-03-12T22:47:17.351586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:47:18.233709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=exception","method":"GET"} [] [2025-03-12T22:47:18.254799+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/exception.css","method":"GET"} [] [2025-03-12T22:47:18.257663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:18.275401+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/exception","method":"GET"} [] [2025-03-12T22:47:20.493557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=exception","method":"GET"} [] [2025-03-12T22:47:20.521541+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/exception.css","method":"GET"} [] [2025-03-12T22:47:20.527219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:20.564766+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/exception","method":"GET"} [] [2025-03-12T22:47:22.747233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=exception","method":"GET"} [] [2025-03-12T22:47:22.766538+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception.css","method":"GET"} [] [2025-03-12T22:47:22.769456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:22.787050+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception","method":"GET"} [] [2025-03-12T22:47:25.212553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=exception","method":"GET"} [] [2025-03-12T22:47:25.258620+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4/exception.css","method":"GET"} [] [2025-03-12T22:47:25.261548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:25.284755+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4/exception","method":"GET"} [] [2025-03-12T22:47:27.382430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=exception","method":"GET"} [] [2025-03-12T22:47:27.404562+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/exception.css","method":"GET"} [] [2025-03-12T22:47:27.407584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:27.425652+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/exception","method":"GET"} [] [2025-03-12T22:47:29.644914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=exception","method":"GET"} [] [2025-03-12T22:47:29.666904+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/exception.css","method":"GET"} [] [2025-03-12T22:47:29.669883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:29.692999+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/exception","method":"GET"} [] [2025-03-12T22:47:31.822266+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/exception","method":"GET"} [] [2025-03-12T22:47:34.049352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=exception","method":"GET"} [] [2025-03-12T22:47:34.077576+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/exception.css","method":"GET"} [] [2025-03-12T22:47:34.085080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:34.107860+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/exception","method":"GET"} [] [2025-03-12T22:47:36.323184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=exception","method":"GET"} [] [2025-03-12T22:47:36.358096+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/exception.css","method":"GET"} [] [2025-03-12T22:47:36.364378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:47:36.403718+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/exception","method":"GET"} [] [2025-03-12T22:47:38.712474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=translation","method":"GET"} [] [2025-03-12T22:47:38.737498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:41.146331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=translation","method":"GET"} [] [2025-03-12T22:47:41.194313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:43.458554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=translation","method":"GET"} [] [2025-03-12T22:47:43.482777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:45.616397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=translation","method":"GET"} [] [2025-03-12T22:47:45.637890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:47.842673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=translation","method":"GET"} [] [2025-03-12T22:47:47.865865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:49.968360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=translation","method":"GET"} [] [2025-03-12T22:47:50.004177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:52.233039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=translation","method":"GET"} [] [2025-03-12T22:47:52.262347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:54.400562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=translation","method":"GET"} [] [2025-03-12T22:47:54.423838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:56.804472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=translation","method":"GET"} [] [2025-03-12T22:47:56.860332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:47:59.052661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=translation","method":"GET"} [] [2025-03-12T22:47:59.084218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:48:01.262960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=translation","method":"GET"} [] [2025-03-12T22:48:01.286222+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:48:03.459188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=translation","method":"GET"} [] [2025-03-12T22:48:03.484253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:48:05.629820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=translation","method":"GET"} [] [2025-03-12T22:48:05.663016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:48:08.903635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=translation","method":"GET"} [] [2025-03-12T22:48:08.943438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:48:11.228424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=translation","method":"GET"} [] [2025-03-12T22:48:11.260388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:48:13.702414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=mailer","method":"GET"} [] [2025-03-12T22:48:13.753047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:48:15.885402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=mailer","method":"GET"} [] [2025-03-12T22:48:15.910266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:48:19.217318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=mailer","method":"GET"} [] [2025-03-12T22:48:19.240380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:48:21.491033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=request","method":"GET"} [] [2025-03-12T22:48:21.541859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:48:23.779805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=request","method":"GET"} [] [2025-03-12T22:48:23.806384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:48:25.872488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=request","method":"GET"} [] [2025-03-12T22:48:25.900700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:48:28.090083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=request","method":"GET"} [] [2025-03-12T22:48:28.112831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:48:30.496749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=request","method":"GET"} [] [2025-03-12T22:48:30.554238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:48:32.751968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=request","method":"GET"} [] [2025-03-12T22:48:32.776255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:48:34.933977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=mailer","method":"GET"} [] [2025-03-12T22:48:34.956628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:48:37.099261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=events","method":"GET"} [] [2025-03-12T22:48:37.130048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:48:39.352364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=mailer","method":"GET"} [] [2025-03-12T22:48:39.375993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:48:41.591158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=events","method":"GET"} [] [2025-03-12T22:48:41.624691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:48:43.812080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=events","method":"GET"} [] [2025-03-12T22:48:43.834268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:48:46.165200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=events","method":"GET"} [] [2025-03-12T22:48:46.214849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:48:48.412523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=events","method":"GET"} [] [2025-03-12T22:48:48.435343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:48:50.654631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=twig","method":"GET"} [] [2025-03-12T22:48:50.677481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:48:54.100777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=form","method":"GET"} [] [2025-03-12T22:48:54.135334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:48:56.434912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=mailer","method":"GET"} [] [2025-03-12T22:48:56.457244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:48:58.641843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=dump","method":"GET"} [] [2025-03-12T22:48:58.671290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:49:00.940087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=time","method":"GET"} [] [2025-03-12T22:49:00.963535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:49:03.369250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=dump","method":"GET"} [] [2025-03-12T22:49:03.421388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:49:05.566327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=twig","method":"GET"} [] [2025-03-12T22:49:05.589587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:49:07.797384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=form","method":"GET"} [] [2025-03-12T22:49:07.821381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:49:10.009822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=form","method":"GET"} [] [2025-03-12T22:49:10.039501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:49:12.193012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=time","method":"GET"} [] [2025-03-12T22:49:12.214128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:49:14.413381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=dump","method":"GET"} [] [2025-03-12T22:49:14.495465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:49:16.694103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=twig","method":"GET"} [] [2025-03-12T22:49:16.716510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:49:19.135125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=dump","method":"GET"} [] [2025-03-12T22:49:19.188282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:49:21.381597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=form","method":"GET"} [] [2025-03-12T22:49:21.402816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:49:23.655140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=dump","method":"GET"} [] [2025-03-12T22:49:23.678782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:49:25.879786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=time","method":"GET"} [] [2025-03-12T22:49:25.912906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:49:28.101634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=twig","method":"GET"} [] [2025-03-12T22:49:28.123542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:49:30.227169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=time","method":"GET"} [] [2025-03-12T22:49:30.254214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:49:32.483006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=twig","method":"GET"} [] [2025-03-12T22:49:32.506512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:49:34.902250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=time","method":"GET"} [] [2025-03-12T22:49:34.948395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:49:37.153540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=validator","method":"GET"} [] [2025-03-12T22:49:37.175340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:40.425044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=validator","method":"GET"} [] [2025-03-12T22:49:40.447114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:43.850235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=validator","method":"GET"} [] [2025-03-12T22:49:43.886332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:46.055155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=validator","method":"GET"} [] [2025-03-12T22:49:46.084753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:48.329803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=validator","method":"GET"} [] [2025-03-12T22:49:48.352752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:50.699706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=validator","method":"GET"} [] [2025-03-12T22:49:50.744360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:52.952702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=validator","method":"GET"} [] [2025-03-12T22:49:52.975974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:56.335706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=validator","method":"GET"} [] [2025-03-12T22:49:56.359146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:49:58.543962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=validator","method":"GET"} [] [2025-03-12T22:49:58.568422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:50:00.783540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=validator","method":"GET"} [] [2025-03-12T22:50:00.822909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:50:03.033931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=validator","method":"GET"} [] [2025-03-12T22:50:03.063892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:50:05.307263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=db","method":"GET"} [] [2025-03-12T22:50:05.330708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:50:07.680382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=db","method":"GET"} [] [2025-03-12T22:50:07.732434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:50:09.921428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=db","method":"GET"} [] [2025-03-12T22:50:09.944456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:50:12.095819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=cache","method":"GET"} [] [2025-03-12T22:50:12.118195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:50:14.352251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=cache","method":"GET"} [] [2025-03-12T22:50:14.373284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:50:16.585061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=cache","method":"GET"} [] [2025-03-12T22:50:16.652791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:50:18.875821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=cache","method":"GET"} [] [2025-03-12T22:50:18.904461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:50:21.047633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=events","method":"GET"} [] [2025-03-12T22:50:21.069480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:50:23.503649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=form","method":"GET"} [] [2025-03-12T22:50:23.553679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:50:25.632873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=twig","method":"GET"} [] [2025-03-12T22:50:25.653757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:50:27.843719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=time","method":"GET"} [] [2025-03-12T22:50:27.866924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:50:30.059056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=dump","method":"GET"} [] [2025-03-12T22:50:30.079394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:50:32.298279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=validator","method":"GET"} [] [2025-03-12T22:50:32.333400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:50:34.523634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=cache","method":"GET"} [] [2025-03-12T22:50:34.614925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:50:36.873197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=db","method":"GET"} [] [2025-03-12T22:50:36.899213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:50:39.377743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=db","method":"GET"} [] [2025-03-12T22:50:39.456801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:50:42.692961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=cache","method":"GET"} [] [2025-03-12T22:50:42.715876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:50:44.856899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=config","method":"GET"} [] [2025-03-12T22:50:44.880216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:50:47.022858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=config","method":"GET"} [] [2025-03-12T22:50:47.045071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:50:49.239165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=logger","method":"GET"} [] [2025-03-12T22:50:49.287030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:50:51.523508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=logger","method":"GET"} [] [2025-03-12T22:50:51.553583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:50:53.835624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=config","method":"GET"} [] [2025-03-12T22:50:53.857275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:50:56.422404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=logger","method":"GET"} [] [2025-03-12T22:50:56.489931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:50:58.724569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=router","method":"GET"} [] [2025-03-12T22:50:58.748454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:50:58.771450+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/router","method":"GET"} [] [2025-03-12T22:51:01.065221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=router","method":"GET"} [] [2025-03-12T22:51:01.087531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:51:01.109731+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/router","method":"GET"} [] [2025-03-12T22:51:03.243270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=config","method":"GET"} [] [2025-03-12T22:51:03.265357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:51:05.399536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=config","method":"GET"} [] [2025-03-12T22:51:05.430218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:51:07.533858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=router","method":"GET"} [] [2025-03-12T22:51:07.578349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:51:07.613524+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7/router","method":"GET"} [] [2025-03-12T22:51:09.856590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=config","method":"GET"} [] [2025-03-12T22:51:09.879166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:51:12.561353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=router","method":"GET"} [] [2025-03-12T22:51:12.610444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:51:12.628954+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/router","method":"GET"} [] [2025-03-12T22:51:14.843740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=logger","method":"GET"} [] [2025-03-12T22:51:14.866273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:51:17.116075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=security","method":"GET"} [] [2025-03-12T22:51:17.142291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:19.289019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=security","method":"GET"} [] [2025-03-12T22:51:19.312600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:21.525541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=security","method":"GET"} [] [2025-03-12T22:51:21.584255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:23.823372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?panel=security","method":"GET"} [] [2025-03-12T22:51:23.853804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:26.115434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=security","method":"GET"} [] [2025-03-12T22:51:26.139350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:28.649693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=security","method":"GET"} [] [2025-03-12T22:51:28.709189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:30.940038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?panel=security","method":"GET"} [] [2025-03-12T22:51:30.963591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:33.184658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=security","method":"GET"} [] [2025-03-12T22:51:33.402797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:35.541656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=security","method":"GET"} [] [2025-03-12T22:51:35.562758+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:37.769649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?panel=security","method":"GET"} [] [2025-03-12T22:51:37.823561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:39.983369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=security","method":"GET"} [] [2025-03-12T22:51:40.015041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:42.240650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=security","method":"GET"} [] [2025-03-12T22:51:42.278925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:44.682247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=security","method":"GET"} [] [2025-03-12T22:51:44.733489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:46.939942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=security","method":"GET"} [] [2025-03-12T22:51:46.969995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:49.121262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=router","method":"GET"} [] [2025-03-12T22:51:49.145022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:51:49.167474+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/router","method":"GET"} [] [2025-03-12T22:51:51.452795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?panel=logger","method":"GET"} [] [2025-03-12T22:51:51.474138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:51:53.719923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17?panel=security","method":"GET"} [] [2025-03-12T22:51:53.751655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:51:55.977085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=logger","method":"GET"} [] [2025-03-12T22:51:56.007878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:51:58.220711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?panel=router","method":"GET"} [] [2025-03-12T22:51:58.247816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:51:58.269410+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/router","method":"GET"} [] [2025-03-12T22:52:00.646692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:00.708436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:02.889676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:02.912001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:05.088104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:05.112745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:07.295588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:07.319734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:09.442787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:09.477329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:52:11.705978+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=exception","method":"GET"} [] [2025-03-12T22:52:11.734639+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/exception.css","method":"GET"} [] [2025-03-12T22:52:11.741872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:52:11.779103+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/exception","method":"GET"} [] [2025-03-12T22:52:14.066381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=translation","method":"GET"} [] [2025-03-12T22:52:14.088234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:52:16.446166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=translation","method":"GET"} [] [2025-03-12T22:52:16.498342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:52:18.694647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=mailer","method":"GET"} [] [2025-03-12T22:52:18.724385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:20.834409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=mailer","method":"GET"} [] [2025-03-12T22:52:20.867380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:23.016997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=mailer","method":"GET"} [] [2025-03-12T22:52:23.042007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:25.121947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=mailer","method":"GET"} [] [2025-03-12T22:52:25.147612+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:27.332449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=mailer","method":"GET"} [] [2025-03-12T22:52:27.360451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:29.546754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=mailer","method":"GET"} [] [2025-03-12T22:52:29.569024+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:32.054649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=mailer","method":"GET"} [] [2025-03-12T22:52:32.101766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:34.261962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=mailer","method":"GET"} [] [2025-03-12T22:52:34.286854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:52:36.476040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=request","method":"GET"} [] [2025-03-12T22:52:36.508901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:38.678615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=request","method":"GET"} [] [2025-03-12T22:52:38.708530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:40.871768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=request","method":"GET"} [] [2025-03-12T22:52:40.900030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:43.121639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=request","method":"GET"} [] [2025-03-12T22:52:43.150588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:45.267177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=request","method":"GET"} [] [2025-03-12T22:52:45.289901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:47.615992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=request","method":"GET"} [] [2025-03-12T22:52:47.669448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:49.948062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=request","method":"GET"} [] [2025-03-12T22:52:49.972665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:52.187411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=request","method":"GET"} [] [2025-03-12T22:52:52.226777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:54.417640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=request","method":"GET"} [] [2025-03-12T22:52:54.443064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:52:56.633078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=db","method":"GET"} [] [2025-03-12T22:52:56.673065+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:52:58.813949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=db","method":"GET"} [] [2025-03-12T22:52:58.841715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:01.098796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=db","method":"GET"} [] [2025-03-12T22:53:01.124332+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:03.474184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=db","method":"GET"} [] [2025-03-12T22:53:03.524593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:05.733235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=db","method":"GET"} [] [2025-03-12T22:53:05.757257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:07.915849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=db","method":"GET"} [] [2025-03-12T22:53:07.949182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:10.147141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=db","method":"GET"} [] [2025-03-12T22:53:10.175356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:12.328321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=db","method":"GET"} [] [2025-03-12T22:53:12.356180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:14.582546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=db","method":"GET"} [] [2025-03-12T22:53:14.608374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:16.784914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=request","method":"GET"} [] [2025-03-12T22:53:16.806202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:53:19.265670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=dump","method":"GET"} [] [2025-03-12T22:53:19.395642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:53:21.601573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?group=1&panel=db","method":"GET"} [] [2025-03-12T22:53:21.623447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:53:23.853917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=time","method":"GET"} [] [2025-03-12T22:53:23.914450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:53:26.153022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=twig","method":"GET"} [] [2025-03-12T22:53:26.175903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:53:28.304849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=form","method":"GET"} [] [2025-03-12T22:53:28.332658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:53:30.522199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=mailer","method":"GET"} [] [2025-03-12T22:53:30.548378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:53:32.718210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=mailer","method":"GET"} [] [2025-03-12T22:53:32.741587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:53:35.174038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=mailer","method":"GET"} [] [2025-03-12T22:53:35.254121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:53:37.513472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=db","method":"GET"} [] [2025-03-12T22:53:37.535872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:53:40.805534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=events","method":"GET"} [] [2025-03-12T22:53:40.843783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:43.081142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=events","method":"GET"} [] [2025-03-12T22:53:43.103521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:45.246569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=events","method":"GET"} [] [2025-03-12T22:53:45.275498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:47.507259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=events","method":"GET"} [] [2025-03-12T22:53:47.537309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:49.725180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=events","method":"GET"} [] [2025-03-12T22:53:49.748868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:52.111143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=events","method":"GET"} [] [2025-03-12T22:53:52.170938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:54.353793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=events","method":"GET"} [] [2025-03-12T22:53:54.383079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:56.604406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=events","method":"GET"} [] [2025-03-12T22:53:56.670164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:53:58.841669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=twig","method":"GET"} [] [2025-03-12T22:53:58.863894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:54:01.087280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=form","method":"GET"} [] [2025-03-12T22:54:01.120281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:54:03.354611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=dump","method":"GET"} [] [2025-03-12T22:54:03.382815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:54:05.712864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=time","method":"GET"} [] [2025-03-12T22:54:05.734658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:08.284594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=form","method":"GET"} [] [2025-03-12T22:54:08.345825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:54:10.473453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=dump","method":"GET"} [] [2025-03-12T22:54:10.495813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:54:12.663730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=form","method":"GET"} [] [2025-03-12T22:54:12.696086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:54:14.922439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=time","method":"GET"} [] [2025-03-12T22:54:14.944138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:17.127539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=time","method":"GET"} [] [2025-03-12T22:54:17.154814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:19.300863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=form","method":"GET"} [] [2025-03-12T22:54:19.339499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:54:21.493865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=time","method":"GET"} [] [2025-03-12T22:54:21.517527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:24.039450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=dump","method":"GET"} [] [2025-03-12T22:54:24.084925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:54:26.240743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=twig","method":"GET"} [] [2025-03-12T22:54:26.261529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:54:28.473999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=twig","method":"GET"} [] [2025-03-12T22:54:28.506139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:54:30.731406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=dump","method":"GET"} [] [2025-03-12T22:54:30.753870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:54:32.839461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=dump","method":"GET"} [] [2025-03-12T22:54:32.865031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:54:34.996113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=time","method":"GET"} [] [2025-03-12T22:54:35.022164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:37.178092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=twig","method":"GET"} [] [2025-03-12T22:54:37.202623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:54:39.617168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=dump","method":"GET"} [] [2025-03-12T22:54:39.665999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:54:41.842434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=time","method":"GET"} [] [2025-03-12T22:54:41.890838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:45.190835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=form","method":"GET"} [] [2025-03-12T22:54:45.227352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:54:47.415039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=time","method":"GET"} [] [2025-03-12T22:54:47.437484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:49.618067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=form","method":"GET"} [] [2025-03-12T22:54:49.644499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:54:51.822928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=time","method":"GET"} [] [2025-03-12T22:54:51.851932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:54:54.081544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=twig","method":"GET"} [] [2025-03-12T22:54:54.110643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:54:56.559481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=twig","method":"GET"} [] [2025-03-12T22:54:56.621263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:54:58.821870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=time","method":"GET"} [] [2025-03-12T22:54:58.845326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:55:00.965040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=twig","method":"GET"} [] [2025-03-12T22:55:00.999646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:55:03.241242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=dump","method":"GET"} [] [2025-03-12T22:55:03.264460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:55:05.379493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=twig","method":"GET"} [] [2025-03-12T22:55:05.407134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:55:07.597956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=twig","method":"GET"} [] [2025-03-12T22:55:07.623943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:55:09.863337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=dump","method":"GET"} [] [2025-03-12T22:55:09.886231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:55:12.309840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=dump","method":"GET"} [] [2025-03-12T22:55:12.398295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:55:14.470785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=dump","method":"GET"} [] [2025-03-12T22:55:14.494425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:55:16.690273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=exception","method":"GET"} [] [2025-03-12T22:55:16.725113+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813/exception.css","method":"GET"} [] [2025-03-12T22:55:16.735878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:55:16.776252+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813/exception","method":"GET"} [] [2025-03-12T22:55:19.033650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=translation","method":"GET"} [] [2025-03-12T22:55:19.056575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:55:21.289373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=validator","method":"GET"} [] [2025-03-12T22:55:21.316517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:55:23.513760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=security","method":"GET"} [] [2025-03-12T22:55:23.541247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:55:25.684665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=mailer","method":"GET"} [] [2025-03-12T22:55:25.707386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:55:28.215182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=request","method":"GET"} [] [2025-03-12T22:55:28.266483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:55:30.441256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=db","method":"GET"} [] [2025-03-12T22:55:30.469345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:55:33.852626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=twig","method":"GET"} [] [2025-03-12T22:55:33.889459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:55:36.121354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=form","method":"GET"} [] [2025-03-12T22:55:36.143919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:55:38.390020+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813/exception","method":"GET"} [] [2025-03-12T22:55:40.545872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=form","method":"GET"} [] [2025-03-12T22:55:40.578433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:55:42.795194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=time","method":"GET"} [] [2025-03-12T22:55:42.822454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:55:45.226209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=form","method":"GET"} [] [2025-03-12T22:55:45.320710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:55:47.551074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=dump","method":"GET"} [] [2025-03-12T22:55:47.573450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:55:49.805205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=form","method":"GET"} [] [2025-03-12T22:55:49.836128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:55:52.044276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=time","method":"GET"} [] [2025-03-12T22:55:52.068012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:55:52.690891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a6ffae"},"request_uri":"http://test.phila-ca.com/public/_profiler/a6ffae?panel=cache","method":"GET"} [] [2025-03-12T22:55:52.719555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:55:54.329170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=twig","method":"GET"} [] [2025-03-12T22:55:54.351104+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:55:56.573850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=validator","method":"GET"} [] [2025-03-12T22:55:56.603556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:55:58.842725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=cache","method":"GET"} [] [2025-03-12T22:55:58.865217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:01.282568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=cache","method":"GET"} [] [2025-03-12T22:56:01.330141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:03.546278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=cache","method":"GET"} [] [2025-03-12T22:56:03.570698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:05.726401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=cache","method":"GET"} [] [2025-03-12T22:56:05.760537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:07.971519+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=cache","method":"GET"} [] [2025-03-12T22:56:07.993455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:10.259395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=cache","method":"GET"} [] [2025-03-12T22:56:10.283232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:12.473447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=cache","method":"GET"} [] [2025-03-12T22:56:12.503277+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:15.862897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=cache","method":"GET"} [] [2025-03-12T22:56:15.888198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:19.417907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=cache","method":"GET"} [] [2025-03-12T22:56:19.478880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:56:21.772416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=exception","method":"GET"} [] [2025-03-12T22:56:21.857110+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/exception.css","method":"GET"} [] [2025-03-12T22:56:21.921373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:56:22.176924+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/exception","method":"GET"} [] [2025-03-12T22:56:24.435298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=validator","method":"GET"} [] [2025-03-12T22:56:24.459918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:56:26.679774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=events","method":"GET"} [] [2025-03-12T22:56:26.703001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:56:29.134598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=request","method":"GET"} [] [2025-03-12T22:56:29.245115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:56:32.851743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=config","method":"GET"} [] [2025-03-12T22:56:32.876018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:56:35.243101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=config","method":"GET"} [] [2025-03-12T22:56:35.295487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:56:37.505304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=logger","method":"GET"} [] [2025-03-12T22:56:37.548978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:56:39.761755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=router","method":"GET"} [] [2025-03-12T22:56:39.786423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:56:39.804244+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/router","method":"GET"} [] [2025-03-12T22:56:42.157266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=router","method":"GET"} [] [2025-03-12T22:56:42.180464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:56:42.198335+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2/router","method":"GET"} [] [2025-03-12T22:56:44.274837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=router","method":"GET"} [] [2025-03-12T22:56:44.305022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:56:44.331594+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/router","method":"GET"} [] [2025-03-12T22:56:46.482702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=logger","method":"GET"} [] [2025-03-12T22:56:46.507310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:56:51.217635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b","method":"GET"} [] [2025-03-12T22:56:51.263971+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception.css","method":"GET"} [] [2025-03-12T22:56:51.271427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:56:51.290387+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/exception","method":"GET"} [] [2025-03-12T22:56:53.563468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=config","method":"GET"} [] [2025-03-12T22:56:53.595382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:56:56.021260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=router","method":"GET"} [] [2025-03-12T22:56:56.043077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:56:56.061086+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/router","method":"GET"} [] [2025-03-12T22:56:58.341742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=logger","method":"GET"} [] [2025-03-12T22:56:58.366922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:56:58.579904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bebbc6"},"request_uri":"https://test.phila-ca.com/public/_profiler/bebbc6?panel=cache","method":"GET"} [] [2025-03-12T22:56:58.606043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:57:00.750062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?panel=config","method":"GET"} [] [2025-03-12T22:57:00.783058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:02.969987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?panel=logger","method":"GET"} [] [2025-03-12T22:57:02.993408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:05.306522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=logger","method":"GET"} [] [2025-03-12T22:57:05.334505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:07.718036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=router","method":"GET"} [] [2025-03-12T22:57:07.772701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:07.796852+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/router","method":"GET"} [] [2025-03-12T22:57:10.051935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?panel=router","method":"GET"} [] [2025-03-12T22:57:10.085303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:10.125418+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4/router","method":"GET"} [] [2025-03-12T22:57:12.260954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=config","method":"GET"} [] [2025-03-12T22:57:12.283366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:14.540495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=router","method":"GET"} [] [2025-03-12T22:57:14.570905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:14.593961+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813/router","method":"GET"} [] [2025-03-12T22:57:16.904126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?panel=logger","method":"GET"} [] [2025-03-12T22:57:16.936031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:19.165046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=logger","method":"GET"} [] [2025-03-12T22:57:19.186989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:21.400336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=config","method":"GET"} [] [2025-03-12T22:57:21.423303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:23.768842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?panel=router","method":"GET"} [] [2025-03-12T22:57:23.823392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:23.841946+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/router","method":"GET"} [] [2025-03-12T22:57:26.068311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?panel=config","method":"GET"} [] [2025-03-12T22:57:26.105029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:28.342202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?panel=config","method":"GET"} [] [2025-03-12T22:57:28.370014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:30.559245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b?panel=config","method":"GET"} [] [2025-03-12T22:57:30.582684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:32.805014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=cache","method":"GET"} [] [2025-03-12T22:57:32.835324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:57:35.020380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=config","method":"GET"} [] [2025-03-12T22:57:35.042533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:37.250211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=router","method":"GET"} [] [2025-03-12T22:57:37.270621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:37.288319+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/router","method":"GET"} [] [2025-03-12T22:57:39.697182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=logger","method":"GET"} [] [2025-03-12T22:57:39.752293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:42.135531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=db","method":"GET"} [] [2025-03-12T22:57:42.167650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:57:44.412197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=events","method":"GET"} [] [2025-03-12T22:57:44.433824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:57:46.663819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=config","method":"GET"} [] [2025-03-12T22:57:46.689229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T22:57:48.855060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=router","method":"GET"} [] [2025-03-12T22:57:48.884905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:48.908986+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/router","method":"GET"} [] [2025-03-12T22:57:51.141222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=logger","method":"GET"} [] [2025-03-12T22:57:51.163675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:53.405834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=router","method":"GET"} [] [2025-03-12T22:57:53.430176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:57:53.448098+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/router","method":"GET"} [] [2025-03-12T22:57:54.924131+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T22:57:55.751646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?panel=logger","method":"GET"} [] [2025-03-12T22:57:55.774692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:57:58.095617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?panel=security","method":"GET"} [] [2025-03-12T22:57:58.128898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:58:00.392358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=router","method":"GET"} [] [2025-03-12T22:58:00.415018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T22:58:00.432931+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d/router","method":"GET"} [] [2025-03-12T22:58:02.605617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?panel=logger","method":"GET"} [] [2025-03-12T22:58:02.629832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T22:58:04.809305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?panel=security","method":"GET"} [] [2025-03-12T22:58:04.843630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T22:58:07.030835+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:58:07.054054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T22:58:09.211113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:09.234963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:11.596935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:11.643488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:13.785305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:13.821757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:16.050336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:16.083820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:18.288538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:18.316454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:20.455789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:20.487695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:22.711490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"455e5d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/455e5d?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:22.735511+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:24.942145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:24.965215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:27.355247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:27.406367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:30.874512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14","method":"GET"} [] [2025-03-12T22:58:30.903331+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/exception.css","method":"GET"} [] [2025-03-12T22:58:30.913731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:58:30.951623+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/exception","method":"GET"} [] [2025-03-12T22:58:33.153278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd","method":"GET"} [] [2025-03-12T22:58:33.175714+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/exception.css","method":"GET"} [] [2025-03-12T22:58:33.178664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:58:33.196322+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/exception","method":"GET"} [] [2025-03-12T22:58:35.340694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b","method":"GET"} [] [2025-03-12T22:58:35.363339+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/exception.css","method":"GET"} [] [2025-03-12T22:58:35.366479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:58:35.384957+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/exception","method":"GET"} [] [2025-03-12T22:58:37.577580+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:37.607411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:39.800396+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:39.821184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:42.030270+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:42.051891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:44.369552+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:44.419656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:46.634050+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:46.664204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:48.125935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67","method":"GET"} [] [2025-03-12T22:58:48.155674+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67/exception.css","method":"GET"} [] [2025-03-12T22:58:48.163676+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:58:48.202479+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67/exception","method":"GET"} [] [2025-03-12T22:58:48.851807+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02ccb4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/02ccb4/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:48.897871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T22:58:51.123634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b23337"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b23337?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:51.147856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T22:58:53.332143+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/exception","method":"GET"} [] [2025-03-12T22:58:55.470513+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/exception","method":"GET"} [] [2025-03-12T22:58:57.759121+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/exception","method":"GET"} [] [2025-03-12T22:59:00.159227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=exception","method":"GET"} [] [2025-03-12T22:59:00.212620+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/exception.css","method":"GET"} [] [2025-03-12T22:59:00.216759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:59:00.238146+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/exception","method":"GET"} [] [2025-03-12T22:59:02.471252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=exception","method":"GET"} [] [2025-03-12T22:59:02.496519+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/exception.css","method":"GET"} [] [2025-03-12T22:59:02.502066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:59:02.527760+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/exception","method":"GET"} [] [2025-03-12T22:59:04.711650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=exception","method":"GET"} [] [2025-03-12T22:59:04.741008+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/exception.css","method":"GET"} [] [2025-03-12T22:59:04.748231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T22:59:04.784621+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/exception","method":"GET"} [] [2025-03-12T22:59:06.952878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=translation","method":"GET"} [] [2025-03-12T22:59:06.976126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:59:09.142071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=translation","method":"GET"} [] [2025-03-12T22:59:09.164902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:59:11.350443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=translation","method":"GET"} [] [2025-03-12T22:59:11.372515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T22:59:13.580802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=mailer","method":"GET"} [] [2025-03-12T22:59:13.602657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:59:15.963933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=mailer","method":"GET"} [] [2025-03-12T22:59:16.019138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T22:59:18.247767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=request","method":"GET"} [] [2025-03-12T22:59:18.280183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:59:20.481595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=request","method":"GET"} [] [2025-03-12T22:59:20.512913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T22:59:22.711444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=validator","method":"GET"} [] [2025-03-12T22:59:22.741692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:59:24.932282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=events","method":"GET"} [] [2025-03-12T22:59:24.962628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:59:27.172833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=events","method":"GET"} [] [2025-03-12T22:59:27.195351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T22:59:29.431903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=dump","method":"GET"} [] [2025-03-12T22:59:29.452342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:59:31.937222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=time","method":"GET"} [] [2025-03-12T22:59:31.996690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:59:34.215255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=twig","method":"GET"} [] [2025-03-12T22:59:34.244027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:59:36.420208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=twig","method":"GET"} [] [2025-03-12T22:59:36.448959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T22:59:39.070332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=dump","method":"GET"} [] [2025-03-12T22:59:39.093201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T22:59:40.385717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0","method":"GET"} [] [2025-03-12T22:59:40.409449+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0/exception.css","method":"GET"} [] [2025-03-12T22:59:40.417824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T22:59:40.437872+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0/exception","method":"GET"} [] [2025-03-12T22:59:42.331530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=form","method":"GET"} [] [2025-03-12T22:59:42.354500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T22:59:44.568968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=time","method":"GET"} [] [2025-03-12T22:59:44.600848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T22:59:46.991846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=validator","method":"GET"} [] [2025-03-12T22:59:47.039951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:59:49.089858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=validator","method":"GET"} [] [2025-03-12T22:59:49.111649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T22:59:52.524586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=cache","method":"GET"} [] [2025-03-12T22:59:52.872880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T22:59:56.988290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=db","method":"GET"} [] [2025-03-12T22:59:57.016813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T22:59:59.860720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=db","method":"GET"} [] [2025-03-12T22:59:59.884068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:00:02.413641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=router","method":"GET"} [] [2025-03-12T23:00:02.475011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:00:02.494989+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/router","method":"GET"} [] [2025-03-12T23:00:04.767546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=logger","method":"GET"} [] [2025-03-12T23:00:04.789153+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:00:07.093177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=logger","method":"GET"} [] [2025-03-12T23:00:07.116925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:00:10.898265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=router","method":"GET"} [] [2025-03-12T23:00:10.935043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:00:10.980633+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/router","method":"GET"} [] [2025-03-12T23:00:13.199264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=config","method":"GET"} [] [2025-03-12T23:00:13.223509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:00:15.435094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=config","method":"GET"} [] [2025-03-12T23:00:15.466311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:00:17.908084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=security","method":"GET"} [] [2025-03-12T23:00:17.960932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:00:20.181176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?group=1&panel=db","method":"GET"} [] [2025-03-12T23:00:20.204159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:00:22.321419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?group=1&panel=db","method":"GET"} [] [2025-03-12T23:00:22.343250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:00:24.511604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b?panel=security","method":"GET"} [] [2025-03-12T23:00:24.534191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:00:25.814916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed","method":"GET"} [] [2025-03-12T23:00:25.838035+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed/exception.css","method":"GET"} [] [2025-03-12T23:00:25.845312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:00:25.864364+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed/exception","method":"GET"} [] [2025-03-12T23:00:26.764757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd?panel=security","method":"GET"} [] [2025-03-12T23:00:26.802041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:00:29.080111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=request","method":"GET"} [] [2025-03-12T23:00:29.103827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:00:31.231071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=mailer","method":"GET"} [] [2025-03-12T23:00:31.251912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:00:33.819805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=db","method":"GET"} [] [2025-03-12T23:00:33.879597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:00:36.111590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=events","method":"GET"} [] [2025-03-12T23:00:36.132697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:00:38.331155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=twig","method":"GET"} [] [2025-03-12T23:00:38.351731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:00:40.531994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=time","method":"GET"} [] [2025-03-12T23:00:40.553318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:00:42.720315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=dump","method":"GET"} [] [2025-03-12T23:00:42.756841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:00:45.020328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=form","method":"GET"} [] [2025-03-12T23:00:45.044764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:00:47.200283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=cache","method":"GET"} [] [2025-03-12T23:00:47.221478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:00:49.658579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=router","method":"GET"} [] [2025-03-12T23:00:49.715280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:00:49.738803+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14/router","method":"GET"} [] [2025-03-12T23:00:52.039685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=logger","method":"GET"} [] [2025-03-12T23:00:52.069705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:00:54.337600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f73e14?panel=config","method":"GET"} [] [2025-03-12T23:00:54.359453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:00:57.718920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264?group=1&panel=db","method":"GET"} [] [2025-03-12T23:00:57.745042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:00:59.892820+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e372e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1e372e/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:00:59.924200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:03.215832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:03.241603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:05.616426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33","method":"GET"} [] [2025-03-12T23:01:05.616951+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7c813"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c7c813/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:05.676408+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33/exception.css","method":"GET"} [] [2025-03-12T23:01:05.677543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:05.683817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:01:05.719326+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33/exception","method":"GET"} [] [2025-03-12T23:01:07.852575+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f285b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f285b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:07.875820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:10.061888+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a17fd7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a17fd7/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:10.083659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:12.187642+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"814ae2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/814ae2/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:12.208946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:14.427187+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3e4e9b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3e4e9b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:14.471551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:16.721070+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:16.752694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:18.931094+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f33b67"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f33b67/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:18.953700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:23.630821+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:23.679219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:25.892496+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ade30"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3ade30/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:25.914566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:28.091800+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"51d8ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/51d8ed/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:28.114935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:30.354431+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5402ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5402ed/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:30.377980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:32.547625+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:32.582631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:34.804385+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b787a4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b787a4/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:34.829490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:37.041471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:37.064428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:39.475619+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:39.528541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:41.019144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa8c8e"},"request_uri":"http://test.phila-ca.com/public/_profiler/aa8c8e?panel=cache","method":"GET"} [] [2025-03-12T23:01:41.049033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:01:41.760659+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbcd17"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbcd17/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:41.782419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:01:43.973699+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-12T23:01:44.039289+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:01:46.374315+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-12T23:01:46.434709+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:01:49.863336+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d34264"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d34264/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:01:49.907199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:01:59.802719+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f60e33"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f60e33/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:01:59.866418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:02:08.491309+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"817851"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/817851/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:02:08.526874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:02:15.693239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813","method":"GET"} [] [2025-03-12T23:02:15.755850+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813/exception.css","method":"GET"} [] [2025-03-12T23:02:15.766293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:02:15.812690+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813/exception","method":"GET"} [] [2025-03-12T23:02:16.731638+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d08a13"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d08a13/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:02:16.756054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:02:24.573599+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d2eb68"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d2eb68/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:02:24.606212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:02:31.743702+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5d13c0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5d13c0/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:02:31.813473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:02:47.264601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4","method":"GET"} [] [2025-03-12T23:02:47.325441+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4/exception.css","method":"GET"} [] [2025-03-12T23:02:47.335143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:02:47.377803+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4/exception","method":"GET"} [] [2025-03-12T23:02:49.303839+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0f2bef"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0f2bef/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:02:49.330061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:02:54.898489+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"50af1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/50af1b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:02:54.923360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:03:00.157782+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2ed1b4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2ed1b4/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:03:00.180666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:03:04.875220+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19331b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/19331b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:03:04.944225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:03:08.697033+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4b6df1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4b6df1/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:03:08.720606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:03:12.158110+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a8e63"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9a8e63/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:03:12.182142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:03:13.786784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b","method":"GET"} [] [2025-03-12T23:03:13.816448+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b/exception.css","method":"GET"} [] [2025-03-12T23:03:13.823952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:13.863837+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b/exception","method":"GET"} [] [2025-03-12T23:03:15.564066+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa8c8e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aa8c8e/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:03:15.589475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:03:18.397326+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"afa274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afa274/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:03:18.422232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:03:21.204551+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ca037e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ca037e/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:03:21.263738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:03:25.721541+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aaec9d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aaec9d/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-013.jpg","method":"GET"} [] [2025-03-12T23:03:25.792310+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:03:28.199276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3","method":"GET"} [] [2025-03-12T23:03:28.227096+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3/exception.css","method":"GET"} [] [2025-03-12T23:03:28.230006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:28.248641+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3/exception","method":"GET"} [] [2025-03-12T23:03:34.116218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5","method":"GET"} [] [2025-03-12T23:03:34.188661+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/exception.css","method":"GET"} [] [2025-03-12T23:03:34.214030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:34.251090+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/exception","method":"GET"} [] [2025-03-12T23:03:37.309894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:03:40.235387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946","method":"GET"} [] [2025-03-12T23:03:40.261744+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/exception.css","method":"GET"} [] [2025-03-12T23:03:40.268042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:40.289653+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/exception","method":"GET"} [] [2025-03-12T23:03:45.498409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274","method":"GET"} [] [2025-03-12T23:03:45.530278+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/exception.css","method":"GET"} [] [2025-03-12T23:03:45.533387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:45.553466+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/exception","method":"GET"} [] [2025-03-12T23:03:50.285893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022","method":"GET"} [] [2025-03-12T23:03:50.325128+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/exception.css","method":"GET"} [] [2025-03-12T23:03:50.332699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:50.399055+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/exception","method":"GET"} [] [2025-03-12T23:03:54.589239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123","method":"GET"} [] [2025-03-12T23:03:54.665822+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/exception.css","method":"GET"} [] [2025-03-12T23:03:54.668781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:54.692394+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/exception","method":"GET"} [] [2025-03-12T23:03:58.289400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a","method":"GET"} [] [2025-03-12T23:03:58.341545+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a/exception.css","method":"GET"} [] [2025-03-12T23:03:58.348739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:03:58.373211+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a/exception","method":"GET"} [] [2025-03-12T23:04:04.686105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0","method":"GET"} [] [2025-03-12T23:04:04.715111+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/exception.css","method":"GET"} [] [2025-03-12T23:04:04.717973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:04:04.737395+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/exception","method":"GET"} [] [2025-03-12T23:04:07.797049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb","method":"GET"} [] [2025-03-12T23:04:07.824934+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/exception.css","method":"GET"} [] [2025-03-12T23:04:07.832164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:04:07.903781+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/exception","method":"GET"} [] [2025-03-12T23:04:10.668020+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3/exception","method":"GET"} [] [2025-03-12T23:04:13.047048+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/exception","method":"GET"} [] [2025-03-12T23:04:15.266551+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88","method":"GET"} [] [2025-03-12T23:04:15.297163+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/exception.css","method":"GET"} [] [2025-03-12T23:04:15.303943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:04:15.326941+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/exception","method":"GET"} [] [2025-03-12T23:04:17.526396+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/exception","method":"GET"} [] [2025-03-12T23:04:19.446132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=events","method":"GET"} [] [2025-03-12T23:04:19.480416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:04:19.735533+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/exception","method":"GET"} [] [2025-03-12T23:04:21.984114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=form","method":"GET"} [] [2025-03-12T23:04:22.009072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:04:24.136385+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/exception","method":"GET"} [] [2025-03-12T23:04:26.596989+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/exception","method":"GET"} [] [2025-03-12T23:04:28.806233+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a/exception","method":"GET"} [] [2025-03-12T23:04:31.016557+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/exception","method":"GET"} [] [2025-03-12T23:04:33.251056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225","method":"GET"} [] [2025-03-12T23:04:33.299638+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225/exception.css","method":"GET"} [] [2025-03-12T23:04:33.311147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:04:33.372582+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225/exception","method":"GET"} [] [2025-03-12T23:04:35.545484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044","method":"GET"} [] [2025-03-12T23:04:35.566144+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044/exception.css","method":"GET"} [] [2025-03-12T23:04:35.568985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:04:35.586723+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044/exception","method":"GET"} [] [2025-03-12T23:04:37.726101+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/exception","method":"GET"} [] [2025-03-12T23:04:41.126932+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/exception","method":"GET"} [] [2025-03-12T23:04:43.556540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=translation","method":"GET"} [] [2025-03-12T23:04:43.616050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:04:45.833469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=exception","method":"GET"} [] [2025-03-12T23:04:45.858337+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a/exception.css","method":"GET"} [] [2025-03-12T23:04:45.861346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:04:45.879441+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a/exception","method":"GET"} [] [2025-03-12T23:04:48.045806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=exception","method":"GET"} [] [2025-03-12T23:04:48.067453+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/exception.css","method":"GET"} [] [2025-03-12T23:04:48.070406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:04:48.088311+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/exception","method":"GET"} [] [2025-03-12T23:04:50.340717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=exception","method":"GET"} [] [2025-03-12T23:04:50.377663+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/exception.css","method":"GET"} [] [2025-03-12T23:04:50.386843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:04:50.450757+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/exception","method":"GET"} [] [2025-03-12T23:04:52.703165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=exception","method":"GET"} [] [2025-03-12T23:04:52.724022+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/exception.css","method":"GET"} [] [2025-03-12T23:04:52.726938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:04:52.746972+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/exception","method":"GET"} [] [2025-03-12T23:04:54.920121+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225/exception","method":"GET"} [] [2025-03-12T23:04:57.168880+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044/exception","method":"GET"} [] [2025-03-12T23:04:59.698177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=exception","method":"GET"} [] [2025-03-12T23:04:59.769013+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044/exception.css","method":"GET"} [] [2025-03-12T23:04:59.773082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:04:59.803300+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044/exception","method":"GET"} [] [2025-03-12T23:05:03.165488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=translation","method":"GET"} [] [2025-03-12T23:05:03.189290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:05:05.363975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=translation","method":"GET"} [] [2025-03-12T23:05:05.410399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:05:07.576225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=translation","method":"GET"} [] [2025-03-12T23:05:07.598617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:05:09.677354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=translation","method":"GET"} [] [2025-03-12T23:05:09.755815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:05:11.939504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=translation","method":"GET"} [] [2025-03-12T23:05:11.964098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:05:14.186516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=request","method":"GET"} [] [2025-03-12T23:05:14.209617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:05:16.696436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=request","method":"GET"} [] [2025-03-12T23:05:16.747995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:05:18.965590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=mailer","method":"GET"} [] [2025-03-12T23:05:18.988619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:05:19.777171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=events","method":"GET"} [] [2025-03-12T23:05:19.800679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:05:21.083201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=mailer","method":"GET"} [] [2025-03-12T23:05:21.123650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:05:23.345533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=events","method":"GET"} [] [2025-03-12T23:05:23.366916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:05:25.582420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=events","method":"GET"} [] [2025-03-12T23:05:25.603320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:05:27.952921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=time","method":"GET"} [] [2025-03-12T23:05:27.976321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:05:30.361060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=twig","method":"GET"} [] [2025-03-12T23:05:30.383291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:05:32.856766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=dump","method":"GET"} [] [2025-03-12T23:05:32.911444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:05:35.079870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=form","method":"GET"} [] [2025-03-12T23:05:35.103040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:05:37.281040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=twig","method":"GET"} [] [2025-03-12T23:05:37.443141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:05:40.814352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=time","method":"GET"} [] [2025-03-12T23:05:40.836411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:05:43.050955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=validator","method":"GET"} [] [2025-03-12T23:05:43.071553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:05:45.270525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=validator","method":"GET"} [] [2025-03-12T23:05:45.292999+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:05:47.522388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=validator","method":"GET"} [] [2025-03-12T23:05:47.544026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:05:50.142639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=validator","method":"GET"} [] [2025-03-12T23:05:50.292164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:05:52.861623+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=validator","method":"GET"} [] [2025-03-12T23:05:52.917062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:05:55.192958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=validator","method":"GET"} [] [2025-03-12T23:05:55.217232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:05:57.391099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=cache","method":"GET"} [] [2025-03-12T23:05:57.413113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:05:59.610062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=db","method":"GET"} [] [2025-03-12T23:05:59.631934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:06:01.821232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=form","method":"GET"} [] [2025-03-12T23:06:01.844087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:06:04.050877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=db","method":"GET"} [] [2025-03-12T23:06:04.079092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:06:06.487104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=cache","method":"GET"} [] [2025-03-12T23:06:06.548624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:06:09.899873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=security","method":"GET"} [] [2025-03-12T23:06:09.936525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:06:12.190681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=security","method":"GET"} [] [2025-03-12T23:06:12.213378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:06:15.585256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=security","method":"GET"} [] [2025-03-12T23:06:15.641619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:06:16.049471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?panel=events","method":"GET"} [] [2025-03-12T23:06:16.152110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:06:17.871222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=security","method":"GET"} [] [2025-03-12T23:06:17.894185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:06:20.034091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=security","method":"GET"} [] [2025-03-12T23:06:20.057529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:06:22.496698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=router","method":"GET"} [] [2025-03-12T23:06:22.544489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:06:22.609741+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a/router","method":"GET"} [] [2025-03-12T23:06:24.873533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?panel=logger","method":"GET"} [] [2025-03-12T23:06:24.896898+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:06:27.140791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=router","method":"GET"} [] [2025-03-12T23:06:27.178013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:06:27.215635+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/router","method":"GET"} [] [2025-03-12T23:06:29.431182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=logger","method":"GET"} [] [2025-03-12T23:06:29.453475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:06:31.610648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?panel=config","method":"GET"} [] [2025-03-12T23:06:31.633938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:06:33.826386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e33d4a?group=1&panel=db","method":"GET"} [] [2025-03-12T23:06:33.850842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:06:36.052429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0?group=1&panel=db","method":"GET"} [] [2025-03-12T23:06:36.075483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:06:39.025159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=exception","method":"GET"} [] [2025-03-12T23:06:39.084855+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/exception.css","method":"GET"} [] [2025-03-12T23:06:39.092810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:06:39.118437+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/exception","method":"GET"} [] [2025-03-12T23:06:41.365717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=exception","method":"GET"} [] [2025-03-12T23:06:41.386963+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/exception.css","method":"GET"} [] [2025-03-12T23:06:41.389933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:06:41.407740+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/exception","method":"GET"} [] [2025-03-12T23:06:43.626555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=exception","method":"GET"} [] [2025-03-12T23:06:43.662965+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/exception.css","method":"GET"} [] [2025-03-12T23:06:43.669325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:06:43.719373+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/exception","method":"GET"} [] [2025-03-12T23:06:47.154855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=exception","method":"GET"} [] [2025-03-12T23:06:47.177511+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/exception.css","method":"GET"} [] [2025-03-12T23:06:47.180518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:06:47.198993+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/exception","method":"GET"} [] [2025-03-12T23:06:49.387009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=exception","method":"GET"} [] [2025-03-12T23:06:49.409251+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/exception.css","method":"GET"} [] [2025-03-12T23:06:49.412170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:06:49.430178+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/exception","method":"GET"} [] [2025-03-12T23:06:51.663234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=translation","method":"GET"} [] [2025-03-12T23:06:51.685802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:06:54.062306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=translation","method":"GET"} [] [2025-03-12T23:06:54.113760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:06:56.321452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=translation","method":"GET"} [] [2025-03-12T23:06:56.344205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:06:58.551604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=translation","method":"GET"} [] [2025-03-12T23:06:58.573570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:07:00.712016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=translation","method":"GET"} [] [2025-03-12T23:07:00.749042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:07:02.980561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=translation","method":"GET"} [] [2025-03-12T23:07:03.003448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:07:05.412979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=mailer","method":"GET"} [] [2025-03-12T23:07:05.437800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:07.804056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=mailer","method":"GET"} [] [2025-03-12T23:07:07.825882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:09.639476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=events","method":"GET"} [] [2025-03-12T23:07:09.704819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:07:10.042928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=mailer","method":"GET"} [] [2025-03-12T23:07:10.063781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:12.227048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=mailer","method":"GET"} [] [2025-03-12T23:07:12.248535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:14.459109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=mailer","method":"GET"} [] [2025-03-12T23:07:14.483856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:16.632235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=mailer","method":"GET"} [] [2025-03-12T23:07:16.669241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:18.954620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=mailer","method":"GET"} [] [2025-03-12T23:07:18.976126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:21.185965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=request","method":"GET"} [] [2025-03-12T23:07:21.208973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:23.442696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=request","method":"GET"} [] [2025-03-12T23:07:23.464619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:27.244043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=request","method":"GET"} [] [2025-03-12T23:07:27.292800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:29.517029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=db","method":"GET"} [] [2025-03-12T23:07:29.540417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:07:31.736096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=db","method":"GET"} [] [2025-03-12T23:07:31.780637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:07:35.181306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=db","method":"GET"} [] [2025-03-12T23:07:35.204859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:07:37.433206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=mailer","method":"GET"} [] [2025-03-12T23:07:37.457490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:07:39.558547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=db","method":"GET"} [] [2025-03-12T23:07:39.583154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:07:44.340069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=db","method":"GET"} [] [2025-03-12T23:07:44.390267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:07:48.923642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=request","method":"GET"} [] [2025-03-12T23:07:48.961002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:52.322834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=request","method":"GET"} [] [2025-03-12T23:07:52.346433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:54.602159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=request","method":"GET"} [] [2025-03-12T23:07:54.625891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:55.369257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?panel=security","method":"GET"} [] [2025-03-12T23:07:55.394034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:07:56.821986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=request","method":"GET"} [] [2025-03-12T23:07:56.843141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:07:59.032881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=request","method":"GET"} [] [2025-03-12T23:07:59.054927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:08:01.435628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=mailer","method":"GET"} [] [2025-03-12T23:08:01.490790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:08:03.742924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=events","method":"GET"} [] [2025-03-12T23:08:03.768440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:08:09.342622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=events","method":"GET"} [] [2025-03-12T23:08:09.378460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:08:11.674265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=dump","method":"GET"} [] [2025-03-12T23:08:11.697713+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:08:13.933952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=form","method":"GET"} [] [2025-03-12T23:08:13.959953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:08:16.175895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=dump","method":"GET"} [] [2025-03-12T23:08:16.197604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:08:18.635481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=time","method":"GET"} [] [2025-03-12T23:08:18.686321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:08:20.821785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=form","method":"GET"} [] [2025-03-12T23:08:20.843110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:08:24.241516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=dump","method":"GET"} [] [2025-03-12T23:08:24.264185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:08:26.476505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=time","method":"GET"} [] [2025-03-12T23:08:26.519121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:08:28.769187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=twig","method":"GET"} [] [2025-03-12T23:08:28.792264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:08:30.952583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=twig","method":"GET"} [] [2025-03-12T23:08:30.974288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:08:33.198718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=twig","method":"GET"} [] [2025-03-12T23:08:33.221715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:08:35.631818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=twig","method":"GET"} [] [2025-03-12T23:08:35.690045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:08:36.967421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=security","method":"GET"} [] [2025-03-12T23:08:36.991352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:08:37.909777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=time","method":"GET"} [] [2025-03-12T23:08:37.932013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:08:40.199962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=form","method":"GET"} [] [2025-03-12T23:08:40.232345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:08:42.344101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=dump","method":"GET"} [] [2025-03-12T23:08:42.399162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:08:44.635928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=time","method":"GET"} [] [2025-03-12T23:08:44.659212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:08:46.861797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=form","method":"GET"} [] [2025-03-12T23:08:46.885013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:08:49.007178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=time","method":"GET"} [] [2025-03-12T23:08:49.031054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:08:51.477563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=time","method":"GET"} [] [2025-03-12T23:08:51.528730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:08:53.734606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=dump","method":"GET"} [] [2025-03-12T23:08:53.757284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:08:55.953040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=twig","method":"GET"} [] [2025-03-12T23:08:55.973879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:08:59.263789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=twig","method":"GET"} [] [2025-03-12T23:08:59.318628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:09:02.654122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=twig","method":"GET"} [] [2025-03-12T23:09:02.677520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:09:04.787684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=form","method":"GET"} [] [2025-03-12T23:09:04.811106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:09:07.503155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=dump","method":"GET"} [] [2025-03-12T23:09:07.601488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:09:09.788559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=exception","method":"GET"} [] [2025-03-12T23:09:09.810564+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5/exception.css","method":"GET"} [] [2025-03-12T23:09:09.821088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:09:09.838690+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5/exception","method":"GET"} [] [2025-03-12T23:09:13.291891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=validator","method":"GET"} [] [2025-03-12T23:09:13.317363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:09:15.538930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=mailer","method":"GET"} [] [2025-03-12T23:09:15.578258+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:09:16.021706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=events","method":"GET"} [] [2025-03-12T23:09:16.045361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:09:17.803812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=security","method":"GET"} [] [2025-03-12T23:09:17.827003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:09:20.059947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=request","method":"GET"} [] [2025-03-12T23:09:20.084274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:09:22.502474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=db","method":"GET"} [] [2025-03-12T23:09:22.527582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:09:24.663633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=events","method":"GET"} [] [2025-03-12T23:09:24.724289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:09:26.881920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=dump","method":"GET"} [] [2025-03-12T23:09:26.905063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:09:29.084562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=form","method":"GET"} [] [2025-03-12T23:09:29.108152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:09:31.376881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=twig","method":"GET"} [] [2025-03-12T23:09:31.421914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:09:33.632982+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5/exception","method":"GET"} [] [2025-03-12T23:09:37.022074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=dump","method":"GET"} [] [2025-03-12T23:09:37.048609+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:09:39.429856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=form","method":"GET"} [] [2025-03-12T23:09:39.456549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:09:41.591821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=time","method":"GET"} [] [2025-03-12T23:09:41.647262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:09:43.869660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=dump","method":"GET"} [] [2025-03-12T23:09:43.898889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:09:46.102137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=time","method":"GET"} [] [2025-03-12T23:09:46.124697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:09:48.273813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=twig","method":"GET"} [] [2025-03-12T23:09:48.317017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:09:50.183780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=db","method":"GET"} [] [2025-03-12T23:09:50.208465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:09:50.534500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=twig","method":"GET"} [] [2025-03-12T23:09:50.556163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:09:52.785873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=time","method":"GET"} [] [2025-03-12T23:09:52.809427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:09:56.580738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=time","method":"GET"} [] [2025-03-12T23:09:56.607163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:09:58.841273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=dump","method":"GET"} [] [2025-03-12T23:09:58.903797+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:10:02.317509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=validator","method":"GET"} [] [2025-03-12T23:10:02.340178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:04.530248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=validator","method":"GET"} [] [2025-03-12T23:10:04.571200+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:06.816808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=validator","method":"GET"} [] [2025-03-12T23:10:06.842518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:09.056249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=time","method":"GET"} [] [2025-03-12T23:10:09.079489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:10:11.710173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=validator","method":"GET"} [] [2025-03-12T23:10:11.736163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:13.923371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=validator","method":"GET"} [] [2025-03-12T23:10:13.975105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:16.234656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=validator","method":"GET"} [] [2025-03-12T23:10:16.257528+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:18.453545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=cache","method":"GET"} [] [2025-03-12T23:10:18.482628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:19.011466+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b/exception.css","method":"GET"} [] [2025-03-12T23:10:20.683424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=cache","method":"GET"} [] [2025-03-12T23:10:20.746138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:23.323810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=cache","method":"GET"} [] [2025-03-12T23:10:23.345377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:25.576229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=cache","method":"GET"} [] [2025-03-12T23:10:25.598022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:28.012584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=cache","method":"GET"} [] [2025-03-12T23:10:28.045697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:30.243187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=cache","method":"GET"} [] [2025-03-12T23:10:30.294584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:32.482415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=cache","method":"GET"} [] [2025-03-12T23:10:32.505557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:10:34.672808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=exception","method":"GET"} [] [2025-03-12T23:10:34.694929+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80/exception.css","method":"GET"} [] [2025-03-12T23:10:34.702128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:10:34.720467+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80/exception","method":"GET"} [] [2025-03-12T23:10:36.982999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=translation","method":"GET"} [] [2025-03-12T23:10:37.031058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:10:40.413617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=request","method":"GET"} [] [2025-03-12T23:10:40.436861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:10:42.695951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=events","method":"GET"} [] [2025-03-12T23:10:42.729468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:10:45.143914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=twig","method":"GET"} [] [2025-03-12T23:10:45.168837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:10:46.369511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=time","method":"GET"} [] [2025-03-12T23:10:46.423675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:10:47.372817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=form","method":"GET"} [] [2025-03-12T23:10:47.396048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:10:49.532060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=dump","method":"GET"} [] [2025-03-12T23:10:49.554184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:10:51.752071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=validator","method":"GET"} [] [2025-03-12T23:10:51.775677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:10:53.972345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=db","method":"GET"} [] [2025-03-12T23:10:54.017389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:10:56.252891+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80/exception","method":"GET"} [] [2025-03-12T23:10:58.479380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=config","method":"GET"} [] [2025-03-12T23:10:58.501655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:11:00.951802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=cache","method":"GET"} [] [2025-03-12T23:11:00.983582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:11:03.216467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=router","method":"GET"} [] [2025-03-12T23:11:03.265554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:11:03.295679+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80/router","method":"GET"} [] [2025-03-12T23:11:05.581301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=logger","method":"GET"} [] [2025-03-12T23:11:05.603455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:11:07.811646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80?panel=security","method":"GET"} [] [2025-03-12T23:11:07.834879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:11:10.097495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=cache","method":"GET"} [] [2025-03-12T23:11:10.137195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:11:10.680832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=form","method":"GET"} [] [2025-03-12T23:11:10.704705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:11:12.415420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=cache","method":"GET"} [] [2025-03-12T23:11:12.436728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:11:14.619898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=cache","method":"GET"} [] [2025-03-12T23:11:14.642429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:11:18.228088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=cache","method":"GET"} [] [2025-03-12T23:11:18.280747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:11:20.550854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=form","method":"GET"} [] [2025-03-12T23:11:20.573660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:11:22.720680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=events","method":"GET"} [] [2025-03-12T23:11:22.744499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:11:25.022269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=events","method":"GET"} [] [2025-03-12T23:11:25.047455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:11:27.280390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=events","method":"GET"} [] [2025-03-12T23:11:27.319423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:11:29.512331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=events","method":"GET"} [] [2025-03-12T23:11:29.542162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:11:31.798084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=events","method":"GET"} [] [2025-03-12T23:11:31.820255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:11:33.474179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=twig","method":"GET"} [] [2025-03-12T23:11:33.581078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:11:34.031456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=events","method":"GET"} [] [2025-03-12T23:11:34.054129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:11:36.261921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=router","method":"GET"} [] [2025-03-12T23:11:36.285347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:11:36.303660+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225/router","method":"GET"} [] [2025-03-12T23:11:38.611580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=router","method":"GET"} [] [2025-03-12T23:11:38.634608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:11:38.652517+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5/router","method":"GET"} [] [2025-03-12T23:11:40.832562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=logger","method":"GET"} [] [2025-03-12T23:11:40.855504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:11:43.033891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=logger","method":"GET"} [] [2025-03-12T23:11:43.074001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:11:46.383314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=logger","method":"GET"} [] [2025-03-12T23:11:46.405739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:11:48.865600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9ab044?panel=logger","method":"GET"} [] [2025-03-12T23:11:48.924301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:11:51.190610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?panel=config","method":"GET"} [] [2025-03-12T23:11:51.213634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:11:53.440318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=router","method":"GET"} [] [2025-03-12T23:11:53.461299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:11:53.479264+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/router","method":"GET"} [] [2025-03-12T23:11:55.762462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=config","method":"GET"} [] [2025-03-12T23:11:55.785814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:11:58.013224+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?panel=config","method":"GET"} [] [2025-03-12T23:11:58.036776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:00.205616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88?panel=config","method":"GET"} [] [2025-03-12T23:12:00.249620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:04.010853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=router","method":"GET"} [] [2025-03-12T23:12:04.123148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:04.165759+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/router","method":"GET"} [] [2025-03-12T23:12:06.320778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=logger","method":"GET"} [] [2025-03-12T23:12:06.343218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:12:08.522657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=config","method":"GET"} [] [2025-03-12T23:12:08.545424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:10.431329+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b/exception","method":"GET"} [] [2025-03-12T23:12:10.691407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=router","method":"GET"} [] [2025-03-12T23:12:10.712165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:10.730566+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/router","method":"GET"} [] [2025-03-12T23:12:13.076158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=config","method":"GET"} [] [2025-03-12T23:12:13.099600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:15.301071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=router","method":"GET"} [] [2025-03-12T23:12:15.336583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:15.378197+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3/router","method":"GET"} [] [2025-03-12T23:12:17.635153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=logger","method":"GET"} [] [2025-03-12T23:12:17.658629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:12:20.083690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=logger","method":"GET"} [] [2025-03-12T23:12:20.139602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:12:22.363074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=logger","method":"GET"} [] [2025-03-12T23:12:22.385554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:12:24.631331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=config","method":"GET"} [] [2025-03-12T23:12:24.652696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:28.032397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=router","method":"GET"} [] [2025-03-12T23:12:28.057235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:28.075428+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/router","method":"GET"} [] [2025-03-12T23:12:28.783593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225","method":"GET"} [] [2025-03-12T23:12:28.806719+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225/exception.css","method":"GET"} [] [2025-03-12T23:12:28.813598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:12:28.831545+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225/exception","method":"GET"} [] [2025-03-12T23:12:30.392847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=router","method":"GET"} [] [2025-03-12T23:12:30.428163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:30.472154+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/router","method":"GET"} [] [2025-03-12T23:12:32.711097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=config","method":"GET"} [] [2025-03-12T23:12:32.733914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:36.366834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=router","method":"GET"} [] [2025-03-12T23:12:36.429733+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:36.461343+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/router","method":"GET"} [] [2025-03-12T23:12:38.631559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?panel=logger","method":"GET"} [] [2025-03-12T23:12:38.653002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:12:40.873137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=router","method":"GET"} [] [2025-03-12T23:12:40.897893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:12:40.917390+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/router","method":"GET"} [] [2025-03-12T23:12:43.144132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=logger","method":"GET"} [] [2025-03-12T23:12:43.167806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:12:45.272893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=events","method":"GET"} [] [2025-03-12T23:12:45.297629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:12:45.333012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=config","method":"GET"} [] [2025-03-12T23:12:45.355338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:12:47.621826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5?panel=security","method":"GET"} [] [2025-03-12T23:12:47.658954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:12:49.895799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946?panel=security","method":"GET"} [] [2025-03-12T23:12:49.918694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:12:52.441588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022?panel=security","method":"GET"} [] [2025-03-12T23:12:52.517939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:12:54.711246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?panel=security","method":"GET"} [] [2025-03-12T23:12:54.734093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:12:56.971662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274?panel=security","method":"GET"} [] [2025-03-12T23:12:56.996345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:12:59.236179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?panel=security","method":"GET"} [] [2025-03-12T23:12:59.264432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:12:59.409881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=security","method":"GET"} [] [2025-03-12T23:12:59.432315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:13:01.530049+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2c0022"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2c0022/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:01.557667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:03.762218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:03.804472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:06.066287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:06.092481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:09.633206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:09.682316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:11.831306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:11.855735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:12.999358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=security","method":"GET"} [] [2025-03-12T23:13:13.023119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:13:14.072420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:14.094395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:13:17.504783+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7611eb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7611eb/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:17.528945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:19.749774+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:19.788704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:21.991580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc","method":"GET"} [] [2025-03-12T23:13:22.019715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:13:24.272089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f","method":"GET"} [] [2025-03-12T23:13:24.294602+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/exception.css","method":"GET"} [] [2025-03-12T23:13:24.301047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:13:24.319925+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/exception","method":"GET"} [] [2025-03-12T23:13:25.438232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=security","method":"GET"} [] [2025-03-12T23:13:25.505574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:13:26.530784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c","method":"GET"} [] [2025-03-12T23:13:26.551347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:13:28.750547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1","method":"GET"} [] [2025-03-12T23:13:28.773543+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/exception.css","method":"GET"} [] [2025-03-12T23:13:28.776633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:13:28.795964+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/exception","method":"GET"} [] [2025-03-12T23:13:31.041933+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:31.062130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:33.291483+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:33.312902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:35.480583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=security","method":"GET"} [] [2025-03-12T23:13:35.516202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:13:35.521412+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:35.540587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:37.701386+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:37.722664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:13:39.943088+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:39.967362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:42.336871+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2272c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2272c3/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:42.423416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:13:44.646934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=exception","method":"GET"} [] [2025-03-12T23:13:44.676802+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:13:44.719839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=security","method":"GET"} [] [2025-03-12T23:13:44.743607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:13:46.921556+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/exception","method":"GET"} [] [2025-03-12T23:13:49.133754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=exception","method":"GET"} [] [2025-03-12T23:13:49.153123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:13:51.292305+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/exception","method":"GET"} [] [2025-03-12T23:13:53.511579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=exception","method":"GET"} [] [2025-03-12T23:13:53.537559+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/exception.css","method":"GET"} [] [2025-03-12T23:13:53.545505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:13:53.568248+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/exception","method":"GET"} [] [2025-03-12T23:13:55.770786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=exception","method":"GET"} [] [2025-03-12T23:13:55.789950+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/exception.css","method":"GET"} [] [2025-03-12T23:13:55.792831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:13:55.811841+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/exception","method":"GET"} [] [2025-03-12T23:13:58.245935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=translation","method":"GET"} [] [2025-03-12T23:13:58.295741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:14:00.512479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=translation","method":"GET"} [] [2025-03-12T23:14:00.538653+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:14:01.407522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4","method":"GET"} [] [2025-03-12T23:14:01.428930+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4/exception.css","method":"GET"} [] [2025-03-12T23:14:01.431782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:14:01.449595+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4/exception","method":"GET"} [] [2025-03-12T23:14:02.792495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=translation","method":"GET"} [] [2025-03-12T23:14:02.812937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:14:05.044975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=translation","method":"GET"} [] [2025-03-12T23:14:05.068572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:14:07.274458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=request","method":"GET"} [] [2025-03-12T23:14:07.296379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:14:08.607330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80","method":"GET"} [] [2025-03-12T23:14:08.637707+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80/exception.css","method":"GET"} [] [2025-03-12T23:14:08.655157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:14:08.678078+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80/exception","method":"GET"} [] [2025-03-12T23:14:09.526975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=request","method":"GET"} [] [2025-03-12T23:14:09.550915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:14:12.911465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=mailer","method":"GET"} [] [2025-03-12T23:14:12.932930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:14:15.322366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=events","method":"GET"} [] [2025-03-12T23:14:15.327771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225?panel=events","method":"GET"} [] [2025-03-12T23:14:15.368618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:14:15.372266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:14:17.542512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=time","method":"GET"} [] [2025-03-12T23:14:17.569363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:14:19.771955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=twig","method":"GET"} [] [2025-03-12T23:14:19.792464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:14:21.377945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225?panel=security","method":"GET"} [] [2025-03-12T23:14:21.400210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:14:22.000183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=dump","method":"GET"} [] [2025-03-12T23:14:22.019422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:14:24.232009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=validator","method":"GET"} [] [2025-03-12T23:14:24.262190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:14:26.488724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=validator","method":"GET"} [] [2025-03-12T23:14:26.512280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:14:28.645526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=validator","method":"GET"} [] [2025-03-12T23:14:28.668486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:14:31.127120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=time","method":"GET"} [] [2025-03-12T23:14:31.175738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:14:32.144316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?panel=mailer","method":"GET"} [] [2025-03-12T23:14:32.168035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:14:33.363719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=events","method":"GET"} [] [2025-03-12T23:14:33.391930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:14:35.608904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=twig","method":"GET"} [] [2025-03-12T23:14:35.629433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:14:37.072943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=mailer","method":"GET"} [] [2025-03-12T23:14:37.097599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:14:37.818316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=validator","method":"GET"} [] [2025-03-12T23:14:37.842333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:14:40.043692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=db","method":"GET"} [] [2025-03-12T23:14:40.076545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:14:41.607946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=mailer","method":"GET"} [] [2025-03-12T23:14:41.646674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:14:42.238885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=db","method":"GET"} [] [2025-03-12T23:14:42.265260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:14:44.421181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=cache","method":"GET"} [] [2025-03-12T23:14:44.441274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:14:46.142923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=mailer","method":"GET"} [] [2025-03-12T23:14:46.195552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:14:46.602982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=form","method":"GET"} [] [2025-03-12T23:14:46.623221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:14:49.505375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225?panel=mailer","method":"GET"} [] [2025-03-12T23:14:49.535060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:14:49.993493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=dump","method":"GET"} [] [2025-03-12T23:14:50.015039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:14:52.214339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=cache","method":"GET"} [] [2025-03-12T23:14:52.235544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:14:52.875659+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4/exception.css","method":"GET"} [] [2025-03-12T23:14:54.462189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=security","method":"GET"} [] [2025-03-12T23:14:54.482474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:14:56.678664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=security","method":"GET"} [] [2025-03-12T23:14:56.712431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:14:58.913176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=security","method":"GET"} [] [2025-03-12T23:14:58.933558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:15:01.492816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80?panel=twig","method":"GET"} [] [2025-03-12T23:15:01.547066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:15:02.341340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?group=1&panel=db","method":"GET"} [] [2025-03-12T23:15:02.364404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:15:03.726147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80?panel=time","method":"GET"} [] [2025-03-12T23:15:03.748789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:15:04.554611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=config","method":"GET"} [] [2025-03-12T23:15:04.582859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:15:06.020476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80?panel=dump","method":"GET"} [] [2025-03-12T23:15:06.044753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:15:06.762210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?panel=router","method":"GET"} [] [2025-03-12T23:15:06.786709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:15:06.810642+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc/router","method":"GET"} [] [2025-03-12T23:15:08.347608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80?panel=form","method":"GET"} [] [2025-03-12T23:15:08.371434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:10.272196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=router","method":"GET"} [] [2025-03-12T23:15:10.293647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:15:10.312001+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/router","method":"GET"} [] [2025-03-12T23:15:10.585471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4?panel=form","method":"GET"} [] [2025-03-12T23:15:10.609143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:12.484386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=config","method":"GET"} [] [2025-03-12T23:15:12.523592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:15:12.746701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4?panel=twig","method":"GET"} [] [2025-03-12T23:15:12.768683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:15:14.734427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1?panel=logger","method":"GET"} [] [2025-03-12T23:15:14.756709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:15:17.223691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc?group=1&panel=db","method":"GET"} [] [2025-03-12T23:15:17.279393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:15:17.833393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f","method":"GET"} [] [2025-03-12T23:15:17.865094+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f/exception.css","method":"GET"} [] [2025-03-12T23:15:17.873208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:15:17.898601+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f/exception","method":"GET"} [] [2025-03-12T23:15:19.476361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=request","method":"GET"} [] [2025-03-12T23:15:19.497960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:15:20.117506+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80/exception","method":"GET"} [] [2025-03-12T23:15:21.719604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=request","method":"GET"} [] [2025-03-12T23:15:21.752124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:15:22.437447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4?panel=security","method":"GET"} [] [2025-03-12T23:15:22.460297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:15:23.956670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=db","method":"GET"} [] [2025-03-12T23:15:23.985734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:15:24.777445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80?panel=security","method":"GET"} [] [2025-03-12T23:15:24.800669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:15:26.192118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=mailer","method":"GET"} [] [2025-03-12T23:15:26.214403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:15:27.005642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4?panel=cache","method":"GET"} [] [2025-03-12T23:15:27.028734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:15:28.402329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=mailer","method":"GET"} [] [2025-03-12T23:15:28.449970+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:15:29.279793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=cache","method":"GET"} [] [2025-03-12T23:15:29.302691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:15:30.576744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=db","method":"GET"} [] [2025-03-12T23:15:30.604011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:15:31.495714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02ccb4"},"request_uri":"http://test.phila-ca.com/public/_profiler/02ccb4?panel=request","method":"GET"} [] [2025-03-12T23:15:31.519234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:15:33.029733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=events","method":"GET"} [] [2025-03-12T23:15:33.089981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:15:33.716891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cbd80"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cbd80?panel=request","method":"GET"} [] [2025-03-12T23:15:33.740235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:15:35.295399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=events","method":"GET"} [] [2025-03-12T23:15:35.316981+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:15:35.933218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3e4e9b"},"request_uri":"https://test.phila-ca.com/public/_profiler/3e4e9b?panel=request","method":"GET"} [] [2025-03-12T23:15:35.961431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:15:37.491477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=dump","method":"GET"} [] [2025-03-12T23:15:37.518109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:15:38.332183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=form","method":"GET"} [] [2025-03-12T23:15:38.356316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:39.744133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=form","method":"GET"} [] [2025-03-12T23:15:39.767034+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:40.550169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f?panel=security","method":"GET"} [] [2025-03-12T23:15:40.573190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:15:42.034650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=time","method":"GET"} [] [2025-03-12T23:15:42.055543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:15:42.748691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?panel=twig","method":"GET"} [] [2025-03-12T23:15:42.777334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:15:44.980178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=twig","method":"GET"} [] [2025-03-12T23:15:45.028453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:15:45.380875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=twig","method":"GET"} [] [2025-03-12T23:15:45.402637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:15:47.259131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=time","method":"GET"} [] [2025-03-12T23:15:47.282331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:15:49.033371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=dump","method":"GET"} [] [2025-03-12T23:15:49.088089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:15:49.470477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=form","method":"GET"} [] [2025-03-12T23:15:49.495124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:51.311415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=form","method":"GET"} [] [2025-03-12T23:15:51.334234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:51.870245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225?panel=form","method":"GET"} [] [2025-03-12T23:15:51.894415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:53.493016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=cache","method":"GET"} [] [2025-03-12T23:15:53.522297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:15:55.378938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=time","method":"GET"} [] [2025-03-12T23:15:55.409922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:15:55.758062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=cache","method":"GET"} [] [2025-03-12T23:15:55.780706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:15:58.829099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?panel=form","method":"GET"} [] [2025-03-12T23:15:58.854932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:15:59.165456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=config","method":"GET"} [] [2025-03-12T23:15:59.188073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:16:01.079892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=dump","method":"GET"} [] [2025-03-12T23:16:01.110415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:16:01.371362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=logger","method":"GET"} [] [2025-03-12T23:16:01.391658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:16:03.382647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f?panel=time","method":"GET"} [] [2025-03-12T23:16:03.407062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:03.560790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?panel=router","method":"GET"} [] [2025-03-12T23:16:03.579346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:16:03.597004+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c/router","method":"GET"} [] [2025-03-12T23:16:06.468169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=logger","method":"GET"} [] [2025-03-12T23:16:06.543254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:16:06.813676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/51d8ed?panel=time","method":"GET"} [] [2025-03-12T23:16:06.836304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:08.731691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?panel=router","method":"GET"} [] [2025-03-12T23:16:08.760753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:16:08.814712+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/router","method":"GET"} [] [2025-03-12T23:16:09.009609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=time","method":"GET"} [] [2025-03-12T23:16:09.034371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:11.067498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8825c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e8825c?group=1&panel=db","method":"GET"} [] [2025-03-12T23:16:11.088084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:16:11.415702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=twig","method":"GET"} [] [2025-03-12T23:16:11.440716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:16:13.261386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f?group=1&panel=db","method":"GET"} [] [2025-03-12T23:16:13.284621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:16:13.774344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=dump","method":"GET"} [] [2025-03-12T23:16:13.797785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:16:15.969498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=form","method":"GET"} [] [2025-03-12T23:16:15.993586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:16:16.571788+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c18d5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c18d5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:16.608854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:18.191576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=time","method":"GET"} [] [2025-03-12T23:16:18.213487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:19.932231+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4123"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b4123/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:19.955361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:20.430981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225?panel=twig","method":"GET"} [] [2025-03-12T23:16:20.456177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:16:22.370645+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:22.425629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:22.528279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8bd225"},"request_uri":"http://test.phila-ca.com/public/_profiler/8bd225?panel=time","method":"GET"} [] [2025-03-12T23:16:22.550346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:24.574489+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61c946"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61c946/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:24.597919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:24.712233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=time","method":"GET"} [] [2025-03-12T23:16:24.741187+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:27.917874+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4cbd80"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4cbd80/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:27.940976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:28.128528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/51d8ed?panel=dump","method":"GET"} [] [2025-03-12T23:16:28.150492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:16:30.353687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=time","method":"GET"} [] [2025-03-12T23:16:30.376816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:31.262275+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:31.282726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:32.569345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/51d8ed?panel=twig","method":"GET"} [] [2025-03-12T23:16:32.599160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:16:33.454703+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c455bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c455bc/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:33.477620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:34.825337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/51d8ed?panel=form","method":"GET"} [] [2025-03-12T23:16:34.847486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:16:35.635060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f","method":"GET"} [] [2025-03-12T23:16:35.655690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:16:37.013491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/51d8ed?panel=security","method":"GET"} [] [2025-03-12T23:16:37.037519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:16:38.233658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea","method":"GET"} [] [2025-03-12T23:16:38.294857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:16:39.413709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=events","method":"GET"} [] [2025-03-12T23:16:39.438706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:16:40.361209+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:16:40.380632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:16:41.799981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=security","method":"GET"} [] [2025-03-12T23:16:41.832845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:16:42.569871+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:16:42.596112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-12T23:16:44.019132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=time","method":"GET"} [] [2025-03-12T23:16:44.042175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:44.782072+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:44.801406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:46.943917+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:46.963080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:47.349611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"https://test.phila-ca.com/public/_profiler/a17fd7?panel=time","method":"GET"} [] [2025-03-12T23:16:47.374768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:16:49.115698+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:49.150945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:16:49.598856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"51d8ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/51d8ed?panel=request","method":"GET"} [] [2025-03-12T23:16:49.622367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:16:51.340910+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fcd4b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0fcd4b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-12T23:16:51.404046+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:16:51.851854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=db","method":"GET"} [] [2025-03-12T23:16:51.876006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:16:53.966090+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1f5bd"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f1f5bd/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-12T23:16:54.052300+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:16:55.168668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=twig","method":"GET"} [] [2025-03-12T23:16:55.190385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:16:57.147333+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f22bf0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f22bf0/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:16:57.174326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:16:57.415243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=form","method":"GET"} [] [2025-03-12T23:16:57.444302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:16:59.692626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=security","method":"GET"} [] [2025-03-12T23:16:59.714033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:17:01.815253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=router","method":"GET"} [] [2025-03-12T23:17:01.836183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:17:01.854310+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30/router","method":"GET"} [] [2025-03-12T23:17:04.213044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=logger","method":"GET"} [] [2025-03-12T23:17:04.260344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:17:06.493342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ade30"},"request_uri":"https://test.phila-ca.com/public/_profiler/3ade30?panel=request","method":"GET"} [] [2025-03-12T23:17:06.515136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:17:07.146094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=exception","method":"GET"} [] [2025-03-12T23:17:07.165966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:17:09.255315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=db","method":"GET"} [] [2025-03-12T23:17:09.345754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:17:11.709726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=twig","method":"GET"} [] [2025-03-12T23:17:11.731933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:17:13.960604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"https://test.phila-ca.com/public/_profiler/a17fd7?panel=form","method":"GET"} [] [2025-03-12T23:17:13.990936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:17:16.108409+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"https://test.phila-ca.com/public/_profiler/a17fd7?panel=dump","method":"GET"} [] [2025-03-12T23:17:16.132110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:17:16.366445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=events","method":"GET"} [] [2025-03-12T23:17:16.387150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:17:18.369564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"https://test.phila-ca.com/public/_profiler/a17fd7?panel=twig","method":"GET"} [] [2025-03-12T23:17:18.390306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:17:20.580746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=form","method":"GET"} [] [2025-03-12T23:17:20.614073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:17:22.825995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=dump","method":"GET"} [] [2025-03-12T23:17:22.847111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:17:25.403156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=exception","method":"GET"} [] [2025-03-12T23:17:25.403610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=security","method":"GET"} [] [2025-03-12T23:17:25.449522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:17:25.452396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:17:27.629106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"https://test.phila-ca.com/public/_profiler/a17fd7?panel=security","method":"GET"} [] [2025-03-12T23:17:27.651796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:17:29.827988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=router","method":"GET"} [] [2025-03-12T23:17:29.876831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:17:29.922245+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a/router","method":"GET"} [] [2025-03-12T23:17:32.262800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=logger","method":"GET"} [] [2025-03-12T23:17:32.283909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:17:32.887489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=translation","method":"GET"} [] [2025-03-12T23:17:32.909099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:17:34.503957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33d4a"},"request_uri":"http://test.phila-ca.com/public/_profiler/e33d4a?panel=request","method":"GET"} [] [2025-03-12T23:17:34.525862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:17:36.719698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a17fd7"},"request_uri":"https://test.phila-ca.com/public/_profiler/a17fd7?panel=request","method":"GET"} [] [2025-03-12T23:17:36.751765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:17:38.983946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=twig","method":"GET"} [] [2025-03-12T23:17:39.007043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:17:39.455720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=translation","method":"GET"} [] [2025-03-12T23:17:39.476120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:17:41.337414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=dump","method":"GET"} [] [2025-03-12T23:17:41.400840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:17:43.530054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f?panel=dump","method":"GET"} [] [2025-03-12T23:17:43.556487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:17:45.484480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=validator","method":"GET"} [] [2025-03-12T23:17:45.509431+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:17:45.778630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=time","method":"GET"} [] [2025-03-12T23:17:45.800834+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:17:48.036566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=twig","method":"GET"} [] [2025-03-12T23:17:48.061951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:17:50.219387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=form","method":"GET"} [] [2025-03-12T23:17:50.241541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:17:51.258856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=validator","method":"GET"} [] [2025-03-12T23:17:51.277934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:17:52.450362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=form","method":"GET"} [] [2025-03-12T23:17:52.484060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:17:54.664346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=twig","method":"GET"} [] [2025-03-12T23:17:54.686186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:17:56.473240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=security","method":"GET"} [] [2025-03-12T23:17:56.523406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:17:56.909134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=dump","method":"GET"} [] [2025-03-12T23:17:56.931871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:17:59.109384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=twig","method":"GET"} [] [2025-03-12T23:17:59.132673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:18:00.646449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=security","method":"GET"} [] [2025-03-12T23:18:00.674454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:18:02.578332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=dump","method":"GET"} [] [2025-03-12T23:18:02.601685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:18:04.951024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f?panel=twig","method":"GET"} [] [2025-03-12T23:18:04.974032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:18:07.161648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=time","method":"GET"} [] [2025-03-12T23:18:07.183718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:18:08.570973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=request","method":"GET"} [] [2025-03-12T23:18:08.607009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:18:09.359741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=events","method":"GET"} [] [2025-03-12T23:18:09.452828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:18:11.866059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=security","method":"GET"} [] [2025-03-12T23:18:11.914901+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:18:12.346296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=request","method":"GET"} [] [2025-03-12T23:18:12.366554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:18:14.094772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=mailer","method":"GET"} [] [2025-03-12T23:18:14.116441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:18:15.795131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=db","method":"GET"} [] [2025-03-12T23:18:15.823638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:18:16.321925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=form","method":"GET"} [] [2025-03-12T23:18:16.343888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:18:18.558871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=dump","method":"GET"} [] [2025-03-12T23:18:18.579488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:18:20.764084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=twig","method":"GET"} [] [2025-03-12T23:18:20.784823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:18:21.356202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=mailer","method":"GET"} [] [2025-03-12T23:18:21.375716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:18:23.044388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=form","method":"GET"} [] [2025-03-12T23:18:23.067185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:18:23.926179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=events","method":"GET"} [] [2025-03-12T23:18:23.956461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:18:25.349555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=dump","method":"GET"} [] [2025-03-12T23:18:25.372731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:18:26.295555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=time","method":"GET"} [] [2025-03-12T23:18:26.315283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:18:27.767133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f?panel=router","method":"GET"} [] [2025-03-12T23:18:27.829799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:18:27.853273+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f/router","method":"GET"} [] [2025-03-12T23:18:28.486406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=dump","method":"GET"} [] [2025-03-12T23:18:28.505792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:18:30.164048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"744e7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/744e7f?panel=logger","method":"GET"} [] [2025-03-12T23:18:30.187976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:18:30.644719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=form","method":"GET"} [] [2025-03-12T23:18:30.664621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:18:32.410577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd","method":"GET"} [] [2025-03-12T23:18:32.437490+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd/exception.css","method":"GET"} [] [2025-03-12T23:18:32.444239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:18:32.482658+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd/exception","method":"GET"} [] [2025-03-12T23:18:32.913974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=dump","method":"GET"} [] [2025-03-12T23:18:32.933398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:18:34.849591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b","method":"GET"} [] [2025-03-12T23:18:34.871096+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b/exception.css","method":"GET"} [] [2025-03-12T23:18:34.873895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:18:34.891618+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b/exception","method":"GET"} [] [2025-03-12T23:18:35.138946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=twig","method":"GET"} [] [2025-03-12T23:18:35.159385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:18:37.130775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:18:37.345622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=twig","method":"GET"} [] [2025-03-12T23:18:37.369271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:18:39.367273+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed/exception","method":"GET"} [] [2025-03-12T23:18:39.565470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=time","method":"GET"} [] [2025-03-12T23:18:39.596352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:18:41.529230+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4/exception","method":"GET"} [] [2025-03-12T23:18:41.701214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=form","method":"GET"} [] [2025-03-12T23:18:41.721069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:18:44.154858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=cache","method":"GET"} [] [2025-03-12T23:18:44.224057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:18:44.779987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?panel=db","method":"GET"} [] [2025-03-12T23:18:44.804056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:18:46.392250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=cache","method":"GET"} [] [2025-03-12T23:18:46.411860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:18:47.029221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?panel=db","method":"GET"} [] [2025-03-12T23:18:47.052467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:18:48.625241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=config","method":"GET"} [] [2025-03-12T23:18:48.651121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:18:49.209227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?panel=db","method":"GET"} [] [2025-03-12T23:18:49.232051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:18:50.894414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=logger","method":"GET"} [] [2025-03-12T23:18:50.914011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:18:51.451000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?panel=db","method":"GET"} [] [2025-03-12T23:18:51.475018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:18:53.160219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f?panel=router","method":"GET"} [] [2025-03-12T23:18:53.181827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:18:53.200383+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"442b0f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/442b0f/router","method":"GET"} [] [2025-03-12T23:18:55.046526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=request","method":"GET"} [] [2025-03-12T23:18:55.086502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:18:55.425977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=config","method":"GET"} [] [2025-03-12T23:18:55.446152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:18:57.494802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=request","method":"GET"} [] [2025-03-12T23:18:57.518550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:18:57.678428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=logger","method":"GET"} [] [2025-03-12T23:18:57.699062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:18:59.925232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=db","method":"GET"} [] [2025-03-12T23:18:59.926138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?panel=router","method":"GET"} [] [2025-03-12T23:18:59.973228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:18:59.975049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:18:59.991388+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea/router","method":"GET"} [] [2025-03-12T23:19:02.182213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=config","method":"GET"} [] [2025-03-12T23:19:02.184246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5542ea"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5542ea?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:02.203777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:19:02.204772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:04.330347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=db","method":"GET"} [] [2025-03-12T23:19:04.336149+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7b0b88"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7b0b88/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:19:04.360326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:19:04.363584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:19:06.590990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=router","method":"GET"} [] [2025-03-12T23:19:06.597589+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bd225"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8bd225/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:19:06.612720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:19:06.623425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:19:06.630783+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd/router","method":"GET"} [] [2025-03-12T23:19:08.827925+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7392e5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7392e5/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:19:08.849943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=config","method":"GET"} [] [2025-03-12T23:19:08.851525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:19:08.872152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:19:11.112058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=logger","method":"GET"} [] [2025-03-12T23:19:11.144988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:19:12.165978+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffcd1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1ffcd1/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:12.192408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:13.369966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=router","method":"GET"} [] [2025-03-12T23:19:13.392958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:19:13.411065+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b/router","method":"GET"} [] [2025-03-12T23:19:14.354172+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0b8274"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0b8274/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:19:14.379776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-015.jpg","method":"GET"} [] [2025-03-12T23:19:15.918475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=logger","method":"GET"} [] [2025-03-12T23:19:15.966831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:19:16.575519+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"744e7f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/744e7f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:16.601344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:18.174418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=exception","method":"GET"} [] [2025-03-12T23:19:18.195261+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd/exception.css","method":"GET"} [] [2025-03-12T23:19:18.202136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:19:18.220934+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd/exception","method":"GET"} [] [2025-03-12T23:19:18.783337+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4931e6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4931e6/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:19:18.814991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-014.jpg","method":"GET"} [] [2025-03-12T23:19:20.350614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14","method":"GET"} [] [2025-03-12T23:19:20.377615+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14/exception.css","method":"GET"} [] [2025-03-12T23:19:20.380592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:19:20.436601+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14/exception","method":"GET"} [] [2025-03-12T23:19:21.005564+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"938fe3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/938fe3/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:19:21.030283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:19:22.641537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:22.664323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:23.167018+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b5153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5b5153/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:19:23.190961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:19:24.929133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=exception","method":"GET"} [] [2025-03-12T23:19:24.957466+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b/exception.css","method":"GET"} [] [2025-03-12T23:19:24.961791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:19:24.988597+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b/exception","method":"GET"} [] [2025-03-12T23:19:25.389474+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"671aad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/671aad/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-016.jpg","method":"GET"} [] [2025-03-12T23:19:25.472855+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:19:27.178509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=translation","method":"GET"} [] [2025-03-12T23:19:27.217166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:19:27.798605+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cb0f5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cb0f5/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:19:27.823823+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-012.jpg","method":"GET"} [] [2025-03-12T23:19:29.431086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=translation","method":"GET"} [] [2025-03-12T23:19:29.464644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:19:31.268370+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd1ffc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fd1ffc/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:19:31.325117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-12T23:19:31.664108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=mailer","method":"GET"} [] [2025-03-12T23:19:31.686405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:19:33.858656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b787a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/b787a4?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:33.882427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:36.111567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e372e"},"request_uri":"https://test.phila-ca.com/public/_profiler/1e372e?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:36.141304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:37.062536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a","method":"GET"} [] [2025-03-12T23:19:37.107497+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/exception.css","method":"GET"} [] [2025-03-12T23:19:37.115056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:19:37.133417+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/exception","method":"GET"} [] [2025-03-12T23:19:38.330695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f60e33"},"request_uri":"https://test.phila-ca.com/public/_profiler/f60e33?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:38.355958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:40.562361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5402ed"},"request_uri":"https://test.phila-ca.com/public/_profiler/5402ed?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:40.587120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:19:42.164437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d","method":"GET"} [] [2025-03-12T23:19:42.186712+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/exception.css","method":"GET"} [] [2025-03-12T23:19:42.189552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:19:42.208258+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/exception","method":"GET"} [] [2025-03-12T23:19:42.731837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=events","method":"GET"} [] [2025-03-12T23:19:42.760789+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:19:44.761585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1","method":"GET"} [] [2025-03-12T23:19:44.782549+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/exception.css","method":"GET"} [] [2025-03-12T23:19:44.785439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:19:44.803047+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/exception","method":"GET"} [] [2025-03-12T23:19:44.973535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=security","method":"GET"} [] [2025-03-12T23:19:44.997701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:19:47.169622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4","method":"GET"} [] [2025-03-12T23:19:47.170859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=mailer","method":"GET"} [] [2025-03-12T23:19:47.216228+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/exception.css","method":"GET"} [] [2025-03-12T23:19:47.218993+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:19:47.219418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:19:47.238396+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/exception","method":"GET"} [] [2025-03-12T23:19:49.426404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=twig","method":"GET"} [] [2025-03-12T23:19:49.450986+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:19:49.486781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8","method":"GET"} [] [2025-03-12T23:19:49.538960+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/exception.css","method":"GET"} [] [2025-03-12T23:19:49.542679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:19:49.565776+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/exception","method":"GET"} [] [2025-03-12T23:19:51.670759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=dump","method":"GET"} [] [2025-03-12T23:19:51.704953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:19:51.822904+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:51.850870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:53.849907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=twig","method":"GET"} [] [2025-03-12T23:19:53.871500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:19:54.030552+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:54.055375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:56.087773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=form","method":"GET"} [] [2025-03-12T23:19:56.110452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:19:56.250065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:56.276107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:58.303302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=time","method":"GET"} [] [2025-03-12T23:19:58.334317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:19:58.420823+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:19:58.447680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-12T23:20:00.563006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=form","method":"GET"} [] [2025-03-12T23:20:00.589460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:20:00.651716+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/exception","method":"GET"} [] [2025-03-12T23:20:03.007037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=time","method":"GET"} [] [2025-03-12T23:20:03.007330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=exception","method":"GET"} [] [2025-03-12T23:20:03.053000+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/exception.css","method":"GET"} [] [2025-03-12T23:20:03.053819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:20:03.057949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:20:03.079027+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/exception","method":"GET"} [] [2025-03-12T23:20:05.254918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=dump","method":"GET"} [] [2025-03-12T23:20:05.278110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:20:05.330834+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/exception","method":"GET"} [] [2025-03-12T23:20:07.550189+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/exception","method":"GET"} [] [2025-03-12T23:20:08.611367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=twig","method":"GET"} [] [2025-03-12T23:20:08.639957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:20:09.780729+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/exception","method":"GET"} [] [2025-03-12T23:20:10.867845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=time","method":"GET"} [] [2025-03-12T23:20:10.893142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:20:11.952665+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/exception","method":"GET"} [] [2025-03-12T23:20:12.963768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=form","method":"GET"} [] [2025-03-12T23:20:12.986610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:20:14.164677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=validator","method":"GET"} [] [2025-03-12T23:20:14.214708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:20:15.150308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1f5bd"},"request_uri":"http://test.phila-ca.com/public/_profiler/f1f5bd?panel=cache","method":"GET"} [] [2025-03-12T23:20:15.177156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:20:16.431100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=exception","method":"GET"} [] [2025-03-12T23:20:16.450870+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/exception.css","method":"GET"} [] [2025-03-12T23:20:16.456587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:20:16.478512+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/exception","method":"GET"} [] [2025-03-12T23:20:17.398314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b?panel=cache","method":"GET"} [] [2025-03-12T23:20:17.422552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:20:18.974625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=exception","method":"GET"} [] [2025-03-12T23:20:19.022274+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/exception.css","method":"GET"} [] [2025-03-12T23:20:19.026912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:20:19.044769+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/exception","method":"GET"} [] [2025-03-12T23:20:19.669399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:20:21.261684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=exception","method":"GET"} [] [2025-03-12T23:20:21.282870+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/exception.css","method":"GET"} [] [2025-03-12T23:20:21.285831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:20:21.304576+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/exception","method":"GET"} [] [2025-03-12T23:20:21.861780+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14/exception","method":"GET"} [] [2025-03-12T23:20:23.534425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=translation","method":"GET"} [] [2025-03-12T23:20:23.559438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:20:24.051827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?panel=db","method":"GET"} [] [2025-03-12T23:20:24.081886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:20:25.774986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=translation","method":"GET"} [] [2025-03-12T23:20:25.802949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:20:26.317119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?panel=db","method":"GET"} [] [2025-03-12T23:20:26.343250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:20:27.973677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=translation","method":"GET"} [] [2025-03-12T23:20:27.995697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:20:28.581102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f33b67"},"request_uri":"https://test.phila-ca.com/public/_profiler/f33b67?panel=db","method":"GET"} [] [2025-03-12T23:20:28.606543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:20:30.173528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=translation","method":"GET"} [] [2025-03-12T23:20:30.206723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:20:30.818828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?panel=db","method":"GET"} [] [2025-03-12T23:20:30.842859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:20:32.445620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=translation","method":"GET"} [] [2025-03-12T23:20:32.469371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:20:33.050851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c7c813"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7c813?panel=db","method":"GET"} [] [2025-03-12T23:20:33.073859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:20:34.919560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=mailer","method":"GET"} [] [2025-03-12T23:20:34.994830+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:20:35.284565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:20:37.219751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=mailer","method":"GET"} [] [2025-03-12T23:20:37.241611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:20:37.628853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:20:39.824653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:20:40.451151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=request","method":"GET"} [] [2025-03-12T23:20:40.485704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:20:42.158831+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ad7c54"},"request_uri":"http://test.phila-ca.com/public/_profiler/ad7c54/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0fd1f5%2Fexception.css","method":"GET"} [] [2025-03-12T23:20:42.240600+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:20:42.731717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=request","method":"GET"} [] [2025-03-12T23:20:42.754514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:20:44.519704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"699f01"},"request_uri":"http://test.phila-ca.com/public/_profiler/699f01/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fa681ee%2Fexception.css","method":"GET"} [] [2025-03-12T23:20:44.579298+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:20:44.993109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=mailer","method":"GET"} [] [2025-03-12T23:20:45.016885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:20:47.156517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=events","method":"GET"} [] [2025-03-12T23:20:47.192123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:20:48.016083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f73e14"},"request_uri":"http://test.phila-ca.com/public/_profiler/f73e14?group=1&panel=db","method":"GET"} [] [2025-03-12T23:20:48.039632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:20:50.790674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=events","method":"GET"} [] [2025-03-12T23:20:50.839375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:20:53.041712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=dump","method":"GET"} [] [2025-03-12T23:20:53.067378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:20:55.310300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=form","method":"GET"} [] [2025-03-12T23:20:55.338695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:20:57.562257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=twig","method":"GET"} [] [2025-03-12T23:20:57.590395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:20:58.019378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"814ae2"},"request_uri":"http://test.phila-ca.com/public/_profiler/814ae2?group=1&panel=db","method":"GET"} [] [2025-03-12T23:20:58.042555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:20:59.823326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=time","method":"GET"} [] [2025-03-12T23:20:59.845847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:21:02.030313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=twig","method":"GET"} [] [2025-03-12T23:21:02.053073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:21:04.303024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=time","method":"GET"} [] [2025-03-12T23:21:04.335202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:21:06.652895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=time","method":"GET"} [] [2025-03-12T23:21:06.717147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:21:08.860729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=twig","method":"GET"} [] [2025-03-12T23:21:08.884699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:21:12.150545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=form","method":"GET"} [] [2025-03-12T23:21:12.173262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:21:14.371231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=form","method":"GET"} [] [2025-03-12T23:21:14.401132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:21:16.395936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d13c0"},"request_uri":"https://test.phila-ca.com/public/_profiler/5d13c0?group=1&panel=db","method":"GET"} [] [2025-03-12T23:21:16.420370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:21:16.597026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=dump","method":"GET"} [] [2025-03-12T23:21:16.624254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:21:18.771332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=validator","method":"GET"} [] [2025-03-12T23:21:18.793871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:21:21.049086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=validator","method":"GET"} [] [2025-03-12T23:21:21.082786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:21:23.500686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=validator","method":"GET"} [] [2025-03-12T23:21:23.550483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:21:25.777482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=validator","method":"GET"} [] [2025-03-12T23:21:25.801292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-12T23:21:28.020344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=exception","method":"GET"} [] [2025-03-12T23:21:28.039969+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/exception.css","method":"GET"} [] [2025-03-12T23:21:28.047265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:21:28.069934+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/exception","method":"GET"} [] [2025-03-12T23:21:30.305455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=db","method":"GET"} [] [2025-03-12T23:21:30.335873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:21:33.042639+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f63b8"},"request_uri":"http://test.phila-ca.com/public/_profiler/1f63b8/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F04ee6e%2Fexception.css","method":"GET"} [] [2025-03-12T23:21:33.118804+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:21:33.602810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=cache","method":"GET"} [] [2025-03-12T23:21:33.625700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:21:35.815863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=cache","method":"GET"} [] [2025-03-12T23:21:35.837396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:21:38.061397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=cache","method":"GET"} [] [2025-03-12T23:21:38.092268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:21:40.650083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=db","method":"GET"} [] [2025-03-12T23:21:40.650190+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"21c1d1"},"request_uri":"http://test.phila-ca.com/public/_profiler/21c1d1/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0d43ed%2Fexception.css","method":"GET"} [] [2025-03-12T23:21:40.700213+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:21:40.758199+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:21:42.910709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=logger","method":"GET"} [] [2025-03-12T23:21:42.931939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:21:45.176482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=logger","method":"GET"} [] [2025-03-12T23:21:45.199288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:21:47.559195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=config","method":"GET"} [] [2025-03-12T23:21:47.588424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:21:49.987458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=router","method":"GET"} [] [2025-03-12T23:21:50.008712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:21:50.026999+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/router","method":"GET"} [] [2025-03-12T23:21:52.305774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=config","method":"GET"} [] [2025-03-12T23:21:52.328793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:21:54.547803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=router","method":"GET"} [] [2025-03-12T23:21:54.577943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:21:54.599824+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/router","method":"GET"} [] [2025-03-12T23:21:57.108893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=config","method":"GET"} [] [2025-03-12T23:21:57.173683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:21:59.312883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?panel=security","method":"GET"} [] [2025-03-12T23:21:59.334935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:22:01.496777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?panel=security","method":"GET"} [] [2025-03-12T23:22:01.520643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:22:02.484928+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"623d33"},"request_uri":"http://test.phila-ca.com/public/_profiler/623d33/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F4d2fa8%2Fexception.css","method":"GET"} [] [2025-03-12T23:22:02.546683+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:22:03.697763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=security","method":"GET"} [] [2025-03-12T23:22:03.728745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:22:05.956124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=security","method":"GET"} [] [2025-03-12T23:22:05.979691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:22:08.195785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=logger","method":"GET"} [] [2025-03-12T23:22:08.219396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:22:10.379475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1?panel=router","method":"GET"} [] [2025-03-12T23:22:10.411905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:22:10.434370+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/router","method":"GET"} [] [2025-03-12T23:22:12.914680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=security","method":"GET"} [] [2025-03-12T23:22:12.976735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-12T23:22:15.145711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d?group=1&panel=db","method":"GET"} [] [2025-03-12T23:22:15.168699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:22:17.385886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a?group=1&panel=db","method":"GET"} [] [2025-03-12T23:22:17.409169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:22:19.590886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=mailer","method":"GET"} [] [2025-03-12T23:22:19.619975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:22:21.829021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=mailer","method":"GET"} [] [2025-03-12T23:22:21.852321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:22:23.987044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=request","method":"GET"} [] [2025-03-12T23:22:24.010631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:22:26.144536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=db","method":"GET"} [] [2025-03-12T23:22:26.187382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:22:28.607063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=time","method":"GET"} [] [2025-03-12T23:22:28.653269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:22:30.905891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=twig","method":"GET"} [] [2025-03-12T23:22:30.926432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:22:33.076989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=form","method":"GET"} [] [2025-03-12T23:22:33.098666+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:22:35.157297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=dump","method":"GET"} [] [2025-03-12T23:22:35.185583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:22:37.378701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=events","method":"GET"} [] [2025-03-12T23:22:37.400012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:22:39.556388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=dump","method":"GET"} [] [2025-03-12T23:22:39.578196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:22:41.788343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=twig","method":"GET"} [] [2025-03-12T23:22:41.820061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:22:44.234145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=time","method":"GET"} [] [2025-03-12T23:22:44.282952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:22:46.436660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=form","method":"GET"} [] [2025-03-12T23:22:46.458061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:22:48.706304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=request","method":"GET"} [] [2025-03-12T23:22:48.730086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:22:50.979936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=cache","method":"GET"} [] [2025-03-12T23:22:51.009652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:22:53.203774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=config","method":"GET"} [] [2025-03-12T23:22:53.226267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:22:55.426121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=router","method":"GET"} [] [2025-03-12T23:22:55.448216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:22:55.466099+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/router","method":"GET"} [] [2025-03-12T23:22:57.657515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?panel=logger","method":"GET"} [] [2025-03-12T23:22:57.690888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:23:00.149217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=config","method":"GET"} [] [2025-03-12T23:23:00.194480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-12T23:23:03.526290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=router","method":"GET"} [] [2025-03-12T23:23:03.547292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-12T23:23:03.565238+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/router","method":"GET"} [] [2025-03-12T23:23:05.706771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5?panel=time","method":"GET"} [] [2025-03-12T23:23:05.735633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:23:07.976004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=logger","method":"GET"} [] [2025-03-12T23:23:08.006007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-12T23:23:08.665032+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b988ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/b988ad/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F29554c%2Fexception.css","method":"GET"} [] [2025-03-12T23:23:08.737766+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:23:10.296924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=cache","method":"GET"} [] [2025-03-12T23:23:10.318562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-12T23:23:12.579771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4?panel=db","method":"GET"} [] [2025-03-12T23:23:12.603600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:23:14.737611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8?group=1&panel=db","method":"GET"} [] [2025-03-12T23:23:14.773729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-12T23:23:17.537548+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb106a"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb106a/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:17.611399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:19.786615+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5e3b1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a5e3b1/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:19.808843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:22.007221+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d45d4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d45d4/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:22.028150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:24.190674+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82fb2d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/82fb2d/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:24.214787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:26.408827+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"292de8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/292de8/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:26.429248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-12T23:23:28.497920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5?panel=exception","method":"GET"} [] [2025-03-12T23:23:28.524190+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5/exception.css","method":"GET"} [] [2025-03-12T23:23:28.531247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:23:28.565591+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5/exception","method":"GET"} [] [2025-03-12T23:23:30.804912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5?panel=translation","method":"GET"} [] [2025-03-12T23:23:30.839254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:23:34.441906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5?panel=db","method":"GET"} [] [2025-03-12T23:23:34.493373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-12T23:23:36.681268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5?panel=request","method":"GET"} [] [2025-03-12T23:23:36.704767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:23:38.938040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee","method":"GET"} [] [2025-03-12T23:23:38.960987+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee/exception.css","method":"GET"} [] [2025-03-12T23:23:38.963868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:38.987204+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-12T23:23:41.129794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52","method":"GET"} [] [2025-03-12T23:23:41.151137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:43.337804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c","method":"GET"} [] [2025-03-12T23:23:43.360489+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c/exception.css","method":"GET"} [] [2025-03-12T23:23:43.363592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:43.382675+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-12T23:23:45.556049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901","method":"GET"} [] [2025-03-12T23:23:45.582117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:48.953567+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2351c5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2351c5/exception","method":"GET"} [] [2025-03-12T23:23:51.380445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9","method":"GET"} [] [2025-03-12T23:23:51.438912+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9/exception.css","method":"GET"} [] [2025-03-12T23:23:51.446772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:51.470010+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9/exception","method":"GET"} [] [2025-03-12T23:23:53.667831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166","method":"GET"} [] [2025-03-12T23:23:53.690719+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166/exception.css","method":"GET"} [] [2025-03-12T23:23:53.693625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:53.711876+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166/exception","method":"GET"} [] [2025-03-12T23:23:55.947105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6","method":"GET"} [] [2025-03-12T23:23:55.966959+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6/exception.css","method":"GET"} [] [2025-03-12T23:23:55.969849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:55.993231+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6/exception","method":"GET"} [] [2025-03-12T23:23:58.200938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca","method":"GET"} [] [2025-03-12T23:23:58.222454+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca/exception.css","method":"GET"} [] [2025-03-12T23:23:58.225499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:23:58.243485+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca/exception","method":"GET"} [] [2025-03-12T23:24:00.406721+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-12T23:24:02.637780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9","method":"GET"} [] [2025-03-12T23:24:02.668791+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9/exception.css","method":"GET"} [] [2025-03-12T23:24:02.671836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-12T23:24:02.717953+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9/exception","method":"GET"} [] [2025-03-12T23:24:04.813572+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-12T23:24:07.070217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=exception","method":"GET"} [] [2025-03-12T23:24:07.124840+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c/exception.css","method":"GET"} [] [2025-03-12T23:24:07.134727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:07.157415+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-12T23:24:09.258851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=exception","method":"GET"} [] [2025-03-12T23:24:09.278809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:11.403112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=translation","method":"GET"} [] [2025-03-12T23:24:11.423227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:11.887505+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c1808a"},"request_uri":"http://test.phila-ca.com/public/_profiler/c1808a/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fbca109%2Fexception.css","method":"GET"} [] [2025-03-12T23:24:11.948281+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:24:13.533952+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9/exception.css","method":"GET"} [] [2025-03-12T23:24:15.586297+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9/exception","method":"GET"} [] [2025-03-12T23:24:17.596138+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6/exception","method":"GET"} [] [2025-03-12T23:24:19.630242+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca/exception","method":"GET"} [] [2025-03-12T23:24:21.612376+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166/exception","method":"GET"} [] [2025-03-12T23:24:23.910198+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9/exception","method":"GET"} [] [2025-03-12T23:24:25.938057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=exception","method":"GET"} [] [2025-03-12T23:24:25.975916+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9/exception.css","method":"GET"} [] [2025-03-12T23:24:25.983996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:26.022200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9/exception","method":"GET"} [] [2025-03-12T23:24:28.041271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6?panel=exception","method":"GET"} [] [2025-03-12T23:24:28.061281+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6/exception.css","method":"GET"} [] [2025-03-12T23:24:28.064163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:28.086420+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6/exception","method":"GET"} [] [2025-03-12T23:24:30.014718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca?panel=exception","method":"GET"} [] [2025-03-12T23:24:30.035341+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca/exception.css","method":"GET"} [] [2025-03-12T23:24:30.038477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:30.056852+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca/exception","method":"GET"} [] [2025-03-12T23:24:32.186143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9?panel=exception","method":"GET"} [] [2025-03-12T23:24:32.206884+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9/exception.css","method":"GET"} [] [2025-03-12T23:24:32.209775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:32.227737+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9/exception","method":"GET"} [] [2025-03-12T23:24:34.376884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=translation","method":"GET"} [] [2025-03-12T23:24:34.399129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:36.602308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=translation","method":"GET"} [] [2025-03-12T23:24:36.624524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:38.796220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166?panel=translation","method":"GET"} [] [2025-03-12T23:24:38.822191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:41.068185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8639ca"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8639ca?panel=translation","method":"GET"} [] [2025-03-12T23:24:41.139021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:43.211513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=translation","method":"GET"} [] [2025-03-12T23:24:43.237765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:45.298232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e297f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e297f6?panel=translation","method":"GET"} [] [2025-03-12T23:24:45.319463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:47.273701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52?panel=translation","method":"GET"} [] [2025-03-12T23:24:47.293725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:49.296311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9?panel=translation","method":"GET"} [] [2025-03-12T23:24:49.319379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-12T23:24:51.295993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166?panel=exception","method":"GET"} [] [2025-03-12T23:24:51.316178+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166/exception.css","method":"GET"} [] [2025-03-12T23:24:51.338465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:51.357243+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ef6166"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ef6166/exception","method":"GET"} [] [2025-03-12T23:24:53.471786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=exception","method":"GET"} [] [2025-03-12T23:24:53.492402+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee/exception.css","method":"GET"} [] [2025-03-12T23:24:53.495261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-12T23:24:53.512966+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-12T23:24:55.668900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=mailer","method":"GET"} [] [2025-03-12T23:24:55.689879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:24:57.917683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=mailer","method":"GET"} [] [2025-03-12T23:24:58.006415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:25:00.057537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=request","method":"GET"} [] [2025-03-12T23:25:00.082474+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:25:02.315634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52?panel=request","method":"GET"} [] [2025-03-12T23:25:02.337730+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:25:04.458073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=request","method":"GET"} [] [2025-03-12T23:25:04.479722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:25:06.673077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=request","method":"GET"} [] [2025-03-12T23:25:06.697572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:25:08.748790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=request","method":"GET"} [] [2025-03-12T23:25:08.771451+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:25:10.955211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9?panel=mailer","method":"GET"} [] [2025-03-12T23:25:10.983764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:25:13.059326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d0dba9?panel=request","method":"GET"} [] [2025-03-12T23:25:13.128644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-12T23:25:15.147263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=mailer","method":"GET"} [] [2025-03-12T23:25:15.170575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:25:17.177736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52?panel=mailer","method":"GET"} [] [2025-03-12T23:25:17.197523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:25:17.679399+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"623d33"},"request_uri":"http://test.phila-ca.com/public/_profiler/623d33/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F4d2fa8%2Fexception.css","method":"GET"} [] [2025-03-12T23:25:17.740540+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-12T23:25:19.184916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=mailer","method":"GET"} [] [2025-03-12T23:25:19.205035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-12T23:25:21.086986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52?panel=dump","method":"GET"} [] [2025-03-12T23:25:21.107109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:25:23.023122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=events","method":"GET"} [] [2025-03-12T23:25:23.043656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:25:25.014458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=events","method":"GET"} [] [2025-03-12T23:25:25.039687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:25:27.145375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52?panel=events","method":"GET"} [] [2025-03-12T23:25:27.172903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:25:29.263745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=events","method":"GET"} [] [2025-03-12T23:25:29.344385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:25:31.376460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=events","method":"GET"} [] [2025-03-12T23:25:31.399995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-12T23:25:33.278260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=dump","method":"GET"} [] [2025-03-12T23:25:33.299105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:25:35.320983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=twig","method":"GET"} [] [2025-03-12T23:25:35.357960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:25:37.399865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=twig","method":"GET"} [] [2025-03-12T23:25:37.425429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:25:39.377262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7e81ee?panel=dump","method":"GET"} [] [2025-03-12T23:25:39.399663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:25:41.286205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2cee52?panel=twig","method":"GET"} [] [2025-03-12T23:25:41.314476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:25:43.461341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=time","method":"GET"} [] [2025-03-12T23:25:43.483232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:25:45.620525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=dump","method":"GET"} [] [2025-03-12T23:25:45.687326+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:25:47.707864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fef901"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fef901?panel=time","method":"GET"} [] [2025-03-12T23:25:47.727595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:25:49.821538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=time","method":"GET"} [] [2025-03-12T23:25:49.847124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-12T23:25:51.906942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=twig","method":"GET"} [] [2025-03-12T23:25:51.928767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:25:53.932191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=form","method":"GET"} [] [2025-03-12T23:25:53.955370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:25:56.006166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb06a9?panel=dump","method":"GET"} [] [2025-03-12T23:25:56.029541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-12T23:25:57.994473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=form","method":"GET"} [] [2025-03-12T23:25:58.017087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-12T23:26:00.132974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/14da3c?panel=twig","method":"GET"} [] [2025-03-12T23:26:00.155100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-12T23:26:17.862169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-14T19:03:09.800895+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-14T19:03:10.810624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-14T19:03:11.715485+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-14T19:03:11.715553+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-14T19:03:13.478587+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-17T21:35:44.955784+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-17T21:35:45.811318+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-17T21:35:46.571170+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-17T21:35:46.571240+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-17T21:35:48.038163+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-19T00:41:00.767442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-19T08:22:01.445200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T05:50:00.916453+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-20T05:50:01.680121+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-20T05:50:02.168167+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T05:50:02.168242+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T05:50:03.945043+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-20T05:50:04.473626+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-20T05:50:04.948402+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-20T05:52:01.630358+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-20T05:52:01.657187+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-20T05:52:01.696093+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T05:52:01.696156+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T05:52:01.769025+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-20T05:52:01.797070+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-20T05:52:01.822063+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-20T06:25:00.920493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T06:40:33.344998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest","method":"GET"} [] [2025-03-20T06:40:33.933991+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/exception.css","method":"GET"} [] [2025-03-20T06:40:34.276429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T06:40:34.842690+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/exception","method":"GET"} [] [2025-03-20T06:51:31.216578+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-20T06:51:31.307549+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-20T06:51:31.334253+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T06:51:31.334304+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T06:51:31.643613+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-20T06:51:31.724730+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-20T06:51:31.761153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-20T06:53:25.913856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae","method":"GET"} [] [2025-03-20T06:53:26.189098+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/exception.css","method":"GET"} [] [2025-03-20T06:53:26.200551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T06:53:26.271426+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/exception","method":"GET"} [] [2025-03-20T07:04:32.888655+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-20T07:04:32.940060+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-20T07:04:32.960398+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T07:04:32.960458+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T07:04:33.027836+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-20T07:04:33.052705+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-20T07:04:33.076861+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-20T07:05:14.738923+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/exception","method":"GET"} [] [2025-03-20T08:27:20.207207+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=191","method":"GET"} [] [2025-03-20T08:27:29.686486+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FController%2FDefaultController.php&line=255","method":"GET"} [] [2025-03-20T08:31:56.910019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=exception","method":"GET"} [] [2025-03-20T08:31:57.278043+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/exception.css","method":"GET"} [] [2025-03-20T08:31:57.441360+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T08:31:57.862070+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/exception","method":"GET"} [] [2025-03-20T08:33:35.691839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=translation","method":"GET"} [] [2025-03-20T08:33:35.793781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:39:16.340733+01:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search?limit=10","method":"GET"} [] [2025-03-20T08:40:18.274331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=request","method":"GET"} [] [2025-03-20T08:40:18.384206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:41:12.526266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=mailer","method":"GET"} [] [2025-03-20T08:41:12.601109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:42:45.798231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=validator","method":"GET"} [] [2025-03-20T08:42:45.873745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:43:30.900536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?panel=db","method":"GET"} [] [2025-03-20T08:43:31.007512+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:44:13.753077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=events","method":"GET"} [] [2025-03-20T08:44:13.840245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T08:44:51.346104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=form","method":"GET"} [] [2025-03-20T08:44:51.443838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T08:45:24.941057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=time","method":"GET"} [] [2025-03-20T08:45:25.019346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T08:45:55.035479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=twig","method":"GET"} [] [2025-03-20T08:45:55.111289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T08:46:21.975989+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ec97fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ec97fe/search/results?limit=10","method":"GET"} [] [2025-03-20T08:46:22.121426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-20T08:46:28.059080+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-03-20T08:46:28.332696+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-20T08:46:28.396044+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T08:46:28.396108+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-20T08:46:29.029013+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-20T08:46:29.224778+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-20T08:46:29.339374+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-20T08:46:45.854665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6","method":"GET"} [] [2025-03-20T08:46:45.960701+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/exception.css","method":"GET"} [] [2025-03-20T08:46:45.993875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:46:46.070200+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/exception","method":"GET"} [] [2025-03-20T08:47:08.135108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=dump","method":"GET"} [] [2025-03-20T08:47:08.210481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T08:47:45.390162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=cache","method":"GET"} [] [2025-03-20T08:47:45.481929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:48:35.158477+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCommentNotificationSubscriber.php&line=49","method":"GET"} [] [2025-03-20T08:49:05.076289+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=45","method":"GET"} [] [2025-03-20T08:49:32.288576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16","method":"GET"} [] [2025-03-20T08:49:32.410606+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/exception.css","method":"GET"} [] [2025-03-20T08:49:32.421699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:49:32.467638+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/exception","method":"GET"} [] [2025-03-20T08:49:44.332517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c","method":"GET"} [] [2025-03-20T08:49:44.378348+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/exception.css","method":"GET"} [] [2025-03-20T08:49:44.381377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:49:44.400471+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/exception","method":"GET"} [] [2025-03-20T08:49:55.778388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee","method":"GET"} [] [2025-03-20T08:49:55.915573+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/exception.css","method":"GET"} [] [2025-03-20T08:49:55.935219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:49:56.019223+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/exception","method":"GET"} [] [2025-03-20T08:50:05.629508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145","method":"GET"} [] [2025-03-20T08:50:05.653171+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/exception.css","method":"GET"} [] [2025-03-20T08:50:05.656225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:50:05.675184+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/exception","method":"GET"} [] [2025-03-20T08:50:15.590012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01","method":"GET"} [] [2025-03-20T08:50:15.665489+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/exception.css","method":"GET"} [] [2025-03-20T08:50:15.676608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:50:15.721212+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/exception","method":"GET"} [] [2025-03-20T08:50:23.784970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3","method":"GET"} [] [2025-03-20T08:50:23.807148+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/exception.css","method":"GET"} [] [2025-03-20T08:50:23.810138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:50:23.827912+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/exception","method":"GET"} [] [2025-03-20T08:50:38.577403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa","method":"GET"} [] [2025-03-20T08:50:38.674271+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/exception.css","method":"GET"} [] [2025-03-20T08:50:38.685338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:50:38.733110+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/exception","method":"GET"} [] [2025-03-20T08:50:45.347311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:50:51.565477+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSurrogateListener.php&line=39","method":"GET"} [] [2025-03-20T08:50:57.913209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=security","method":"GET"} [] [2025-03-20T08:50:58.002020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:51:03.383219+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/exception","method":"GET"} [] [2025-03-20T08:51:08.448896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=logger","method":"GET"} [] [2025-03-20T08:51:08.479514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:51:17.499968+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/exception","method":"GET"} [] [2025-03-20T08:51:24.858553+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/exception","method":"GET"} [] [2025-03-20T08:51:32.735188+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/exception","method":"GET"} [] [2025-03-20T08:51:39.532460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa","method":"GET"} [] [2025-03-20T08:51:39.571552+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa/exception.css","method":"GET"} [] [2025-03-20T08:51:39.581940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:51:39.659472+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa/exception","method":"GET"} [] [2025-03-20T08:51:45.559104+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/exception","method":"GET"} [] [2025-03-20T08:51:52.689160+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-guard%2FFirewall%2FGuardAuthenticationListener.php&line=35","method":"GET"} [] [2025-03-20T08:51:55.343209+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FRoleHierarchyVoter.php&line=23","method":"GET"} [] [2025-03-20T08:51:57.551599+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthentication%2FToken%2FAnonymousToken.php&line=21","method":"GET"} [] [2025-03-20T08:51:59.781046+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=44","method":"GET"} [] [2025-03-20T08:52:01.977760+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAccessListener.php&line=32","method":"GET"} [] [2025-03-20T08:52:04.214624+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FLogoutListener.php&line=33","method":"GET"} [] [2025-03-20T08:52:06.504902+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FLogout%2FCsrfTokenClearingLogoutHandler.php&line=22","method":"GET"} [] [2025-03-20T08:52:11.336701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=exception","method":"GET"} [] [2025-03-20T08:52:11.416689+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/exception.css","method":"GET"} [] [2025-03-20T08:52:11.430959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T08:52:11.475662+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/exception","method":"GET"} [] [2025-03-20T08:52:13.706749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=dump","method":"GET"} [] [2025-03-20T08:52:13.728836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T08:52:15.985859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:52:18.379564+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa/exception","method":"GET"} [] [2025-03-20T08:52:20.625330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=exception","method":"GET"} [] [2025-03-20T08:52:20.646907+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/exception.css","method":"GET"} [] [2025-03-20T08:52:20.649891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T08:52:20.669336+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/exception","method":"GET"} [] [2025-03-20T08:52:24.117740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=exception","method":"GET"} [] [2025-03-20T08:52:24.140615+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/exception.css","method":"GET"} [] [2025-03-20T08:52:24.143702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T08:52:24.163622+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/exception","method":"GET"} [] [2025-03-20T08:52:26.689698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=exception","method":"GET"} [] [2025-03-20T08:52:26.803160+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/exception.css","method":"GET"} [] [2025-03-20T08:52:26.817926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T08:52:26.879292+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/exception","method":"GET"} [] [2025-03-20T08:52:30.399335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=translation","method":"GET"} [] [2025-03-20T08:52:30.423969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:52:32.634378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=translation","method":"GET"} [] [2025-03-20T08:52:32.657071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:52:34.786599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=translation","method":"GET"} [] [2025-03-20T08:52:34.809597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:52:38.195997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=translation","method":"GET"} [] [2025-03-20T08:52:38.219266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:52:40.425307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=translation","method":"GET"} [] [2025-03-20T08:52:40.447126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:52:42.839156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=translation","method":"GET"} [] [2025-03-20T08:52:42.908405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:52:46.346888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=mailer","method":"GET"} [] [2025-03-20T08:52:46.369232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:52:48.584350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=mailer","method":"GET"} [] [2025-03-20T08:52:48.607636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:52:50.775119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=request","method":"GET"} [] [2025-03-20T08:52:50.798316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:52:53.029673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:52:55.416365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=request","method":"GET"} [] [2025-03-20T08:52:55.441101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:52:58.050822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=request","method":"GET"} [] [2025-03-20T08:52:58.121892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:53:00.327631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=request","method":"GET"} [] [2025-03-20T08:53:00.349594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:53:02.586288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=request","method":"GET"} [] [2025-03-20T08:53:02.612409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:53:05.615435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c","method":"GET"} [] [2025-03-20T08:53:05.636640+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/exception.css","method":"GET"} [] [2025-03-20T08:53:05.642635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:53:05.660319+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/exception","method":"GET"} [] [2025-03-20T08:53:07.190646+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=mailer","method":"GET"} [] [2025-03-20T08:53:07.214050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:53:10.615351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=mailer","method":"GET"} [] [2025-03-20T08:53:10.638349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:53:13.089477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=events","method":"GET"} [] [2025-03-20T08:53:13.176569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T08:53:15.426597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=events","method":"GET"} [] [2025-03-20T08:53:15.449638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T08:53:20.002338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=form","method":"GET"} [] [2025-03-20T08:53:20.024759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T08:53:20.759620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=router","method":"GET"} [] [2025-03-20T08:53:20.781946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:53:20.804871+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/router","method":"GET"} [] [2025-03-20T08:53:22.245096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=twig","method":"GET"} [] [2025-03-20T08:53:22.266558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T08:53:24.505802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=twig","method":"GET"} [] [2025-03-20T08:53:24.528865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T08:53:26.749734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:53:27.773254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=events","method":"GET"} [] [2025-03-20T08:53:27.797325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T08:53:35.158283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=time","method":"GET"} [] [2025-03-20T08:53:35.226915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T08:53:37.620521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:53:38.676149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=form","method":"GET"} [] [2025-03-20T08:53:38.701952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T08:53:40.962220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=time","method":"GET"} [] [2025-03-20T08:53:40.986041+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T08:53:43.010271+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T08:53:43.170723+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T08:53:44.387524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=dump","method":"GET"} [] [2025-03-20T08:53:44.410323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T08:53:46.604429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=dump","method":"GET"} [] [2025-03-20T08:53:46.627366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T08:53:48.825738+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=twig","method":"GET"} [] [2025-03-20T08:53:48.847683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T08:53:50.390227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=logger","method":"GET"} [] [2025-03-20T08:53:50.484379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:53:51.065681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=validator","method":"GET"} [] [2025-03-20T08:53:51.090842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:53:53.321921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=validator","method":"GET"} [] [2025-03-20T08:53:53.347859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:53:56.759874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=validator","method":"GET"} [] [2025-03-20T08:53:56.783068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:54:00.163765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=validator","method":"GET"} [] [2025-03-20T08:54:00.186809+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:54:02.413239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=db","method":"GET"} [] [2025-03-20T08:54:02.440433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:54:04.727776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=db","method":"GET"} [] [2025-03-20T08:54:04.750428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:54:07.129375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=cache","method":"GET"} [] [2025-03-20T08:54:07.201025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:54:08.239677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=mailer","method":"GET"} [] [2025-03-20T08:54:08.264378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:54:09.404393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:54:11.796428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=cache","method":"GET"} [] [2025-03-20T08:54:11.818219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:54:14.165681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=cache","method":"GET"} [] [2025-03-20T08:54:14.189092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:54:16.404597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=events","method":"GET"} [] [2025-03-20T08:54:16.427771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T08:54:18.649595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=time","method":"GET"} [] [2025-03-20T08:54:18.678422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T08:54:20.954633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=events","method":"GET"} [] [2025-03-20T08:54:20.980820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T08:54:23.350574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=dump","method":"GET"} [] [2025-03-20T08:54:23.415194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T08:54:25.002228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=request","method":"GET"} [] [2025-03-20T08:54:25.027424+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:54:27.907872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:54:27.932307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:54:28.053004+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:54:33.988588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=validator","method":"GET"} [] [2025-03-20T08:54:34.012915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:54:40.518905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=db","method":"GET"} [] [2025-03-20T08:54:40.518420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=db","method":"GET"} [] [2025-03-20T08:54:40.624990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:54:40.625154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:54:43.463726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=db","method":"GET"} [] [2025-03-20T08:54:43.487974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:54:47.121822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:54:49.743166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=db","method":"GET"} [] [2025-03-20T08:54:49.768513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:54:52.120162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=cache","method":"GET"} [] [2025-03-20T08:54:52.142127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:54:54.717002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=form","method":"GET"} [] [2025-03-20T08:54:54.740714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T08:54:56.360644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=cache","method":"GET"} [] [2025-03-20T08:54:56.433465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:54:56.766705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=time","method":"GET"} [] [2025-03-20T08:54:56.788938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T08:54:59.037986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=form","method":"GET"} [] [2025-03-20T08:54:59.063247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T08:55:02.787284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=cache","method":"GET"} [] [2025-03-20T08:55:02.812944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T08:55:06.422422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:55:06.446321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:55:06.474799+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:55:09.013969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=config","method":"GET"} [] [2025-03-20T08:55:09.036017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:55:13.015501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=logger","method":"GET"} [] [2025-03-20T08:55:13.104518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:55:16.429212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=config","method":"GET"} [] [2025-03-20T08:55:16.453052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:55:16.517044+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=config","method":"GET"} [] [2025-03-20T08:55:16.540428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:55:19.628555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:55:19.653303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:55:19.671922+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:55:22.594269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:55:28.262653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=validator","method":"GET"} [] [2025-03-20T08:55:28.392399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:55:31.338873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=router","method":"GET"} [] [2025-03-20T08:55:31.360557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:55:31.379197+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/router","method":"GET"} [] [2025-03-20T08:55:37.839605+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=43","method":"GET"} [] [2025-03-20T08:55:39.613490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?group=1&panel=db","method":"GET"} [] [2025-03-20T08:55:39.639103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T08:55:47.455139+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=71","method":"GET"} [] [2025-03-20T08:55:47.496714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=router","method":"GET"} [] [2025-03-20T08:55:47.547095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:55:47.602938+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/router","method":"GET"} [] [2025-03-20T08:55:54.678234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=logger","method":"GET"} [] [2025-03-20T08:55:54.678329+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=56","method":"GET"} [] [2025-03-20T08:55:54.708392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:56:00.582385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=config","method":"GET"} [] [2025-03-20T08:56:00.605435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:56:02.856093+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSurrogateListener.php&line=39","method":"GET"} [] [2025-03-20T08:56:06.391795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=router","method":"GET"} [] [2025-03-20T08:56:06.485526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:56:06.669365+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/router","method":"GET"} [] [2025-03-20T08:56:10.493596+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FIsGrantedListener.php&line=39","method":"GET"} [] [2025-03-20T08:56:11.134037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=config","method":"GET"} [] [2025-03-20T08:56:11.159338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:56:15.694920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=validator","method":"GET"} [] [2025-03-20T08:56:15.728860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T08:56:20.054801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?panel=security","method":"GET"} [] [2025-03-20T08:56:20.112499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:56:23.594679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?panel=security","method":"GET"} [] [2025-03-20T08:56:23.637419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:56:26.814230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=security","method":"GET"} [] [2025-03-20T08:56:26.838257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:56:29.807467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:56:29.831523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:56:29.854065+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:56:32.480726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?panel=security","method":"GET"} [] [2025-03-20T08:56:32.504946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:56:40.648616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=security","method":"GET"} [] [2025-03-20T08:56:40.724975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:57:10.486545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=security","method":"GET"} [] [2025-03-20T08:57:10.563255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:57:21.067586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=security","method":"GET"} [] [2025-03-20T08:57:21.092301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:57:23.272015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=security","method":"GET"} [] [2025-03-20T08:57:23.297047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:57:29.834045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=logger","method":"GET"} [] [2025-03-20T08:57:29.903450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:57:38.227773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:57:50.370878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=router","method":"GET"} [] [2025-03-20T08:57:50.450154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:57:50.508090+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/router","method":"GET"} [] [2025-03-20T08:57:53.153279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=router","method":"GET"} [] [2025-03-20T08:57:53.175701+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:57:53.194294+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/router","method":"GET"} [] [2025-03-20T08:57:55.065647+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=48","method":"GET"} [] [2025-03-20T08:57:56.484141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?panel=logger","method":"GET"} [] [2025-03-20T08:57:56.508118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:58:00.319445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=logger","method":"GET"} [] [2025-03-20T08:58:00.344218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:58:03.198509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=router","method":"GET"} [] [2025-03-20T08:58:03.221817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:58:03.240092+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/router","method":"GET"} [] [2025-03-20T08:58:06.156048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=config","method":"GET"} [] [2025-03-20T08:58:06.226441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:58:08.399285+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=logger","method":"GET"} [] [2025-03-20T08:58:08.425531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T08:58:10.619511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa?panel=router","method":"GET"} [] [2025-03-20T08:58:10.641910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T08:58:10.659999+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa/router","method":"GET"} [] [2025-03-20T08:58:12.458157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa?panel=config","method":"GET"} [] [2025-03-20T08:58:12.481454+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T08:58:14.260546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:14.286057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:15.778172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:15.803471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:17.305442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:17.333562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:18.473536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /jq.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /jq.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jq.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T08:58:19.851097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d43bc"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d43bc?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:19.872267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:20.847373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:20.870961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T08:58:23.952263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?panel=db","method":"GET"} [] [2025-03-20T08:58:24.030851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:58:24.890082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10","method":"GET"} [] [2025-03-20T08:58:24.911876+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T08:58:24.917913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-20T08:58:24.936609+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T08:58:25.705827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=mailer","method":"GET"} [] [2025-03-20T08:58:25.734237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:58:26.666407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=mailer","method":"GET"} [] [2025-03-20T08:58:26.691732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:58:27.772028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=mailer","method":"GET"} [] [2025-03-20T08:58:27.886223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T08:58:29.048097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?panel=security","method":"GET"} [] [2025-03-20T08:58:29.069810+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T08:58:30.118061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:58:30.143055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:58:30.165132+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:58:31.630013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=request","method":"GET"} [] [2025-03-20T08:58:31.653525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:58:33.391267+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FEventListener%2FExceptionListener.php&line=26","method":"GET"} [] [2025-03-20T08:58:35.705103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=request","method":"GET"} [] [2025-03-20T08:58:35.728604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:58:38.689313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=request","method":"GET"} [] [2025-03-20T08:58:38.715059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T08:58:42.180592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=db","method":"GET"} [] [2025-03-20T08:58:42.284770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:58:43.028367+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=42","method":"GET"} [] [2025-03-20T08:58:43.482331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=db","method":"GET"} [] [2025-03-20T08:58:43.517004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T08:58:46.811145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:58:46.838930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:58:46.863407+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:58:48.113803+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:58:48.140942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T08:58:48.170990+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T08:58:53.500376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda","method":"GET"} [] [2025-03-20T08:58:53.523677+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T08:58:53.535078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:58:53.553299+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T08:59:02.871253+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=46","method":"GET"} [] [2025-03-20T08:59:11.825554+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FWebpackEncoreBundle.php&line=14","method":"GET"} [] [2025-03-20T08:59:13.305257+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T08:59:29.058019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=exception","method":"GET"} [] [2025-03-20T08:59:29.120358+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T08:59:29.130997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T08:59:29.176519+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T08:59:43.732268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=translation","method":"GET"} [] [2025-03-20T08:59:43.753731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T08:59:57.178959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16","method":"GET"} [] [2025-03-20T08:59:57.240919+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/exception.css","method":"GET"} [] [2025-03-20T08:59:57.250784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T08:59:57.310970+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/exception","method":"GET"} [] [2025-03-20T09:00:09.144163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae","method":"GET"} [] [2025-03-20T09:00:09.166655+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae/exception.css","method":"GET"} [] [2025-03-20T09:00:09.169480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:00:09.187991+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae/exception","method":"GET"} [] [2025-03-20T09:00:19.890237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa","method":"GET"} [] [2025-03-20T09:00:19.949966+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/exception.css","method":"GET"} [] [2025-03-20T09:00:19.967336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:00:20.009739+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/exception","method":"GET"} [] [2025-03-20T09:00:29.134871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=request","method":"GET"} [] [2025-03-20T09:00:29.168036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:00:38.186514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:00:38.271163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:00:38.320398+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:00:45.880390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:00:45.904714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:00:45.923570+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:01:04.877636+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Ftgalopin%2Fhtml-sanitizer-bundle%2Fsrc%2FHtmlSanitizerBundle.php&line=23","method":"GET"} [] [2025-03-20T09:01:09.696513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145","method":"GET"} [] [2025-03-20T09:01:09.745465+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145/exception.css","method":"GET"} [] [2025-03-20T09:01:09.767379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:01:09.845863+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145/exception","method":"GET"} [] [2025-03-20T09:01:11.858051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-20T09:01:13.941270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?panel=cache","method":"GET"} [] [2025-03-20T09:01:13.975322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:01:20.947649+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle%2FMonologBundle.php&line=30","method":"GET"} [] [2025-03-20T09:01:25.451240+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FEventListener%2FWebDebugToolbarListener.php&line=63","method":"GET"} [] [2025-03-20T09:01:29.976962+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FProcessor%2FDebugProcessor.php&line=20","method":"GET"} [] [2025-03-20T09:01:36.305144+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FRememberMe%2FResponseListener.php&line=27","method":"GET"} [] [2025-03-20T09:01:40.784836+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T09:01:40.851623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:01:45.321733+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fknpuniversity%2Foauth2-client-bundle%2Fsrc%2FKnpUOAuth2ClientBundle.php&line=16","method":"GET"} [] [2025-03-20T09:01:49.871931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?group=1&panel=db","method":"GET"} [] [2025-03-20T09:01:49.913063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:01:54.726203+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Ftwig-bundle%2FTwigBundle.php&line=42","method":"GET"} [] [2025-03-20T09:01:59.315937+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall.php&line=44","method":"GET"} [] [2025-03-20T09:02:06.847186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=config","method":"GET"} [] [2025-03-20T09:02:06.884393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:02:11.982617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=logger","method":"GET"} [] [2025-03-20T09:02:12.033591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:02:15.824561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=form","method":"GET"} [] [2025-03-20T09:02:15.848891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:02:16.925782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=router","method":"GET"} [] [2025-03-20T09:02:16.944939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:02:16.962888+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/router","method":"GET"} [] [2025-03-20T09:02:21.626975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=router","method":"GET"} [] [2025-03-20T09:02:21.649965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:02:21.668631+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145/router","method":"GET"} [] [2025-03-20T09:02:30.104658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=mailer","method":"GET"} [] [2025-03-20T09:02:30.217878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:02:34.913133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=request","method":"GET"} [] [2025-03-20T09:02:34.935607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:02:39.627841+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:02:39.650293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:02:44.143004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=cache","method":"GET"} [] [2025-03-20T09:02:44.166271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:02:48.981358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=cache","method":"GET"} [] [2025-03-20T09:02:49.059820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:02:53.716233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=db","method":"GET"} [] [2025-03-20T09:02:53.736483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:02:58.188416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=security","method":"GET"} [] [2025-03-20T09:02:58.210838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:03:02.776691+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T09:03:02.852068+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:03:11.714955+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:03:14.603055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=validator","method":"GET"} [] [2025-03-20T09:03:14.639149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:03:22.417002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=time","method":"GET"} [] [2025-03-20T09:03:22.441625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:03:27.122748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=dump","method":"GET"} [] [2025-03-20T09:03:27.173505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:03:34.366471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:34.416001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:38.965802+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:38.985914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:43.627809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:43.681477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:48.232995+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:48.259397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:52.846195+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:52.881890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:03:57.537263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad","method":"GET"} [] [2025-03-20T09:03:57.565949+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/exception.css","method":"GET"} [] [2025-03-20T09:03:57.573590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:03:57.610948+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/exception","method":"GET"} [] [2025-03-20T09:04:03.830270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9","method":"GET"} [] [2025-03-20T09:04:03.908850+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T09:04:03.911940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:04:03.938319+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T09:04:09.662099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda","method":"GET"} [] [2025-03-20T09:04:09.691941+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T09:04:09.699064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:04:09.722826+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:04:14.373115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T09:04:14.436506+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:04:19.396969+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:04:19.445924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:04:27.033947+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FLogout%2FCsrfTokenClearingLogoutHandler.php&line=22","method":"GET"} [] [2025-03-20T09:04:31.540000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?group=1&panel=db","method":"GET"} [] [2025-03-20T09:04:31.584109+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:04:36.314303+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T09:04:36.402375+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:04:41.006131+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T09:04:41.064717+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:04:48.416854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=exception","method":"GET"} [] [2025-03-20T09:04:48.454035+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T09:04:48.463908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:04:48.511092+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:04:48.591472+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:04:48.613840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:05:12.206850+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:05:12.271001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:05:33.123836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=config","method":"GET"} [] [2025-03-20T09:05:33.196295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:05:33.234057+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/exception","method":"GET"} [] [2025-03-20T09:05:50.871837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=logger","method":"GET"} [] [2025-03-20T09:05:50.946337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:06:16.355603+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae/exception","method":"GET"} [] [2025-03-20T09:06:22.719319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=router","method":"GET"} [] [2025-03-20T09:06:22.758060+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:06:22.798017+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/router","method":"GET"} [] [2025-03-20T09:06:37.803417+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:06:50.625029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=config","method":"GET"} [] [2025-03-20T09:06:50.664841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:06:53.313856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=config","method":"GET"} [] [2025-03-20T09:06:53.372214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:07:03.134160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=logger","method":"GET"} [] [2025-03-20T09:07:03.158140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:07:14.348382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=router","method":"GET"} [] [2025-03-20T09:07:14.431303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:07:14.475593+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/router","method":"GET"} [] [2025-03-20T09:07:23.858091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=events","method":"GET"} [] [2025-03-20T09:07:23.881464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:07:27.650441+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/exception","method":"GET"} [] [2025-03-20T09:07:33.073835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=events","method":"GET"} [] [2025-03-20T09:07:33.149764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:07:40.749170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=mailer","method":"GET"} [] [2025-03-20T09:07:40.770852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:07:47.797631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=mailer","method":"GET"} [] [2025-03-20T09:07:47.822931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:07:58.966273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:08:00.152156+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T09:08:00.220091+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:08:06.073117+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T09:08:06.139602+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:08:24.134533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=request","method":"GET"} [] [2025-03-20T09:08:24.214244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:08:25.467306+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=79","method":"GET"} [] [2025-03-20T09:08:50.732649+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=157","method":"GET"} [] [2025-03-20T09:09:12.740449+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=191","method":"GET"} [] [2025-03-20T09:09:13.781442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=request","method":"GET"} [] [2025-03-20T09:09:13.826164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:09:31.777414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=exception","method":"GET"} [] [2025-03-20T09:09:31.852919+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/exception.css","method":"GET"} [] [2025-03-20T09:09:31.863962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:09:31.914311+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/exception","method":"GET"} [] [2025-03-20T09:09:50.376933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=exception","method":"GET"} [] [2025-03-20T09:09:50.442196+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/exception.css","method":"GET"} [] [2025-03-20T09:09:50.452550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:09:50.493529+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/exception","method":"GET"} [] [2025-03-20T09:10:01.486408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=request","method":"GET"} [] [2025-03-20T09:10:01.524648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:10:21.194140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=translation","method":"GET"} [] [2025-03-20T09:10:21.261906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:10:36.465668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=translation","method":"GET"} [] [2025-03-20T09:10:36.541212+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:10:42.816168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=cache","method":"GET"} [] [2025-03-20T09:10:42.838910+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:10:49.411545+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/phpinfo","method":"GET"} [] [2025-03-20T09:11:00.956075+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Ftwig-bundle%2FTwigBundle.php&line=42","method":"GET"} [] [2025-03-20T09:11:10.937230+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle%2FMonologBundle.php&line=30","method":"GET"} [] [2025-03-20T09:11:19.768877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=cache","method":"GET"} [] [2025-03-20T09:11:19.844040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:11:28.587394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=translation","method":"GET"} [] [2025-03-20T09:11:28.612335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:11:37.650348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=translation","method":"GET"} [] [2025-03-20T09:11:37.716313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:11:51.798097+01:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search?limit=10","method":"GET"} [] [2025-03-20T09:11:55.141537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=cache","method":"GET"} [] [2025-03-20T09:11:55.240860+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:11:59.008748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf","method":"GET"} [] [2025-03-20T09:11:59.030736+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/exception.css","method":"GET"} [] [2025-03-20T09:11:59.038419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:11:59.057256+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/exception","method":"GET"} [] [2025-03-20T09:12:04.963215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=request","method":"GET"} [] [2025-03-20T09:12:04.988251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:12:10.629927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=request","method":"GET"} [] [2025-03-20T09:12:10.705386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:12:15.309267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=request","method":"GET"} [] [2025-03-20T09:12:15.335051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:12:19.837099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=request","method":"GET"} [] [2025-03-20T09:12:19.862665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:12:24.365217+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=83","method":"GET"} [] [2025-03-20T09:12:27.664991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=mailer","method":"GET"} [] [2025-03-20T09:12:27.729988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:12:31.217243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=mailer","method":"GET"} [] [2025-03-20T09:12:31.240667+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:12:34.651324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=mailer","method":"GET"} [] [2025-03-20T09:12:34.677393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:12:37.468624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=events","method":"GET"} [] [2025-03-20T09:12:37.491882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:12:43.064481+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/exception","method":"GET"} [] [2025-03-20T09:12:47.503110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e","method":"GET"} [] [2025-03-20T09:12:47.559260+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T09:12:47.569911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:12:47.643533+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T09:12:49.883985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01","method":"GET"} [] [2025-03-20T09:12:49.906195+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/exception.css","method":"GET"} [] [2025-03-20T09:12:49.909264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:12:49.927293+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/exception","method":"GET"} [] [2025-03-20T09:12:52.260602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6","method":"GET"} [] [2025-03-20T09:12:52.289967+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/exception.css","method":"GET"} [] [2025-03-20T09:12:52.294377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:12:52.320784+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/exception","method":"GET"} [] [2025-03-20T09:12:56.092917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=exception","method":"GET"} [] [2025-03-20T09:12:56.113730+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/exception.css","method":"GET"} [] [2025-03-20T09:12:56.116571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:12:56.134369+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/exception","method":"GET"} [] [2025-03-20T09:12:58.556953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=translation","method":"GET"} [] [2025-03-20T09:12:58.617738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:13:00.850251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=time","method":"GET"} [] [2025-03-20T09:13:00.878132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:13:04.195436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=dump","method":"GET"} [] [2025-03-20T09:13:04.240072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:13:07.669666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=form","method":"GET"} [] [2025-03-20T09:13:07.700825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:13:09.929613+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/exception","method":"GET"} [] [2025-03-20T09:13:12.156305+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/exception","method":"GET"} [] [2025-03-20T09:13:14.572238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=exception","method":"GET"} [] [2025-03-20T09:13:14.618002+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/exception.css","method":"GET"} [] [2025-03-20T09:13:14.622782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:13:14.646187+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/exception","method":"GET"} [] [2025-03-20T09:13:15.969825+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T09:13:16.030263+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:13:16.836920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=exception","method":"GET"} [] [2025-03-20T09:13:16.857830+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/exception.css","method":"GET"} [] [2025-03-20T09:13:16.860902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:13:16.880631+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/exception","method":"GET"} [] [2025-03-20T09:13:21.355385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=twig","method":"GET"} [] [2025-03-20T09:13:21.435988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:13:23.856002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=validator","method":"GET"} [] [2025-03-20T09:13:23.879538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:13:27.402141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=validator","method":"GET"} [] [2025-03-20T09:13:27.426099+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:13:29.893526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=validator","method":"GET"} [] [2025-03-20T09:13:29.962017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:13:32.233808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=validator","method":"GET"} [] [2025-03-20T09:13:32.259908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:13:34.487577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=validator","method":"GET"} [] [2025-03-20T09:13:34.515269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:13:37.727662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=db","method":"GET"} [] [2025-03-20T09:13:37.768744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:13:40.907996+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:13:40.957241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:13:41.169318+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=cache","method":"GET"} [] [2025-03-20T09:13:41.198312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:13:43.460107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=cache","method":"GET"} [] [2025-03-20T09:13:43.485004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:13:45.967577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=events","method":"GET"} [] [2025-03-20T09:13:46.013386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:13:48.228827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=events","method":"GET"} [] [2025-03-20T09:13:48.252310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:13:50.465277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=events","method":"GET"} [] [2025-03-20T09:13:50.489199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:13:53.842856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=dump","method":"GET"} [] [2025-03-20T09:13:53.880822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:13:57.225752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=dump","method":"GET"} [] [2025-03-20T09:13:57.249839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:13:59.440847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=time","method":"GET"} [] [2025-03-20T09:13:59.464813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:14:03.172227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=time","method":"GET"} [] [2025-03-20T09:14:03.238603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:14:06.598364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=form","method":"GET"} [] [2025-03-20T09:14:06.622530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:14:10.077771+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=twig","method":"GET"} [] [2025-03-20T09:14:10.142488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:14:18.577387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=form","method":"GET"} [] [2025-03-20T09:14:18.645853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:14:20.935629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=db","method":"GET"} [] [2025-03-20T09:14:20.965413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:14:23.244339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=form","method":"GET"} [] [2025-03-20T09:14:23.276022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:14:25.487767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=cache","method":"GET"} [] [2025-03-20T09:14:25.529961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:14:27.767321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=router","method":"GET"} [] [2025-03-20T09:14:27.790574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:14:27.808454+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/router","method":"GET"} [] [2025-03-20T09:14:30.150758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=cache","method":"GET"} [] [2025-03-20T09:14:30.173473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:14:32.317067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=logger","method":"GET"} [] [2025-03-20T09:14:32.341927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:14:34.869345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=logger","method":"GET"} [] [2025-03-20T09:14:34.925497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:14:37.146356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=config","method":"GET"} [] [2025-03-20T09:14:37.168876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:14:39.348573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=router","method":"GET"} [] [2025-03-20T09:14:39.372450+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:14:39.391484+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/router","method":"GET"} [] [2025-03-20T09:14:42.759103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:14:42.811738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:14:42.869203+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:14:45.256500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?group=1&panel=db","method":"GET"} [] [2025-03-20T09:14:45.289875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:14:48.836431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=config","method":"GET"} [] [2025-03-20T09:14:48.861699+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:14:52.291004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=security","method":"GET"} [] [2025-03-20T09:14:52.344176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:14:54.938989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=security","method":"GET"} [] [2025-03-20T09:14:54.961553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:14:57.507795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?panel=security","method":"GET"} [] [2025-03-20T09:14:57.532631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:14:59.826427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16?panel=security","method":"GET"} [] [2025-03-20T09:14:59.868070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:15:02.119079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=security","method":"GET"} [] [2025-03-20T09:15:02.141530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:15:04.338425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=config","method":"GET"} [] [2025-03-20T09:15:04.360680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:15:06.537394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=security","method":"GET"} [] [2025-03-20T09:15:06.559557+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:15:08.958861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=security","method":"GET"} [] [2025-03-20T09:15:09.027036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:15:12.420802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=security","method":"GET"} [] [2025-03-20T09:15:12.448003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:15:14.637871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=logger","method":"GET"} [] [2025-03-20T09:15:14.662135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:15:17.967222+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FLogout%2FSessionLogoutHandler.php&line=23","method":"GET"} [] [2025-03-20T09:15:20.175959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=router","method":"GET"} [] [2025-03-20T09:15:20.218389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:15:20.260164+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae/router","method":"GET"} [] [2025-03-20T09:15:23.698607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=router","method":"GET"} [] [2025-03-20T09:15:23.724518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:15:23.744840+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/router","method":"GET"} [] [2025-03-20T09:15:26.324734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=logger","method":"GET"} [] [2025-03-20T09:15:26.374152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:15:28.886434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa?panel=logger","method":"GET"} [] [2025-03-20T09:15:28.910726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:15:31.126264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda?group=1&panel=db","method":"GET"} [] [2025-03-20T09:15:31.149403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:15:33.355076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?panel=db","method":"GET"} [] [2025-03-20T09:15:33.385096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:15:35.522291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=mailer","method":"GET"} [] [2025-03-20T09:15:35.559492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:15:37.818328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?panel=cache","method":"GET"} [] [2025-03-20T09:15:37.839430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:15:43.793678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=request","method":"GET"} [] [2025-03-20T09:15:43.848574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:15:47.239783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=db","method":"GET"} [] [2025-03-20T09:15:47.264042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:15:49.455690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=db","method":"GET"} [] [2025-03-20T09:15:49.483470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:15:51.676493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:15:51.723380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:15:51.781732+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:15:54.146525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?group=1&panel=db","method":"GET"} [] [2025-03-20T09:15:54.170147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:15:57.726319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=twig","method":"GET"} [] [2025-03-20T09:15:57.748077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:16:01.117250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=exception","method":"GET"} [] [2025-03-20T09:16:01.172920+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:16:03.688700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=translation","method":"GET"} [] [2025-03-20T09:16:03.709563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:16:06.295438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=mailer","method":"GET"} [] [2025-03-20T09:16:06.318178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:16:08.615861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=db","method":"GET"} [] [2025-03-20T09:16:08.655600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:16:10.964417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=db","method":"GET"} [] [2025-03-20T09:16:10.988969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:16:13.360799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=db","method":"GET"} [] [2025-03-20T09:16:13.390251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:16:15.575815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:16:15.600038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:16:15.622512+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:16:18.251669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:16:18.306833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:16:18.336805+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:16:22.452593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=db","method":"GET"} [] [2025-03-20T09:16:22.492576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:16:35.370310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:16:35.446896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:16:35.496988+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:16:41.616483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f","method":"GET"} [] [2025-03-20T09:16:41.648639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:16:47.125364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=request","method":"GET"} [] [2025-03-20T09:16:47.151470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:17:24.236402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=mailer","method":"GET"} [] [2025-03-20T09:17:24.324996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:17:40.574505+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FRouter.php&line=257","method":"GET"} [] [2025-03-20T09:17:57.855283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=events","method":"GET"} [] [2025-03-20T09:17:57.936394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:18:27.168051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:18:27.262845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:18:27.311211+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:18:31.777003+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:18:31.810295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:18:53.372865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=events","method":"GET"} [] [2025-03-20T09:18:53.455757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:19:17.804353+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=112","method":"GET"} [] [2025-03-20T09:19:56.602102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=events","method":"GET"} [] [2025-03-20T09:19:56.729906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:20:00.684000+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T09:20:00.722011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T09:20:37.580061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=security","method":"GET"} [] [2025-03-20T09:20:37.724622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:20:51.096725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=events","method":"GET"} [] [2025-03-20T09:20:51.126384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:21:11.216361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=security","method":"GET"} [] [2025-03-20T09:21:11.346922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:21:42.197912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=security","method":"GET"} [] [2025-03-20T09:21:42.315885+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:21:44.464514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=events","method":"GET"} [] [2025-03-20T09:21:44.487843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:22:10.200658+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:22:10.351654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:22:30.101146+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:22:30.271194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T09:22:30.358623+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T09:22:33.136390+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:22:33.159709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:23:14.842134+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:23:15.003720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:23:34.306192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f","method":"GET"} [] [2025-03-20T09:23:34.440102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:23:51.634893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab","method":"GET"} [] [2025-03-20T09:23:51.722223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:24:07.455217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=mailer","method":"GET"} [] [2025-03-20T09:24:07.594656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:24:13.931491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=form","method":"GET"} [] [2025-03-20T09:24:13.956232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:24:21.502277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=request","method":"GET"} [] [2025-03-20T09:24:21.531734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:24:58.068130+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T09:24:58.213543+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:25:09.215653+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:25:09.253297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:25:18.001222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=twig","method":"GET"} [] [2025-03-20T09:25:18.168642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:26:13.794474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153","method":"GET"} [] [2025-03-20T09:26:13.869801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=dump","method":"GET"} [] [2025-03-20T09:26:13.961170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:26:13.961319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:26:44.385549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738","method":"GET"} [] [2025-03-20T09:26:44.473333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:27:04.241030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=time","method":"GET"} [] [2025-03-20T09:27:04.381494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:27:13.332293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=config","method":"GET"} [] [2025-03-20T09:27:13.352523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:27:40.809456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=logger","method":"GET"} [] [2025-03-20T09:27:40.919150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:27:51.790169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=dump","method":"GET"} [] [2025-03-20T09:27:51.814419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:28:24.051261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=router","method":"GET"} [] [2025-03-20T09:28:24.214683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:28:24.277405+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab/router","method":"GET"} [] [2025-03-20T09:28:32.810156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=twig","method":"GET"} [] [2025-03-20T09:28:32.833430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:28:45.445595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=events","method":"GET"} [] [2025-03-20T09:28:45.532514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:29:09.877827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=dump","method":"GET"} [] [2025-03-20T09:29:10.076438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:29:20.757414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=mailer","method":"GET"} [] [2025-03-20T09:29:20.777665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:29:38.832489+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T09:29:38.956645+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:29:41.816804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=time","method":"GET"} [] [2025-03-20T09:29:41.863084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:29:54.233877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=request","method":"GET"} [] [2025-03-20T09:29:54.292873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:30:11.055113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=dump","method":"GET"} [] [2025-03-20T09:30:11.202822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:30:38.964486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=time","method":"GET"} [] [2025-03-20T09:30:39.080786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:31:03.515365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=twig","method":"GET"} [] [2025-03-20T09:31:03.633990+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:31:19.527289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=mailer","method":"GET"} [] [2025-03-20T09:31:19.679074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:31:44.706477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=form","method":"GET"} [] [2025-03-20T09:31:44.828125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:32:04.995987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=twig","method":"GET"} [] [2025-03-20T09:32:05.107825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:32:22.551315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=time","method":"GET"} [] [2025-03-20T09:32:22.745909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:32:38.139614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=form","method":"GET"} [] [2025-03-20T09:32:38.216464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:32:38.653457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=config","method":"GET"} [] [2025-03-20T09:32:38.699979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:32:51.543574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=twig","method":"GET"} [] [2025-03-20T09:32:51.579521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:33:04.944207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=dump","method":"GET"} [] [2025-03-20T09:33:05.067249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:33:14.570314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=logger","method":"GET"} [] [2025-03-20T09:33:14.590846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:33:15.711192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=form","method":"GET"} [] [2025-03-20T09:33:15.748438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:33:26.942432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=time","method":"GET"} [] [2025-03-20T09:33:27.125681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:33:35.848821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=time","method":"GET"} [] [2025-03-20T09:33:35.871775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:33:46.897795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=router","method":"GET"} [] [2025-03-20T09:33:46.990264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:33:47.069311+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153/router","method":"GET"} [] [2025-03-20T09:33:52.107906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=time","method":"GET"} [] [2025-03-20T09:33:52.137117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:33:59.883712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=dump","method":"GET"} [] [2025-03-20T09:33:59.915836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:34:08.949343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=twig","method":"GET"} [] [2025-03-20T09:34:09.047386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:34:18.436697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=translation","method":"GET"} [] [2025-03-20T09:34:18.465180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:34:23.315718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=mailer","method":"GET"} [] [2025-03-20T09:34:23.339304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:34:28.818371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=request","method":"GET"} [] [2025-03-20T09:34:28.924807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:34:33.021134+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=events","method":"GET"} [] [2025-03-20T09:34:33.043742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:34:37.226294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=form","method":"GET"} [] [2025-03-20T09:34:37.249442+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:34:41.931137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=translation","method":"GET"} [] [2025-03-20T09:34:41.952057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:34:48.014082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=validator","method":"GET"} [] [2025-03-20T09:34:48.094119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:34:50.995168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=db","method":"GET"} [] [2025-03-20T09:34:51.017496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:34:53.944788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=cache","method":"GET"} [] [2025-03-20T09:34:53.992717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:34:56.626074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=router","method":"GET"} [] [2025-03-20T09:34:56.647205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:34:56.665442+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/router","method":"GET"} [] [2025-03-20T09:34:59.304766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=logger","method":"GET"} [] [2025-03-20T09:34:59.327539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:35:01.576321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=config","method":"GET"} [] [2025-03-20T09:35:01.597559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:35:04.284773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?panel=security","method":"GET"} [] [2025-03-20T09:35:04.405714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:35:06.717426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=time","method":"GET"} [] [2025-03-20T09:35:06.737918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:35:08.937001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=form","method":"GET"} [] [2025-03-20T09:35:08.956995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:35:09.043249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=translation","method":"GET"} [] [2025-03-20T09:35:09.063881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:35:11.145293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=dump","method":"GET"} [] [2025-03-20T09:35:11.193862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:35:13.395689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=dump","method":"GET"} [] [2025-03-20T09:35:13.423486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:35:16.734140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad?group=1&panel=db","method":"GET"} [] [2025-03-20T09:35:16.760742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:35:19.747677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:35:19.822769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:35:22.033842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=cache","method":"GET"} [] [2025-03-20T09:35:22.061401+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:35:24.301351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=cache","method":"GET"} [] [2025-03-20T09:35:24.330602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:35:26.556229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b?panel=cache","method":"GET"} [] [2025-03-20T09:35:26.611799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:35:28.835827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=cache","method":"GET"} [] [2025-03-20T09:35:28.859703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:35:31.091796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=cache","method":"GET"} [] [2025-03-20T09:35:31.115083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:35:33.358856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=cache","method":"GET"} [] [2025-03-20T09:35:33.383217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:35:35.031879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=request","method":"GET"} [] [2025-03-20T09:35:35.099787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:35:37.856986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24?panel=events","method":"GET"} [] [2025-03-20T09:35:37.891341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:35:40.155724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738","method":"GET"} [] [2025-03-20T09:35:40.177006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:42.404670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153","method":"GET"} [] [2025-03-20T09:35:42.434535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:44.653823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f","method":"GET"} [] [2025-03-20T09:35:44.695643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:46.923504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab","method":"GET"} [] [2025-03-20T09:35:46.944088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:49.148197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5","method":"GET"} [] [2025-03-20T09:35:49.208815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:51.855668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3","method":"GET"} [] [2025-03-20T09:35:51.935389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:54.122923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424","method":"GET"} [] [2025-03-20T09:35:54.151384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:35:56.726210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7","method":"GET"} [] [2025-03-20T09:35:56.762152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:36:00.095129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:36:00.116248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:36:02.304137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=form","method":"GET"} [] [2025-03-20T09:36:02.324358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:36:04.548806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=exception","method":"GET"} [] [2025-03-20T09:36:04.568615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:36:07.268566+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:36:07.380170+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:36:09.620081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=exception","method":"GET"} [] [2025-03-20T09:36:09.653163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:36:11.875914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=exception","method":"GET"} [] [2025-03-20T09:36:11.895904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:36:14.123463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=exception","method":"GET"} [] [2025-03-20T09:36:14.143784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:36:15.078794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=mailer","method":"GET"} [] [2025-03-20T09:36:15.098583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:36:17.515181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=exception","method":"GET"} [] [2025-03-20T09:36:17.536997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:36:19.771957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=translation","method":"GET"} [] [2025-03-20T09:36:19.792128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:36:22.528291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=translation","method":"GET"} [] [2025-03-20T09:36:22.604833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:36:24.833050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=translation","method":"GET"} [] [2025-03-20T09:36:24.871278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:36:28.255152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=translation","method":"GET"} [] [2025-03-20T09:36:28.277275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:36:30.425971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=translation","method":"GET"} [] [2025-03-20T09:36:30.455206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:36:32.643401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:36:32.664913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:36:34.716592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=events","method":"GET"} [] [2025-03-20T09:36:34.743152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:36:35.993904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=mailer","method":"GET"} [] [2025-03-20T09:36:36.013946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:36:40.944751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=request","method":"GET"} [] [2025-03-20T09:36:41.008904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:36:43.285642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=request","method":"GET"} [] [2025-03-20T09:36:43.310123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:36:45.513841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=mailer","method":"GET"} [] [2025-03-20T09:36:45.534392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:36:49.994968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=events","method":"GET"} [] [2025-03-20T09:36:50.014804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:36:51.102636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=events","method":"GET"} [] [2025-03-20T09:36:51.122878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:36:52.222581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=form","method":"GET"} [] [2025-03-20T09:36:52.242180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:36:57.349985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=form","method":"GET"} [] [2025-03-20T09:36:57.438529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:36:59.767558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=twig","method":"GET"} [] [2025-03-20T09:36:59.789509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:37:02.027416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=dump","method":"GET"} [] [2025-03-20T09:37:02.049775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:37:04.244999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=time","method":"GET"} [] [2025-03-20T09:37:04.267159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:37:06.492279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=dump","method":"GET"} [] [2025-03-20T09:37:06.513521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:37:06.553449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=request","method":"GET"} [] [2025-03-20T09:37:06.573496+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:37:09.817281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=dump","method":"GET"} [] [2025-03-20T09:37:09.837783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:37:12.698638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=time","method":"GET"} [] [2025-03-20T09:37:12.793440+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:37:15.027427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=twig","method":"GET"} [] [2025-03-20T09:37:15.047905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:37:17.253764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=validator","method":"GET"} [] [2025-03-20T09:37:17.289342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:37:19.526186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=validator","method":"GET"} [] [2025-03-20T09:37:19.546669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:37:20.977356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=twig","method":"GET"} [] [2025-03-20T09:37:20.999477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:37:21.902237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=validator","method":"GET"} [] [2025-03-20T09:37:21.922321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:37:24.137404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=validator","method":"GET"} [] [2025-03-20T09:37:24.158859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:37:26.343223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=validator","method":"GET"} [] [2025-03-20T09:37:26.363600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:37:31.177663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=db","method":"GET"} [] [2025-03-20T09:37:31.301959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:37:33.564367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=db","method":"GET"} [] [2025-03-20T09:37:33.585137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:37:33.868814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=dump","method":"GET"} [] [2025-03-20T09:37:33.888874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:37:35.764880+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=cache","method":"GET"} [] [2025-03-20T09:37:35.785342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:37:37.951349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=cache","method":"GET"} [] [2025-03-20T09:37:37.970608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:37:40.174751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=cache","method":"GET"} [] [2025-03-20T09:37:40.195321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:37:42.397453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=router","method":"GET"} [] [2025-03-20T09:37:42.416555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:37:42.434211+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab/router","method":"GET"} [] [2025-03-20T09:37:44.893126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=config","method":"GET"} [] [2025-03-20T09:37:44.912774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:37:50.843871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab?panel=config","method":"GET"} [] [2025-03-20T09:37:50.917352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:37:53.200617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=logger","method":"GET"} [] [2025-03-20T09:37:53.220972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:37:55.458413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=security","method":"GET"} [] [2025-03-20T09:37:55.479478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:37:57.715721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?panel=security","method":"GET"} [] [2025-03-20T09:37:57.738859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:38:01.084039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=security","method":"GET"} [] [2025-03-20T09:38:01.113470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:38:03.303502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=security","method":"GET"} [] [2025-03-20T09:38:03.324144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:38:05.502512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=security","method":"GET"} [] [2025-03-20T09:38:05.522694+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:38:06.190635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T09:38:06.303832+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T09:38:07.731692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=router","method":"GET"} [] [2025-03-20T09:38:07.751192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:38:07.769308+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/router","method":"GET"} [] [2025-03-20T09:38:10.284508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?panel=logger","method":"GET"} [] [2025-03-20T09:38:10.304462+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:38:12.523707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5?group=1&panel=db","method":"GET"} [] [2025-03-20T09:38:12.544108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:38:14.743950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f?group=1&panel=db","method":"GET"} [] [2025-03-20T09:38:14.765305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:38:16.667799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=security","method":"GET"} [] [2025-03-20T09:38:16.688569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:38:18.035606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=translation","method":"GET"} [] [2025-03-20T09:38:18.057886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:38:20.245363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=translation","method":"GET"} [] [2025-03-20T09:38:20.264808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:38:22.918989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=mailer","method":"GET"} [] [2025-03-20T09:38:23.044519+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:38:25.321054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=mailer","method":"GET"} [] [2025-03-20T09:38:25.341118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:38:25.989980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=security","method":"GET"} [] [2025-03-20T09:38:26.009919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:38:28.766076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=mailer","method":"GET"} [] [2025-03-20T09:38:28.791855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:38:32.224643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=request","method":"GET"} [] [2025-03-20T09:38:32.245658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:38:34.375509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=request","method":"GET"} [] [2025-03-20T09:38:34.398239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:38:34.404377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=cache","method":"GET"} [] [2025-03-20T09:38:34.425093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:38:38.149450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=db","method":"GET"} [] [2025-03-20T09:38:38.238897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:38:40.493071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=db","method":"GET"} [] [2025-03-20T09:38:40.514972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:38:41.723704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=db","method":"GET"} [] [2025-03-20T09:38:41.744370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:38:42.754832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=db","method":"GET"} [] [2025-03-20T09:38:42.778520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:38:45.000159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=request","method":"GET"} [] [2025-03-20T09:38:45.021752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:38:47.237313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=request","method":"GET"} [] [2025-03-20T09:38:47.259491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:38:49.444531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=mailer","method":"GET"} [] [2025-03-20T09:38:49.464708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:38:51.673277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=db","method":"GET"} [] [2025-03-20T09:38:51.693753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:38:54.248182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=events","method":"GET"} [] [2025-03-20T09:38:54.355845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:38:56.645687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=events","method":"GET"} [] [2025-03-20T09:38:56.669151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:38:58.893606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=events","method":"GET"} [] [2025-03-20T09:38:58.912889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:39:00.859126+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:39:00.882775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:39:01.180746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=twig","method":"GET"} [] [2025-03-20T09:39:01.200716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:39:03.403221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=dump","method":"GET"} [] [2025-03-20T09:39:03.422978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:39:05.595914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=twig","method":"GET"} [] [2025-03-20T09:39:05.622642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:39:07.170023+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:39:07.190868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:39:07.826971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=time","method":"GET"} [] [2025-03-20T09:39:07.847578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:39:12.742064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=form","method":"GET"} [] [2025-03-20T09:39:12.742198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=dump","method":"GET"} [] [2025-03-20T09:39:12.834381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:39:12.834709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:39:15.093188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=form","method":"GET"} [] [2025-03-20T09:39:15.113315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:39:17.374940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=twig","method":"GET"} [] [2025-03-20T09:39:17.396526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:39:17.524744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=validator","method":"GET"} [] [2025-03-20T09:39:17.544215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:39:19.595837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=form","method":"GET"} [] [2025-03-20T09:39:19.618890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:39:22.963801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=time","method":"GET"} [] [2025-03-20T09:39:22.984506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:39:25.150662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=twig","method":"GET"} [] [2025-03-20T09:39:25.169827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:39:27.318392+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=twig","method":"GET"} [] [2025-03-20T09:39:27.340266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:39:29.891451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=time","method":"GET"} [] [2025-03-20T09:39:30.021564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:39:33.435378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=form","method":"GET"} [] [2025-03-20T09:39:33.456027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:39:33.928191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=twig","method":"GET"} [] [2025-03-20T09:39:33.947946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:39:35.615147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=validator","method":"GET"} [] [2025-03-20T09:39:35.634427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:39:37.863800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=validator","method":"GET"} [] [2025-03-20T09:39:37.883093+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:39:40.143332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=cache","method":"GET"} [] [2025-03-20T09:39:40.164703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:39:41.489095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=form","method":"GET"} [] [2025-03-20T09:39:41.509816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:39:42.366442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=cache","method":"GET"} [] [2025-03-20T09:39:42.389953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:39:44.964353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=cache","method":"GET"} [] [2025-03-20T09:39:45.065887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:39:45.186637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=time","method":"GET"} [] [2025-03-20T09:39:45.206872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:39:47.303151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=events","method":"GET"} [] [2025-03-20T09:39:47.322581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:39:48.930936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=dump","method":"GET"} [] [2025-03-20T09:39:48.952644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:39:49.545137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=events","method":"GET"} [] [2025-03-20T09:39:49.564547+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:39:51.745840+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=form","method":"GET"} [] [2025-03-20T09:39:51.766821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:39:52.652049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=dump","method":"GET"} [] [2025-03-20T09:39:52.672549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:39:54.005016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=cache","method":"GET"} [] [2025-03-20T09:39:54.025391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:39:56.203398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=time","method":"GET"} [] [2025-03-20T09:39:56.223229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:39:56.481879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=twig","method":"GET"} [] [2025-03-20T09:39:56.507147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:40:00.384670+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=public%2Findex.php&line=25","method":"GET"} [] [2025-03-20T09:40:02.252366+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=security","method":"GET"} [] [2025-03-20T09:40:02.291377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:40:02.649126+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/open?file=public%2Findex.php&line=25","method":"GET"} [] [2025-03-20T09:40:04.844143+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:40:04.880069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:40:07.093378+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:40:07.117574+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:40:07.981750+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:08.004351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:09.234982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=config","method":"GET"} [] [2025-03-20T09:40:09.267242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:11.644181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=router","method":"GET"} [] [2025-03-20T09:40:11.665881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:40:11.683992+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/router","method":"GET"} [] [2025-03-20T09:40:11.713677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:11.764172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:14.104841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=config","method":"GET"} [] [2025-03-20T09:40:14.127455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:16.824140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=router","method":"GET"} [] [2025-03-20T09:40:16.992274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:40:17.010576+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/router","method":"GET"} [] [2025-03-20T09:40:17.120599+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:17.141348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:19.273722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=logger","method":"GET"} [] [2025-03-20T09:40:19.623863+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:40:20.896389+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T09:40:20.962647+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:40:21.977310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?panel=logger","method":"GET"} [] [2025-03-20T09:40:22.000428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:40:24.222950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=config","method":"GET"} [] [2025-03-20T09:40:24.243475+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:24.681421+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:24.732116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:26.395144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=router","method":"GET"} [] [2025-03-20T09:40:26.414757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:40:26.433818+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3/router","method":"GET"} [] [2025-03-20T09:40:28.624386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?panel=config","method":"GET"} [] [2025-03-20T09:40:28.649162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:28.921296+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:28.941096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:30.953661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=logger","method":"GET"} [] [2025-03-20T09:40:30.981167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:40:33.069098+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:33.150937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:33.280599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=config","method":"GET"} [] [2025-03-20T09:40:33.311260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:35.490845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=logger","method":"GET"} [] [2025-03-20T09:40:35.547465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:40:36.860576+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:36.885331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:37.802405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=config","method":"GET"} [] [2025-03-20T09:40:37.824867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:40.525396+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:40.547638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:41.210777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=router","method":"GET"} [] [2025-03-20T09:40:41.235638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:40:41.255655+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/router","method":"GET"} [] [2025-03-20T09:40:43.597951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?panel=config","method":"GET"} [] [2025-03-20T09:40:43.620365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:44.324880+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:44.344227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:45.797583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3?panel=logger","method":"GET"} [] [2025-03-20T09:40:45.870344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:40:48.577528+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/exception","method":"GET"} [] [2025-03-20T09:40:49.166250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?panel=config","method":"GET"} [] [2025-03-20T09:40:49.193822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:40:51.371383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=router","method":"GET"} [] [2025-03-20T09:40:51.418518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:40:51.506003+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/router","method":"GET"} [] [2025-03-20T09:40:52.245473+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:52.279719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T09:40:53.714639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?panel=router","method":"GET"} [] [2025-03-20T09:40:53.735761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:40:53.753529+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/router","method":"GET"} [] [2025-03-20T09:40:55.925768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=logger","method":"GET"} [] [2025-03-20T09:40:55.947334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:40:56.038431+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T09:40:56.105487+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:40:58.181480+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:40:58.203072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:40:59.820570+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthentication%2FToken%2FAnonymousToken.php&line=21","method":"GET"} [] [2025-03-20T09:41:00.369376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?limit=10","method":"GET"} [] [2025-03-20T09:41:00.389378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10","method":"GET"} [] [2025-03-20T09:41:02.594445+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:02.614572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:05.332160+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:05.332216+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=108","method":"GET"} [] [2025-03-20T09:41:05.396727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:07.573651+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:07.616297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:09.965487+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:09.988248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:13.437951+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ec97fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ec97fe/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:13.458828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:41:15.676742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=config","method":"GET"} [] [2025-03-20T09:41:15.719702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:41:18.033832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=router","method":"GET"} [] [2025-03-20T09:41:18.055215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:41:18.074075+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738/router","method":"GET"} [] [2025-03-20T09:41:20.985635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=router","method":"GET"} [] [2025-03-20T09:41:21.111517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:41:21.130571+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738/router","method":"GET"} [] [2025-03-20T09:41:23.734361+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T09:41:23.796751+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:41:24.445636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153","method":"GET"} [] [2025-03-20T09:41:24.472254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:26.714684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab","method":"GET"} [] [2025-03-20T09:41:26.735549+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:28.133711+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T09:41:28.200716+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:41:29.028308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6","method":"GET"} [] [2025-03-20T09:41:29.050812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:31.264844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5","method":"GET"} [] [2025-03-20T09:41:31.310938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:33.643969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6","method":"GET"} [] [2025-03-20T09:41:33.664253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:37.606383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424","method":"GET"} [] [2025-03-20T09:41:37.685185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:39.895191+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3","method":"GET"} [] [2025-03-20T09:41:39.924149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:41.167591+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T09:41:41.271780+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:41:42.120597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f","method":"GET"} [] [2025-03-20T09:41:42.142322+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:44.356087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7","method":"GET"} [] [2025-03-20T09:41:44.377058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:41:47.734720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=exception","method":"GET"} [] [2025-03-20T09:41:47.826578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:41:50.284082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=exception","method":"GET"} [] [2025-03-20T09:41:50.304114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:41:53.169398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=translation","method":"GET"} [] [2025-03-20T09:41:53.223637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:41:56.596839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=exception","method":"GET"} [] [2025-03-20T09:41:56.639140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:41:58.883434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=translation","method":"GET"} [] [2025-03-20T09:41:58.903126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:42:01.029301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=translation","method":"GET"} [] [2025-03-20T09:42:01.059576+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:42:03.257260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=exception","method":"GET"} [] [2025-03-20T09:42:03.284978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:42:05.486726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=translation","method":"GET"} [] [2025-03-20T09:42:05.507659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:42:08.058972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=exception","method":"GET"} [] [2025-03-20T09:42:08.080144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:42:10.341753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=translation","method":"GET"} [] [2025-03-20T09:42:10.400714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:42:12.635419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=translation","method":"GET"} [] [2025-03-20T09:42:12.678388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:42:14.915067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=translation","method":"GET"} [] [2025-03-20T09:42:14.943848+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:42:18.303725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=exception","method":"GET"} [] [2025-03-20T09:42:18.336988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:42:19.459569+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T09:42:19.527665+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:42:20.916401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=mailer","method":"GET"} [] [2025-03-20T09:42:20.936978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:42:23.370922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=mailer","method":"GET"} [] [2025-03-20T09:42:23.435575+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:42:25.707303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=mailer","method":"GET"} [] [2025-03-20T09:42:25.738259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:42:28.082455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=mailer","method":"GET"} [] [2025-03-20T09:42:28.114098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:42:31.667204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=request","method":"GET"} [] [2025-03-20T09:42:31.687590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:42:35.048894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=request","method":"GET"} [] [2025-03-20T09:42:35.093923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:42:39.328607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=mailer","method":"GET"} [] [2025-03-20T09:42:39.979537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:42:43.887137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=events","method":"GET"} [] [2025-03-20T09:42:44.020606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:42:47.816342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=events","method":"GET"} [] [2025-03-20T09:42:47.836110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:42:50.062483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=dump","method":"GET"} [] [2025-03-20T09:42:50.099464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:42:55.670851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=dump","method":"GET"} [] [2025-03-20T09:42:55.774323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:42:58.116004+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=form","method":"GET"} [] [2025-03-20T09:42:58.136398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:43:00.333516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=dump","method":"GET"} [] [2025-03-20T09:43:00.382471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:43:02.586290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=twig","method":"GET"} [] [2025-03-20T09:43:02.606291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:43:04.819989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=twig","method":"GET"} [] [2025-03-20T09:43:04.839652+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:43:11.109808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=time","method":"GET"} [] [2025-03-20T09:43:11.305800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:43:13.561917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=time","method":"GET"} [] [2025-03-20T09:43:13.588420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:43:16.981284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=twig","method":"GET"} [] [2025-03-20T09:43:17.042965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:43:19.271845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=time","method":"GET"} [] [2025-03-20T09:43:19.292026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:43:21.508201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=validator","method":"GET"} [] [2025-03-20T09:43:21.529140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:43:21.791599+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fdb61ae%2Fexception","method":"GET"} [] [2025-03-20T09:43:21.853260+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:43:23.740956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=validator","method":"GET"} [] [2025-03-20T09:43:23.760331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:43:26.394860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=validator","method":"GET"} [] [2025-03-20T09:43:26.485344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:43:29.868197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=validator","method":"GET"} [] [2025-03-20T09:43:29.890387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:43:32.109084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=validator","method":"GET"} [] [2025-03-20T09:43:32.153640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:43:34.378938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=validator","method":"GET"} [] [2025-03-20T09:43:34.399390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:43:36.622455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=db","method":"GET"} [] [2025-03-20T09:43:36.642657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:43:38.774096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=db","method":"GET"} [] [2025-03-20T09:43:38.794790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:43:41.178474+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=db","method":"GET"} [] [2025-03-20T09:43:41.222021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:43:43.727254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=db","method":"GET"} [] [2025-03-20T09:43:43.831681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:43:46.119814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=cache","method":"GET"} [] [2025-03-20T09:43:46.139095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:43:48.404057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=cache","method":"GET"} [] [2025-03-20T09:43:48.545292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:43:50.816741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=cache","method":"GET"} [] [2025-03-20T09:43:50.862539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:43:54.256639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=events","method":"GET"} [] [2025-03-20T09:43:54.277295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:43:56.726084+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=twig","method":"GET"} [] [2025-03-20T09:43:56.745269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:43:59.209780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=dump","method":"GET"} [] [2025-03-20T09:43:59.403499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:44:02.788699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=db","method":"GET"} [] [2025-03-20T09:44:02.809400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:44:04.989216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=form","method":"GET"} [] [2025-03-20T09:44:05.042505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:44:07.247330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=cache","method":"GET"} [] [2025-03-20T09:44:07.267100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:44:09.467119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=time","method":"GET"} [] [2025-03-20T09:44:09.492409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:44:11.963008+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=router","method":"GET"} [] [2025-03-20T09:44:11.983371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:44:12.001350+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/router","method":"GET"} [] [2025-03-20T09:44:14.808046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=config","method":"GET"} [] [2025-03-20T09:44:14.940018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:44:17.101369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=config","method":"GET"} [] [2025-03-20T09:44:17.122171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:44:19.337165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=router","method":"GET"} [] [2025-03-20T09:44:19.355926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:44:19.373535+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6/router","method":"GET"} [] [2025-03-20T09:44:21.584974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=logger","method":"GET"} [] [2025-03-20T09:44:21.622106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:44:23.883209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=logger","method":"GET"} [] [2025-03-20T09:44:23.903071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:44:24.625570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=config","method":"GET"} [] [2025-03-20T09:44:24.648932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:44:26.108604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?panel=logger","method":"GET"} [] [2025-03-20T09:44:26.128880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:44:28.614861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?group=1&panel=db","method":"GET"} [] [2025-03-20T09:44:28.636726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:44:31.214321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=router","method":"GET"} [] [2025-03-20T09:44:31.336782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:44:31.411090+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5/router","method":"GET"} [] [2025-03-20T09:44:36.229206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=config","method":"GET"} [] [2025-03-20T09:44:36.249491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:44:38.626495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=logger","method":"GET"} [] [2025-03-20T09:44:38.668867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:44:41.088638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=exception","method":"GET"} [] [2025-03-20T09:44:41.109446+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:44:43.321096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=security","method":"GET"} [] [2025-03-20T09:44:43.341775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:44:45.698617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=security","method":"GET"} [] [2025-03-20T09:44:45.719690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:44:48.153863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=security","method":"GET"} [] [2025-03-20T09:44:48.252304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:44:50.477841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=security","method":"GET"} [] [2025-03-20T09:44:50.498298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:44:52.711631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?panel=security","method":"GET"} [] [2025-03-20T09:44:52.732583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:44:56.144263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?panel=security","method":"GET"} [] [2025-03-20T09:44:56.218770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:44:58.455275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=config","method":"GET"} [] [2025-03-20T09:44:58.480529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:45:00.964688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=router","method":"GET"} [] [2025-03-20T09:45:00.986972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:45:01.007420+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/router","method":"GET"} [] [2025-03-20T09:45:03.692024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=logger","method":"GET"} [] [2025-03-20T09:45:03.747091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:45:05.996574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f?panel=security","method":"GET"} [] [2025-03-20T09:45:06.017131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:45:08.237156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:08.258348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:10.447673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:10.468621+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:12.826492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:12.862339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:15.171495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:15.196493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:45:17.603413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=exception","method":"GET"} [] [2025-03-20T09:45:17.623191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:45:20.056781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=translation","method":"GET"} [] [2025-03-20T09:45:20.161266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:45:23.578050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=mailer","method":"GET"} [] [2025-03-20T09:45:23.597771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:45:25.799169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=mailer","method":"GET"} [] [2025-03-20T09:45:25.820162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:45:27.433103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=validator","method":"GET"} [] [2025-03-20T09:45:27.463392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:45:27.904439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=request","method":"GET"} [] [2025-03-20T09:45:27.940702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:45:30.183116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=request","method":"GET"} [] [2025-03-20T09:45:30.207430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:45:32.730827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=request","method":"GET"} [] [2025-03-20T09:45:32.751211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:45:35.190076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=db","method":"GET"} [] [2025-03-20T09:45:35.292785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:45:37.487778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=db","method":"GET"} [] [2025-03-20T09:45:37.508464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:45:39.624486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=db","method":"GET"} [] [2025-03-20T09:45:39.647461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:45:41.820095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=mailer","method":"GET"} [] [2025-03-20T09:45:41.840558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:45:43.885078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=request","method":"GET"} [] [2025-03-20T09:45:43.917113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:45:45.865432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=db","method":"GET"} [] [2025-03-20T09:45:45.890926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:45:48.156411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=events","method":"GET"} [] [2025-03-20T09:45:48.177736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:45:50.327661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=events","method":"GET"} [] [2025-03-20T09:45:50.390019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:45:52.228001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=events","method":"GET"} [] [2025-03-20T09:45:52.247939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:45:54.109508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=dump","method":"GET"} [] [2025-03-20T09:45:54.129710+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:45:55.683494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=twig","method":"GET"} [] [2025-03-20T09:45:55.711515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:45:57.248229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=dump","method":"GET"} [] [2025-03-20T09:45:57.268232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:45:58.799423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=form","method":"GET"} [] [2025-03-20T09:45:58.820165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:46:00.342257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=time","method":"GET"} [] [2025-03-20T09:46:00.377483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:46:01.936777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=form","method":"GET"} [] [2025-03-20T09:46:01.968821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:46:03.557805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=twig","method":"GET"} [] [2025-03-20T09:46:03.579298+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:46:04.834575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=dump","method":"GET"} [] [2025-03-20T09:46:04.854392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:46:06.498012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=twig","method":"GET"} [] [2025-03-20T09:46:06.590657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:46:08.497131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=time","method":"GET"} [] [2025-03-20T09:46:08.517691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:46:10.463325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=dump","method":"GET"} [] [2025-03-20T09:46:10.483649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:46:12.500659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=form","method":"GET"} [] [2025-03-20T09:46:12.521447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:46:14.525976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=twig","method":"GET"} [] [2025-03-20T09:46:14.553033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:46:16.660979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=time","method":"GET"} [] [2025-03-20T09:46:16.692534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:46:20.184099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=cache","method":"GET"} [] [2025-03-20T09:46:20.207286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:46:22.639410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=cache","method":"GET"} [] [2025-03-20T09:46:22.709052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:46:24.908765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=events","method":"GET"} [] [2025-03-20T09:46:24.928135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:46:26.979160+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=form","method":"GET"} [] [2025-03-20T09:46:27.000300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:46:29.127890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=cache","method":"GET"} [] [2025-03-20T09:46:29.147395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:46:31.369407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=time","method":"GET"} [] [2025-03-20T09:46:31.390439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:46:33.620814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=router","method":"GET"} [] [2025-03-20T09:46:33.670381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:46:33.689404+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3/router","method":"GET"} [] [2025-03-20T09:46:36.106472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=router","method":"GET"} [] [2025-03-20T09:46:36.129606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:46:36.192928+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7/router","method":"GET"} [] [2025-03-20T09:46:38.598936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=config","method":"GET"} [] [2025-03-20T09:46:38.660404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:46:40.829806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=logger","method":"GET"} [] [2025-03-20T09:46:40.849735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:46:42.889433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?panel=config","method":"GET"} [] [2025-03-20T09:46:42.909573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:46:45.089788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=logger","method":"GET"} [] [2025-03-20T09:46:45.109857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:46:48.446003+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:46:48.472027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:46:50.681653+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:46:50.725862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:46:53.070991+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:46:53.093895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:46:55.527213+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=logger","method":"GET"} [] [2025-03-20T09:46:55.603472+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:46:59.028444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=logger","method":"GET"} [] [2025-03-20T09:46:59.049491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:47:01.410120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=logger","method":"GET"} [] [2025-03-20T09:47:01.429959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:47:03.805193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=config","method":"GET"} [] [2025-03-20T09:47:03.824766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:47:06.031546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=config","method":"GET"} [] [2025-03-20T09:47:06.065718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:47:08.444559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=router","method":"GET"} [] [2025-03-20T09:47:08.465896+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:47:08.492714+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/router","method":"GET"} [] [2025-03-20T09:47:11.069131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=logger","method":"GET"} [] [2025-03-20T09:47:11.150374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:47:13.409492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:13.440560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:15.704674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=router","method":"GET"} [] [2025-03-20T09:47:15.724486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:47:15.742359+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/router","method":"GET"} [] [2025-03-20T09:47:15.881579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=validator","method":"GET"} [] [2025-03-20T09:47:15.904651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:47:17.955292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=logger","method":"GET"} [] [2025-03-20T09:47:17.979164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:47:20.166229+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:20.190744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:22.386013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3?panel=router","method":"GET"} [] [2025-03-20T09:47:22.426508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:47:22.446719+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/router","method":"GET"} [] [2025-03-20T09:47:24.841734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?panel=cache","method":"GET"} [] [2025-03-20T09:47:24.868264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:47:27.324893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7?panel=cache","method":"GET"} [] [2025-03-20T09:47:27.418020+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:47:29.671393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?panel=security","method":"GET"} [] [2025-03-20T09:47:29.693241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:47:31.957850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738?panel=security","method":"GET"} [] [2025-03-20T09:47:31.978405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:47:34.199883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153?panel=security","method":"GET"} [] [2025-03-20T09:47:34.221141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:47:36.435824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?panel=security","method":"GET"} [] [2025-03-20T09:47:36.455847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:47:38.692491+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:38.743123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:42.523880+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:42.582155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:45.638229+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:45.661453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:49.076997+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:49.096522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:51.299877+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:51.319241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:53.535779+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:53.556524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:55.770345+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:55.807028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T09:47:59.972304+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=logger","method":"GET"} [] [2025-03-20T09:48:00.076391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:48:02.379098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=router","method":"GET"} [] [2025-03-20T09:48:02.398877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:48:02.417879+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/router","method":"GET"} [] [2025-03-20T09:48:04.853033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=config","method":"GET"} [] [2025-03-20T09:48:04.877148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:48:07.098177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=config","method":"GET"} [] [2025-03-20T09:48:07.117781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:48:08.747954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=validator","method":"GET"} [] [2025-03-20T09:48:08.768358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:48:09.296742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?panel=router","method":"GET"} [] [2025-03-20T09:48:09.315912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:48:09.334352+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424/router","method":"GET"} [] [2025-03-20T09:48:11.531279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?panel=logger","method":"GET"} [] [2025-03-20T09:48:11.585747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:48:15.353393+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:15.416219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:17.618820+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:17.640965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:19.857406+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:19.884385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:23.247987+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:23.267918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:25.467252+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:25.486285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:27.698066+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:27.768815+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:29.929775+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:29.951750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:32.514737+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:32.635419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:34.865410+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:34.885199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:37.091914+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T09:48:37.154566+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:48:39.517361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:39.555538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:42.715324+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:42.743297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:45.800187+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:45.836980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:48.798125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda","method":"GET"} [] [2025-03-20T09:48:48.874108+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T09:48:48.887469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:48:48.915116+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:48:51.106890+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e","method":"GET"} [] [2025-03-20T09:48:51.126894+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T09:48:51.130033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:48:51.149559+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T09:48:52.897327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=validator","method":"GET"} [] [2025-03-20T09:48:52.920838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:48:53.376622+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T09:48:53.399817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T09:48:55.566640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:55.594877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:57.872752+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:48:57.898536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:01.805876+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:01.830672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:04.512347+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:04.596890+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:06.820228+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:06.839934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:09.042940+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:09.104722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:11.310107+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:11.371023+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:49:13.579758+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T09:49:13.650200+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:49:17.034504+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:49:27.512257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad","method":"GET"} [] [2025-03-20T09:49:27.582894+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/exception.css","method":"GET"} [] [2025-03-20T09:49:27.599603+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:49:27.674177+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/exception","method":"GET"} [] [2025-03-20T09:49:33.017908+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=db","method":"GET"} [] [2025-03-20T09:49:33.043203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:49:36.290606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9","method":"GET"} [] [2025-03-20T09:49:36.313540+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T09:49:36.317873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:49:36.337619+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T09:49:45.468088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112","method":"GET"} [] [2025-03-20T09:49:45.577592+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T09:49:45.587996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:49:45.660339+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T09:49:59.557372+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T09:49:59.664135+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:50:06.876848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29","method":"GET"} [] [2025-03-20T09:50:06.985166+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/exception.css","method":"GET"} [] [2025-03-20T09:50:06.996927+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:50:07.058843+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T09:50:12.174352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=db","method":"GET"} [] [2025-03-20T09:50:12.200779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:50:27.440003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269","method":"GET"} [] [2025-03-20T09:50:27.526056+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T09:50:27.536893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:50:27.581245+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/exception","method":"GET"} [] [2025-03-20T09:51:03.075269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24","method":"GET"} [] [2025-03-20T09:51:03.234271+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/exception.css","method":"GET"} [] [2025-03-20T09:51:03.249342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:51:03.324129+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/exception","method":"GET"} [] [2025-03-20T09:51:15.649476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=exception","method":"GET"} [] [2025-03-20T09:51:15.671345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:51:19.671211+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T09:51:34.793086+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FRouter.php&line=257","method":"GET"} [] [2025-03-20T09:51:44.564165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=events","method":"GET"} [] [2025-03-20T09:51:44.616343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:51:47.860097+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/exception","method":"GET"} [] [2025-03-20T09:52:01.198364+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T09:52:10.651849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=dump","method":"GET"} [] [2025-03-20T09:52:10.736774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:52:11.715538+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T09:52:21.776988+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=133","method":"GET"} [] [2025-03-20T09:52:30.453403+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T09:52:35.966611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=twig","method":"GET"} [] [2025-03-20T09:52:36.018657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:52:38.742670+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=117","method":"GET"} [] [2025-03-20T09:52:45.085853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=exception","method":"GET"} [] [2025-03-20T09:52:45.117247+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T09:52:45.122150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:52:45.141180+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/exception","method":"GET"} [] [2025-03-20T09:52:51.605677+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/exception","method":"GET"} [] [2025-03-20T09:52:57.685002+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/exception","method":"GET"} [] [2025-03-20T09:52:58.186184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=dump","method":"GET"} [] [2025-03-20T09:52:58.241595+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:53:02.280470+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=59","method":"GET"} [] [2025-03-20T09:53:16.103324+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=exception","method":"GET"} [] [2025-03-20T09:53:16.244701+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T09:53:16.273026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:53:16.358584+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T09:53:17.249101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=twig","method":"GET"} [] [2025-03-20T09:53:17.270551+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:53:23.546407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=exception","method":"GET"} [] [2025-03-20T09:53:23.569229+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T09:53:23.572280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:53:23.591341+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T09:53:27.367707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=exception","method":"GET"} [] [2025-03-20T09:53:27.389711+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T09:53:27.392632+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:53:27.411852+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T09:53:30.992576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=exception","method":"GET"} [] [2025-03-20T09:53:31.012834+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/exception.css","method":"GET"} [] [2025-03-20T09:53:31.015828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:53:31.033740+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T09:53:33.971991+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=70","method":"GET"} [] [2025-03-20T09:53:34.821020+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=twig","method":"GET"} [] [2025-03-20T09:53:34.876388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:53:36.785982+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=136","method":"GET"} [] [2025-03-20T09:53:39.161531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=exception","method":"GET"} [] [2025-03-20T09:53:39.187682+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T09:53:39.196521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:53:39.219923+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T09:53:41.438699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=translation","method":"GET"} [] [2025-03-20T09:53:41.462140+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:53:43.670459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=translation","method":"GET"} [] [2025-03-20T09:53:43.695695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:53:46.376477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=exception","method":"GET"} [] [2025-03-20T09:53:46.396552+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T09:53:46.399556+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:53:46.418479+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T09:53:48.615704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=translation","method":"GET"} [] [2025-03-20T09:53:48.638378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:53:50.293302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=twig","method":"GET"} [] [2025-03-20T09:53:50.388560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:53:50.849924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=translation","method":"GET"} [] [2025-03-20T09:53:50.874959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:53:56.596676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=translation","method":"GET"} [] [2025-03-20T09:53:56.619678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:53:58.817207+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} [] [2025-03-20T09:54:02.344260+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=mailer","method":"GET"} [] [2025-03-20T09:54:02.366245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:54:04.576358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=mailer","method":"GET"} [] [2025-03-20T09:54:04.602894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:54:08.069263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=request","method":"GET"} [] [2025-03-20T09:54:08.187602+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:54:12.726603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=mailer","method":"GET"} [] [2025-03-20T09:54:12.749869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:54:16.127302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=events","method":"GET"} [] [2025-03-20T09:54:16.150537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:54:18.635961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=events","method":"GET"} [] [2025-03-20T09:54:18.658599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:54:20.919380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=events","method":"GET"} [] [2025-03-20T09:54:20.970010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:54:23.315185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=time","method":"GET"} [] [2025-03-20T09:54:23.404689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:54:25.719657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=twig","method":"GET"} [] [2025-03-20T09:54:25.740756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:54:27.938491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=form","method":"GET"} [] [2025-03-20T09:54:27.961539+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:54:30.195562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=dump","method":"GET"} [] [2025-03-20T09:54:30.222217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:54:32.476131+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=108","method":"GET"} [] [2025-03-20T09:54:35.023656+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-03-20T09:54:39.571190+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=222","method":"GET"} [] [2025-03-20T09:54:41.806110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=form","method":"GET"} [] [2025-03-20T09:54:41.867427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:54:42.504782+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=form","method":"GET"} [] [2025-03-20T09:54:42.530159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:54:44.125652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=twig","method":"GET"} [] [2025-03-20T09:54:44.146384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:54:46.386311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=dump","method":"GET"} [] [2025-03-20T09:54:46.409742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:54:48.665302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=twig","method":"GET"} [] [2025-03-20T09:54:48.688685+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:54:51.151276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=time","method":"GET"} [] [2025-03-20T09:54:51.174610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:54:53.325173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=form","method":"GET"} [] [2025-03-20T09:54:53.346800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:54:55.192965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=dump","method":"GET"} [] [2025-03-20T09:54:55.248596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:54:56.678218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=time","method":"GET"} [] [2025-03-20T09:54:56.700490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:54:59.935687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=validator","method":"GET"} [] [2025-03-20T09:54:59.978755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:55:03.413132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=validator","method":"GET"} [] [2025-03-20T09:55:03.439385+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:55:05.695643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=validator","method":"GET"} [] [2025-03-20T09:55:05.718598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:55:06.736870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=twig","method":"GET"} [] [2025-03-20T09:55:06.771544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:55:07.951334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=validator","method":"GET"} [] [2025-03-20T09:55:07.978117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:55:10.290481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=validator","method":"GET"} [] [2025-03-20T09:55:10.351280+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:55:12.567250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=db","method":"GET"} [] [2025-03-20T09:55:12.592001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:55:14.755634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=db","method":"GET"} [] [2025-03-20T09:55:14.778147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:55:16.986147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=db","method":"GET"} [] [2025-03-20T09:55:17.037048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:55:17.187751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=time","method":"GET"} [] [2025-03-20T09:55:17.208268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:55:19.286361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=cache","method":"GET"} [] [2025-03-20T09:55:19.307643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:55:21.771998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=cache","method":"GET"} [] [2025-03-20T09:55:21.796260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:55:23.935730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=cache","method":"GET"} [] [2025-03-20T09:55:23.958310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:55:26.302300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=events","method":"GET"} [] [2025-03-20T09:55:26.363625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:55:28.566125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=time","method":"GET"} [] [2025-03-20T09:55:28.589379+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:55:31.947828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=twig","method":"GET"} [] [2025-03-20T09:55:31.969201+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:55:34.197121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=validator","method":"GET"} [] [2025-03-20T09:55:34.485915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:55:34.785650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=form","method":"GET"} [] [2025-03-20T09:55:34.807052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:55:37.037317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=db","method":"GET"} [] [2025-03-20T09:55:37.059534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:55:39.275784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=form","method":"GET"} [] [2025-03-20T09:55:39.297850+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:55:41.654707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=cache","method":"GET"} [] [2025-03-20T09:55:41.789174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:55:44.033977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=router","method":"GET"} [] [2025-03-20T09:55:44.061135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:55:44.079194+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/router","method":"GET"} [] [2025-03-20T09:55:46.825116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=logger","method":"GET"} [] [2025-03-20T09:55:46.849245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:55:49.085116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=logger","method":"GET"} [] [2025-03-20T09:55:49.106847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:55:50.744989+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_js.html.twig&line=1","method":"GET"} [] [2025-03-20T09:55:51.316073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=config","method":"GET"} [] [2025-03-20T09:55:51.358250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:55:54.076566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=config","method":"GET"} [] [2025-03-20T09:55:54.099739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:55:56.316507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=config","method":"GET"} [] [2025-03-20T09:55:56.338950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:55:58.369056+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T09:55:58.490656+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:55:58.523708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=router","method":"GET"} [] [2025-03-20T09:55:58.552796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:55:58.571275+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/router","method":"GET"} [] [2025-03-20T09:56:00.766651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:00.789544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:02.975118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=exception","method":"GET"} [] [2025-03-20T09:56:02.996100+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/exception.css","method":"GET"} [] [2025-03-20T09:56:03.012753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:56:03.030712+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/exception","method":"GET"} [] [2025-03-20T09:56:05.238982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=security","method":"GET"} [] [2025-03-20T09:56:05.263930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:05.486141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=form","method":"GET"} [] [2025-03-20T09:56:05.508113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:56:07.466241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?panel=security","method":"GET"} [] [2025-03-20T09:56:07.512288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:10.222537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=security","method":"GET"} [] [2025-03-20T09:56:10.246736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:12.450317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=security","method":"GET"} [] [2025-03-20T09:56:12.481233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:15.006468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=security","method":"GET"} [] [2025-03-20T09:56:15.061569+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:17.272300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?panel=security","method":"GET"} [] [2025-03-20T09:56:17.295598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:19.497426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=logger","method":"GET"} [] [2025-03-20T09:56:19.523669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:56:21.762316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?panel=router","method":"GET"} [] [2025-03-20T09:56:21.786342+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:56:21.805715+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/router","method":"GET"} [] [2025-03-20T09:56:24.175369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=config","method":"GET"} [] [2025-03-20T09:56:24.268538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:56:26.942447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=form","method":"GET"} [] [2025-03-20T09:56:26.942489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=security","method":"GET"} [] [2025-03-20T09:56:26.964991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:26.966554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:56:29.176504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e?panel=logger","method":"GET"} [] [2025-03-20T09:56:29.198940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:56:32.750341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=security","method":"GET"} [] [2025-03-20T09:56:32.849613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:56:35.083961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:35.108471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:37.320287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:37.343017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:39.546670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:39.607131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T09:56:42.137556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=mailer","method":"GET"} [] [2025-03-20T09:56:42.164774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:56:44.379893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=mailer","method":"GET"} [] [2025-03-20T09:56:44.406886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:56:44.619785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=time","method":"GET"} [] [2025-03-20T09:56:44.640822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:56:46.625355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=mailer","method":"GET"} [] [2025-03-20T09:56:46.647703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:56:49.112019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=request","method":"GET"} [] [2025-03-20T09:56:49.556283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:56:51.745697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=request","method":"GET"} [] [2025-03-20T09:56:51.768015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:56:53.976747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=request","method":"GET"} [] [2025-03-20T09:56:53.998961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:56:56.246914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=db","method":"GET"} [] [2025-03-20T09:56:56.287351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:56:58.841491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=db","method":"GET"} [] [2025-03-20T09:56:58.898951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:57:01.135463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=db","method":"GET"} [] [2025-03-20T09:57:01.158800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:57:01.447819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=time","method":"GET"} [] [2025-03-20T09:57:01.474583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:57:04.648120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=twig","method":"GET"} [] [2025-03-20T09:57:04.718202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:57:06.885299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=dump","method":"GET"} [] [2025-03-20T09:57:06.907437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:57:09.125838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=mailer","method":"GET"} [] [2025-03-20T09:57:09.148204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:57:11.395477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=events","method":"GET"} [] [2025-03-20T09:57:11.443436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:57:16.489493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112","method":"GET"} [] [2025-03-20T09:57:16.525602+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T09:57:16.533197+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:57:16.552001+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T09:57:17.038723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=twig","method":"GET"} [] [2025-03-20T09:57:17.059627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:57:19.097221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=events","method":"GET"} [] [2025-03-20T09:57:19.120300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:57:21.421716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=twig","method":"GET"} [] [2025-03-20T09:57:21.484979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:57:23.718245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=dump","method":"GET"} [] [2025-03-20T09:57:23.740449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:57:25.976510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=form","method":"GET"} [] [2025-03-20T09:57:26.002389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:57:28.215568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=time","method":"GET"} [] [2025-03-20T09:57:28.294493+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:57:30.585238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=twig","method":"GET"} [] [2025-03-20T09:57:30.606649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:57:33.196491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=time","method":"GET"} [] [2025-03-20T09:57:33.219224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:57:35.454739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=form","method":"GET"} [] [2025-03-20T09:57:35.478029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:57:37.875528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=time","method":"GET"} [] [2025-03-20T09:57:37.931536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:57:40.156724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=dump","method":"GET"} [] [2025-03-20T09:57:40.181516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:57:42.536631+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T09:57:43.666219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=form","method":"GET"} [] [2025-03-20T09:57:43.714061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:57:44.834821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=exception","method":"GET"} [] [2025-03-20T09:57:44.855845+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T09:57:44.861016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:57:44.879630+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T09:57:47.250055+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=translation","method":"GET"} [] [2025-03-20T09:57:47.276984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:57:51.060482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=exception","method":"GET"} [] [2025-03-20T09:57:51.081401+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/exception.css","method":"GET"} [] [2025-03-20T09:57:51.084313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:57:51.102290+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/exception","method":"GET"} [] [2025-03-20T09:57:53.441140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=translation","method":"GET"} [] [2025-03-20T09:57:53.521909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:57:55.743186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=validator","method":"GET"} [] [2025-03-20T09:57:55.767163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:57:56.098787+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=time","method":"GET"} [] [2025-03-20T09:57:56.133435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:57:57.977147+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=security","method":"GET"} [] [2025-03-20T09:57:57.999930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:58:00.214370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=security","method":"GET"} [] [2025-03-20T09:58:00.310168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:58:02.565558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=mailer","method":"GET"} [] [2025-03-20T09:58:02.589063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:58:04.773796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=mailer","method":"GET"} [] [2025-03-20T09:58:04.795964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:58:07.893347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=time","method":"GET"} [] [2025-03-20T09:58:07.893339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=request","method":"GET"} [] [2025-03-20T09:58:07.916127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:58:07.918037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:58:10.252266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=request","method":"GET"} [] [2025-03-20T09:58:10.330799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:58:12.543671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=db","method":"GET"} [] [2025-03-20T09:58:12.567476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:58:14.788436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=db","method":"GET"} [] [2025-03-20T09:58:14.814552+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:58:16.947053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=time","method":"GET"} [] [2025-03-20T09:58:17.071710+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/exception","method":"GET"} [] [2025-03-20T09:58:17.330977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:58:19.436141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=events","method":"GET"} [] [2025-03-20T09:58:19.460293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:58:23.102535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=dump","method":"GET"} [] [2025-03-20T09:58:23.124760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:58:25.489993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=twig","method":"GET"} [] [2025-03-20T09:58:25.591133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:58:26.116952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=dump","method":"GET"} [] [2025-03-20T09:58:26.140064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:58:27.795955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=time","method":"GET"} [] [2025-03-20T09:58:27.820293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:58:30.005492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=form","method":"GET"} [] [2025-03-20T09:58:30.027229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:58:32.174400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29","method":"GET"} [] [2025-03-20T09:58:32.202969+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/exception.css","method":"GET"} [] [2025-03-20T09:58:32.210252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T09:58:32.231297+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T09:58:33.705230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=validator","method":"GET"} [] [2025-03-20T09:58:33.762267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:58:34.463708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=time","method":"GET"} [] [2025-03-20T09:58:34.486482+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:58:36.608867+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=dump","method":"GET"} [] [2025-03-20T09:58:36.630711+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:58:39.675854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=twig","method":"GET"} [] [2025-03-20T09:58:39.700604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:58:40.976560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=logger","method":"GET"} [] [2025-03-20T09:58:41.116174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:58:42.327112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=dump","method":"GET"} [] [2025-03-20T09:58:42.354166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:58:44.575638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=time","method":"GET"} [] [2025-03-20T09:58:44.599587+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:58:47.523595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=config","method":"GET"} [] [2025-03-20T09:58:47.551320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T09:58:47.923792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=form","method":"GET"} [] [2025-03-20T09:58:47.947072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:58:50.164362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=twig","method":"GET"} [] [2025-03-20T09:58:50.196218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:58:52.468658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=request","method":"GET"} [] [2025-03-20T09:58:52.497516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:58:53.046247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=router","method":"GET"} [] [2025-03-20T09:58:53.066554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T09:58:53.084588+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f/router","method":"GET"} [] [2025-03-20T09:58:54.977265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=cache","method":"GET"} [] [2025-03-20T09:58:54.999292+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:58:57.218085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=logger","method":"GET"} [] [2025-03-20T09:58:57.282644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T09:58:59.496595+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T09:59:01.705665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=exception","method":"GET"} [] [2025-03-20T09:59:01.726659+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b/exception.css","method":"GET"} [] [2025-03-20T09:59:01.731628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:59:01.749927+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b/exception","method":"GET"} [] [2025-03-20T09:59:03.351765+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T09:59:03.413727+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:59:04.033309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=exception","method":"GET"} [] [2025-03-20T09:59:04.056655+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/exception.css","method":"GET"} [] [2025-03-20T09:59:04.059651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T09:59:04.081757+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T09:59:06.356045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=translation","method":"GET"} [] [2025-03-20T09:59:06.395841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T09:59:07.997962+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T09:59:08.057268+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T09:59:09.744934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=validator","method":"GET"} [] [2025-03-20T09:59:09.773097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:59:12.903387+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=validator","method":"GET"} [] [2025-03-20T09:59:12.993748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T09:59:15.255629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=security","method":"GET"} [] [2025-03-20T09:59:15.277866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:59:17.512127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=security","method":"GET"} [] [2025-03-20T09:59:17.538382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T09:59:19.715197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=mailer","method":"GET"} [] [2025-03-20T09:59:19.746001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:59:22.540505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=time","method":"GET"} [] [2025-03-20T09:59:22.584598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:59:23.205915+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b/exception","method":"GET"} [] [2025-03-20T09:59:25.471017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=request","method":"GET"} [] [2025-03-20T09:59:25.497059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T09:59:28.001218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=mailer","method":"GET"} [] [2025-03-20T09:59:28.076750+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T09:59:30.317886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=db","method":"GET"} [] [2025-03-20T09:59:30.343817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:59:32.556428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=db","method":"GET"} [] [2025-03-20T09:59:32.579488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T09:59:34.787114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=events","method":"GET"} [] [2025-03-20T09:59:34.824991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:59:37.027284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=events","method":"GET"} [] [2025-03-20T09:59:37.048886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T09:59:39.302233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=dump","method":"GET"} [] [2025-03-20T09:59:39.338542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:59:41.604732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=twig","method":"GET"} [] [2025-03-20T09:59:41.627840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:59:44.437915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=time","method":"GET"} [] [2025-03-20T09:59:44.497246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T09:59:46.740246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=dump","method":"GET"} [] [2025-03-20T09:59:46.763047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T09:59:48.973214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=twig","method":"GET"} [] [2025-03-20T09:59:48.994761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T09:59:51.124973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=form","method":"GET"} [] [2025-03-20T09:59:51.162648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T09:59:53.388659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=cache","method":"GET"} [] [2025-03-20T09:59:53.416430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:59:55.632925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=cache","method":"GET"} [] [2025-03-20T09:59:55.666413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T09:59:57.956854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=cache","method":"GET"} [] [2025-03-20T09:59:57.979706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:00:00.626155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=cache","method":"GET"} [] [2025-03-20T10:00:00.686637+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:00:04.034404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=cache","method":"GET"} [] [2025-03-20T10:00:04.060490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:00:06.208700+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T10:00:06.275902+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:00:06.281578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=form","method":"GET"} [] [2025-03-20T10:00:06.314013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:00:09.706051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=config","method":"GET"} [] [2025-03-20T10:00:09.730461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:11.936493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=config","method":"GET"} [] [2025-03-20T10:00:11.987217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:14.288934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=logger","method":"GET"} [] [2025-03-20T10:00:14.310658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:00:17.125488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=router","method":"GET"} [] [2025-03-20T10:00:17.221147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:00:17.244023+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/router","method":"GET"} [] [2025-03-20T10:00:19.597029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=logger","method":"GET"} [] [2025-03-20T10:00:19.619141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:00:21.830544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?panel=router","method":"GET"} [] [2025-03-20T10:00:21.867509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:00:21.893965+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/router","method":"GET"} [] [2025-03-20T10:00:24.116406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=router","method":"GET"} [] [2025-03-20T10:00:24.139877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:00:24.166312+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/router","method":"GET"} [] [2025-03-20T10:00:26.345811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=logger","method":"GET"} [] [2025-03-20T10:00:26.369706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:00:29.795272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?panel=router","method":"GET"} [] [2025-03-20T10:00:29.837954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:00:29.917921+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/router","method":"GET"} [] [2025-03-20T10:00:32.583043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=logger","method":"GET"} [] [2025-03-20T10:00:32.699665+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:00:34.905796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=events","method":"GET"} [] [2025-03-20T10:00:34.930359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:00:37.178155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=logger","method":"GET"} [] [2025-03-20T10:00:37.213949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:00:39.590128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?panel=config","method":"GET"} [] [2025-03-20T10:00:39.619992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:42.999233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?panel=config","method":"GET"} [] [2025-03-20T10:00:43.073120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:44.917079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=time","method":"GET"} [] [2025-03-20T10:00:44.949017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:00:45.185278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf?panel=config","method":"GET"} [] [2025-03-20T10:00:45.208625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:47.717143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=form","method":"GET"} [] [2025-03-20T10:00:47.780165+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:00:49.987096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?panel=router","method":"GET"} [] [2025-03-20T10:00:50.008262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:00:50.026015+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/router","method":"GET"} [] [2025-03-20T10:00:52.749550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?panel=config","method":"GET"} [] [2025-03-20T10:00:52.781734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:55.008093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=config","method":"GET"} [] [2025-03-20T10:00:55.036345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:00:57.215712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=logger","method":"GET"} [] [2025-03-20T10:00:57.238371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:01:00.688751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=router","method":"GET"} [] [2025-03-20T10:01:00.722956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:01:00.762303+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/router","method":"GET"} [] [2025-03-20T10:01:03.294169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=cache","method":"GET"} [] [2025-03-20T10:01:03.403811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:01:05.565453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?panel=db","method":"GET"} [] [2025-03-20T10:01:05.588169+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:01:07.775451+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:07.805967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:10.128358+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:10.151971+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:12.475738+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:12.537465+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:01:14.715398+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:14.773914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:01:18.653087+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:18.714887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:01:28.629735+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:01:28.694840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:01:38.047985+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:01:38.114805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:01:46.127345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?group=1&panel=db","method":"GET"} [] [2025-03-20T10:01:46.167115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:01:47.805528+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fdb61ae%2Fexception","method":"GET"} [] [2025-03-20T10:01:47.876886+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:01:53.986637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112?group=1&panel=db","method":"GET"} [] [2025-03-20T10:01:54.084203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:02:00.460948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24?group=1&panel=db","method":"GET"} [] [2025-03-20T10:02:00.490224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:02:06.719520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419","method":"GET"} [] [2025-03-20T10:02:06.751633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:12.518859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278","method":"GET"} [] [2025-03-20T10:02:12.588463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:17.228886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419","method":"GET"} [] [2025-03-20T10:02:17.248959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:21.542076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981","method":"GET"} [] [2025-03-20T10:02:21.563160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:25.508668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239","method":"GET"} [] [2025-03-20T10:02:25.571079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:29.336811+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981","method":"GET"} [] [2025-03-20T10:02:29.426538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:32.095289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278","method":"GET"} [] [2025-03-20T10:02:32.116137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:35.055874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239","method":"GET"} [] [2025-03-20T10:02:35.076390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:37.706593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f","method":"GET"} [] [2025-03-20T10:02:37.727911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:39.969532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f","method":"GET"} [] [2025-03-20T10:02:39.991148+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:42.155329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159","method":"GET"} [] [2025-03-20T10:02:42.192611+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:44.996611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72","method":"GET"} [] [2025-03-20T10:02:45.113633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:45.787973+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T10:02:45.861668+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:02:47.345767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159","method":"GET"} [] [2025-03-20T10:02:47.365469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:50.925200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72","method":"GET"} [] [2025-03-20T10:02:50.944877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:53.156796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=form","method":"GET"} [] [2025-03-20T10:02:53.178000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:02:55.378598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37","method":"GET"} [] [2025-03-20T10:02:55.407252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:02:57.626455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440","method":"GET"} [] [2025-03-20T10:02:57.674161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:03:00.249297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440","method":"GET"} [] [2025-03-20T10:03:00.329527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:03:02.535243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=logger","method":"GET"} [] [2025-03-20T10:03:02.555798+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:03:04.800900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=dump","method":"GET"} [] [2025-03-20T10:03:04.821003+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:03:07.037622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d","method":"GET"} [] [2025-03-20T10:03:07.063261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:03:09.267280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:03:09.293686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:03:09.317711+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T10:03:11.822223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d","method":"GET"} [] [2025-03-20T10:03:11.841851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:03:15.365964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=exception","method":"GET"} [] [2025-03-20T10:03:15.480119+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:17.960860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=exception","method":"GET"} [] [2025-03-20T10:03:17.979877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:20.786341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=exception","method":"GET"} [] [2025-03-20T10:03:20.806689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:27.809506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=exception","method":"GET"} [] [2025-03-20T10:03:27.829295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:30.132030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=exception","method":"GET"} [] [2025-03-20T10:03:30.153229+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:32.582090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=exception","method":"GET"} [] [2025-03-20T10:03:32.673630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:34.807804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=exception","method":"GET"} [] [2025-03-20T10:03:34.827715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:37.053330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=exception","method":"GET"} [] [2025-03-20T10:03:37.074662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:39.283165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=exception","method":"GET"} [] [2025-03-20T10:03:39.303179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:03:41.507549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=translation","method":"GET"} [] [2025-03-20T10:03:41.527579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:03:43.738400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=translation","method":"GET"} [] [2025-03-20T10:03:43.758844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:03:46.097022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=translation","method":"GET"} [] [2025-03-20T10:03:46.121250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:03:52.060019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=translation","method":"GET"} [] [2025-03-20T10:03:52.161765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:03:54.475692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=translation","method":"GET"} [] [2025-03-20T10:03:54.495505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:03:56.690063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=translation","method":"GET"} [] [2025-03-20T10:03:56.712009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:04:00.038626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=translation","method":"GET"} [] [2025-03-20T10:04:00.061846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:04:02.393703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:04:02.414309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:04:04.616641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=request","method":"GET"} [] [2025-03-20T10:04:04.636562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:04:07.458319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=request","method":"GET"} [] [2025-03-20T10:04:07.576838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:04:09.836965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=request","method":"GET"} [] [2025-03-20T10:04:09.856771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:04:11.986553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=request","method":"GET"} [] [2025-03-20T10:04:12.007209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:04:14.298257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=mailer","method":"GET"} [] [2025-03-20T10:04:14.319601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:04:16.498668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=mailer","method":"GET"} [] [2025-03-20T10:04:16.518480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:04:18.825592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=mailer","method":"GET"} [] [2025-03-20T10:04:18.847491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:04:21.066655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=mailer","method":"GET"} [] [2025-03-20T10:04:21.085924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:04:23.590708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=events","method":"GET"} [] [2025-03-20T10:04:23.663902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:04:25.908596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=events","method":"GET"} [] [2025-03-20T10:04:25.928115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:04:28.128533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=time","method":"GET"} [] [2025-03-20T10:04:28.148368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:04:30.384159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=dump","method":"GET"} [] [2025-03-20T10:04:30.407135+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:04:32.604854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=twig","method":"GET"} [] [2025-03-20T10:04:32.625630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:04:36.094017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=dump","method":"GET"} [] [2025-03-20T10:04:36.113765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:04:38.386174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=twig","method":"GET"} [] [2025-03-20T10:04:38.411937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:04:41.961640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=validator","method":"GET"} [] [2025-03-20T10:04:42.042083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:04:44.287718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=validator","method":"GET"} [] [2025-03-20T10:04:44.307897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:04:47.678702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=validator","method":"GET"} [] [2025-03-20T10:04:47.699028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:04:49.768835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=validator","method":"GET"} [] [2025-03-20T10:04:49.789600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:04:51.675266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:04:51.702226+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:04:51.725376+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T10:04:51.989097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=validator","method":"GET"} [] [2025-03-20T10:04:52.010130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:04:54.281149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=validator","method":"GET"} [] [2025-03-20T10:04:54.316914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:04:57.858172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=events","method":"GET"} [] [2025-03-20T10:04:57.959908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:05:00.199311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=events","method":"GET"} [] [2025-03-20T10:05:00.218880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:05:02.375670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=twig","method":"GET"} [] [2025-03-20T10:05:02.395057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:05:04.538395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=twig","method":"GET"} [] [2025-03-20T10:05:04.558700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:05:06.881036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=time","method":"GET"} [] [2025-03-20T10:05:06.905526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:05:09.163569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=time","method":"GET"} [] [2025-03-20T10:05:09.185178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:05:11.499601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=validator","method":"GET"} [] [2025-03-20T10:05:11.523866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:05:13.950274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=validator","method":"GET"} [] [2025-03-20T10:05:14.055899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:05:16.366659+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=db","method":"GET"} [] [2025-03-20T10:05:16.387582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:05:18.527263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=db","method":"GET"} [] [2025-03-20T10:05:18.548335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:05:20.747560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=db","method":"GET"} [] [2025-03-20T10:05:20.768384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:05:23.107857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=db","method":"GET"} [] [2025-03-20T10:05:23.128146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:05:25.325125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=cache","method":"GET"} [] [2025-03-20T10:05:25.345040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:05:27.655002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=cache","method":"GET"} [] [2025-03-20T10:05:27.674984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:05:30.066223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=form","method":"GET"} [] [2025-03-20T10:05:30.151320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:05:32.387186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=form","method":"GET"} [] [2025-03-20T10:05:32.407548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:05:34.576565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=dump","method":"GET"} [] [2025-03-20T10:05:34.596470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:05:36.797248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=dump","method":"GET"} [] [2025-03-20T10:05:36.820804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:05:39.026142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?group=1&panel=db","method":"GET"} [] [2025-03-20T10:05:39.047930+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:05:41.216367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?group=1&panel=db","method":"GET"} [] [2025-03-20T10:05:41.237762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:05:43.513926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=cache","method":"GET"} [] [2025-03-20T10:05:43.533403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:05:47.029463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=form","method":"GET"} [] [2025-03-20T10:05:47.107811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:05:49.346586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=form","method":"GET"} [] [2025-03-20T10:05:49.366805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:05:51.544564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=config","method":"GET"} [] [2025-03-20T10:05:51.565023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:05:53.790894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=config","method":"GET"} [] [2025-03-20T10:05:53.810684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:05:56.023993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=config","method":"GET"} [] [2025-03-20T10:05:56.044657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:05:56.523028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=logger","method":"GET"} [] [2025-03-20T10:05:56.547072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:05:58.317163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=config","method":"GET"} [] [2025-03-20T10:05:58.336837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:06:00.623852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=security","method":"GET"} [] [2025-03-20T10:06:00.644133+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:03.052937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=security","method":"GET"} [] [2025-03-20T10:06:03.136350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:06.546986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=security","method":"GET"} [] [2025-03-20T10:06:06.581504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:08.775878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=security","method":"GET"} [] [2025-03-20T10:06:08.796234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:11.135452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=security","method":"GET"} [] [2025-03-20T10:06:11.155787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:13.273664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=security","method":"GET"} [] [2025-03-20T10:06:13.296734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:15.529092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=security","method":"GET"} [] [2025-03-20T10:06:15.554669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:18.185570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=security","method":"GET"} [] [2025-03-20T10:06:18.295144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:20.486331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=security","method":"GET"} [] [2025-03-20T10:06:20.507610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:22.676751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=security","method":"GET"} [] [2025-03-20T10:06:22.698935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:06:24.917436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=logger","method":"GET"} [] [2025-03-20T10:06:24.947904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:06:27.294339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?panel=router","method":"GET"} [] [2025-03-20T10:06:27.313766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:06:27.332112+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f/router","method":"GET"} [] [2025-03-20T10:06:29.697400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?panel=router","method":"GET"} [] [2025-03-20T10:06:29.717300+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:06:29.735605+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/router","method":"GET"} [] [2025-03-20T10:06:31.938263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=db","method":"GET"} [] [2025-03-20T10:06:31.992476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:06:34.425800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=db","method":"GET"} [] [2025-03-20T10:06:34.532985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:06:36.756927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=router","method":"GET"} [] [2025-03-20T10:06:36.777488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:06:36.795367+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d/router","method":"GET"} [] [2025-03-20T10:06:40.119700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d?panel=logger","method":"GET"} [] [2025-03-20T10:06:40.142900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:06:42.444184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d?panel=logger","method":"GET"} [] [2025-03-20T10:06:42.465214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:06:44.676947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f?group=1&panel=db","method":"GET"} [] [2025-03-20T10:06:44.698297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:06:46.966885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f?group=1&panel=db","method":"GET"} [] [2025-03-20T10:06:46.987251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:06:49.206138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=exception","method":"GET"} [] [2025-03-20T10:06:49.229975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:06:52.105200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=exception","method":"GET"} [] [2025-03-20T10:06:52.219700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:06:54.471689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=exception","method":"GET"} [] [2025-03-20T10:06:54.496950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:06:56.719845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=exception","method":"GET"} [] [2025-03-20T10:06:56.740835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:06:59.034504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=exception","method":"GET"} [] [2025-03-20T10:06:59.054151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:07:02.353686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=translation","method":"GET"} [] [2025-03-20T10:07:02.379145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:07:04.586979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=translation","method":"GET"} [] [2025-03-20T10:07:04.607773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:07:06.790037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=translation","method":"GET"} [] [2025-03-20T10:07:06.845259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:07:10.497434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=translation","method":"GET"} [] [2025-03-20T10:07:10.567190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:07:12.890617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=translation","method":"GET"} [] [2025-03-20T10:07:12.930204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:07:15.194321+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=mailer","method":"GET"} [] [2025-03-20T10:07:15.226869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:17.416382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=mailer","method":"GET"} [] [2025-03-20T10:07:17.437172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:19.655618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=mailer","method":"GET"} [] [2025-03-20T10:07:19.679242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:21.883327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=mailer","method":"GET"} [] [2025-03-20T10:07:21.903397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:24.137303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=mailer","method":"GET"} [] [2025-03-20T10:07:24.164141+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:27.827507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=mailer","method":"GET"} [] [2025-03-20T10:07:27.906256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:30.268536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=mailer","method":"GET"} [] [2025-03-20T10:07:30.297283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:32.518094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=mailer","method":"GET"} [] [2025-03-20T10:07:32.538138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:34.706617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=exception","method":"GET"} [] [2025-03-20T10:07:34.725748+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:07:36.921415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=exception","method":"GET"} [] [2025-03-20T10:07:36.940729+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:07:39.157421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=mailer","method":"GET"} [] [2025-03-20T10:07:39.177904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:41.450209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=mailer","method":"GET"} [] [2025-03-20T10:07:41.519057+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:44.017479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=mailer","method":"GET"} [] [2025-03-20T10:07:44.170851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:46.504903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=mailer","method":"GET"} [] [2025-03-20T10:07:46.525476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:48.756032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=mailer","method":"GET"} [] [2025-03-20T10:07:48.783916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:51.017436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=mailer","method":"GET"} [] [2025-03-20T10:07:51.036865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:07:53.199902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=request","method":"GET"} [] [2025-03-20T10:07:53.221044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:07:55.437397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=request","method":"GET"} [] [2025-03-20T10:07:55.460139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:07:56.600897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=router","method":"GET"} [] [2025-03-20T10:07:56.629571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:07:56.647625+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/router","method":"GET"} [] [2025-03-20T10:07:57.677114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=request","method":"GET"} [] [2025-03-20T10:07:57.698026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:00.125546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=request","method":"GET"} [] [2025-03-20T10:08:00.207328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:03.625882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=request","method":"GET"} [] [2025-03-20T10:08:03.647327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:05.842144+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=request","method":"GET"} [] [2025-03-20T10:08:05.865969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:08.063629+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=request","method":"GET"} [] [2025-03-20T10:08:08.089273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:10.321744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=request","method":"GET"} [] [2025-03-20T10:08:10.341588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:12.560149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=db","method":"GET"} [] [2025-03-20T10:08:12.580588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:14.747462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=db","method":"GET"} [] [2025-03-20T10:08:14.767785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:17.230212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=db","method":"GET"} [] [2025-03-20T10:08:17.305288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:19.628766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=db","method":"GET"} [] [2025-03-20T10:08:19.649888+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:21.858461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=db","method":"GET"} [] [2025-03-20T10:08:21.879448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:24.101220+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=db","method":"GET"} [] [2025-03-20T10:08:24.134160+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:26.320997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=db","method":"GET"} [] [2025-03-20T10:08:26.343005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:28.554755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=db","method":"GET"} [] [2025-03-20T10:08:28.576923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:30.790130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=db","method":"GET"} [] [2025-03-20T10:08:30.811689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:33.226476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=db","method":"GET"} [] [2025-03-20T10:08:33.329661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:37.969842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=db","method":"GET"} [] [2025-03-20T10:08:37.992027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:08:40.256682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=request","method":"GET"} [] [2025-03-20T10:08:40.276946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:42.505979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=request","method":"GET"} [] [2025-03-20T10:08:42.525983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:44.769450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=request","method":"GET"} [] [2025-03-20T10:08:44.791297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:48.447252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=request","method":"GET"} [] [2025-03-20T10:08:48.567382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:08:53.133795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=time","method":"GET"} [] [2025-03-20T10:08:53.154499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:08:53.961717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=router","method":"GET"} [] [2025-03-20T10:08:53.989012+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:08:54.006988+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f/router","method":"GET"} [] [2025-03-20T10:08:55.368857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=twig","method":"GET"} [] [2025-03-20T10:08:55.388372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:08:57.634439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=twig","method":"GET"} [] [2025-03-20T10:08:57.655736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:08:59.895060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=form","method":"GET"} [] [2025-03-20T10:08:59.915228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:09:03.346202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=form","method":"GET"} [] [2025-03-20T10:09:03.367142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:09:05.671498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=dump","method":"GET"} [] [2025-03-20T10:09:05.747374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:09:07.988418+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:09:08.010657+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:09:10.291209+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:09:10.312518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:09:12.514073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=events","method":"GET"} [] [2025-03-20T10:09:12.538697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:09:14.731843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=events","method":"GET"} [] [2025-03-20T10:09:14.752814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:09:16.978561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=events","method":"GET"} [] [2025-03-20T10:09:16.997604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:09:19.323253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=events","method":"GET"} [] [2025-03-20T10:09:19.343568+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:09:21.671349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=events","method":"GET"} [] [2025-03-20T10:09:21.765250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:09:26.497154+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=form","method":"GET"} [] [2025-03-20T10:09:26.523087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:09:28.737216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=twig","method":"GET"} [] [2025-03-20T10:09:28.756404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:09:30.969639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=dump","method":"GET"} [] [2025-03-20T10:09:30.990468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:09:34.500208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=dump","method":"GET"} [] [2025-03-20T10:09:34.527095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:09:37.018282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=twig","method":"GET"} [] [2025-03-20T10:09:37.139217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:09:39.402817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=dump","method":"GET"} [] [2025-03-20T10:09:39.429397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:09:41.727367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=twig","method":"GET"} [] [2025-03-20T10:09:41.749138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:09:45.055728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=time","method":"GET"} [] [2025-03-20T10:09:45.075306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:09:46.799962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=mailer","method":"GET"} [] [2025-03-20T10:09:46.829370+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:09:47.301949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=time","method":"GET"} [] [2025-03-20T10:09:47.322959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:09:50.818199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=form","method":"GET"} [] [2025-03-20T10:09:50.839130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:09:53.175411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=form","method":"GET"} [] [2025-03-20T10:09:53.291867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:09:55.556245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=dump","method":"GET"} [] [2025-03-20T10:09:55.576059+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:09:58.970446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=dump","method":"GET"} [] [2025-03-20T10:09:58.996842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:10:01.137611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=form","method":"GET"} [] [2025-03-20T10:10:01.157852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:10:03.346343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=twig","method":"GET"} [] [2025-03-20T10:10:03.370221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:05.546470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=twig","method":"GET"} [] [2025-03-20T10:10:05.566209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:07.918343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=time","method":"GET"} [] [2025-03-20T10:10:07.940097+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:10.218774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=time","method":"GET"} [] [2025-03-20T10:10:10.304956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:12.586955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=time","method":"GET"} [] [2025-03-20T10:10:12.607516+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:15.000414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=dump","method":"GET"} [] [2025-03-20T10:10:15.022525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:10:17.246905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=time","method":"GET"} [] [2025-03-20T10:10:17.266681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:19.480752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=twig","method":"GET"} [] [2025-03-20T10:10:19.500344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:21.705540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=form","method":"GET"} [] [2025-03-20T10:10:21.729464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:10:24.040888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=dump","method":"GET"} [] [2025-03-20T10:10:24.067120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:10:26.362824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=twig","method":"GET"} [] [2025-03-20T10:10:26.458111+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:28.812938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=form","method":"GET"} [] [2025-03-20T10:10:28.834340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:10:32.279455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=twig","method":"GET"} [] [2025-03-20T10:10:32.300619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:34.456095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=twig","method":"GET"} [] [2025-03-20T10:10:34.477339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:34.921356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=request","method":"GET"} [] [2025-03-20T10:10:34.944314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:10:36.718536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=dump","method":"GET"} [] [2025-03-20T10:10:36.746650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:10:39.077547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=twig","method":"GET"} [] [2025-03-20T10:10:39.097480+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:41.289696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=dump","method":"GET"} [] [2025-03-20T10:10:41.310955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:10:43.605099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=time","method":"GET"} [] [2025-03-20T10:10:43.688305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:45.905455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=time","method":"GET"} [] [2025-03-20T10:10:45.925230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:48.302612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=time","method":"GET"} [] [2025-03-20T10:10:48.323489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:10:50.538222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=twig","method":"GET"} [] [2025-03-20T10:10:50.557216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:10:52.746414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=dump","method":"GET"} [] [2025-03-20T10:10:52.766880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:10:55.376824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=form","method":"GET"} [] [2025-03-20T10:10:55.407598+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:10:57.616406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=form","method":"GET"} [] [2025-03-20T10:10:57.637337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:10:59.930999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=dump","method":"GET"} [] [2025-03-20T10:11:00.029154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:11:02.216673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=time","method":"GET"} [] [2025-03-20T10:11:02.236968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:11:04.448464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=twig","method":"GET"} [] [2025-03-20T10:11:04.468064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:11:06.662717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=time","method":"GET"} [] [2025-03-20T10:11:06.682570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:11:08.876225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=time","method":"GET"} [] [2025-03-20T10:11:08.896778+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:11:11.236047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=form","method":"GET"} [] [2025-03-20T10:11:11.257853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:11:13.458381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=dump","method":"GET"} [] [2025-03-20T10:11:13.479414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:11:15.768567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=validator","method":"GET"} [] [2025-03-20T10:11:15.856304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:11:18.154658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=validator","method":"GET"} [] [2025-03-20T10:11:18.174237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:11:20.517452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=validator","method":"GET"} [] [2025-03-20T10:11:20.538131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:11:22.778665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=validator","method":"GET"} [] [2025-03-20T10:11:22.797921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:11:25.007238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=validator","method":"GET"} [] [2025-03-20T10:11:25.026712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:11:27.394765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=validator","method":"GET"} [] [2025-03-20T10:11:27.415127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:11:29.702914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=cache","method":"GET"} [] [2025-03-20T10:11:29.773618+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:32.207647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=cache","method":"GET"} [] [2025-03-20T10:11:32.322049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:34.557418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=cache","method":"GET"} [] [2025-03-20T10:11:34.583247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:36.854924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=cache","method":"GET"} [] [2025-03-20T10:11:36.875005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:39.063078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=cache","method":"GET"} [] [2025-03-20T10:11:39.085302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:42.628970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=cache","method":"GET"} [] [2025-03-20T10:11:42.648542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:44.892415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=cache","method":"GET"} [] [2025-03-20T10:11:44.938337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:48.455536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=cache","method":"GET"} [] [2025-03-20T10:11:48.551456+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:50.757250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=cache","method":"GET"} [] [2025-03-20T10:11:50.777008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:53.041576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=cache","method":"GET"} [] [2025-03-20T10:11:53.042314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=dump","method":"GET"} [] [2025-03-20T10:11:53.065753+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:53.066955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:11:55.288815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=cache","method":"GET"} [] [2025-03-20T10:11:55.308091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:11:57.677980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=events","method":"GET"} [] [2025-03-20T10:11:57.699009+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:11:59.883177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=events","method":"GET"} [] [2025-03-20T10:11:59.905895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:02.023736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=cache","method":"GET"} [] [2025-03-20T10:12:02.044453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:12:04.299496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=cache","method":"GET"} [] [2025-03-20T10:12:04.389186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:12:06.616182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=events","method":"GET"} [] [2025-03-20T10:12:06.635283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:08.977015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=events","method":"GET"} [] [2025-03-20T10:12:08.997942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:11.237583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=events","method":"GET"} [] [2025-03-20T10:12:11.257524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:13.757376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=events","method":"GET"} [] [2025-03-20T10:12:13.787074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:16.020033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=events","method":"GET"} [] [2025-03-20T10:12:16.039879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:18.116707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=events","method":"GET"} [] [2025-03-20T10:12:18.136854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:12:20.420685+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=router","method":"GET"} [] [2025-03-20T10:12:20.508172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:12:20.556502+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159/router","method":"GET"} [] [2025-03-20T10:12:22.990642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=config","method":"GET"} [] [2025-03-20T10:12:23.011216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:12:25.376835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=config","method":"GET"} [] [2025-03-20T10:12:25.398962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:12:27.637445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=logger","method":"GET"} [] [2025-03-20T10:12:27.663394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:12:30.096290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?panel=config","method":"GET"} [] [2025-03-20T10:12:30.116484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:12:31.486553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=twig","method":"GET"} [] [2025-03-20T10:12:31.511419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:12:32.320896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=logger","method":"GET"} [] [2025-03-20T10:12:32.341774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:12:35.920111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=config","method":"GET"} [] [2025-03-20T10:12:36.021599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:12:38.266016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=logger","method":"GET"} [] [2025-03-20T10:12:38.286118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:12:40.528951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=logger","method":"GET"} [] [2025-03-20T10:12:40.550278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:12:42.783703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?panel=router","method":"GET"} [] [2025-03-20T10:12:42.803550+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:12:42.821454+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/router","method":"GET"} [] [2025-03-20T10:12:45.367025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=config","method":"GET"} [] [2025-03-20T10:12:45.392228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:12:47.579467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?panel=router","method":"GET"} [] [2025-03-20T10:12:47.599055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:12:47.622220+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72/router","method":"GET"} [] [2025-03-20T10:12:49.836036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=logger","method":"GET"} [] [2025-03-20T10:12:49.856655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:12:52.160818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159?panel=config","method":"GET"} [] [2025-03-20T10:12:52.241130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:12:54.397473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?panel=router","method":"GET"} [] [2025-03-20T10:12:54.417411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:12:54.435393+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440/router","method":"GET"} [] [2025-03-20T10:12:57.860026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?panel=logger","method":"GET"} [] [2025-03-20T10:12:57.880310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:01.411359+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72?panel=logger","method":"GET"} [] [2025-03-20T10:13:01.432581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:04.556667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=router","method":"GET"} [] [2025-03-20T10:13:04.580102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:04.598781+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24/router","method":"GET"} [] [2025-03-20T10:13:04.867927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=logger","method":"GET"} [] [2025-03-20T10:13:04.889264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:07.243665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=config","method":"GET"} [] [2025-03-20T10:13:07.333991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:09.607695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=router","method":"GET"} [] [2025-03-20T10:13:09.627363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:09.645651+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419/router","method":"GET"} [] [2025-03-20T10:13:12.008384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=config","method":"GET"} [] [2025-03-20T10:13:12.027808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:14.432038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=logger","method":"GET"} [] [2025-03-20T10:13:14.452230+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:17.144921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=router","method":"GET"} [] [2025-03-20T10:13:17.164190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:17.182293+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419/router","method":"GET"} [] [2025-03-20T10:13:19.399204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=translation","method":"GET"} [] [2025-03-20T10:13:19.419087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:13:21.640655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=translation","method":"GET"} [] [2025-03-20T10:13:21.663240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:13:24.004600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=validator","method":"GET"} [] [2025-03-20T10:13:24.090880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:13:26.315915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=validator","method":"GET"} [] [2025-03-20T10:13:26.335795+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:13:28.535891+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=config","method":"GET"} [] [2025-03-20T10:13:28.557203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:30.935958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=logger","method":"GET"} [] [2025-03-20T10:13:30.956942+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:33.405661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=logger","method":"GET"} [] [2025-03-20T10:13:33.429058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:33.766414+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=logger","method":"GET"} [] [2025-03-20T10:13:33.791433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:35.656451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=config","method":"GET"} [] [2025-03-20T10:13:35.677152+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:37.888456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=config","method":"GET"} [] [2025-03-20T10:13:37.909489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:40.211371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=config","method":"GET"} [] [2025-03-20T10:13:40.320364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:43.767915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=config","method":"GET"} [] [2025-03-20T10:13:43.789607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:46.060088+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=router","method":"GET"} [] [2025-03-20T10:13:46.080765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:46.098722+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239/router","method":"GET"} [] [2025-03-20T10:13:48.592877+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=router","method":"GET"} [] [2025-03-20T10:13:48.613231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:48.631525+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981/router","method":"GET"} [] [2025-03-20T10:13:50.846673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=router","method":"GET"} [] [2025-03-20T10:13:50.865497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:50.883106+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/router","method":"GET"} [] [2025-03-20T10:13:53.137270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=logger","method":"GET"} [] [2025-03-20T10:13:53.158842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:13:55.465197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=config","method":"GET"} [] [2025-03-20T10:13:55.594857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:13:57.853999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=router","method":"GET"} [] [2025-03-20T10:13:57.873384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:13:57.891402+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981/router","method":"GET"} [] [2025-03-20T10:13:59.913347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=security","method":"GET"} [] [2025-03-20T10:13:59.937586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:00.027232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=logger","method":"GET"} [] [2025-03-20T10:14:00.047608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:14:02.321071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=logger","method":"GET"} [] [2025-03-20T10:14:02.343647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:14:04.790756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=logger","method":"GET"} [] [2025-03-20T10:14:04.811506+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:14:07.017768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=router","method":"GET"} [] [2025-03-20T10:14:07.037217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:14:07.055400+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/router","method":"GET"} [] [2025-03-20T10:14:09.436237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?panel=security","method":"GET"} [] [2025-03-20T10:14:09.456728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:11.855935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?panel=security","method":"GET"} [] [2025-03-20T10:14:11.987137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:14.482603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?panel=security","method":"GET"} [] [2025-03-20T10:14:14.502715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:16.707060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278?panel=security","method":"GET"} [] [2025-03-20T10:14:16.729900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:18.977636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?panel=security","method":"GET"} [] [2025-03-20T10:14:18.999105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:21.465764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?panel=security","method":"GET"} [] [2025-03-20T10:14:21.488257+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:23.716012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981?panel=security","method":"GET"} [] [2025-03-20T10:14:23.737271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:23.923077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=mailer","method":"GET"} [] [2025-03-20T10:14:23.951991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:14:25.958648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239?panel=security","method":"GET"} [] [2025-03-20T10:14:25.982007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:14:28.268068+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:28.401957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:30.537242+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:30.556315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:34.070071+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:34.090031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:36.367511+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:36.388311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:38.658308+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:38.678315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:41.969901+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:41.989458+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:44.331456+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:44.389873+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:47.773284+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:47.792668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:52.496279+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:52.516405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:54.840089+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:54.872205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:57.065706+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:57.085116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:59.343300+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:14:59.432272+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:15:01.648420+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:15:01.668275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:15:03.824594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:03.873756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:05.342338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=dump","method":"GET"} [] [2025-03-20T10:15:05.371717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:15:07.703615+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:07.725145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:10.172896+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:10.195351+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:12.387251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:12.408580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:14.680864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:14.772589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:16.968483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:16.993243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:19.232689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:19.272459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:21.516194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:21.541479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:23.916319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:23.942721+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:26.217170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:26.239397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:29.742053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:29.825631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:32.051591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:32.078448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:34.253845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:34.285048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:36.514586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:36.537984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:41.321940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:15:41.359762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:15:41.381895+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T10:15:42.118182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=db","method":"GET"} [] [2025-03-20T10:15:42.141461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:15:43.754843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:15:43.777560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T10:15:43.795982+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T10:15:47.573830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:47.662422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:57.763227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:57.795284+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:15:59.539879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=exception","method":"GET"} [] [2025-03-20T10:15:59.563538+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24/exception.css","method":"GET"} [] [2025-03-20T10:15:59.573781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:15:59.591968+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24/exception","method":"GET"} [] [2025-03-20T10:16:15.160266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=db","method":"GET"} [] [2025-03-20T10:16:15.312732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:16:15.560255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:15.584413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:23.540034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:23.562874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:41.723540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=form","method":"GET"} [] [2025-03-20T10:16:41.796503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:16:45.570921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:45.592536+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:52.366696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:52.388378+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:54.285364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=security","method":"GET"} [] [2025-03-20T10:16:54.308052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:16:58.596227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981?group=1&panel=db","method":"GET"} [] [2025-03-20T10:16:58.690323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:03.941964+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:03.964716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:08.694129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:08.722402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:13.145884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:13.167808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:17.483953+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:17.690895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:27.336047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=validator","method":"GET"} [] [2025-03-20T10:17:27.360617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:17:30.662883+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:30.688123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:34.195162+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:34.259196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:36.615132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:36.637463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:38.037155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=events","method":"GET"} [] [2025-03-20T10:17:38.065608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:17:39.255584+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:39.275468+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:41.704548+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:41.728110+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:44.055126+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:44.074727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:46.246631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:46.270334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:47.234885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=config","method":"GET"} [] [2025-03-20T10:17:47.258374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:17:48.575782+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:48.598567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:51.388708+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:51.519323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:53.750443+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:53.769824+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:55.496974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:55.538397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:17:55.973896+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:17:55.993545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:00.480869+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:00.503019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:02.673252+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:02.698080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:04.871016+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:04.893190+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:07.613065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T10:18:07.727718+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:18:16.733476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?group=1&panel=db","method":"GET"} [] [2025-03-20T10:18:16.838926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:18:17.193278+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:17.214142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:20.815138+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:20.836977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:24.263999+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:24.318917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:29.156206+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:29.176646+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:29.863488+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=logger","method":"GET"} [] [2025-03-20T10:18:29.887267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:18:34.000128+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:34.057583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:36.228796+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:36.250422+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:36.384778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24?panel=request","method":"GET"} [] [2025-03-20T10:18:36.414513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:18:38.457715+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61ebd5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61ebd5/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T10:18:38.520734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:18:42.039137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=events","method":"GET"} [] [2025-03-20T10:18:42.089712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:18:46.324671+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:46.344692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:51.698858+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T10:18:51.770643+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:18:56.039555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=db","method":"GET"} [] [2025-03-20T10:18:56.081764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:18:57.306117+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:18:57.381596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:00.525956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=db","method":"GET"} [] [2025-03-20T10:19:00.547747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:19:08.156274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=db","method":"GET"} [] [2025-03-20T10:19:08.183742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:19:11.030373+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:11.061835+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:11.796265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=db","method":"GET"} [] [2025-03-20T10:19:11.835403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:19:15.886002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=db","method":"GET"} [] [2025-03-20T10:19:15.944335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:19:19.597109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3a8153"},"request_uri":"https://test.phila-ca.com/public/_profiler/3a8153?panel=exception","method":"GET"} [] [2025-03-20T10:19:19.617240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:19:23.339303+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://test.phila-ca.com/public/_profiler/e52738?panel=exception","method":"GET"} [] [2025-03-20T10:19:23.361214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:19:24.445694+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:24.467068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:27.164558+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=230","method":"GET"} [] [2025-03-20T10:19:31.161377+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:19:31.299366+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:19:35.029869+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:19:35.052130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:19:38.735744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=translation","method":"GET"} [] [2025-03-20T10:19:38.763608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:19:42.534177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=translation","method":"GET"} [] [2025-03-20T10:19:42.558032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:19:46.591138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?group=1&panel=db","method":"GET"} [] [2025-03-20T10:19:46.685775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:19:47.180810+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:47.205319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:50.499042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?group=1&panel=db","method":"GET"} [] [2025-03-20T10:19:50.520889+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:19:57.974830+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:19:58.004796+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:00.159297+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:20:00.182261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:20:07.768044+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:07.844339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:08.486364+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:08.512925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:12.220296+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:12.239972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:16.041373+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:16.063369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:16.325066+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:16.344548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:19.723391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f","method":"GET"} [] [2025-03-20T10:20:19.750607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:20:24.967740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981","method":"GET"} [] [2025-03-20T10:20:25.113681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:20:28.790649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239","method":"GET"} [] [2025-03-20T10:20:28.811439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:20:31.039117+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:31.087919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:34.857639+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T10:20:34.932567+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:20:38.676867+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:38.696681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:20:42.770460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d","method":"GET"} [] [2025-03-20T10:20:42.842869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:20:49.403485+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"https://test.phila-ca.com/public/_profiler/36cf72/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T10:20:49.464897+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:20:50.500663+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:50.531950+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:53.156762+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T10:20:53.224084+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:20:57.320436+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:20:57.342079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:01.772138+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T10:21:01.858047+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:21:02.757370+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:02.783053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:12.268826+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:12.293023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:17.246086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:17.298052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:21.118721+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:21.172275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:25.056388+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T10:21:25.119730+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:21:28.510279+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:28.537088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:47.954441+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:48.020972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:56.834513+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:21:56.854754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:22:05.272164+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T10:22:05.399623+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:22:12.889150+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:22:12.926398+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:22:32.970741+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=config","method":"GET"} [] [2025-03-20T10:22:33.055430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:22:35.652596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:22:35.706579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:23:15.295214+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:23:15.486132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:23:32.926417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=mailer","method":"GET"} [] [2025-03-20T10:23:32.958788+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:23:33.058905+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:23:33.059172+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:23:49.479256+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:23:49.559353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:24:03.251199+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/search/results?ip=40.85.128.222&limit=10","method":"GET"} [] [2025-03-20T10:24:03.321783+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:24:17.429851+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:24:17.498412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:24:58.781331+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ec97fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ec97fe/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:24:58.872131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:25:24.327850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=mailer","method":"GET"} [] [2025-03-20T10:25:24.440643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:25:33.144175+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:25:33.165837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:26:35.099795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad","method":"GET"} [] [2025-03-20T10:26:35.309558+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/exception.css","method":"GET"} [] [2025-03-20T10:26:35.321754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:26:35.425437+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/exception","method":"GET"} [] [2025-03-20T10:27:01.186981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=router","method":"GET"} [] [2025-03-20T10:27:01.311404+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:27:01.389917+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239/router","method":"GET"} [] [2025-03-20T10:27:04.480587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269","method":"GET"} [] [2025-03-20T10:27:04.505118+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T10:27:04.513301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:27:04.533857+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/exception","method":"GET"} [] [2025-03-20T10:27:29.843829+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:27:29.908813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:27:46.357046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=config","method":"GET"} [] [2025-03-20T10:27:46.443299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:28:26.981027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=logger","method":"GET"} [] [2025-03-20T10:28:27.052314+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:28:37.117928+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:28:37.140532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:29:16.805810+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:29:16.894163+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:29:36.408739+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:29:36.469328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:29:37.548680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=config","method":"GET"} [] [2025-03-20T10:29:37.580435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:29:53.541797+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:29:53.621388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:30:08.007949+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:30:08.027965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:30:12.006631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=translation","method":"GET"} [] [2025-03-20T10:30:12.071281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:30:21.246314+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/exception","method":"GET"} [] [2025-03-20T10:30:42.664062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=translation","method":"GET"} [] [2025-03-20T10:30:42.729742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:30:56.232089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=translation","method":"GET"} [] [2025-03-20T10:30:56.255246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:31:07.937583+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=validator","method":"GET"} [] [2025-03-20T10:31:08.002248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:31:09.193555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=mailer","method":"GET"} [] [2025-03-20T10:31:09.216501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:31:27.141899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=mailer","method":"GET"} [] [2025-03-20T10:31:27.211283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:31:33.413603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=exception","method":"GET"} [] [2025-03-20T10:31:33.435312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:31:35.942912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=request","method":"GET"} [] [2025-03-20T10:31:35.964895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:31:43.932983+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=db","method":"GET"} [] [2025-03-20T10:31:43.998613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:31:52.099273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=events","method":"GET"} [] [2025-03-20T10:31:52.120261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:31:56.014256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=request","method":"GET"} [] [2025-03-20T10:31:56.034935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:31:57.842176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=twig","method":"GET"} [] [2025-03-20T10:31:57.863142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:32:03.844884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=form","method":"GET"} [] [2025-03-20T10:32:03.913583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:32:08.771979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=time","method":"GET"} [] [2025-03-20T10:32:08.793151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:32:13.504581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=dump","method":"GET"} [] [2025-03-20T10:32:13.525364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:32:14.916854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=request","method":"GET"} [] [2025-03-20T10:32:14.938033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:32:17.603431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=cache","method":"GET"} [] [2025-03-20T10:32:17.624605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:32:21.777796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=router","method":"GET"} [] [2025-03-20T10:32:21.843304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:32:21.886589+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/router","method":"GET"} [] [2025-03-20T10:32:24.851820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=config","method":"GET"} [] [2025-03-20T10:32:24.876080+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:32:27.943830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?panel=logger","method":"GET"} [] [2025-03-20T10:32:27.965464+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:32:30.902821+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:30.934978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:32.475721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=logger","method":"GET"} [] [2025-03-20T10:32:32.496683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:32:33.038210+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:33.058600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:35.386596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:35.405396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:37.720207+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:37.773183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:39.162050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269?group=1&panel=db","method":"GET"} [] [2025-03-20T10:32:39.193275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:32:40.929096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=time","method":"GET"} [] [2025-03-20T10:32:40.957246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:32:42.412899+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:32:42.436325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:32:43.862576+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:32:43.884804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:32:45.224733+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:32:45.246327+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:32:46.653580+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5e1f9/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:32:46.676954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:32:47.870116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=router","method":"GET"} [] [2025-03-20T10:32:47.889948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:32:47.908932+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f/router","method":"GET"} [] [2025-03-20T10:32:48.012564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c","method":"GET"} [] [2025-03-20T10:32:48.039191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:32:49.255665+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:49.274917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:50.476588+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:50.498636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:51.667582+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:51.687961+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:32:52.995735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c","method":"GET"} [] [2025-03-20T10:32:53.053956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:32:54.214093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=exception","method":"GET"} [] [2025-03-20T10:32:54.245538+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/exception.css","method":"GET"} [] [2025-03-20T10:32:54.256112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:32:54.295178+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/exception","method":"GET"} [] [2025-03-20T10:32:55.462745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=translation","method":"GET"} [] [2025-03-20T10:32:55.485941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:32:56.552843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=validator","method":"GET"} [] [2025-03-20T10:32:56.574586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:32:57.692362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=security","method":"GET"} [] [2025-03-20T10:32:57.715064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:32:58.777363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=request","method":"GET"} [] [2025-03-20T10:32:58.799783+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:33:00.036702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=mailer","method":"GET"} [] [2025-03-20T10:33:00.069997+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:33:02.342033+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=db","method":"GET"} [] [2025-03-20T10:33:02.365178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:33:03.878845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=request","method":"GET"} [] [2025-03-20T10:33:03.899774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:33:05.337258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=exception","method":"GET"} [] [2025-03-20T10:33:05.357855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:33:08.609627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=translation","method":"GET"} [] [2025-03-20T10:33:08.663321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:33:12.466923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=mailer","method":"GET"} [] [2025-03-20T10:33:12.492507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:33:16.877336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=events","method":"GET"} [] [2025-03-20T10:33:16.897295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:33:30.405548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=events","method":"GET"} [] [2025-03-20T10:33:30.480526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:33:42.355465+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:33:42.377178+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:33:51.621448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=form","method":"GET"} [] [2025-03-20T10:33:51.686084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:34:05.222946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=request","method":"GET"} [] [2025-03-20T10:34:05.244000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:34:13.203906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=time","method":"GET"} [] [2025-03-20T10:34:13.279684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:34:18.338347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=twig","method":"GET"} [] [2025-03-20T10:34:18.359597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:34:34.291308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=config","method":"GET"} [] [2025-03-20T10:34:34.361476+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:35:10.038976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=db","method":"GET"} [] [2025-03-20T10:35:10.104792+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:35:20.744997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=request","method":"GET"} [] [2025-03-20T10:35:20.766497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:35:27.447450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=events","method":"GET"} [] [2025-03-20T10:35:27.519161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:35:34.419211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=exception","method":"GET"} [] [2025-03-20T10:35:34.439283+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:35:51.476291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=security","method":"GET"} [] [2025-03-20T10:35:51.568745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:35:51.763799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=translation","method":"GET"} [] [2025-03-20T10:35:51.784179+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:35:54.804579+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/exception","method":"GET"} [] [2025-03-20T10:35:54.929026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=security","method":"GET"} [] [2025-03-20T10:35:54.968949+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:35:57.331354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=mailer","method":"GET"} [] [2025-03-20T10:35:57.357291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:35:59.573540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=form","method":"GET"} [] [2025-03-20T10:35:59.596047+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:35:59.638612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=db","method":"GET"} [] [2025-03-20T10:35:59.666712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:36:02.262921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=request","method":"GET"} [] [2025-03-20T10:36:02.283206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:36:03.854199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=cache","method":"GET"} [] [2025-03-20T10:36:03.879764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:36:04.650492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=dump","method":"GET"} [] [2025-03-20T10:36:04.685087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:36:09.462356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=time","method":"GET"} [] [2025-03-20T10:36:09.559992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T10:36:14.080795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=dump","method":"GET"} [] [2025-03-20T10:36:14.102806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:36:16.320935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=twig","method":"GET"} [] [2025-03-20T10:36:16.340740+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:36:17.665350+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:36:17.685944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:36:18.541766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=form","method":"GET"} [] [2025-03-20T10:36:18.568978+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:36:20.856394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=dump","method":"GET"} [] [2025-03-20T10:36:20.882221+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:36:21.342473+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T10:36:21.403026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:36:24.477831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=form","method":"GET"} [] [2025-03-20T10:36:24.539600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:36:25.224785+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T10:36:25.284361+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:36:26.717759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=validator","method":"GET"} [] [2025-03-20T10:36:26.745592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:36:28.986199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=cache","method":"GET"} [] [2025-03-20T10:36:29.011763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:36:31.250331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=cache","method":"GET"} [] [2025-03-20T10:36:31.270639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:36:33.627070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=events","method":"GET"} [] [2025-03-20T10:36:33.647067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:36:34.266704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T10:36:34.332834+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:36:35.866496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=events","method":"GET"} [] [2025-03-20T10:36:35.886313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:36:39.608684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=cache","method":"GET"} [] [2025-03-20T10:36:39.665649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:36:42.047959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=config","method":"GET"} [] [2025-03-20T10:36:42.087249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:36:44.329018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=config","method":"GET"} [] [2025-03-20T10:36:44.348751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:36:46.546864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=router","method":"GET"} [] [2025-03-20T10:36:46.569838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:36:46.588105+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c/router","method":"GET"} [] [2025-03-20T10:36:48.886985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=router","method":"GET"} [] [2025-03-20T10:36:48.906596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:36:48.924522+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c/router","method":"GET"} [] [2025-03-20T10:36:51.135994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=logger","method":"GET"} [] [2025-03-20T10:36:51.158381+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:36:54.728279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=config","method":"GET"} [] [2025-03-20T10:36:54.787052+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:36:56.956846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c?panel=security","method":"GET"} [] [2025-03-20T10:36:56.977362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:36:59.218099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?panel=security","method":"GET"} [] [2025-03-20T10:36:59.251307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:36:59.374685+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:36:59.410095+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:01.507048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=logger","method":"GET"} [] [2025-03-20T10:37:01.532013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:37:03.909407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?panel=router","method":"GET"} [] [2025-03-20T10:37:03.937417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:37:03.961155+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/router","method":"GET"} [] [2025-03-20T10:37:06.269362+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:06.289196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:08.406648+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b?group=1&panel=db","method":"GET"} [] [2025-03-20T10:37:08.429619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:37:10.894764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c?group=1&panel=db","method":"GET"} [] [2025-03-20T10:37:10.953242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:37:13.152305+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:13.171831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:15.352750+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:15.387530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:17.598071+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:17.617736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:19.809397+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:19.829007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:22.027268+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:22.077922+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:24.291357+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:24.311680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:26.817867+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:26.867126+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:29.078712+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:29.100530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:31.296418+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:31.326489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:33.539587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630","method":"GET"} [] [2025-03-20T10:37:33.567498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:37:35.799691+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:35.818427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:38.017746+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:38.040365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:40.196207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:37:40.216138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:37:42.819348+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:42.873294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:37:45.062048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630","method":"GET"} [] [2025-03-20T10:37:45.082866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:37:47.286094+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:47.319578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:49.550407+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:49.572098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:51.738003+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:51.757018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:37:53.956481+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:37:53.980013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:37:56.176183+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5e1f9/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:37:56.200471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:37:58.706378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=exception","method":"GET"} [] [2025-03-20T10:37:58.784564+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:38:00.967917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=translation","method":"GET"} [] [2025-03-20T10:38:00.988892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:38:03.178603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=validator","method":"GET"} [] [2025-03-20T10:38:03.210452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:38:05.448826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=security","method":"GET"} [] [2025-03-20T10:38:05.470171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:38:07.655327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=exception","method":"GET"} [] [2025-03-20T10:38:07.674013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T10:38:09.906671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=translation","method":"GET"} [] [2025-03-20T10:38:09.926090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:38:14.665151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=request","method":"GET"} [] [2025-03-20T10:38:14.742312+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:38:16.937824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=request","method":"GET"} [] [2025-03-20T10:38:16.958619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:38:19.149588+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=db","method":"GET"} [] [2025-03-20T10:38:19.237865+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:38:21.427467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=db","method":"GET"} [] [2025-03-20T10:38:21.453196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T10:38:23.688674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=mailer","method":"GET"} [] [2025-03-20T10:38:23.710484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:38:25.946902+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=mailer","method":"GET"} [] [2025-03-20T10:38:25.966486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:38:28.108305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=events","method":"GET"} [] [2025-03-20T10:38:28.127956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:38:30.580508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=form","method":"GET"} [] [2025-03-20T10:38:30.638154+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:38:32.857820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=events","method":"GET"} [] [2025-03-20T10:38:32.882247+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:38:35.108364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=twig","method":"GET"} [] [2025-03-20T10:38:35.136386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:38:37.359389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=twig","method":"GET"} [] [2025-03-20T10:38:37.381259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T10:38:39.594612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=dump","method":"GET"} [] [2025-03-20T10:38:39.620134+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:38:44.139111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=form","method":"GET"} [] [2025-03-20T10:38:44.160143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T10:38:46.543337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=dump","method":"GET"} [] [2025-03-20T10:38:46.601965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:38:48.836797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=cache","method":"GET"} [] [2025-03-20T10:38:48.857010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:38:51.068893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=cache","method":"GET"} [] [2025-03-20T10:38:51.096186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:38:53.347440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=config","method":"GET"} [] [2025-03-20T10:38:53.370786+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:38:55.577579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=config","method":"GET"} [] [2025-03-20T10:38:55.597313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:38:57.791592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=router","method":"GET"} [] [2025-03-20T10:38:57.812261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T10:38:57.831239+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630/router","method":"GET"} [] [2025-03-20T10:39:00.161120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?panel=logger","method":"GET"} [] [2025-03-20T10:39:00.181427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:39:00.853405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=cache","method":"GET"} [] [2025-03-20T10:39:00.873505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T10:39:03.840537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?panel=logger","method":"GET"} [] [2025-03-20T10:39:03.917018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:39:06.307931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630?group=1&panel=db","method":"GET"} [] [2025-03-20T10:39:06.339087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:39:08.516824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630?group=1&panel=db","method":"GET"} [] [2025-03-20T10:39:08.538210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T10:39:10.792330+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:10.816641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:13.024467+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:13.051886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:15.228532+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:15.248164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:17.408054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:17.428567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:19.729951+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47ffa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b47ffa/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:19.785321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:21.956733+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:21.984690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:24.143631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:24.173329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:26.384505+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/db61ae/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:26.412478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:28.616092+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:28.636461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:39:30.820873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:30.865428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:33.107169+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa/search/results?ip=40.85.128.222&limit=10","method":"GET"} [] [2025-03-20T10:39:33.170488+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:39:35.792405+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:39:35.846449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:39:38.716768+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419/search/results?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:39:38.744656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET","method":"GET"} [] [2025-03-20T10:39:41.798517+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:41.846788+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:44.704766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:44.728416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:47.177519+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:47.223361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:49.456379+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:49.476900+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:51.949681+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e24c24/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:52.015527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:54.218743+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:54.254387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:56.480318+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e24c24/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:39:56.507548+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:00.150899+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:00.176853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:02.277379+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:02.300738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:04.500183+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:04.521166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:06.740272+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:06.774466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T10:40:10.330563+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T10:40:10.442463+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:40:12.765479+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T10:40:12.823915+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:40:37.395081+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T10:40:37.482169+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:40:47.452339+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/36cf72/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T10:40:47.512647+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:40:48.391163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c","method":"GET"} [] [2025-03-20T10:40:48.437261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T10:41:18.652206+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T10:41:18.794842+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:41:40.918766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=dump","method":"GET"} [] [2025-03-20T10:41:40.982215+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T10:42:24.477241+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T10:42:24.583304+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:42:28.869230+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:42:28.902260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:43:29.172578+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T10:43:29.280157+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:43:45.368522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=validator","method":"GET"} [] [2025-03-20T10:43:45.434268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:44:22.957230+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:44:23.027615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T10:44:56.911032+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T10:44:57.059427+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:45:35.922966+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T10:45:36.023239+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:46:39.496168+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T10:46:39.599035+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:47:36.361450+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T10:47:36.456934+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:48:37.647609+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T10:48:37.771695+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:49:39.084919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=mailer","method":"GET"} [] [2025-03-20T10:49:39.182185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T10:49:46.725647+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T10:49:46.789310+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:50:48.220451+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T10:50:48.325517+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:51:39.861923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=config","method":"GET"} [] [2025-03-20T10:51:39.947377+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T10:52:33.704116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=logger","method":"GET"} [] [2025-03-20T10:52:33.885380+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T10:52:53.095691+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T10:52:53.222186+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:53:25.947434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=translation","method":"GET"} [] [2025-03-20T10:53:26.051306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T10:53:58.536969+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T10:53:58.650196+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:54:13.209042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=request","method":"GET"} [] [2025-03-20T10:54:13.248837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T10:54:54.190684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=events","method":"GET"} [] [2025-03-20T10:54:54.323597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T10:55:03.446431+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T10:55:03.510883+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:55:32.679357+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T10:55:32.812571+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:56:04.000734+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T10:56:04.104808+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:56:05.628355+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:56:05.680078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T10:57:06.696422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=security","method":"GET"} [] [2025-03-20T10:57:06.773565+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T10:57:08.096631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T10:57:08.166188+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:58:03.837091+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=validator","method":"GET"} [] [2025-03-20T10:58:03.919741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:58:12.550444+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fdb61ae%2Fexception","method":"GET"} [] [2025-03-20T10:58:12.626394+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T10:58:56.906411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=validator","method":"GET"} [] [2025-03-20T10:58:56.986947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T10:59:16.380342+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T10:59:16.476002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:00:21.128120+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T11:00:21.230047+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:00:25.528391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=time","method":"GET"} [] [2025-03-20T11:00:25.565311+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T11:01:24.532188+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T11:01:24.674881+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:01:45.426316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=twig","method":"GET"} [] [2025-03-20T11:01:45.701742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T11:02:23.016143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=dump","method":"GET"} [] [2025-03-20T11:02:23.084759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T11:02:26.637418+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:02:26.700730+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:02:55.252411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=time","method":"GET"} [] [2025-03-20T11:02:55.476660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T11:03:24.161920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=dump","method":"GET"} [] [2025-03-20T11:03:24.227752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T11:03:32.336797+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T11:03:32.414286+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:03:51.139600+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T11:03:51.255314+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:04:15.822991+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T11:04:15.952327+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:05:18.364141+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:05:18.547104+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:05:40.569221+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:05:40.627774+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:06:19.925357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=form","method":"GET"} [] [2025-03-20T11:06:19.992589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T11:06:41.166677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:06:41.253535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:07:23.207993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=time","method":"GET"} [] [2025-03-20T11:07:23.272928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T11:07:36.484498+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:07:36.515416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:08:18.393582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=form","method":"GET"} [] [2025-03-20T11:08:18.460000+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T11:08:25.386309+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:08:25.413529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:09:11.307903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=twig","method":"GET"} [] [2025-03-20T11:09:11.388760+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T11:09:12.672295+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T11:09:12.738986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:09:53.032171+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:09:53.123006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:09:55.979413+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=dump","method":"GET"} [] [2025-03-20T11:09:56.020876+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T11:10:36.484627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=twig","method":"GET"} [] [2025-03-20T11:10:36.556899+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T11:10:56.977759+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:10:57.046145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:11:11.750396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=security","method":"GET"} [] [2025-03-20T11:11:11.809985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T11:11:52.002468+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:11:52.091689+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:12:41.721054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:12:41.786698+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:12:44.458329+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T11:12:44.480441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T11:13:29.124481+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:13:29.246006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:14:08.007842+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T11:14:08.083712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T11:14:10.469913+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:14:10.494227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:14:47.511339+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:14:47.602498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:14:58.035070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=cache","method":"GET"} [] [2025-03-20T11:14:58.061582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T11:15:20.661096+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5e1f9/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:15:20.757042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:15:22.819688+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:15:22.879432+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:15:44.834777+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T11:15:44.976177+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:16:17.506367+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e24c24/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:16:17.572181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:16:47.770558+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T11:16:47.917504+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:17:07.429108+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:17:07.526062+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:17:32.761906+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:17:32.853175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:17:54.478447+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:17:54.583245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:18:14.308929+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e24c24/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:18:14.414855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:18:32.384074+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:18:32.503395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:18:48.948400+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5e1f9"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b5e1f9/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:18:49.077747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:02.237204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:02.260980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:16.020960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:16.142604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:38.633416+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b2822b/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:38.744868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:48.180663+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:48.212928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:58.421015+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:19:58.506402+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:20:14.427101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:20:14.565827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:20:28.676900+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ec97fe"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ec97fe/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fdb61ae%2Fexception","method":"GET"} [] [2025-03-20T11:20:28.751007+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:20:36.314983+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T11:20:36.495099+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:20:58.016261+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T11:20:58.016197+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T11:20:58.178725+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:20:58.181808+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:21:56.328928+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T11:21:56.483986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:22:56.691460+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T11:22:56.779734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:23:26.160867+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:23:26.276948+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:23:29.600558+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T11:23:29.660486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:24:02.462297+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T11:24:02.595758+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:24:31.613832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T11:24:31.745082+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:25:08.806019+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:25:08.983855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:25:35.842994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=validator","method":"GET"} [] [2025-03-20T11:25:35.956661+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T11:26:13.292770+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:26:13.396209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:26:40.761845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=db","method":"GET"} [] [2025-03-20T11:26:40.893336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T11:27:10.565784+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:27:10.676846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:28:01.450537+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:28:01.542265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:29:27.140509+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:29:27.413843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:30:07.340152+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/exception.css","method":"GET"} [] [2025-03-20T11:30:08.951613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=twig","method":"GET"} [] [2025-03-20T11:30:09.305043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T11:30:58.978971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=dump","method":"GET"} [] [2025-03-20T11:30:59.057352+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T11:31:20.247613+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"bbf8fa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bbf8fa/exception.css","method":"GET"} [] [2025-03-20T11:31:45.398289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=time","method":"GET"} [] [2025-03-20T11:31:45.482397+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T11:32:25.277884+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/exception.css","method":"GET"} [] [2025-03-20T11:32:27.576153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=logger","method":"GET"} [] [2025-03-20T11:32:27.671605+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T11:33:21.792609+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/search/results?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:33:21.985243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:33:35.967221+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"https://test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T11:33:36.027349+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:33:48.707579+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:33:48.847146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:34:10.893948+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T11:34:11.009228+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:34:12.268361+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"889f77"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/889f77/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:34:12.429478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:34:54.252754+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e4a133"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e4a133/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:34:54.384449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:35:11.895595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?group=1&panel=db","method":"GET"} [] [2025-03-20T11:35:11.998400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T11:35:13.321177+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:35:13.399817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:35:31.122072+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:35:31.204231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:35:46.316817+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"760f1b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/760f1b/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:35:46.431246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:36:01.372731+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/search/results?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:36:01.476338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T11:36:17.776210+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:36:17.915347+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:37:14.755790+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T11:37:14.913042+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:37:24.879547+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T11:37:24.943899+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:37:37.418040+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T11:37:37.521116+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:38:12.808665+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T11:38:12.898101+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:38:14.574721+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T11:38:14.632583+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:39:15.358569+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T11:39:15.462930+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:40:17.194808+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T11:40:17.308508+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:40:21.763011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981?panel=cache","method":"GET"} [] [2025-03-20T11:40:21.802333+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T11:41:27.429289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=cache","method":"GET"} [] [2025-03-20T11:41:27.549339+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T11:42:26.000087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27f239"},"request_uri":"https://test.phila-ca.com/public/_profiler/27f239?panel=exception","method":"GET"} [] [2025-03-20T11:42:26.063224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T11:43:17.623958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c?panel=exception","method":"GET"} [] [2025-03-20T11:43:17.729180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T11:43:33.394536+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T11:43:33.533186+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:44:03.822704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T11:44:03.902409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T11:44:34.883596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T11:44:35.031253+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:44:43.361255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=translation","method":"GET"} [] [2025-03-20T11:44:43.410544+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T11:45:21.578039+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:45:21.746596+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:45:39.116359+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T11:45:39.250400+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:45:54.367502+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:45:54.448021+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:46:25.408232+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:46:25.483349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:46:42.918038+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T11:46:43.063163+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:46:53.125306+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:46:53.164520+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:47:17.381376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:47:17.513645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:47:38.716773+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:47:38.815634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:47:42.674099+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T11:47:42.761570+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:48:47.899595+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T11:48:48.022557+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:49:10.945144+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T11:49:11.077295+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T11:49:27.952934+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"48c16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/48c16b/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T11:49:28.082939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T11:49:44.061532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833","method":"GET"} [] [2025-03-20T11:49:44.161053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T11:50:11.645026+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:50:11.920005+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:50:24.185483+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T11:50:24.244459+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:50:55.736236+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T11:50:55.831045+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:51:04.656023+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"https://test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T11:51:04.714376+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:54:03.598850+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T11:54:03.732584+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:54:11.724892+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:54:11.875347+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:55:06.084428+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T11:55:06.208618+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:55:13.324908+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7848bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/7848bf/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:55:13.358902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:56:08.692332+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:56:08.772941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T11:56:09.970201+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fdb61ae%2Fexception","method":"GET"} [] [2025-03-20T11:56:10.031936+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:57:00.684784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=mailer","method":"GET"} [] [2025-03-20T11:57:00.774337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T11:57:12.521180+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T11:57:12.609037+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:58:13.627373+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T11:58:13.742677+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T11:58:27.494472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=logger","method":"GET"} [] [2025-03-20T11:58:27.558357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T11:59:07.698374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=router","method":"GET"} [] [2025-03-20T11:59:07.771921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T11:59:07.818517+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833/router","method":"GET"} [] [2025-03-20T11:59:18.337776+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e52738"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e52738/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fc305d6%2Fexception","method":"GET"} [] [2025-03-20T11:59:18.402756+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:00:18.319058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=request","method":"GET"} [] [2025-03-20T12:00:18.390072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:00:50.954350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=events","method":"GET"} [] [2025-03-20T12:00:51.029702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:01:21.604965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=validator","method":"GET"} [] [2025-03-20T12:01:21.676389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:01:49.268836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=time","method":"GET"} [] [2025-03-20T12:01:49.335338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:02:13.355432+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=twig","method":"GET"} [] [2025-03-20T12:02:13.472452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:02:57.371241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=form","method":"GET"} [] [2025-03-20T12:02:57.453645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:03:17.282934+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T12:03:17.341427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T12:03:34.804487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=security","method":"GET"} [] [2025-03-20T12:03:34.863966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:03:37.771596+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b47ffa"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b47ffa/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T12:03:37.850224+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:03:50.337594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=db","method":"GET"} [] [2025-03-20T12:03:50.398714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:04:04.903350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?panel=cache","method":"GET"} [] [2025-03-20T12:04:04.922851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:04:30.278492+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T12:04:30.341143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T12:04:37.885773+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T12:04:37.950297+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:05:02.079704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e24c24"},"request_uri":"https://test.phila-ca.com/public/_profiler/e24c24/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T12:05:02.144673+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fjq.php","method":"GET"} [] [2025-03-20T12:05:22.423266+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T12:05:22.508872+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:05:31.427736+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T12:05:31.505086+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:05:39.322893+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T12:05:39.438906+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:05:59.279740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a6833"},"request_uri":"https://test.phila-ca.com/public/_profiler/5a6833?group=1&panel=db","method":"GET"} [] [2025-03-20T12:05:59.344583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:07:03.220460+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T12:07:03.298164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T12:08:02.293794+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"48c16b"},"request_uri":"https://test.phila-ca.com/public/_profiler/48c16b/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T12:08:02.366042+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T12:08:45.581365+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T12:08:45.696937+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:09:41.272586+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T12:09:41.395137+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:09:49.067629+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T12:09:49.138352+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:10:31.760854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7","method":"GET"} [] [2025-03-20T12:10:31.926814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:10:51.941369+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T12:10:52.035147+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:11:31.184932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440","method":"GET"} [] [2025-03-20T12:11:31.266608+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:11:56.750477+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T12:11:56.869557+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:12:48.449992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5","method":"GET"} [] [2025-03-20T12:12:48.548669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:13:01.206320+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T12:13:01.270669+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:13:21.067753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630","method":"GET"} [] [2025-03-20T12:13:21.137325+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:14:05.494237+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269","method":"GET"} [] [2025-03-20T12:14:05.561778+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T12:14:05.573039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:14:05.617762+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/exception","method":"GET"} [] [2025-03-20T12:14:06.863300+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T12:14:06.941729+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:15:12.173657+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T12:15:12.267677+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:15:23.312465+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T12:15:23.370121+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:16:12.631631+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T12:16:12.736245+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:17:04.918605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3","method":"GET"} [] [2025-03-20T12:17:05.003522+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:17:17.769121+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T12:17:17.840727+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:18:17.973473+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T12:18:18.123586+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:19:04.912161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112","method":"GET"} [] [2025-03-20T12:19:04.992864+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T12:19:05.003209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:19:05.052601+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112/exception","method":"GET"} [] [2025-03-20T12:19:22.428824+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630/search/results?limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T12:19:22.525066+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:20:03.922140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424","method":"GET"} [] [2025-03-20T12:20:03.989974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:20:22.885956+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/search/results?limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T12:20:23.013337+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:21:42.049645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=config","method":"GET"} [] [2025-03-20T12:21:42.123290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:22:27.094139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=config","method":"GET"} [] [2025-03-20T12:22:27.168572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:22:27.645625+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T12:22:27.718734+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:23:33.279367+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27f239"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/27f239/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T12:23:33.370026+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:23:43.278240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=config","method":"GET"} [] [2025-03-20T12:23:43.347908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:24:18.884897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=logger","method":"GET"} [] [2025-03-20T12:24:18.957417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:24:36.815268+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"36cf72"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/36cf72/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T12:24:36.903731+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:24:53.237592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=router","method":"GET"} [] [2025-03-20T12:24:53.303453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:24:53.346800+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3/router","method":"GET"} [] [2025-03-20T12:25:23.231582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=router","method":"GET"} [] [2025-03-20T12:25:23.297260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:25:23.340304+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/router","method":"GET"} [] [2025-03-20T12:25:39.385418+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T12:25:39.549258+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:26:14.128932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=config","method":"GET"} [] [2025-03-20T12:26:14.228989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:26:37.760351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=config","method":"GET"} [] [2025-03-20T12:26:37.834206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:27:00.656332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=router","method":"GET"} [] [2025-03-20T12:27:00.728725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:27:00.773819+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112/router","method":"GET"} [] [2025-03-20T12:27:38.200977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=logger","method":"GET"} [] [2025-03-20T12:27:38.273567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:27:40.055776+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T12:27:40.120717+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:27:56.309153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=logger","method":"GET"} [] [2025-03-20T12:27:56.393488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:28:41.236717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=db","method":"GET"} [] [2025-03-20T12:28:41.309030+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:28:45.518051+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae33d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/bae33d/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T12:28:45.583363+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:28:55.338029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=dump","method":"GET"} [] [2025-03-20T12:28:55.358304+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:29:19.880428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=form","method":"GET"} [] [2025-03-20T12:29:19.954240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:29:31.087714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=time","method":"GET"} [] [2025-03-20T12:29:31.111362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:29:47.762442+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35ae6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/35ae6f/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F9aab16%2Fexception","method":"GET"} [] [2025-03-20T12:29:47.862272+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:29:59.958904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=logger","method":"GET"} [] [2025-03-20T12:29:59.995771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:30:09.887600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=config","method":"GET"} [] [2025-03-20T12:30:09.940878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:30:18.427009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=security","method":"GET"} [] [2025-03-20T12:30:18.465947+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:30:26.173940+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=security","method":"GET"} [] [2025-03-20T12:30:26.223731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:30:32.581636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=cache","method":"GET"} [] [2025-03-20T12:30:32.602318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:30:44.760268+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T12:30:48.374694+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9c8d37"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9c8d37/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T12:30:48.440181+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:30:50.307819+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T12:30:55.500206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=mailer","method":"GET"} [] [2025-03-20T12:30:55.536734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:31:04.610917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=cache","method":"GET"} [] [2025-03-20T12:31:04.664098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:31:08.064445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=exception","method":"GET"} [] [2025-03-20T12:31:08.089092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:31:11.905367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=db","method":"GET"} [] [2025-03-20T12:31:11.946142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:31:18.208150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=db","method":"GET"} [] [2025-03-20T12:31:18.229288+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:31:21.328039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=db","method":"GET"} [] [2025-03-20T12:31:21.388974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:31:23.757561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=db","method":"GET"} [] [2025-03-20T12:31:23.787087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:31:26.049243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?group=1&panel=db","method":"GET"} [] [2025-03-20T12:31:26.075035+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:31:34.239575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=cache","method":"GET"} [] [2025-03-20T12:31:34.290343+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:31:40.368058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?group=1&panel=db","method":"GET"} [] [2025-03-20T12:31:40.418031+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:31:44.166760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?group=1&panel=db","method":"GET"} [] [2025-03-20T12:31:44.191167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:31:46.393975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=security","method":"GET"} [] [2025-03-20T12:31:46.417690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:31:48.677104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=security","method":"GET"} [] [2025-03-20T12:31:48.703174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:31:50.822191+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T12:31:50.891889+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:31:50.910156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=security","method":"GET"} [] [2025-03-20T12:31:50.964686+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:31:53.207385+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=security","method":"GET"} [] [2025-03-20T12:31:53.228004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:31:55.693024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=db","method":"GET"} [] [2025-03-20T12:31:55.743648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:31:57.889165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=security","method":"GET"} [] [2025-03-20T12:31:57.909656+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:32:00.160504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=validator","method":"GET"} [] [2025-03-20T12:32:00.182877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:32:02.427709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=validator","method":"GET"} [] [2025-03-20T12:32:02.447043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:32:06.921698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=validator","method":"GET"} [] [2025-03-20T12:32:06.974571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:32:10.318818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=validator","method":"GET"} [] [2025-03-20T12:32:10.342687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:32:12.777309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=validator","method":"GET"} [] [2025-03-20T12:32:12.838779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:32:15.067792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?group=1&panel=db","method":"GET"} [] [2025-03-20T12:32:15.089530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:32:17.313455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=form","method":"GET"} [] [2025-03-20T12:32:17.334227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:32:21.849806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=logger","method":"GET"} [] [2025-03-20T12:32:21.871146+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:32:24.103327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=request","method":"GET"} [] [2025-03-20T12:32:24.140403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:32:30.226796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=events","method":"GET"} [] [2025-03-20T12:32:30.276654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:32:32.513695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=events","method":"GET"} [] [2025-03-20T12:32:32.536079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:32:34.758676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=events","method":"GET"} [] [2025-03-20T12:32:34.782668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:32:37.027595+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=events","method":"GET"} [] [2025-03-20T12:32:37.048969+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:32:42.760187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b","method":"GET"} [] [2025-03-20T12:32:42.794238+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b/exception.css","method":"GET"} [] [2025-03-20T12:32:42.806566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:32:42.854951+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b/exception","method":"GET"} [] [2025-03-20T12:32:46.529805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159","method":"GET"} [] [2025-03-20T12:32:46.577983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:32:48.800199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=mailer","method":"GET"} [] [2025-03-20T12:32:48.820692+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:32:51.025407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=mailer","method":"GET"} [] [2025-03-20T12:32:51.055816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:32:53.272982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=mailer","method":"GET"} [] [2025-03-20T12:32:53.295715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:32:55.518365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0cec6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0cec6f?panel=security","method":"GET"} [] [2025-03-20T12:32:55.539635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:32:58.900412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=translation","method":"GET"} [] [2025-03-20T12:32:58.936857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:33:02.551114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=router","method":"GET"} [] [2025-03-20T12:33:02.605117+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:33:02.628521+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b/router","method":"GET"} [] [2025-03-20T12:33:06.061923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=logger","method":"GET"} [] [2025-03-20T12:33:06.086309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:33:09.443152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=config","method":"GET"} [] [2025-03-20T12:33:09.463675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:33:13.949113+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b/exception.css","method":"GET"} [] [2025-03-20T12:33:17.657861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=mailer","method":"GET"} [] [2025-03-20T12:33:17.736112+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:33:21.194634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=db","method":"GET"} [] [2025-03-20T12:33:21.217627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:33:23.444078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=security","method":"GET"} [] [2025-03-20T12:33:23.468958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:33:26.816402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=validator","method":"GET"} [] [2025-03-20T12:33:26.840120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:33:29.023523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=db","method":"GET"} [] [2025-03-20T12:33:29.047224+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:33:31.278613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=validator","method":"GET"} [] [2025-03-20T12:33:31.300921+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:33:34.946098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=form","method":"GET"} [] [2025-03-20T12:33:35.015255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:33:37.272747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=events","method":"GET"} [] [2025-03-20T12:33:37.296808+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:33:40.629175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?group=1&panel=db","method":"GET"} [] [2025-03-20T12:33:40.649769+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:33:44.020605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=mailer","method":"GET"} [] [2025-03-20T12:33:44.040914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:33:46.219210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=translation","method":"GET"} [] [2025-03-20T12:33:46.243633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:33:48.476950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?group=1&panel=db","method":"GET"} [] [2025-03-20T12:33:48.502225+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:33:51.062520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=translation","method":"GET"} [] [2025-03-20T12:33:51.124734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:33:54.541208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b13b5"},"request_uri":"https://test.phila-ca.com/public/_profiler/3b13b5?panel=translation","method":"GET"} [] [2025-03-20T12:33:54.562091+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:33:55.006514+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3a8153"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3a8153/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb47ffa%2Fexception","method":"GET"} [] [2025-03-20T12:33:55.069327+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:33:56.780639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=translation","method":"GET"} [] [2025-03-20T12:33:56.801818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:33:58.990856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=translation","method":"GET"} [] [2025-03-20T12:33:59.016678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:01.246442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=translation","method":"GET"} [] [2025-03-20T12:34:01.272567+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:03.469797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=translation","method":"GET"} [] [2025-03-20T12:34:03.492607+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:05.722933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=translation","method":"GET"} [] [2025-03-20T12:34:05.748580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:08.104511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=translation","method":"GET"} [] [2025-03-20T12:34:08.170079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:10.389325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=translation","method":"GET"} [] [2025-03-20T12:34:10.413204+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:12.589511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145?panel=translation","method":"GET"} [] [2025-03-20T12:34:12.613941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:34:18.288112+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=public%2Findex.php&line=25","method":"GET"} [] [2025-03-20T12:34:20.490107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=request","method":"GET"} [] [2025-03-20T12:34:20.511963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:34:24.087621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=request","method":"GET"} [] [2025-03-20T12:34:24.177127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:34:29.898502+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=request","method":"GET"} [] [2025-03-20T12:34:29.918902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:34:34.461819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae33d"},"request_uri":"https://test.phila-ca.com/public/_profiler/bae33d?panel=exception","method":"GET"} [] [2025-03-20T12:34:34.482484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:34:37.909993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e?panel=exception","method":"GET"} [] [2025-03-20T12:34:37.932828+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T12:34:37.940473+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:34:37.960647+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T12:34:41.589265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=dump","method":"GET"} [] [2025-03-20T12:34:41.652804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:34:45.042532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ed6112"},"request_uri":"https://test.phila-ca.com/public/_profiler/ed6112?panel=time","method":"GET"} [] [2025-03-20T12:34:45.075728+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:34:47.307954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fe4424"},"request_uri":"https://test.phila-ca.com/public/_profiler/fe4424?panel=dump","method":"GET"} [] [2025-03-20T12:34:47.328198+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:34:51.852854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=twig","method":"GET"} [] [2025-03-20T12:34:51.873157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:34:54.088391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=dump","method":"GET"} [] [2025-03-20T12:34:54.111765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:34:55.592564+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56b981"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56b981/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe24c24%2Fexception","method":"GET"} [] [2025-03-20T12:34:55.655648+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:34:56.273071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=time","method":"GET"} [] [2025-03-20T12:34:56.299128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:34:58.778572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=dump","method":"GET"} [] [2025-03-20T12:34:58.847972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:35:01.088029+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/exception.css","method":"GET"} [] [2025-03-20T12:35:03.298143+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ba9f7e"},"request_uri":"https://test.phila-ca.com/public/_profiler/ba9f7e/exception","method":"GET"} [] [2025-03-20T12:35:05.539209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=time","method":"GET"} [] [2025-03-20T12:35:05.561913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:35:08.889367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=time","method":"GET"} [] [2025-03-20T12:35:08.910526+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:35:11.130072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=twig","method":"GET"} [] [2025-03-20T12:35:11.150678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:35:13.375113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=time","method":"GET"} [] [2025-03-20T12:35:13.397232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:35:15.841703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=dump","method":"GET"} [] [2025-03-20T12:35:15.912937+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:35:19.291427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=form","method":"GET"} [] [2025-03-20T12:35:19.312507+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:35:22.688676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=time","method":"GET"} [] [2025-03-20T12:35:22.712261+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:35:24.924996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=router","method":"GET"} [] [2025-03-20T12:35:24.949039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:35:24.968709+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/router","method":"GET"} [] [2025-03-20T12:35:27.269617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=config","method":"GET"} [] [2025-03-20T12:35:27.292399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:35:31.855605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=cache","method":"GET"} [] [2025-03-20T12:35:31.922871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:35:34.203238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=security","method":"GET"} [] [2025-03-20T12:35:34.230435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:35:36.452799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=validator","method":"GET"} [] [2025-03-20T12:35:36.475787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:35:38.680350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=mailer","method":"GET"} [] [2025-03-20T12:35:38.702243+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:35:40.945248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=events","method":"GET"} [] [2025-03-20T12:35:40.969562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:35:43.248242+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=translation","method":"GET"} [] [2025-03-20T12:35:43.269466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:35:45.465096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=request","method":"GET"} [] [2025-03-20T12:35:45.489252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:35:50.255730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=dump","method":"GET"} [] [2025-03-20T12:35:50.318881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:35:52.508591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"172ac7"},"request_uri":"https://test.phila-ca.com/public/_profiler/172ac7?panel=time","method":"GET"} [] [2025-03-20T12:35:52.541800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:35:55.980508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=form","method":"GET"} [] [2025-03-20T12:35:56.001554+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:35:57.689429+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a85b5f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a85b5f/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T12:35:57.752258+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:35:58.221382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=form","method":"GET"} [] [2025-03-20T12:35:58.244420+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:36:00.468956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b2822b"},"request_uri":"https://test.phila-ca.com/public/_profiler/b2822b?panel=twig","method":"GET"} [] [2025-03-20T12:36:00.492724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:36:05.519889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0af269"},"request_uri":"https://test.phila-ca.com/public/_profiler/0af269?panel=form","method":"GET"} [] [2025-03-20T12:36:05.586383+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:36:07.985889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=twig","method":"GET"} [] [2025-03-20T12:36:08.006395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:36:10.272151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=time","method":"GET"} [] [2025-03-20T12:36:10.292708+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:36:16.040636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"da8159"},"request_uri":"https://test.phila-ca.com/public/_profiler/da8159?panel=twig","method":"GET"} [] [2025-03-20T12:36:16.061196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:36:19.414129+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbc145"},"request_uri":"https://test.phila-ca.com/public/_profiler/fbc145/exception.css","method":"GET"} [] [2025-03-20T12:36:21.835328+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T12:36:24.079521+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T12:36:28.642914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=form","method":"GET"} [] [2025-03-20T12:36:28.684518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:36:30.918466+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/exception","method":"GET"} [] [2025-03-20T12:36:33.171502+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T12:36:36.531839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35ae6f"},"request_uri":"https://test.phila-ca.com/public/_profiler/35ae6f?panel=exception","method":"GET"} [] [2025-03-20T12:36:36.552818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:43.670580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13c5ab"},"request_uri":"https://test.phila-ca.com/public/_profiler/13c5ab?panel=exception","method":"GET"} [] [2025-03-20T12:36:43.734672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:47.159391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad?panel=exception","method":"GET"} [] [2025-03-20T12:36:47.181141+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/exception.css","method":"GET"} [] [2025-03-20T12:36:47.187894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:47.205962+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"80e7ad"},"request_uri":"https://test.phila-ca.com/public/_profiler/80e7ad/exception","method":"GET"} [] [2025-03-20T12:36:49.418668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda?panel=exception","method":"GET"} [] [2025-03-20T12:36:49.441128+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T12:36:49.444285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:49.462410+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"327fda"},"request_uri":"https://test.phila-ca.com/public/_profiler/327fda/exception","method":"GET"} [] [2025-03-20T12:36:51.682533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9?panel=exception","method":"GET"} [] [2025-03-20T12:36:51.703676+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T12:36:51.706674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:51.724404+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b5e1f9"},"request_uri":"https://test.phila-ca.com/public/_profiler/b5e1f9/exception","method":"GET"} [] [2025-03-20T12:36:53.991657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0ec630"},"request_uri":"https://test.phila-ca.com/public/_profiler/0ec630?panel=exception","method":"GET"} [] [2025-03-20T12:36:54.012638+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:56.221586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b8c440"},"request_uri":"https://test.phila-ca.com/public/_profiler/b8c440?panel=exception","method":"GET"} [] [2025-03-20T12:36:56.243149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:58.000112+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T12:36:58.061965+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:36:58.428095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c?panel=exception","method":"GET"} [] [2025-03-20T12:36:58.454846+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/exception.css","method":"GET"} [] [2025-03-20T12:36:58.457679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:36:58.477777+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/exception","method":"GET"} [] [2025-03-20T12:37:00.902018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a85b5f"},"request_uri":"https://test.phila-ca.com/public/_profiler/a85b5f?panel=exception","method":"GET"} [] [2025-03-20T12:37:00.968537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:37:04.431804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29?panel=exception","method":"GET"} [] [2025-03-20T12:37:04.454098+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/exception.css","method":"GET"} [] [2025-03-20T12:37:04.461185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:37:04.481459+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T12:37:06.709345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56c9f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/56c9f3?panel=exception","method":"GET"} [] [2025-03-20T12:37:06.887562+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:37:09.099675+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/phpinfo","method":"GET"} [] [2025-03-20T12:37:11.349286+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"https://test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:37:11.374964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:37:14.683466+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"40fa29"},"request_uri":"https://test.phila-ca.com/public/_profiler/40fa29/exception","method":"GET"} [] [2025-03-20T12:37:17.122533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c","method":"GET"} [] [2025-03-20T12:37:17.187488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:37:20.648607+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:20.669702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:22.849195+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/6073d2/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:22.884933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:25.058440+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:25.105349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:27.323478+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"https://test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:27.345055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:29.599150+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25a42f"},"request_uri":"https://test.phila-ca.com/public/_profiler/25a42f/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:29.631072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:37:33.166740+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3","method":"GET"} [] [2025-03-20T12:37:33.229217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:37:36.651279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=mailer","method":"GET"} [] [2025-03-20T12:37:36.671837+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:37:38.889378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=request","method":"GET"} [] [2025-03-20T12:37:38.909487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:37:43.445257+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F10bd1c%2Fexception","method":"GET"} [] [2025-03-20T12:37:43.507826+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:37:59.609137+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56c9f3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/56c9f3/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fdb61ae%2Fexception","method":"GET"} [] [2025-03-20T12:37:59.701093+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:38:02.698570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=router","method":"GET"} [] [2025-03-20T12:38:02.732628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:38:02.777086+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3/router","method":"GET"} [] [2025-03-20T12:38:06.109231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=translation","method":"GET"} [] [2025-03-20T12:38:06.128700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:38:09.270239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=config","method":"GET"} [] [2025-03-20T12:38:09.289793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:38:12.089268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=request","method":"GET"} [] [2025-03-20T12:38:12.109127+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:38:14.747376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=security","method":"GET"} [] [2025-03-20T12:38:14.800627+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:38:16.988759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=events","method":"GET"} [] [2025-03-20T12:38:17.008219+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:38:21.114788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=cache","method":"GET"} [] [2025-03-20T12:38:21.152168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:38:23.423388+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/6073d2/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T12:38:23.485485+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:38:25.712894+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"https://test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T12:38:25.773311+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:38:44.949981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=exception","method":"GET"} [] [2025-03-20T12:38:45.021687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:38:59.299153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:38:59.320168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:39:25.033745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b","method":"GET"} [] [2025-03-20T12:39:25.120364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:39:37.279202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=dump","method":"GET"} [] [2025-03-20T12:39:37.300477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:39:48.080425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=translation","method":"GET"} [] [2025-03-20T12:39:48.149106+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:39:58.052429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=time","method":"GET"} [] [2025-03-20T12:39:58.074467+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:40:04.024774+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13c5ab"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/13c5ab/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fe18d01%2Fexception","method":"GET"} [] [2025-03-20T12:40:04.124616+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:40:07.053120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=form","method":"GET"} [] [2025-03-20T12:40:07.100498+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:40:14.940597+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:40:14.970032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:40:22.265674+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7bcb5"},"request_uri":"https://test.phila-ca.com/public/_profiler/e7bcb5/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:40:22.330871+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:40:28.572445+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:40:28.593413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:40:34.191403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=logger","method":"GET"} [] [2025-03-20T12:40:34.220156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:40:39.457719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=config","method":"GET"} [] [2025-03-20T12:40:39.520503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:40:43.736118+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=router","method":"GET"} [] [2025-03-20T12:40:43.757358+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:40:43.776809+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8/router","method":"GET"} [] [2025-03-20T12:40:51.931405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=request","method":"GET"} [] [2025-03-20T12:40:51.958521+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:40:55.773889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=time","method":"GET"} [] [2025-03-20T12:40:55.827818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:41:01.978681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=form","method":"GET"} [] [2025-03-20T12:41:01.999026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:41:05.198418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=twig","method":"GET"} [] [2025-03-20T12:41:05.218488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:41:06.956465+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b8c440"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/b8c440/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T12:41:07.019116+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:41:07.849522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=logger","method":"GET"} [] [2025-03-20T12:41:07.877604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:41:12.819533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=config","method":"GET"} [] [2025-03-20T12:41:12.872914+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:41:15.089631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=db","method":"GET"} [] [2025-03-20T12:41:15.110310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:41:17.329768+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=db","method":"GET"} [] [2025-03-20T12:41:17.350193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:41:21.209879+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/6073d2/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T12:41:21.268449+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:41:23.477132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"https://test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T12:41:23.546622+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:41:43.111756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=security","method":"GET"} [] [2025-03-20T12:41:43.174887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:41:58.401950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=security","method":"GET"} [] [2025-03-20T12:41:58.465432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:42:10.036120+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"677419"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/677419/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T12:42:10.097822+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:42:10.938542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978","method":"GET"} [] [2025-03-20T12:42:10.959441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:42:33.564460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?group=1&panel=db","method":"GET"} [] [2025-03-20T12:42:33.630022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:42:44.189977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=validator","method":"GET"} [] [2025-03-20T12:42:44.210175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:43:01.978513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=validator","method":"GET"} [] [2025-03-20T12:43:02.050260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:43:10.703252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=form","method":"GET"} [] [2025-03-20T12:43:10.724413+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:43:13.645071+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/exception.css","method":"GET"} [] [2025-03-20T12:43:32.821038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=twig","method":"GET"} [] [2025-03-20T12:43:32.890375+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:43:39.779179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=security","method":"GET"} [] [2025-03-20T12:43:39.800005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:43:51.716547+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=mailer","method":"GET"} [] [2025-03-20T12:43:51.805356+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:44:02.038907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=security","method":"GET"} [] [2025-03-20T12:44:02.060072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T12:44:07.566762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=time","method":"GET"} [] [2025-03-20T12:44:07.641941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:44:13.913570+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"40fa29"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/40fa29/exception.css","method":"GET"} [] [2025-03-20T12:44:33.353787+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:33.438960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:37.293513+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:37.314878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:40.988005+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/6073d2/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:41.007777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:44.203316+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25a42f"},"request_uri":"https://test.phila-ca.com/public/_profiler/25a42f/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:44.226161+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T12:44:52.702097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=request","method":"GET"} [] [2025-03-20T12:44:52.764812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:44:55.109377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=db","method":"GET"} [] [2025-03-20T12:44:55.130499+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:44:57.590205+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?group=1&panel=db","method":"GET"} [] [2025-03-20T12:44:57.611918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:44:59.873404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=translation","method":"GET"} [] [2025-03-20T12:44:59.893812+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:45:03.987809+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073d2"},"request_uri":"https://test.phila-ca.com/public/_profiler/6073d2/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T12:45:04.050847+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:45:06.341075+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"https://test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T12:45:06.400226+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:45:08.125058+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c305d6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/c305d6/exception.css","method":"GET"} [] [2025-03-20T12:45:56.921168+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b2822b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b2822b/exception.css","method":"GET"} [] [2025-03-20T12:46:00.380972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=events","method":"GET"} [] [2025-03-20T12:46:00.426726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:46:16.359148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=events","method":"GET"} [] [2025-03-20T12:46:16.428317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:46:31.058061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=config","method":"GET"} [] [2025-03-20T12:46:31.077992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:46:44.266054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=logger","method":"GET"} [] [2025-03-20T12:46:44.328870+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:46:44.406459+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T12:46:55.888105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?panel=router","method":"GET"} [] [2025-03-20T12:46:55.907373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:46:55.925308+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c/router","method":"GET"} [] [2025-03-20T12:47:06.464734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=events","method":"GET"} [] [2025-03-20T12:47:06.550448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:47:15.540716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=mailer","method":"GET"} [] [2025-03-20T12:47:15.564604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:47:24.824271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"https://test.phila-ca.com/public/_profiler/3219c3?panel=cache","method":"GET"} [] [2025-03-20T12:47:24.897503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:47:39.033308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=db","method":"GET"} [] [2025-03-20T12:47:39.055105+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:47:46.315624+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:47:46.379002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T12:48:03.773371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=translation","method":"GET"} [] [2025-03-20T12:48:03.850962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:48:05.186930+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e18d01"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18d01/exception.css","method":"GET"} [] [2025-03-20T12:48:14.109591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db","method":"GET"} [] [2025-03-20T12:48:14.130647+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:48:19.435113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c","method":"GET"} [] [2025-03-20T12:48:19.503355+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:48:23.867279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8","method":"GET"} [] [2025-03-20T12:48:23.888303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T12:48:27.867755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"https://test.phila-ca.com/public/_profiler/afbb0c?group=1&panel=db","method":"GET"} [] [2025-03-20T12:48:27.889418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:48:31.629190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=mailer","method":"GET"} [] [2025-03-20T12:48:31.649061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:48:37.968463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?group=1&panel=db","method":"GET"} [] [2025-03-20T12:48:38.032096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T12:48:43.360424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=request","method":"GET"} [] [2025-03-20T12:48:43.381297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:48:45.969197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4daf5b"},"request_uri":"https://test.phila-ca.com/public/_profiler/4daf5b?panel=exception","method":"GET"} [] [2025-03-20T12:48:45.996388+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:48:48.337589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=time","method":"GET"} [] [2025-03-20T12:48:48.357122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:48:50.557054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=router","method":"GET"} [] [2025-03-20T12:48:50.577115+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:48:50.594962+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c/router","method":"GET"} [] [2025-03-20T12:48:53.163678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=logger","method":"GET"} [] [2025-03-20T12:48:53.229054+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:48:57.087675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=router","method":"GET"} [] [2025-03-20T12:48:57.107055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:48:57.124944+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db/router","method":"GET"} [] [2025-03-20T12:48:59.350161+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=config","method":"GET"} [] [2025-03-20T12:48:59.371765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:49:01.599485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=db","method":"GET"} [] [2025-03-20T12:49:01.620989+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:49:03.798023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=db","method":"GET"} [] [2025-03-20T12:49:03.818859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T12:49:05.977938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=cache","method":"GET"} [] [2025-03-20T12:49:05.998484+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:49:08.430634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=cache","method":"GET"} [] [2025-03-20T12:49:08.497371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T12:49:13.050980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=validator","method":"GET"} [] [2025-03-20T12:49:13.073573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T12:49:15.295390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=logger","method":"GET"} [] [2025-03-20T12:49:15.321188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:49:19.899682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=events","method":"GET"} [] [2025-03-20T12:49:19.919912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T12:49:25.922995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=mailer","method":"GET"} [] [2025-03-20T12:49:25.990945+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T12:49:28.245783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=translation","method":"GET"} [] [2025-03-20T12:49:28.267082+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:49:30.457591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=translation","method":"GET"} [] [2025-03-20T12:49:30.477181+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T12:49:33.848164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=request","method":"GET"} [] [2025-03-20T12:49:33.869132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T12:49:37.273229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=time","method":"GET"} [] [2025-03-20T12:49:37.294083+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:49:39.521087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=dump","method":"GET"} [] [2025-03-20T12:49:39.541818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:49:43.146276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9e605c"},"request_uri":"https://test.phila-ca.com/public/_profiler/9e605c?panel=twig","method":"GET"} [] [2025-03-20T12:49:43.225560+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T12:49:45.485603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"https://test.phila-ca.com/public/_profiler/1607db?panel=time","method":"GET"} [] [2025-03-20T12:49:45.514066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T12:49:47.749732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=dump","method":"GET"} [] [2025-03-20T12:49:47.774712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T12:49:47.777500+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7848bf"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/7848bf/exception.css","method":"GET"} [] [2025-03-20T12:49:53.603343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=form","method":"GET"} [] [2025-03-20T12:49:53.623434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T12:49:56.950001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=router","method":"GET"} [] [2025-03-20T12:49:56.970329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T12:49:56.988879+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978/router","method":"GET"} [] [2025-03-20T12:49:59.483259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=logger","method":"GET"} [] [2025-03-20T12:49:59.551816+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T12:50:01.808777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"360978"},"request_uri":"https://test.phila-ca.com/public/_profiler/360978?panel=config","method":"GET"} [] [2025-03-20T12:50:01.828386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T12:50:05.193203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"https://test.phila-ca.com/public/_profiler/523bf8?panel=exception","method":"GET"} [] [2025-03-20T12:50:05.214122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T12:50:20.382649+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T12:50:49.639914+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0af269"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0af269/exception.css","method":"GET"} [] [2025-03-20T12:51:15.940017+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ed6112"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/ed6112/exception.css","method":"GET"} [] [2025-03-20T12:52:01.531665+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7848bf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7848bf/exception.css","method":"GET"} [] [2025-03-20T12:52:24.199325+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e24c24"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e24c24/exception.css","method":"GET"} [] [2025-03-20T12:52:44.645260+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c305d6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c305d6/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T12:52:44.770343+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:53:02.664766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/search/results?ip=20.171.207.103&limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T12:53:02.763353+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T12:56:01.090150+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/exception.css","method":"GET"} [] [2025-03-20T12:57:06.317416+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/exception.css","method":"GET"} [] [2025-03-20T12:58:55.599522+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80e7ad"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/80e7ad/exception.css","method":"GET"} [] [2025-03-20T12:59:45.437125+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b5e1f9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b5e1f9/exception.css","method":"GET"} [] [2025-03-20T13:00:31.781339+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"80e7ad"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/80e7ad/exception.css","method":"GET"} [] [2025-03-20T13:01:10.670588+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"68b4ee"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/68b4ee/exception.css","method":"GET"} [] [2025-03-20T13:02:13.120683+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T13:02:22.781839+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"327fda"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/327fda/exception.css","method":"GET"} [] [2025-03-20T13:02:53.537668+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9aab16"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9aab16/exception.css","method":"GET"} [] [2025-03-20T13:03:20.931892+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"db61ae"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/db61ae/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T13:03:21.045267+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:04:49.046011+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:04:49.143566+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:05:50.876406+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:05:50.954904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:06:47.203083+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T13:06:47.316760+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:07:37.147604+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T13:07:37.256683+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:08:37.737490+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T13:08:37.834481+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:09:37.727495+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T13:09:37.820979+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:10:41.396104+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T13:10:41.521513+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:11:43.544959+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T13:11:43.668441+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:13:51.672938+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0cec6f"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0cec6f/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T13:13:51.818654+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:14:53.640545+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T13:14:53.749836+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:15:54.750214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663","method":"GET"} [] [2025-03-20T13:15:54.866248+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/exception.css","method":"GET"} [] [2025-03-20T13:15:54.877593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:15:54.955905+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/exception","method":"GET"} [] [2025-03-20T13:17:51.079746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed","method":"GET"} [] [2025-03-20T13:17:51.209754+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/exception.css","method":"GET"} [] [2025-03-20T13:17:51.220145+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:17:51.268806+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/exception","method":"GET"} [] [2025-03-20T13:18:46.068617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1","method":"GET"} [] [2025-03-20T13:18:46.190398+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception.css","method":"GET"} [] [2025-03-20T13:18:46.219164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:18:46.279484+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/exception","method":"GET"} [] [2025-03-20T13:19:38.834562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:19:38.981895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:20:22.875542+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:20:22.944768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:21:05.393097+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:21:05.488894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:21:40.889007+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:21:40.993008+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:22:15.610955+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:22:15.680466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:22:45.091813+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:22:45.184768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:23:35.055443+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/exception","method":"GET"} [] [2025-03-20T13:23:58.343175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=exception","method":"GET"} [] [2025-03-20T13:23:58.409518+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/exception.css","method":"GET"} [] [2025-03-20T13:23:58.420399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:23:58.466152+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/exception","method":"GET"} [] [2025-03-20T13:24:21.061821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=form","method":"GET"} [] [2025-03-20T13:24:21.155825+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:24:40.181383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d43ed"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d43ed?panel=dump","method":"GET"} [] [2025-03-20T13:24:40.254128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:24:58.176412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=security","method":"GET"} [] [2025-03-20T13:24:58.268867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:25:56.910417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1?panel=logger","method":"GET"} [] [2025-03-20T13:25:56.998448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:26:10.924036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=exception","method":"GET"} [] [2025-03-20T13:26:10.946209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:26:24.231388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=translation","method":"GET"} [] [2025-03-20T13:26:24.300490+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:26:47.052305+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=mailer","method":"GET"} [] [2025-03-20T13:26:47.120164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:27:25.815742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=request","method":"GET"} [] [2025-03-20T13:27:25.911406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:27:34.621407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=request","method":"GET"} [] [2025-03-20T13:27:34.645828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:27:43.194599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=form","method":"GET"} [] [2025-03-20T13:27:43.278524+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:27:50.725072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=time","method":"GET"} [] [2025-03-20T13:27:50.749515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:27:57.613291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=dump","method":"GET"} [] [2025-03-20T13:27:57.636704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:28:04.152002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=twig","method":"GET"} [] [2025-03-20T13:28:04.221296+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:28:09.323922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=form","method":"GET"} [] [2025-03-20T13:28:09.344434+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:28:14.572400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=twig","method":"GET"} [] [2025-03-20T13:28:14.592718+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:28:19.032735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=dump","method":"GET"} [] [2025-03-20T13:28:19.060991+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:28:26.751677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=validator","method":"GET"} [] [2025-03-20T13:28:26.841214+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:28:30.361552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=validator","method":"GET"} [] [2025-03-20T13:28:30.381715+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:28:36.861042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=time","method":"GET"} [] [2025-03-20T13:28:36.883234+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:28:39.804934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=events","method":"GET"} [] [2025-03-20T13:28:39.828963+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:28:42.570540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=events","method":"GET"} [] [2025-03-20T13:28:42.633644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:28:49.341443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=logger","method":"GET"} [] [2025-03-20T13:28:49.367936+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:28:51.582534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=config","method":"GET"} [] [2025-03-20T13:28:51.608400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:28:53.924917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802?panel=router","method":"GET"} [] [2025-03-20T13:28:53.944505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:28:53.962481+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802/router","method":"GET"} [] [2025-03-20T13:28:56.523507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663?panel=router","method":"GET"} [] [2025-03-20T13:28:56.546859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:28:56.569321+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/router","method":"GET"} [] [2025-03-20T13:29:01.733861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=cache","method":"GET"} [] [2025-03-20T13:29:01.808048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:29:04.051708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=translation","method":"GET"} [] [2025-03-20T13:29:04.080862+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:29:06.301416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=twig","method":"GET"} [] [2025-03-20T13:29:06.324768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:29:08.521938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=mailer","method":"GET"} [] [2025-03-20T13:29:08.543880+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:29:10.860245+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=validator","method":"GET"} [] [2025-03-20T13:29:10.882406+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:29:13.102526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=exception","method":"GET"} [] [2025-03-20T13:29:13.122951+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/exception.css","method":"GET"} [] [2025-03-20T13:29:13.129977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:29:13.147670+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/exception","method":"GET"} [] [2025-03-20T13:29:16.561677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=events","method":"GET"} [] [2025-03-20T13:29:16.584982+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:29:18.932335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=config","method":"GET"} [] [2025-03-20T13:29:19.018171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:29:21.274905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=dump","method":"GET"} [] [2025-03-20T13:29:21.299687+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:29:23.492378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=form","method":"GET"} [] [2025-03-20T13:29:23.517188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:29:25.732410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=router","method":"GET"} [] [2025-03-20T13:29:25.755245+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:29:25.777912+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/router","method":"GET"} [] [2025-03-20T13:29:28.177479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=logger","method":"GET"} [] [2025-03-20T13:29:28.200026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:29:30.473086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d?panel=security","method":"GET"} [] [2025-03-20T13:29:30.497114+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:29:36.264086+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:29:36.339469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:29:38.560015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:29:38.611597+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:29:40.823856+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/exception.css","method":"GET"} [] [2025-03-20T13:29:43.044155+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c34cf1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/c34cf1/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:29:43.075359+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:29:45.431201+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:29:45.461622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T13:29:50.315251+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T13:29:50.374860+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:29:56.127737+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T13:29:56.240914+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:29:59.556586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5","method":"GET"} [] [2025-03-20T13:29:59.604675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:30:28.691578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2","method":"GET"} [] [2025-03-20T13:30:28.805444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:30:37.919070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8","method":"GET"} [] [2025-03-20T13:30:37.965427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:30:47.001015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3","method":"GET"} [] [2025-03-20T13:30:47.080697+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:31:08.134380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db","method":"GET"} [] [2025-03-20T13:31:08.196861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:31:14.420706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c","method":"GET"} [] [2025-03-20T13:31:14.455541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:31:20.321752+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=exception","method":"GET"} [] [2025-03-20T13:31:20.341732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:31:26.106854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=translation","method":"GET"} [] [2025-03-20T13:31:26.167491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:31:34.970764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:31:34.992579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:31:39.471375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=exception","method":"GET"} [] [2025-03-20T13:31:39.491684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:31:44.207300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=exception","method":"GET"} [] [2025-03-20T13:31:44.273113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:31:47.281301+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=translation","method":"GET"} [] [2025-03-20T13:31:47.301297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:31:50.459663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=request","method":"GET"} [] [2025-03-20T13:31:50.480514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:31:53.674429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=exception","method":"GET"} [] [2025-03-20T13:31:53.695527+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:31:56.155122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=cache","method":"GET"} [] [2025-03-20T13:31:56.175787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:31:58.572934+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=translation","method":"GET"} [] [2025-03-20T13:31:58.598893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:32:02.942603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=request","method":"GET"} [] [2025-03-20T13:32:03.009588+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:32:05.306351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=request","method":"GET"} [] [2025-03-20T13:32:05.327494+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:32:07.561401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=exception","method":"GET"} [] [2025-03-20T13:32:07.581321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:32:09.804821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=translation","method":"GET"} [] [2025-03-20T13:32:09.824727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:32:13.362988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=mailer","method":"GET"} [] [2025-03-20T13:32:13.384430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:32:16.765275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=events","method":"GET"} [] [2025-03-20T13:32:16.785682+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:32:19.253945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=time","method":"GET"} [] [2025-03-20T13:32:19.317924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:32:21.521534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=twig","method":"GET"} [] [2025-03-20T13:32:21.540845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:32:23.761505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=form","method":"GET"} [] [2025-03-20T13:32:23.782313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:32:28.359606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=validator","method":"GET"} [] [2025-03-20T13:32:28.381307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:32:30.592155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=validator","method":"GET"} [] [2025-03-20T13:32:30.612654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:32:32.836320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=validator","method":"GET"} [] [2025-03-20T13:32:32.866223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:32:37.693223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=events","method":"GET"} [] [2025-03-20T13:32:37.761739+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:32:40.094312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=events","method":"GET"} [] [2025-03-20T13:32:40.119185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:32:42.363341+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=dump","method":"GET"} [] [2025-03-20T13:32:42.384620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:32:44.571686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=twig","method":"GET"} [] [2025-03-20T13:32:44.592847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:32:46.813031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=twig","method":"GET"} [] [2025-03-20T13:32:46.832281+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:32:49.045290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=validator","method":"GET"} [] [2025-03-20T13:32:49.066510+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:32:51.291828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=validator","method":"GET"} [] [2025-03-20T13:32:51.311382+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:32:53.821993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=translation","method":"GET"} [] [2025-03-20T13:32:53.895558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:32:56.122636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=db","method":"GET"} [] [2025-03-20T13:32:56.144056+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T13:32:58.365786+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=form","method":"GET"} [] [2025-03-20T13:32:58.386455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:33:00.601963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=time","method":"GET"} [] [2025-03-20T13:33:00.622072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:33:02.822503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=form","method":"GET"} [] [2025-03-20T13:33:02.842803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:33:05.111643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=dump","method":"GET"} [] [2025-03-20T13:33:05.131084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:33:07.347783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=db","method":"GET"} [] [2025-03-20T13:33:07.368491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T13:33:09.813556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=cache","method":"GET"} [] [2025-03-20T13:33:09.874811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:33:12.122582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=time","method":"GET"} [] [2025-03-20T13:33:12.143741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:33:14.363716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=router","method":"GET"} [] [2025-03-20T13:33:14.383500+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:33:14.402417+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019/router","method":"GET"} [] [2025-03-20T13:33:16.705155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=logger","method":"GET"} [] [2025-03-20T13:33:16.732130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:33:20.092758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=config","method":"GET"} [] [2025-03-20T13:33:20.112262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:33:22.320804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=security","method":"GET"} [] [2025-03-20T13:33:22.342069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:33:24.553773+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=security","method":"GET"} [] [2025-03-20T13:33:24.577335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:33:27.012043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019?panel=security","method":"GET"} [] [2025-03-20T13:33:27.080018+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:33:29.514063+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=security","method":"GET"} [] [2025-03-20T13:33:29.534453+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:33:31.859555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?group=1&panel=db","method":"GET"} [] [2025-03-20T13:33:31.886297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T13:33:34.109669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=security","method":"GET"} [] [2025-03-20T13:33:34.132086+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:33:36.308652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5?panel=security","method":"GET"} [] [2025-03-20T13:33:36.330157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:33:43.426810+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c?panel=config","method":"GET"} [] [2025-03-20T13:33:43.491584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:33:46.950480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=exception","method":"GET"} [] [2025-03-20T13:33:46.972523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:33:49.090346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=exception","method":"GET"} [] [2025-03-20T13:33:49.117840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:33:51.336057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=translation","method":"GET"} [] [2025-03-20T13:33:51.356253+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:33:53.525572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=translation","method":"GET"} [] [2025-03-20T13:33:53.545705+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:33:59.346512+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=mailer","method":"GET"} [] [2025-03-20T13:33:59.435669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:34:01.689702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=request","method":"GET"} [] [2025-03-20T13:34:01.715138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:34:03.928776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=mailer","method":"GET"} [] [2025-03-20T13:34:03.949363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:34:06.181473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=request","method":"GET"} [] [2025-03-20T13:34:06.205722+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:34:08.421526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=request","method":"GET"} [] [2025-03-20T13:34:08.443534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:34:11.796682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=db","method":"GET"} [] [2025-03-20T13:34:11.821821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T13:34:14.060156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=db","method":"GET"} [] [2025-03-20T13:34:14.082501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T13:34:17.775945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=request","method":"GET"} [] [2025-03-20T13:34:17.840206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:34:20.082482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=request","method":"GET"} [] [2025-03-20T13:34:20.114579+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:34:22.299255+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"360978"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/360978/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:34:22.321613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:34:24.507173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=events","method":"GET"} [] [2025-03-20T13:34:24.526543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:34:26.748854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=events","method":"GET"} [] [2025-03-20T13:34:26.769724+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:34:28.917833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=twig","method":"GET"} [] [2025-03-20T13:34:28.938582+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:34:31.175323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=events","method":"GET"} [] [2025-03-20T13:34:31.197249+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:34:37.248693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=twig","method":"GET"} [] [2025-03-20T13:34:37.311984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:34:39.529109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=time","method":"GET"} [] [2025-03-20T13:34:39.552010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:34:41.760600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:34:41.782142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:34:44.000227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=dump","method":"GET"} [] [2025-03-20T13:34:44.020175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:34:46.229680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=form","method":"GET"} [] [2025-03-20T13:34:46.250076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:34:49.686214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=dump","method":"GET"} [] [2025-03-20T13:34:49.705580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:34:53.407391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=form","method":"GET"} [] [2025-03-20T13:34:53.473002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:34:55.728239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=time","method":"GET"} [] [2025-03-20T13:34:55.749395+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:35:00.157872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=dump","method":"GET"} [] [2025-03-20T13:35:00.177233+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:35:02.379796+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=dump","method":"GET"} [] [2025-03-20T13:35:02.400223+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:35:04.607777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=time","method":"GET"} [] [2025-03-20T13:35:04.627655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:35:06.847632+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=twig","method":"GET"} [] [2025-03-20T13:35:06.866856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:35:09.275855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=form","method":"GET"} [] [2025-03-20T13:35:09.336103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:35:12.743533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=validator","method":"GET"} [] [2025-03-20T13:35:12.764089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:35:16.101128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=cache","method":"GET"} [] [2025-03-20T13:35:16.121426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:35:18.341199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=cache","method":"GET"} [] [2025-03-20T13:35:18.361495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:35:20.618722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=cache","method":"GET"} [] [2025-03-20T13:35:20.639589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:35:22.859573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=cache","method":"GET"} [] [2025-03-20T13:35:22.882436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:35:26.512505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=events","method":"GET"} [] [2025-03-20T13:35:26.585734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:35:28.835258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=router","method":"GET"} [] [2025-03-20T13:35:28.854763+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:35:28.872697+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db/router","method":"GET"} [] [2025-03-20T13:35:31.168311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=router","method":"GET"} [] [2025-03-20T13:35:31.187717+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:35:31.205401+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1/router","method":"GET"} [] [2025-03-20T13:35:33.382411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=router","method":"GET"} [] [2025-03-20T13:35:33.403939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:35:33.422092+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8/router","method":"GET"} [] [2025-03-20T13:35:35.662228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=logger","method":"GET"} [] [2025-03-20T13:35:35.688302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:35:37.877970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=logger","method":"GET"} [] [2025-03-20T13:35:37.897897+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:35:40.113486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=logger","method":"GET"} [] [2025-03-20T13:35:40.142149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:35:42.750635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1?panel=config","method":"GET"} [] [2025-03-20T13:35:42.841279+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:35:45.131599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?panel=config","method":"GET"} [] [2025-03-20T13:35:45.152906+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:35:47.376720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=config","method":"GET"} [] [2025-03-20T13:35:47.398079+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:35:49.619669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?panel=db","method":"GET"} [] [2025-03-20T13:35:49.640410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T13:35:51.887611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=config","method":"GET"} [] [2025-03-20T13:35:51.908600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:35:55.347661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=logger","method":"GET"} [] [2025-03-20T13:35:55.367836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:35:58.974319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=router","method":"GET"} [] [2025-03-20T13:35:59.039144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:35:59.083374+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2/router","method":"GET"} [] [2025-03-20T13:36:01.378275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=router","method":"GET"} [] [2025-03-20T13:36:01.398186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:36:01.415870+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3/router","method":"GET"} [] [2025-03-20T13:36:03.648970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2?panel=security","method":"GET"} [] [2025-03-20T13:36:03.669455+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:36:05.889452+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3?panel=security","method":"GET"} [] [2025-03-20T13:36:05.909951+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:36:08.172262+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"afbb0c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/afbb0c/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:08.207849+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:10.427443+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7bcb5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e7bcb5/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:10.447403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:12.629352+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4daf5b"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4daf5b/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:12.695102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:15.094298+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:15.149262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:17.340371+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:17.360391+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:19.603164+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:19.648150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:21.816023+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:21.844668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:25.238882+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9e605c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9e605c/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:25.270513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:36:27.457510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8?group=1&panel=db","method":"GET"} [] [2025-03-20T13:36:27.485813+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T13:36:29.735838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db?group=1&panel=db","method":"GET"} [] [2025-03-20T13:36:29.756535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T13:36:33.243214+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:36:33.306374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:36:35.505439+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6073d2"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/6073d2/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:35.526125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:37.739761+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:36:37.760051+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:36:39.976516+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:39.998714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:42.199981+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1607db"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1607db/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:42.221629+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:45.562655+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:45.587231+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:47.788319+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"360978"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/360978/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:47.809011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:50.227342+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:50.285919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T13:36:57.071217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802","method":"GET"} [] [2025-03-20T13:36:57.098513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:37:01.649000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019","method":"GET"} [] [2025-03-20T13:37:01.670199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:37:03.897533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253","method":"GET"} [] [2025-03-20T13:37:03.930529+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:37:06.371236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7","method":"GET"} [] [2025-03-20T13:37:06.465063+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:37:08.708394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1","method":"GET"} [] [2025-03-20T13:37:08.735191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:37:10.947769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1","method":"GET"} [] [2025-03-20T13:37:10.976831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T13:37:13.191334+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"325143"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/325143/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:13.233992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:15.445175+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:15.464425+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:17.793951+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"84e0a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/84e0a1/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:17.812852+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:22.686370+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5e5871"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5e5871/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:22.773731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:37:24.970268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=exception","method":"GET"} [] [2025-03-20T13:37:24.997555+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T13:37:31.827523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=translation","method":"GET"} [] [2025-03-20T13:37:31.849732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T13:37:34.044995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=validator","method":"GET"} [] [2025-03-20T13:37:34.069022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:37:36.311348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=validator","method":"GET"} [] [2025-03-20T13:37:36.331338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:37:38.817393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=validator","method":"GET"} [] [2025-03-20T13:37:38.873328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T13:37:41.072320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=security","method":"GET"} [] [2025-03-20T13:37:41.099372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:37:43.341755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=security","method":"GET"} [] [2025-03-20T13:37:43.362430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:37:45.581720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=security","method":"GET"} [] [2025-03-20T13:37:45.604100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T13:37:47.810563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=mailer","method":"GET"} [] [2025-03-20T13:37:47.830702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:37:50.035716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=mailer","method":"GET"} [] [2025-03-20T13:37:50.057545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:37:52.301479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=mailer","method":"GET"} [] [2025-03-20T13:37:52.322254+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T13:37:54.814170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=request","method":"GET"} [] [2025-03-20T13:37:54.888321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:37:57.143232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=request","method":"GET"} [] [2025-03-20T13:37:57.180561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T13:38:04.111352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=events","method":"GET"} [] [2025-03-20T13:38:04.132418+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:38:06.329074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=events","method":"GET"} [] [2025-03-20T13:38:06.353535+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:38:08.598076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=events","method":"GET"} [] [2025-03-20T13:38:08.622251+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T13:38:11.054724+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=twig","method":"GET"} [] [2025-03-20T13:38:11.117228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:38:13.333250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=dump","method":"GET"} [] [2025-03-20T13:38:13.358955+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:38:15.602883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=time","method":"GET"} [] [2025-03-20T13:38:15.624168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:38:17.862922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=form","method":"GET"} [] [2025-03-20T13:38:17.887436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:38:21.348180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=twig","method":"GET"} [] [2025-03-20T13:38:21.371285+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:38:23.590430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=dump","method":"GET"} [] [2025-03-20T13:38:23.609934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:38:25.820265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=time","method":"GET"} [] [2025-03-20T13:38:25.844045+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T13:38:28.271386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=form","method":"GET"} [] [2025-03-20T13:38:28.336074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T13:38:30.550276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=dump","method":"GET"} [] [2025-03-20T13:38:30.575409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T13:38:32.798526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=twig","method":"GET"} [] [2025-03-20T13:38:32.818067+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T13:38:36.179779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7?panel=cache","method":"GET"} [] [2025-03-20T13:38:36.200308+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T13:38:43.005781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=config","method":"GET"} [] [2025-03-20T13:38:43.025523+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:38:45.438468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=logger","method":"GET"} [] [2025-03-20T13:38:45.504081+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T13:38:50.089174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253?panel=router","method":"GET"} [] [2025-03-20T13:38:50.111975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T13:38:50.153466+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253/router","method":"GET"} [] [2025-03-20T13:38:53.678440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1?panel=config","method":"GET"} [] [2025-03-20T13:38:53.699318+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T13:38:55.898157+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d0802"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8d0802/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:38:55.933765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:38:58.123400+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11e423"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11e423/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:38:58.160745+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:39:00.535115+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:39:00.592027+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:39:02.798792+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"008dcb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/008dcb/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:39:02.827282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T13:39:05.001471+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11e423"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/11e423/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:05.021619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:07.209009+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4fa253"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/4fa253/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:07.229935+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:09.434022+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d954e7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/d954e7/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:09.457517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:12.868814+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"008dcb"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/008dcb/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:12.890649+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:15.092770+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a356a1"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/a356a1/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:15.113324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:17.536786+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"325143"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/325143/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:17.597518+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T13:39:20.877967+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ff41663%2Fexception","method":"GET"} [] [2025-03-20T13:39:20.938992+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:39:23.228249+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61ebd5"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/61ebd5/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F327fda%2Fexception","method":"GET"} [] [2025-03-20T13:39:23.315054+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:39:26.730373+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T13:39:26.791992+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:40:09.853277+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T13:40:09.954006+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:41:43.594204+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fb2f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/3fb2f6/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F80e7ad%2Fexception","method":"GET"} [] [2025-03-20T13:41:43.685189+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:42:49.169930+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18d01"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18d01/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T13:42:49.274967+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:43:51.632336+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9aab16"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/9aab16/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T13:43:51.750538+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:44:56.981395+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"15e5c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/15e5c3/search/results?ip=20.171.207.103&limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T13:44:57.074790+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:47:04.029986+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T13:47:04.185056+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:48:07.937377+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T13:48:08.042226+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:49:13.000908+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0ec630"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0ec630/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fb2822b%2Fexception","method":"GET"} [] [2025-03-20T13:49:13.091334+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:51:18.155871+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da8159"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/da8159/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fed6112%2Fexception","method":"GET"} [] [2025-03-20T13:51:18.260664+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:52:21.961805+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fe4424"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fe4424/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F7848bf%2Fexception","method":"GET"} [] [2025-03-20T13:52:22.055924+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:54:30.458959+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"172ac7"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/172ac7/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Fba9f7e%2Fexception","method":"GET"} [] [2025-03-20T13:54:30.560986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:55:32.826008+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T13:55:32.918650+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:56:38.492361+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e18278"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e18278/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T13:56:38.581317+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:57:39.711851+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T13:57:39.808705+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:58:42.692455+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"41304c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/41304c/search/results?ip=20.171.207.103&limit=10&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2F0af269%2Fexception","method":"GET"} [] [2025-03-20T13:58:42.833540+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T13:59:46.667661+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"523bf8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/523bf8/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F40fa29%2Fexception","method":"GET"} [] [2025-03-20T13:59:46.760667+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:00:46.818261+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5375c4"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/5375c4/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb5e1f9%2Fexception","method":"GET"} [] [2025-03-20T14:00:46.932950+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:01:52.318832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F10bd1c%2Fexception","method":"GET"} [] [2025-03-20T14:01:52.450545+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:03:58.223141+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:03:58.337132+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:05:59.207457+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:05:59.310483+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:07:04.995159+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:07:05.109211+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:08:06.428269+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:08:06.576264+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:09:11.194535+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb6711"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fb6711/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:09:11.283092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:10:07.578377+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:10:07.666696+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:10:59.393855+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:10:59.494642+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:11:44.092708+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:11:44.166613+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:12:23.486899+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2f9206"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/2f9206/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:12:23.569321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:13:01.963454+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29554c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/29554c/search/results?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:13:02.040071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:14:05.855528+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/search/results?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:14:05.928486+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:14:35.245473+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3219c3"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/3219c3/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F10bd1c%2Fexception","method":"GET"} [] [2025-03-20T14:14:35.336430+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:17:06.946190+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:17:07.047671+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:18:08.439917+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:18:08.539401+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:19:13.777788+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:19:13.949312+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:21:20.632577+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10bd1c"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/10bd1c/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:21:20.745845+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:22:26.049469+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0d0b0d"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/0d0b0d/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:22:26.146222+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:24:29.137003+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fbc145"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/fbc145/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fblog.html","method":"GET"} [] [2025-03-20T14:24:29.235081+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:25:32.302566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T14:25:32.392803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T14:26:34.216995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T14:26:34.285902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&method=GET&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T14:27:29.557108+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f41663"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/f41663/exception.css","method":"GET"} [] [2025-03-20T14:28:22.014836+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"768a24"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/768a24/exception.css","method":"GET"} [] [2025-03-20T14:29:08.561086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/latest?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T14:29:08.640319+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?limit=10&url=https%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2Fen%2Faudio%2Ftestimonials.html","method":"GET"} [] [2025-03-20T14:29:51.422722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=exception","method":"GET"} [] [2025-03-20T14:29:51.487541+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T14:31:03.941600+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=request","method":"GET"} [] [2025-03-20T14:31:04.008749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:31:36.401195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=twig","method":"GET"} [] [2025-03-20T14:31:36.463497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:32:07.891350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=translation","method":"GET"} [] [2025-03-20T14:32:07.954387+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:32:16.249253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=logger","method":"GET"} [] [2025-03-20T14:32:16.337761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:32:19.016580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=config","method":"GET"} [] [2025-03-20T14:32:19.040449+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:32:21.634254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=translation","method":"GET"} [] [2025-03-20T14:32:21.656038+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:32:24.200325+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/exception","method":"GET"} [] [2025-03-20T14:32:28.243478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=events","method":"GET"} [] [2025-03-20T14:32:28.279688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:32:30.543542+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T14:32:32.923672+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:32:32.972216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:32:34.238507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=dump","method":"GET"} [] [2025-03-20T14:32:34.258591+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T14:32:35.165022+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/exception.css","method":"GET"} [] [2025-03-20T14:32:37.369889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=validator","method":"GET"} [] [2025-03-20T14:32:37.391533+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T14:32:39.795180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf?panel=exception","method":"GET"} [] [2025-03-20T14:32:39.843983+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/exception.css","method":"GET"} [] [2025-03-20T14:32:39.851503+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T14:32:39.883093+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0676bf"},"request_uri":"https://test.phila-ca.com/public/_profiler/0676bf/exception","method":"GET"} [] [2025-03-20T14:32:42.148453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=router","method":"GET"} [] [2025-03-20T14:32:42.220610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:32:42.246682+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/router","method":"GET"} [] [2025-03-20T14:32:44.473327+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=mailer","method":"GET"} [] [2025-03-20T14:32:44.513732+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:32:46.768751+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/exception","method":"GET"} [] [2025-03-20T14:32:49.016320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=cache","method":"GET"} [] [2025-03-20T14:32:49.040559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:32:52.400328+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:32:52.436545+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:32:55.942583+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fbc9f"},"request_uri":"https://test.phila-ca.com/public/_profiler/0fbc9f/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:32:56.088428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:32:58.067094+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=mailer","method":"GET"} [] [2025-03-20T14:32:58.087594+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:32:58.229641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=config","method":"GET"} [] [2025-03-20T14:32:58.313866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:33:00.532002+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:33:00.574324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:33:03.928752+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c/exception.css","method":"GET"} [] [2025-03-20T14:33:06.139994+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"https://test.phila-ca.com/public/_profiler/e2be07/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:33:06.240540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:33:08.371858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba","method":"GET"} [] [2025-03-20T14:33:08.472863+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/exception.css","method":"GET"} [] [2025-03-20T14:33:08.476509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:33:08.512656+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/exception","method":"GET"} [] [2025-03-20T14:33:10.680650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f","method":"GET"} [] [2025-03-20T14:33:10.702946+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/exception.css","method":"GET"} [] [2025-03-20T14:33:10.705931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:33:10.724007+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/exception","method":"GET"} [] [2025-03-20T14:33:13.614288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=router","method":"GET"} [] [2025-03-20T14:33:13.740149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:33:13.768746+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a/router","method":"GET"} [] [2025-03-20T14:33:17.334086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=events","method":"GET"} [] [2025-03-20T14:33:17.365150+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:33:19.532054+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"25142f"},"request_uri":"https://test.phila-ca.com/public/_profiler/25142f/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:19.606977+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:19.735234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=validator","method":"GET"} [] [2025-03-20T14:33:19.756076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T14:33:21.804675+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dec0e"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dec0e/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:21.838191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:24.090843+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:24.177845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:26.422215+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:26.456262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:28.903696+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fa964"},"request_uri":"https://test.phila-ca.com/public/_profiler/3fa964/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:29.012437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:33:31.178537+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/exception.css","method":"GET"} [] [2025-03-20T14:33:34.554662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=config","method":"GET"} [] [2025-03-20T14:33:34.596405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:33:36.821104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=router","method":"GET"} [] [2025-03-20T14:33:36.842839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:33:36.862135+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/router","method":"GET"} [] [2025-03-20T14:33:39.171903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=logger","method":"GET"} [] [2025-03-20T14:33:39.194933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:33:42.620383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=logger","method":"GET"} [] [2025-03-20T14:33:42.689793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:33:45.102184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=config","method":"GET"} [] [2025-03-20T14:33:45.149600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:33:47.381062+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/exception.css","method":"GET"} [] [2025-03-20T14:33:57.235238+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=cache","method":"GET"} [] [2025-03-20T14:33:57.276573+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:33:57.445808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=time","method":"GET"} [] [2025-03-20T14:33:57.466437+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T14:34:01.856411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=translation","method":"GET"} [] [2025-03-20T14:34:01.903239+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:34:06.210825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=request","method":"GET"} [] [2025-03-20T14:34:06.234032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:34:08.478139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=dump","method":"GET"} [] [2025-03-20T14:34:08.501396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T14:34:10.708942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=exception","method":"GET"} [] [2025-03-20T14:34:10.730242+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/exception.css","method":"GET"} [] [2025-03-20T14:34:10.745445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T14:34:10.768207+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/exception","method":"GET"} [] [2025-03-20T14:34:14.157491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=events","method":"GET"} [] [2025-03-20T14:34:14.196123+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:34:16.481246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=mailer","method":"GET"} [] [2025-03-20T14:34:16.504762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:34:19.022089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f","method":"GET"} [] [2025-03-20T14:34:19.098491+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/exception.css","method":"GET"} [] [2025-03-20T14:34:19.101408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:34:19.123822+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/exception","method":"GET"} [] [2025-03-20T14:34:24.810161+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:34:24.845617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:34:27.057137+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:34:27.093875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:34:30.406685+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:34:30.451561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:34:34.023337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=security","method":"GET"} [] [2025-03-20T14:34:34.070634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:34:36.306244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=mailer","method":"GET"} [] [2025-03-20T14:34:36.345305+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:34:39.773130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=router","method":"GET"} [] [2025-03-20T14:34:39.796709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:34:39.816051+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/router","method":"GET"} [] [2025-03-20T14:34:43.275194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=translation","method":"GET"} [] [2025-03-20T14:34:43.298909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:34:45.515036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=request","method":"GET"} [] [2025-03-20T14:34:45.549026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:34:47.843571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=logger","method":"GET"} [] [2025-03-20T14:34:47.866872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:34:48.220390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=router","method":"GET"} [] [2025-03-20T14:34:48.247658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:34:48.268589+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8/router","method":"GET"} [] [2025-03-20T14:34:50.299372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=events","method":"GET"} [] [2025-03-20T14:34:50.347755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:34:52.590153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=security","method":"GET"} [] [2025-03-20T14:34:52.627634+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:34:54.912972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T14:34:58.380848+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FExceptionListener.php&line=91","method":"GET"} [] [2025-03-20T14:35:01.744081+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/exception","method":"GET"} [] [2025-03-20T14:35:04.130476+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f","method":"GET"} [] [2025-03-20T14:35:04.159863+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/exception.css","method":"GET"} [] [2025-03-20T14:35:04.168124+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:35:04.191268+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/exception","method":"GET"} [] [2025-03-20T14:35:04.209932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=config","method":"GET"} [] [2025-03-20T14:35:04.232964+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:35:06.742907+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:35:06.800448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:35:09.001122+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=form","method":"GET"} [] [2025-03-20T14:35:09.048448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T14:35:13.441292+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:35:13.530628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:35:17.938682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=mailer","method":"GET"} [] [2025-03-20T14:35:17.962983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:35:18.304378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=logger","method":"GET"} [] [2025-03-20T14:35:18.325013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:35:20.120230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=time","method":"GET"} [] [2025-03-20T14:35:20.152561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T14:35:22.654206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=validator","method":"GET"} [] [2025-03-20T14:35:22.700534+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T14:35:26.038151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest","method":"GET"} [] [2025-03-20T14:35:26.075120+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:35:28.153511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=mailer","method":"GET"} [] [2025-03-20T14:35:28.178641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:35:30.164342+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=191","method":"GET"} [] [2025-03-20T14:35:31.340108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8?panel=security","method":"GET"} [] [2025-03-20T14:35:31.360800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:35:32.168430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=request","method":"GET"} [] [2025-03-20T14:35:32.194781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:35:36.185062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=dump","method":"GET"} [] [2025-03-20T14:35:36.217275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T14:35:38.314085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=twig","method":"GET"} [] [2025-03-20T14:35:38.359125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:35:40.220197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=time","method":"GET"} [] [2025-03-20T14:35:40.244149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T14:35:42.104746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T14:35:42.747070+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T14:35:42.769485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T14:35:43.895932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=cache","method":"GET"} [] [2025-03-20T14:35:43.935822+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:35:45.645823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=security","method":"GET"} [] [2025-03-20T14:35:45.669752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:35:47.455373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=exception","method":"GET"} [] [2025-03-20T14:35:47.474349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T14:35:49.213826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=mailer","method":"GET"} [] [2025-03-20T14:35:49.233419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:35:50.894996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f","method":"GET"} [] [2025-03-20T14:35:50.915426+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/exception.css","method":"GET"} [] [2025-03-20T14:35:50.921166+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:35:50.939356+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/exception","method":"GET"} [] [2025-03-20T14:35:52.669131+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FLogger.php&line=23","method":"GET"} [] [2025-03-20T14:35:52.719662+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:35:52.745759+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:35:54.471553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=db","method":"GET"} [] [2025-03-20T14:35:54.513639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:35:56.115074+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=twig","method":"GET"} [] [2025-03-20T14:35:56.136846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:35:57.825572+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Fbase_js.html.twig&line=1","method":"GET"} [] [2025-03-20T14:35:59.404287+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_js.html.twig&line=1","method":"GET"} [] [2025-03-20T14:36:00.794815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=validator","method":"GET"} [] [2025-03-20T14:36:00.832716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T14:36:01.999943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1527b8"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/1527b8","method":"GET"} [] [2025-03-20T14:36:02.020444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:36:02.144446+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FSecurity%2FPostVoter.php&line=27","method":"GET"} [] [2025-03-20T14:36:03.494479+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} [] [2025-03-20T14:36:04.738816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=mailer","method":"GET"} [] [2025-03-20T14:36:04.762719+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:36:06.397045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=form","method":"GET"} [] [2025-03-20T14:36:06.423976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T14:36:08.064633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=mailer","method":"GET"} [] [2025-03-20T14:36:08.097755+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:36:09.834019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=logger","method":"GET"} [] [2025-03-20T14:36:09.876274+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:36:10.959911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0","method":"GET"} [] [2025-03-20T14:36:10.981014+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:36:11.564987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=router","method":"GET"} [] [2025-03-20T14:36:11.587125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:36:11.605176+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/router","method":"GET"} [] [2025-03-20T14:36:13.249066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=config","method":"GET"} [] [2025-03-20T14:36:13.306101+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:36:14.811433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=config","method":"GET"} [] [2025-03-20T14:36:14.833102+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:36:16.297192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=logger","method":"GET"} [] [2025-03-20T14:36:16.350478+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:36:17.694463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=router","method":"GET"} [] [2025-03-20T14:36:17.715704+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:36:17.733779+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/router","method":"GET"} [] [2025-03-20T14:36:18.030326+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0/search/results?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T14:36:18.050754+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10","method":"GET"} [] [2025-03-20T14:36:19.113874+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/exception.css","method":"GET"} [] [2025-03-20T14:36:20.513726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=translation","method":"GET"} [] [2025-03-20T14:36:20.536164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:36:21.864682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=request","method":"GET"} [] [2025-03-20T14:36:21.888429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:36:23.241155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=events","method":"GET"} [] [2025-03-20T14:36:23.274429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:36:24.494879+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=security","method":"GET"} [] [2025-03-20T14:36:24.517845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:36:25.307466+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0/search/results?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:36:25.344660+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.103&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:36:26.105118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T14:36:27.324978+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FWebpackEncoreBundle.php&line=14","method":"GET"} [] [2025-03-20T14:36:28.634562+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FSensioFrameworkExtraBundle.php&line=23","method":"GET"} [] [2025-03-20T14:36:29.989126+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=97","method":"GET"} [] [2025-03-20T14:36:31.324170+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Ftgalopin%2Fhtml-sanitizer-bundle%2Fsrc%2FHtmlSanitizerBundle.php&line=23","method":"GET"} [] [2025-03-20T14:36:31.429897+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aba019"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/aba019/search/results?ip=20.171.207.103&limit=10&method=GET&url=http%3A%2F%2Fwww.test.phila-ca.com%2Fpublic%2F_profiler%2Ff41663%2Fexception","method":"GET"} [] [2025-03-20T14:36:31.490413+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:36:32.725907+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-fixtures-bundle%2FDoctrineFixturesBundle.php&line=14","method":"GET"} [] [2025-03-20T14:36:33.995179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=db","method":"GET"} [] [2025-03-20T14:36:34.027157+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:36:35.420791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=cache","method":"GET"} [] [2025-03-20T14:36:35.442998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:36:36.714094+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=42","method":"GET"} [] [2025-03-20T14:36:37.205647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=exception","method":"GET"} [] [2025-03-20T14:36:37.225779+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T14:36:37.974718+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fwebpack-encore-bundle%2Fsrc%2FEventListener%2FExceptionListener.php&line=26","method":"GET"} [] [2025-03-20T14:36:39.216820+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FIsGrantedListener.php&line=39","method":"GET"} [] [2025-03-20T14:36:40.663349+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} [] [2025-03-20T14:36:41.857373+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=48","method":"GET"} [] [2025-03-20T14:36:42.974210+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=46","method":"GET"} [] [2025-03-20T14:36:44.245096+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=56","method":"GET"} [] [2025-03-20T14:36:45.795695+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FTemplateListener.php&line=71","method":"GET"} [] [2025-03-20T14:36:47.876200+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FSecurityListener.php&line=53","method":"GET"} [] [2025-03-20T14:36:50.025835+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSurrogateListener.php&line=39","method":"GET"} [] [2025-03-20T14:36:52.173822+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FLogout%2FSessionLogoutHandler.php&line=23","method":"GET"} [] [2025-03-20T14:36:54.224732+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FEventListener%2FHttpCacheListener.php&line=81","method":"GET"} [] [2025-03-20T14:36:55.104567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=twig","method":"GET"} [] [2025-03-20T14:36:55.142847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:36:56.402521+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=60","method":"GET"} [] [2025-03-20T14:36:58.314625+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=src%2FEventSubscriber%2FCheckRequirementsSubscriber.php&line=76","method":"GET"} [] [2025-03-20T14:36:59.944989+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=128","method":"GET"} [] [2025-03-20T14:37:01.465967+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRouterDataCollector.php&line=72","method":"GET"} [] [2025-03-20T14:37:02.944351+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FValidateRequestListener.php&line=30","method":"GET"} [] [2025-03-20T14:37:04.673084+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=43","method":"GET"} [] [2025-03-20T14:37:06.888528+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=91","method":"GET"} [] [2025-03-20T14:37:10.239858+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} [] [2025-03-20T14:37:10.912668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=request","method":"GET"} [] [2025-03-20T14:37:10.950240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:37:13.909881+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/exception","method":"GET"} [] [2025-03-20T14:37:17.348556+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:37:17.409374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:37:19.645588+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=71","method":"GET"} [] [2025-03-20T14:37:21.863430+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=37","method":"GET"} [] [2025-03-20T14:37:23.776045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=time","method":"GET"} [] [2025-03-20T14:37:23.796265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T14:37:24.101168+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=59","method":"GET"} [] [2025-03-20T14:37:28.635757+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=validator","method":"GET"} [] [2025-03-20T14:37:28.680159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T14:37:31.146853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=request","method":"GET"} [] [2025-03-20T14:37:31.189282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:37:33.455265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=twig","method":"GET"} [] [2025-03-20T14:37:33.485416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:37:35.693576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=twig","method":"GET"} [] [2025-03-20T14:37:35.717002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:37:36.047499+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=mailer","method":"GET"} [] [2025-03-20T14:37:36.069923+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:37:40.246704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:37:40.337077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:37:46.365166+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"004b3a"},"request_uri":"http://test.phila-ca.com/public/_profiler/004b3a/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:37:46.501022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:37:46.814882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=translation","method":"GET"} [] [2025-03-20T14:37:46.844084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:37:48.714404+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65b566"},"request_uri":"http://test.phila-ca.com/public/_profiler/65b566/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:37:48.754578+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:37:50.954749+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:37:50.987932+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:37:55.434194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07","method":"GET"} [] [2025-03-20T14:37:55.454679+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception.css","method":"GET"} [] [2025-03-20T14:37:55.462017+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:37:55.479882+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-20T14:37:56.698794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=db","method":"GET"} [] [2025-03-20T14:37:56.725791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:37:57.778328+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:37:57.818767+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:37:59.985186+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"http://test.phila-ca.com/public/_profiler/347621/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:00.019976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:02.469445+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:02.558690+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:05.776525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=dump","method":"GET"} [] [2025-03-20T14:38:05.808275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T14:38:05.884327+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:05.917831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:08.124375+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/search/results?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:08.157941+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:38:10.374214+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:10.431207+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:12.623726+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddb8fe"},"request_uri":"http://test.phila-ca.com/public/_profiler/ddb8fe/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:12.681033+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:13.610420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=form","method":"GET"} [] [2025-03-20T14:38:13.637902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T14:38:14.866791+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"100055"},"request_uri":"http://test.phila-ca.com/public/_profiler/100055/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:14.901481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:17.144065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:17.178237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:38:19.599243+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a","method":"GET"} [] [2025-03-20T14:38:19.659272+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/exception.css","method":"GET"} [] [2025-03-20T14:38:19.669928+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:38:19.696634+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/exception","method":"GET"} [] [2025-03-20T14:38:21.925083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66","method":"GET"} [] [2025-03-20T14:38:21.964930+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/exception.css","method":"GET"} [] [2025-03-20T14:38:21.968572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:38:22.012012+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/exception","method":"GET"} [] [2025-03-20T14:38:25.374010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=events","method":"GET"} [] [2025-03-20T14:38:25.400368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:38:27.415808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=cache","method":"GET"} [] [2025-03-20T14:38:27.435853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:38:27.596566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=mailer","method":"GET"} [] [2025-03-20T14:38:27.617917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:38:29.906579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:38:29.927726+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:38:32.125248+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=logger","method":"GET"} [] [2025-03-20T14:38:32.147357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:38:34.043539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=events","method":"GET"} [] [2025-03-20T14:38:34.063651+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:38:35.929736+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:38:36.043723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:38:39.947882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=logger","method":"GET"} [] [2025-03-20T14:38:39.981957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:38:42.981835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=logger","method":"GET"} [] [2025-03-20T14:38:43.004958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:38:45.264734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=router","method":"GET"} [] [2025-03-20T14:38:45.286044+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:38:45.303961+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/router","method":"GET"} [] [2025-03-20T14:38:45.408937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=config","method":"GET"} [] [2025-03-20T14:38:45.431477+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:38:47.654532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=mailer","method":"GET"} [] [2025-03-20T14:38:47.675092+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:38:50.368594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=router","method":"GET"} [] [2025-03-20T14:38:50.389777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:38:50.410358+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0/router","method":"GET"} [] [2025-03-20T14:38:51.330987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=config","method":"GET"} [] [2025-03-20T14:38:51.420702+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:38:53.694995+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=events","method":"GET"} [] [2025-03-20T14:38:53.717022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:38:54.598555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8588a0"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/8588a0?panel=security","method":"GET"} [] [2025-03-20T14:38:54.622558+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:38:55.905403+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=events","method":"GET"} [] [2025-03-20T14:38:55.942409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:38:58.213827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=mailer","method":"GET"} [] [2025-03-20T14:38:58.236286+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:39:00.470458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=request","method":"GET"} [] [2025-03-20T14:39:00.493672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:39:02.740535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=mailer","method":"GET"} [] [2025-03-20T14:39:02.762770+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:39:04.993637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f","method":"GET"} [] [2025-03-20T14:39:05.016269+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/exception.css","method":"GET"} [] [2025-03-20T14:39:05.023891+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:39:05.042498+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/exception","method":"GET"} [] [2025-03-20T14:39:07.524770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963","method":"GET"} [] [2025-03-20T14:39:07.607404+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/exception.css","method":"GET"} [] [2025-03-20T14:39:07.614357+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:39:07.643877+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/exception","method":"GET"} [] [2025-03-20T14:39:09.832172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=request","method":"GET"} [] [2025-03-20T14:39:09.859393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:39:13.225744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=request","method":"GET"} [] [2025-03-20T14:39:13.263658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:39:16.695434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=twig","method":"GET"} [] [2025-03-20T14:39:16.715390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:39:20.084429+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=cache","method":"GET"} [] [2025-03-20T14:39:20.106262+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:39:23.672506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=mailer","method":"GET"} [] [2025-03-20T14:39:23.725938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:39:25.953963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=mailer","method":"GET"} [] [2025-03-20T14:39:25.976156+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:39:29.354612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=logger","method":"GET"} [] [2025-03-20T14:39:29.395010+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:39:32.805326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=router","method":"GET"} [] [2025-03-20T14:39:32.828590+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:39:32.846487+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/router","method":"GET"} [] [2025-03-20T14:39:37.471225+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/exception.css","method":"GET"} [] [2025-03-20T14:39:41.053897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=translation","method":"GET"} [] [2025-03-20T14:39:41.105147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:39:46.781307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=events","method":"GET"} [] [2025-03-20T14:39:46.815893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:39:49.085516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=events","method":"GET"} [] [2025-03-20T14:39:49.110368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:39:52.464381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:52.499648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:54.673937+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"http://test.phila-ca.com/public/_profiler/347621/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:54.707004+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:57.149368+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2e31c7"},"request_uri":"http://test.phila-ca.com/public/_profiler/2e31c7/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:57.224836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:59.458896+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:39:59.502967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T14:40:01.767380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=config","method":"GET"} [] [2025-03-20T14:40:01.791058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:40:04.039678+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=security","method":"GET"} [] [2025-03-20T14:40:04.079741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:40:06.345045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=security","method":"GET"} [] [2025-03-20T14:40:06.370144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:40:08.597239+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=cache","method":"GET"} [] [2025-03-20T14:40:08.617995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T14:40:10.785274+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:10.823537+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:13.227832+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:13.293903+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:15.443448+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ddb8fe"},"request_uri":"http://test.phila-ca.com/public/_profiler/ddb8fe/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:15.503098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:17.735025+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:17.771874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:20.014668+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"100055"},"request_uri":"http://test.phila-ca.com/public/_profiler/100055/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:20.054485+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:23.384826+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:23.419895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:25.636591+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:25.668814+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:27.853598+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:27.893967+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:30.374376+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"004b3a"},"request_uri":"http://test.phila-ca.com/public/_profiler/004b3a/search/results?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:30.438220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:32.663916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=db","method":"GET"} [] [2025-03-20T14:40:32.693747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:40:36.053704+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/exception","method":"GET"} [] [2025-03-20T14:40:39.467212+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/search/results?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:39.502058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:44.084973+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:40:44.122002+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:40:46.502571+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:40:46.594320+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:40:49.971088+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:40:50.004238+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:40:52.175357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:52.216025+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:40:54.464223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e","method":"GET"} [] [2025-03-20T14:40:54.485458+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/exception.css","method":"GET"} [] [2025-03-20T14:40:54.492323+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:40:54.511115+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/exception","method":"GET"} [] [2025-03-20T14:40:57.872763+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:40:57.908007+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:41:01.183453+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T14:41:01.204962+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T14:41:03.674419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:41:03.735471+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:41:07.126974+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:41:07.173367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T14:41:09.364013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=security","method":"GET"} [] [2025-03-20T14:41:09.403881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:41:11.693534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=router","method":"GET"} [] [2025-03-20T14:41:11.713877+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:41:11.732498+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a/router","method":"GET"} [] [2025-03-20T14:41:16.436186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=mailer","method":"GET"} [] [2025-03-20T14:41:16.459538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:41:23.571412+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:41:23.664068+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:41:26.032953+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:41:26.100199+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:41:50.687872+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:41:50.750195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T14:42:10.687139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa","method":"GET"} [] [2025-03-20T14:42:10.771425+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/exception.css","method":"GET"} [] [2025-03-20T14:42:10.781845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:42:10.861395+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/exception","method":"GET"} [] [2025-03-20T14:42:28.275096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=request","method":"GET"} [] [2025-03-20T14:42:28.664303+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:42:52.182686+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T14:42:52.247005+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T14:42:59.168364+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=mailer","method":"GET"} [] [2025-03-20T14:42:59.195162+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:43:06.320003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866","method":"GET"} [] [2025-03-20T14:43:06.356025+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/exception.css","method":"GET"} [] [2025-03-20T14:43:06.363895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:43:06.381767+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/exception","method":"GET"} [] [2025-03-20T14:43:18.201092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=twig","method":"GET"} [] [2025-03-20T14:43:18.272400+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T14:43:23.674358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=form","method":"GET"} [] [2025-03-20T14:43:23.697168+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T14:43:32.839034+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=events","method":"GET"} [] [2025-03-20T14:43:32.861290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T14:43:37.607072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=mailer","method":"GET"} [] [2025-03-20T14:43:37.673720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T14:43:48.719943+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:43:48.791486+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:44:03.956262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=config","method":"GET"} [] [2025-03-20T14:44:04.023037+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:44:14.522691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=logger","method":"GET"} [] [2025-03-20T14:44:14.543904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T14:44:24.986984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=router","method":"GET"} [] [2025-03-20T14:44:25.058049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T14:44:25.099044+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/router","method":"GET"} [] [2025-03-20T14:44:33.184205+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/exception.css","method":"GET"} [] [2025-03-20T14:44:41.074420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=translation","method":"GET"} [] [2025-03-20T14:44:41.146389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T14:44:47.880189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=request","method":"GET"} [] [2025-03-20T14:44:47.903058+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:45:05.738707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=request","method":"GET"} [] [2025-03-20T14:45:05.824818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T14:45:10.975602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=time","method":"GET"} [] [2025-03-20T14:45:10.999672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T14:45:16.214104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=config","method":"GET"} [] [2025-03-20T14:45:16.236022+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T14:45:21.086845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=security","method":"GET"} [] [2025-03-20T14:45:21.165364+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T14:45:37.035681+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:45:37.128880+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:45:40.610241+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:45:40.673414+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:45:51.625267+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcb97a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcb97a/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:45:51.688112+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:47:28.501246+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T14:47:28.615837+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:48:34.373493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=exception","method":"GET"} [] [2025-03-20T14:48:34.444114+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/exception.css","method":"GET"} [] [2025-03-20T14:48:34.470029+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T14:48:34.513178+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/exception","method":"GET"} [] [2025-03-20T14:49:37.426209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=db","method":"GET"} [] [2025-03-20T14:49:37.512267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:50:36.061938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=db","method":"GET"} [] [2025-03-20T14:50:36.159725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:51:28.493344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=db","method":"GET"} [] [2025-03-20T14:51:28.572147+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T14:52:13.986432+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F90267f%2Fexception","method":"GET"} [] [2025-03-20T14:52:14.077390+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T14:54:00.207513+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/exception","method":"GET"} [] [2025-03-20T14:57:55.464789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed","method":"GET"} [] [2025-03-20T14:57:55.602193+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T14:59:44.318758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?group=1&panel=db","method":"GET"} [] [2025-03-20T14:59:44.417256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:01:21.050694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?group=1&panel=db","method":"GET"} [] [2025-03-20T15:01:21.133546+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:02:07.143474+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fc4d8d"},"request_uri":"http://test.phila-ca.com/public/_profiler/fc4d8d/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:02:07.256775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:02:46.807065+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:02:46.890917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:03:57.546948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916","method":"GET"} [] [2025-03-20T15:03:57.623696+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/exception.css","method":"GET"} [] [2025-03-20T15:03:57.634965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T15:03:57.682853+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/exception","method":"GET"} [] [2025-03-20T15:04:31.962899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689","method":"GET"} [] [2025-03-20T15:04:32.049956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T15:05:03.277754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993","method":"GET"} [] [2025-03-20T15:05:03.372435+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T15:05:55.070317+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:05:55.179367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:06:42.233663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=validator","method":"GET"} [] [2025-03-20T15:06:42.303250+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:07:05.236390+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T15:07:05.380016+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:07:25.008339+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:07:25.090128+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:08:23.443396+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:08:23.521416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:09:16.346286+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb90866%2Fexception","method":"GET"} [] [2025-03-20T15:09:16.450601+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:10:05.523813+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/exception.css","method":"GET"} [] [2025-03-20T15:12:05.039276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=exception","method":"GET"} [] [2025-03-20T15:12:05.115490+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/exception.css","method":"GET"} [] [2025-03-20T15:12:05.128610+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T15:12:05.182322+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/exception","method":"GET"} [] [2025-03-20T15:12:59.782609+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FController%2FExceptionPanelController.php&line=57","method":"GET"} [] [2025-03-20T15:14:37.513596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322","method":"GET"} [] [2025-03-20T15:14:37.583515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T15:15:23.865949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=twig","method":"GET"} [] [2025-03-20T15:15:23.985650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:16:04.669070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=dump","method":"GET"} [] [2025-03-20T15:16:04.774589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:17:46.617218+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=mailer","method":"GET"} [] [2025-03-20T15:17:46.758130+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T15:18:21.164670+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T15:18:21.273105+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:19:50.587593+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T15:19:50.706321+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:20:50.766515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=cache","method":"GET"} [] [2025-03-20T15:20:50.833749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:21:52.905487+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=config","method":"GET"} [] [2025-03-20T15:21:52.969419+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T15:22:47.421342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=translation","method":"GET"} [] [2025-03-20T15:22:47.498098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T15:24:28.757358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=events","method":"GET"} [] [2025-03-20T15:24:28.824979+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:28:39.327043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=validator","method":"GET"} [] [2025-03-20T15:28:39.402291+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:29:21.231372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=validator","method":"GET"} [] [2025-03-20T15:29:21.321775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:29:59.446215+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=validator","method":"GET"} [] [2025-03-20T15:29:59.522293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:30:31.426119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=validator","method":"GET"} [] [2025-03-20T15:30:31.504887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:31:01.438700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=form","method":"GET"} [] [2025-03-20T15:31:01.511125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:31:29.536969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=dump","method":"GET"} [] [2025-03-20T15:31:29.604211+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:32:16.116661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=twig","method":"GET"} [] [2025-03-20T15:32:16.188504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:32:58.390171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=twig","method":"GET"} [] [2025-03-20T15:32:58.467909+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:33:17.411748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=dump","method":"GET"} [] [2025-03-20T15:33:17.474675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:33:35.849086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=time","method":"GET"} [] [2025-03-20T15:33:35.933695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:33:51.602232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=dump","method":"GET"} [] [2025-03-20T15:33:51.677839+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:34:05.696123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=form","method":"GET"} [] [2025-03-20T15:34:05.718252+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:34:18.744914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=twig","method":"GET"} [] [2025-03-20T15:34:18.828241+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:34:29.505002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=twig","method":"GET"} [] [2025-03-20T15:34:29.530626+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:34:40.249345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=twig","method":"GET"} [] [2025-03-20T15:34:40.335069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:34:49.538197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=time","method":"GET"} [] [2025-03-20T15:34:49.572324+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:34:57.923670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=form","method":"GET"} [] [2025-03-20T15:34:57.995707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:35:05.639858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=time","method":"GET"} [] [2025-03-20T15:35:05.669129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:35:12.412854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=form","method":"GET"} [] [2025-03-20T15:35:12.435645+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:35:30.048263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=time","method":"GET"} [] [2025-03-20T15:35:30.124683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:35:35.672718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=dump","method":"GET"} [] [2025-03-20T15:35:35.694968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:35:40.520110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=form","method":"GET"} [] [2025-03-20T15:35:40.543674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:35:45.241834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=dump","method":"GET"} [] [2025-03-20T15:35:45.323072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:35:49.035527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=form","method":"GET"} [] [2025-03-20T15:35:49.056633+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:35:56.124469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=time","method":"GET"} [] [2025-03-20T15:35:56.147502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:36:02.562990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=security","method":"GET"} [] [2025-03-20T15:36:02.636709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:36:05.328204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=security","method":"GET"} [] [2025-03-20T15:36:05.350917+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:36:10.285696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=security","method":"GET"} [] [2025-03-20T15:36:10.311077+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:36:16.792169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=validator","method":"GET"} [] [2025-03-20T15:36:16.837340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:36:21.287926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=time","method":"GET"} [] [2025-03-20T15:36:21.366874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:36:23.621572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=time","method":"GET"} [] [2025-03-20T15:36:23.646438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:36:30.714945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=twig","method":"GET"} [] [2025-03-20T15:36:30.738662+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:36:34.434638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=twig","method":"GET"} [] [2025-03-20T15:36:34.454776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:36:36.923195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=form","method":"GET"} [] [2025-03-20T15:36:37.002911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:36:41.578673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=exception","method":"GET"} [] [2025-03-20T15:36:41.603995+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/exception.css","method":"GET"} [] [2025-03-20T15:36:41.612619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T15:36:41.632213+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/exception","method":"GET"} [] [2025-03-20T15:36:43.822402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=security","method":"GET"} [] [2025-03-20T15:36:43.845192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:36:46.069635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=mailer","method":"GET"} [] [2025-03-20T15:36:46.091761+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T15:36:51.994067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=form","method":"GET"} [] [2025-03-20T15:36:52.067592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:36:54.300777+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7dfc66"},"request_uri":"https://test.phila-ca.com/public/_profiler/7dfc66/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:36:54.338836+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:36:56.690109+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:36:56.712853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:36:59.104266+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:36:59.126502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:37:01.319953+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/exception.css","method":"GET"} [] [2025-03-20T15:37:03.519390+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:37:03.543368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:37:05.741156+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:05.775502+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:08.235039+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:08.316670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:14.073509+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:14.110492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:17.401983+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T15:37:17.465607+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:37:19.870605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23","method":"GET"} [] [2025-03-20T15:37:19.918994+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T15:37:26.476574+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb90866%2Fexception","method":"GET"} [] [2025-03-20T15:37:26.560471+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:37:29.450767+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4ccf09"},"request_uri":"http://test.phila-ca.com/public/_profiler/4ccf09/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:37:29.482842+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T15:37:56.074463+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c51e3c/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:37:56.239361+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:38:04.775215+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"004b3a"},"request_uri":"http://test.phila-ca.com/public/_profiler/004b3a/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:38:04.810785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:38:33.894639+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=config","method":"GET"} [] [2025-03-20T15:38:33.969851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T15:38:40.427299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=logger","method":"GET"} [] [2025-03-20T15:38:40.447959+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T15:38:52.487935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=request","method":"GET"} [] [2025-03-20T15:38:52.565271+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T15:39:13.021241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=security","method":"GET"} [] [2025-03-20T15:39:13.124998+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:39:22.159704+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:39:22.181958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T15:39:39.311884+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=request","method":"GET"} [] [2025-03-20T15:39:39.397202+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T15:39:42.963876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=request","method":"GET"} [] [2025-03-20T15:39:42.984571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T15:39:49.516183+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F31547f%2Fexception","method":"GET"} [] [2025-03-20T15:39:49.588071+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:40:03.424784+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb90866%2Fexception","method":"GET"} [] [2025-03-20T15:40:03.523529+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:40:12.908725+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb90866%2Fexception","method":"GET"} [] [2025-03-20T15:40:12.971852+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T15:40:41.514328+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a/exception","method":"GET"} [] [2025-03-20T15:43:37.725202+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fknpuniversity%2Foauth2-client-bundle%2Fsrc%2FKnpUOAuth2ClientBundle.php&line=16","method":"GET"} [] [2025-03-20T15:44:35.563869+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=30","method":"GET"} [] [2025-03-20T15:47:40.588734+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=46","method":"GET"} [] [2025-03-20T15:48:27.462028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?group=1&panel=db","method":"GET"} [] [2025-03-20T15:48:27.546624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:49:07.655459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T15:49:07.746589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T15:49:44.732005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T15:49:44.812227+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T15:50:19.158180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=cache","method":"GET"} [] [2025-03-20T15:50:19.306742+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:50:50.411854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=cache","method":"GET"} [] [2025-03-20T15:50:50.509337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:51:17.052620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=cache","method":"GET"} [] [2025-03-20T15:51:17.140465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:51:41.598351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=db","method":"GET"} [] [2025-03-20T15:51:41.699807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:52:03.136071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=translation","method":"GET"} [] [2025-03-20T15:52:03.203441+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T15:52:22.193137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=translation","method":"GET"} [] [2025-03-20T15:52:22.259196+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T15:52:56.236326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=translation","method":"GET"} [] [2025-03-20T15:52:56.311845+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T15:53:11.702538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=events","method":"GET"} [] [2025-03-20T15:53:11.775460+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:53:25.558127+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=events","method":"GET"} [] [2025-03-20T15:53:25.578655+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:53:38.410496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=events","method":"GET"} [] [2025-03-20T15:53:38.479875+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:53:49.529684+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=time","method":"GET"} [] [2025-03-20T15:53:49.550073+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:54:00.580903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=time","method":"GET"} [] [2025-03-20T15:54:00.647782+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:54:09.743663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=twig","method":"GET"} [] [2025-03-20T15:54:09.766183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:54:18.523272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=dump","method":"GET"} [] [2025-03-20T15:54:18.589908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:54:39.577463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=logger","method":"GET"} [] [2025-03-20T15:54:39.644838+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T15:54:45.840140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=config","method":"GET"} [] [2025-03-20T15:54:45.859716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T15:54:58.012728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=config","method":"GET"} [] [2025-03-20T15:54:58.075053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T15:55:03.028216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=logger","method":"GET"} [] [2025-03-20T15:55:03.050465+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T15:55:08.097708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=security","method":"GET"} [] [2025-03-20T15:55:08.119232+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:55:17.048871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=form","method":"GET"} [] [2025-03-20T15:55:17.110648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:55:20.890645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=form","method":"GET"} [] [2025-03-20T15:55:20.911669+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:55:30.965177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=mailer","method":"GET"} [] [2025-03-20T15:55:30.984681+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T15:55:34.692730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=mailer","method":"GET"} [] [2025-03-20T15:55:34.772733+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T15:55:37.341203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?group=1&panel=db","method":"GET"} [] [2025-03-20T15:55:37.368138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:55:47.309254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=db","method":"GET"} [] [2025-03-20T15:55:47.330244+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:55:50.061770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=cache","method":"GET"} [] [2025-03-20T15:55:50.131975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:55:52.425778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=cache","method":"GET"} [] [2025-03-20T15:55:52.447895+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:55:54.701302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=dump","method":"GET"} [] [2025-03-20T15:55:54.721913+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:55:58.564450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=events","method":"GET"} [] [2025-03-20T15:55:58.584924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:56:00.846844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=security","method":"GET"} [] [2025-03-20T15:56:00.868585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:56:03.060718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=logger","method":"GET"} [] [2025-03-20T15:56:03.088497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T15:56:07.783497+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=validator","method":"GET"} [] [2025-03-20T15:56:07.852149+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:10.078963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?group=1&panel=db","method":"GET"} [] [2025-03-20T15:56:10.101185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:56:12.331369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=validator","method":"GET"} [] [2025-03-20T15:56:12.356818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:15.659628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=validator","method":"GET"} [] [2025-03-20T15:56:15.690341+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:19.109732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=validator","method":"GET"} [] [2025-03-20T15:56:19.132604+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:22.511532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=validator","method":"GET"} [] [2025-03-20T15:56:22.537074+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:24.975589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=validator","method":"GET"} [] [2025-03-20T15:56:25.055820+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:27.273507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=validator","method":"GET"} [] [2025-03-20T15:56:27.297517+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:29.513998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=validator","method":"GET"} [] [2025-03-20T15:56:29.534827+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:31.728972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=validator","method":"GET"} [] [2025-03-20T15:56:31.784137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:34.046929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=validator","method":"GET"} [] [2025-03-20T15:56:34.071911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T15:56:36.295808+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?panel=db","method":"GET"} [] [2025-03-20T15:56:36.317466+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:56:39.706586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=db","method":"GET"} [] [2025-03-20T15:56:39.733068+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:56:43.256977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=db","method":"GET"} [] [2025-03-20T15:56:43.329282+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:56:45.573987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=db","method":"GET"} [] [2025-03-20T15:56:45.598688+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:56:47.814306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=db","method":"GET"} [] [2025-03-20T15:56:47.838335+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:56:51.205467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?group=1&panel=db","method":"GET"} [] [2025-03-20T15:56:51.229362+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:56:54.647480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=security","method":"GET"} [] [2025-03-20T15:56:54.670931+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T15:56:56.896423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322?group=1&panel=db","method":"GET"} [] [2025-03-20T15:56:56.917628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:56:59.331956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T15:56:59.400855+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T15:56:59.469150+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T15:57:05.248966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?group=1&panel=db","method":"GET"} [] [2025-03-20T15:57:05.273205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T15:57:18.546214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=config","method":"GET"} [] [2025-03-20T15:57:18.668543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T15:57:21.323219+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} [] [2025-03-20T15:57:26.677719+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=222","method":"GET"} [] [2025-03-20T15:57:29.181055+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=74","method":"GET"} [] [2025-03-20T15:57:35.891276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=cache","method":"GET"} [] [2025-03-20T15:57:35.961902+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:57:40.036638+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall.php&line=44","method":"GET"} [] [2025-03-20T15:57:42.251155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=events","method":"GET"} [] [2025-03-20T15:57:42.272317+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:57:44.488862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=events","method":"GET"} [] [2025-03-20T15:57:44.515267+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:57:46.733325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=events","method":"GET"} [] [2025-03-20T15:57:46.758349+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:57:48.982830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=dump","method":"GET"} [] [2025-03-20T15:57:49.006438+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:57:52.625677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=time","method":"GET"} [] [2025-03-20T15:57:52.706259+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:57:54.957151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=twig","method":"GET"} [] [2025-03-20T15:57:54.985803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:57:57.196086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=form","method":"GET"} [] [2025-03-20T15:57:57.220217+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:57:59.441133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a1c7a"},"request_uri":"http://test.phila-ca.com/public/_profiler/2a1c7a?panel=dump","method":"GET"} [] [2025-03-20T15:57:59.463107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:58:01.698051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=twig","method":"GET"} [] [2025-03-20T15:58:01.721840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:58:03.898395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=time","method":"GET"} [] [2025-03-20T15:58:03.935709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:58:07.579655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=time","method":"GET"} [] [2025-03-20T15:58:07.604412+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:58:10.970139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=time","method":"GET"} [] [2025-03-20T15:58:11.067098+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T15:58:14.464526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa?panel=dump","method":"GET"} [] [2025-03-20T15:58:14.486856+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:58:16.682845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=dump","method":"GET"} [] [2025-03-20T15:58:16.702376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T15:58:20.078807+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=twig","method":"GET"} [] [2025-03-20T15:58:20.101736+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T15:58:23.739060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=form","method":"GET"} [] [2025-03-20T15:58:23.759076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T15:58:28.259438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=logger","method":"GET"} [] [2025-03-20T15:58:28.328515+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T15:58:30.580555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=config","method":"GET"} [] [2025-03-20T15:58:30.601741+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T15:58:32.809946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=router","method":"GET"} [] [2025-03-20T15:58:32.831085+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T15:58:32.848973+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4/router","method":"GET"} [] [2025-03-20T15:58:36.409992+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=events","method":"GET"} [] [2025-03-20T15:58:36.430846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:58:38.887158+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:58:38.920929+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T15:58:47.000265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=router","method":"GET"} [] [2025-03-20T15:58:47.069648+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T15:58:47.114247+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e/router","method":"GET"} [] [2025-03-20T15:58:50.613257+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=router","method":"GET"} [] [2025-03-20T15:58:50.642615+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T15:58:50.665235+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/router","method":"GET"} [] [2025-03-20T15:58:52.986436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=logger","method":"GET"} [] [2025-03-20T15:58:53.010348+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T15:58:56.729100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=request","method":"GET"} [] [2025-03-20T15:58:56.758495+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T15:59:04.885911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=events","method":"GET"} [] [2025-03-20T15:59:04.956583+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T15:59:08.535460+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} [] [2025-03-20T15:59:10.763086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T15:59:10.793090+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T15:59:10.817047+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T15:59:20.444355+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916/exception","method":"GET"} [] [2025-03-20T15:59:23.573438+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/exception","method":"GET"} [] [2025-03-20T15:59:26.799670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=cache","method":"GET"} [] [2025-03-20T15:59:26.858972+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:59:29.591178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"https://test.phila-ca.com/public/_profiler/31547f?panel=cache","method":"GET"} [] [2025-03-20T15:59:29.614302+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:59:32.206543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=cache","method":"GET"} [] [2025-03-20T15:59:32.227996+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:59:34.517599+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=cache","method":"GET"} [] [2025-03-20T15:59:34.541048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:59:37.004702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b90866"},"request_uri":"http://test.phila-ca.com/public/_profiler/b90866?panel=cache","method":"GET"} [] [2025-03-20T15:59:37.067023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:59:39.363451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31547f"},"request_uri":"http://test.phila-ca.com/public/_profiler/31547f?panel=cache","method":"GET"} [] [2025-03-20T15:59:39.388654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T15:59:43.227714+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=db","method":"GET"} [] [2025-03-20T15:59:43.273540+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:59:48.145704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=db","method":"GET"} [] [2025-03-20T15:59:48.169278+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T15:59:50.380276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f?panel=exception","method":"GET"} [] [2025-03-20T15:59:50.401689+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/exception.css","method":"GET"} [] [2025-03-20T15:59:50.420107+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T15:59:50.446355+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"90267f"},"request_uri":"https://test.phila-ca.com/public/_profiler/90267f/exception","method":"GET"} [] [2025-03-20T15:59:53.234537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f?panel=exception","method":"GET"} [] [2025-03-20T15:59:53.284603+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/exception.css","method":"GET"} [] [2025-03-20T15:59:53.287707+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T15:59:53.310131+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"90267f"},"request_uri":"http://test.phila-ca.com/public/_profiler/90267f/exception","method":"GET"} [] [2025-03-20T15:59:59.051642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963?panel=exception","method":"GET"} [] [2025-03-20T15:59:59.085064+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/exception.css","method":"GET"} [] [2025-03-20T15:59:59.091365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T15:59:59.129282+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0c0963"},"request_uri":"http://test.phila-ca.com/public/_profiler/0c0963/exception","method":"GET"} [] [2025-03-20T16:00:01.356708+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=230","method":"GET"} [] [2025-03-20T16:00:06.979157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=db","method":"GET"} [] [2025-03-20T16:00:07.003501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:00:09.393416+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=db","method":"GET"} [] [2025-03-20T16:00:09.446203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:00:11.687947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=db","method":"GET"} [] [2025-03-20T16:00:11.713411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:00:15.150666+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fcb97a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcb97a/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:15.187374+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:17.420363+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:17.455766+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:19.650022+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"https://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:19.710189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:21.912607+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fc4d8d"},"request_uri":"http://test.phila-ca.com/public/_profiler/fc4d8d/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:21.933310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:24.129290+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c7dac5"},"request_uri":"http://test.phila-ca.com/public/_profiler/c7dac5/search/results?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:24.166654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:26.615541+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:26.666316+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:28.881822+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?group=1&panel=db","method":"GET"} [] [2025-03-20T16:00:28.920346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:00:31.190206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?group=1&panel=db","method":"GET"} [] [2025-03-20T16:00:31.222744+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:00:33.430533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?group=1&panel=db","method":"GET"} [] [2025-03-20T16:00:33.455363+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:00:36.869394+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F347621%2Fexception","method":"GET"} [] [2025-03-20T16:00:36.932641+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:00:39.287882+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:39.308269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:43.021717+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:43.115538+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:48.389722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009","method":"GET"} [] [2025-03-20T16:00:48.427246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:00:51.096422+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:51.115448+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:00:55.861811+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F843916%2Fexception","method":"GET"} [] [2025-03-20T16:00:55.930821+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:01:05.466405+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F31547f%2Fexception","method":"GET"} [] [2025-03-20T16:01:05.562598+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:01:32.935401+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F347621%2Fexception","method":"GET"} [] [2025-03-20T16:01:33.026183+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:01:52.821775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=translation","method":"GET"} [] [2025-03-20T16:01:52.891593+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:02:52.113787+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=var%2Flog%2Fdev.log&line=0","method":"GET"} [] [2025-03-20T16:04:40.080077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=logger","method":"GET"} [] [2025-03-20T16:04:40.168893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T16:07:01.354693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=config","method":"GET"} [] [2025-03-20T16:07:01.420561+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:07:46.372131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=request","method":"GET"} [] [2025-03-20T16:07:46.444171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:08:59.998676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=security","method":"GET"} [] [2025-03-20T16:09:00.073137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T16:09:36.492170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=validator","method":"GET"} [] [2025-03-20T16:09:36.614116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:10:10.320421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=form","method":"GET"} [] [2025-03-20T16:10:10.386199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:11:07.863677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=dump","method":"GET"} [] [2025-03-20T16:11:07.957182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:11:33.122591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=twig","method":"GET"} [] [2025-03-20T16:11:33.207053+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:12:18.199038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=db","method":"GET"} [] [2025-03-20T16:12:18.275746+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:12:40.086315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=cache","method":"GET"} [] [2025-03-20T16:12:40.213350+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:12:59.835406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?panel=exception","method":"GET"} [] [2025-03-20T16:12:59.897960+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T16:13:16.523798+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FUsernamePasswordFormAuthenticationListener.php&line=38","method":"GET"} [] [2025-03-20T16:13:31.842983+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-guard%2FFirewall%2FGuardAuthenticationListener.php&line=35","method":"GET"} [] [2025-03-20T16:14:09.849858+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964","method":"GET"} [] [2025-03-20T16:14:09.914390+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/exception.css","method":"GET"} [] [2025-03-20T16:14:09.926203+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:14:09.971783+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/exception","method":"GET"} [] [2025-03-20T16:14:22.534545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f","method":"GET"} [] [2025-03-20T16:14:22.557142+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/exception.css","method":"GET"} [] [2025-03-20T16:14:22.560394+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:14:22.581727+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/exception","method":"GET"} [] [2025-03-20T16:14:45.052309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009?group=1&panel=db","method":"GET"} [] [2025-03-20T16:14:45.121614+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:14:54.637982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a","method":"GET"} [] [2025-03-20T16:14:54.659372+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:15:12.469528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810","method":"GET"} [] [2025-03-20T16:15:12.554592+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:15:20.337975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c","method":"GET"} [] [2025-03-20T16:15:20.361729+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/exception.css","method":"GET"} [] [2025-03-20T16:15:20.370384+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:15:20.396668+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/exception","method":"GET"} [] [2025-03-20T16:15:27.760987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9","method":"GET"} [] [2025-03-20T16:15:27.821225+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/exception.css","method":"GET"} [] [2025-03-20T16:15:27.827619+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:15:27.885075+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/exception","method":"GET"} [] [2025-03-20T16:15:34.117948+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?group=1&panel=db","method":"GET"} [] [2025-03-20T16:15:34.156881+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:15:40.208750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=config","method":"GET"} [] [2025-03-20T16:15:40.233481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:15:46.056715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=logger","method":"GET"} [] [2025-03-20T16:15:46.120908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T16:15:50.672245+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/exception","method":"GET"} [] [2025-03-20T16:15:55.179285+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/exception.css","method":"GET"} [] [2025-03-20T16:16:06.699775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=logger","method":"GET"} [] [2025-03-20T16:16:06.779804+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T16:16:13.178658+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=router","method":"GET"} [] [2025-03-20T16:16:13.205405+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:16:13.225182+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/router","method":"GET"} [] [2025-03-20T16:16:16.487001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=router","method":"GET"} [] [2025-03-20T16:16:16.506421+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:16:16.531303+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810/router","method":"GET"} [] [2025-03-20T16:16:22.219688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=config","method":"GET"} [] [2025-03-20T16:16:22.328236+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:16:24.579860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=config","method":"GET"} [] [2025-03-20T16:16:24.616801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:16:33.187292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=config","method":"GET"} [] [2025-03-20T16:16:33.207985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:16:37.571875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=events","method":"GET"} [] [2025-03-20T16:16:37.642695+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:16:39.904266+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/exception.css","method":"GET"} [] [2025-03-20T16:16:42.125416+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/exception.css","method":"GET"} [] [2025-03-20T16:16:45.750842+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=cache","method":"GET"} [] [2025-03-20T16:16:45.770953+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:16:48.053188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=request","method":"GET"} [] [2025-03-20T16:16:48.079016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:16:50.319899+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=db","method":"GET"} [] [2025-03-20T16:16:50.341893+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:16:54.033045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=db","method":"GET"} [] [2025-03-20T16:16:54.101751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:16:56.366906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=cache","method":"GET"} [] [2025-03-20T16:16:56.390720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:16:58.627026+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=cache","method":"GET"} [] [2025-03-20T16:16:58.653263+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:17:00.869713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=cache","method":"GET"} [] [2025-03-20T16:17:00.900411+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:17:07.677171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=security","method":"GET"} [] [2025-03-20T16:17:07.699992+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T16:17:10.222650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?group=1&panel=db","method":"GET"} [] [2025-03-20T16:17:10.289393+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:17:13.735349+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:17:13.763762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:17:15.947028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T16:17:15.981184+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T16:17:18.202277+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:17:18.222129+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:17:20.437196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=validator","method":"GET"} [] [2025-03-20T16:17:20.456784+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:17:22.677578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=validator","method":"GET"} [] [2025-03-20T16:17:22.699879+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:17:26.337618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=validator","method":"GET"} [] [2025-03-20T16:17:26.401693+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:17:31.027075+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/exception","method":"GET"} [] [2025-03-20T16:17:36.800072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b","method":"GET"} [] [2025-03-20T16:17:36.827801+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:17:39.078646+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb90866%2Fexception","method":"GET"} [] [2025-03-20T16:17:39.140707+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:17:41.620492+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F843916%2Fexception","method":"GET"} [] [2025-03-20T16:17:41.709845+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:17:45.088611+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F3fa964%2Fexception","method":"GET"} [] [2025-03-20T16:17:45.148261+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:19:55.556154+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:19:55.630094+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:20:28.426132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"926f48"},"request_uri":"http://test.phila-ca.com/public/_profiler/926f48/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:20:28.494857+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:20:57.229566+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:20:57.287601+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:21:21.281439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=config","method":"GET"} [] [2025-03-20T16:21:21.343805+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:22:04.818258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=mailer","method":"GET"} [] [2025-03-20T16:22:04.880872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:22:25.175744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=router","method":"GET"} [] [2025-03-20T16:22:25.245137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:22:25.299964+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b/router","method":"GET"} [] [2025-03-20T16:23:00.140430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=request","method":"GET"} [] [2025-03-20T16:23:00.208199+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:23:17.224407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=cache","method":"GET"} [] [2025-03-20T16:23:17.286118+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:24:13.657036+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F3fa964%2Fexception","method":"GET"} [] [2025-03-20T16:24:13.750075+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:25:07.119998+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F920b4c%2Fexception","method":"GET"} [] [2025-03-20T16:25:07.211986+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:25:48.871185+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:25:48.933946+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:27:52.149139+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9558c2"},"request_uri":"http://test.phila-ca.com/public/_profiler/9558c2/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:27:52.208654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:28:46.853806+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:28:46.914505+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:29:39.372084+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:29:39.428859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:31:03.441135+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F3fa964%2Fexception","method":"GET"} [] [2025-03-20T16:31:03.533179+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:31:46.737489+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"http://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F843916%2Fexception","method":"GET"} [] [2025-03-20T16:31:46.833959+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:32:48.475176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=validator","method":"GET"} [] [2025-03-20T16:32:48.539714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:33:50.755630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=dump","method":"GET"} [] [2025-03-20T16:33:50.849432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:36:29.708344+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F3fa964%2Fexception","method":"GET"} [] [2025-03-20T16:36:29.805342+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:37:22.493768+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F920b4c%2Fexception","method":"GET"} [] [2025-03-20T16:37:22.621942+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:41:36.262482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=twig","method":"GET"} [] [2025-03-20T16:41:36.338367+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:42:38.813310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=time","method":"GET"} [] [2025-03-20T16:42:38.918639+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:43:33.914603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=validator","method":"GET"} [] [2025-03-20T16:43:34.030206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:45:54.904923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=events","method":"GET"} [] [2025-03-20T16:45:54.979764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:46:40.697730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=db","method":"GET"} [] [2025-03-20T16:46:40.764396+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:47:21.212486+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836","method":"GET"} [] [2025-03-20T16:47:21.282430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:47:57.171579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=translation","method":"GET"} [] [2025-03-20T16:47:57.268293+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:49:30.000573+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=mailer","method":"GET"} [] [2025-03-20T16:49:30.076706+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:49:59.949946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=mailer","method":"GET"} [] [2025-03-20T16:50:00.022331+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:50:51.464300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=mailer","method":"GET"} [] [2025-03-20T16:50:51.538430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:51:14.712418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dec0e"},"request_uri":"http://test.phila-ca.com/public/_profiler/6dec0e?panel=security","method":"GET"} [] [2025-03-20T16:51:14.912061+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T16:51:35.980663+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?group=1&panel=db","method":"GET"} [] [2025-03-20T16:51:36.050023+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:51:55.578376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=config","method":"GET"} [] [2025-03-20T16:51:55.658892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:52:13.199425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=events","method":"GET"} [] [2025-03-20T16:52:13.269606+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:52:29.736606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=db","method":"GET"} [] [2025-03-20T16:52:29.796386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:52:44.168449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=form","method":"GET"} [] [2025-03-20T16:52:44.190266+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:52:57.674371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=dump","method":"GET"} [] [2025-03-20T16:52:57.746773+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:53:09.110254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=twig","method":"GET"} [] [2025-03-20T16:53:09.135933+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:53:20.023123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=time","method":"GET"} [] [2025-03-20T16:53:20.088700+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:53:28.995730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=logger","method":"GET"} [] [2025-03-20T16:53:29.017177+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T16:54:00.081175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=cache","method":"GET"} [] [2025-03-20T16:54:00.151916+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:54:07.511196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?group=1&panel=db","method":"GET"} [] [2025-03-20T16:54:07.537248+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T16:54:14.504916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=exception","method":"GET"} [] [2025-03-20T16:54:14.524459+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T16:54:27.032466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"http://test.phila-ca.com/public/_profiler/e8e836?panel=request","method":"GET"} [] [2025-03-20T16:54:27.140436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:54:42.448540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=translation","method":"GET"} [] [2025-03-20T16:54:42.527954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:54:47.480970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=translation","method":"GET"} [] [2025-03-20T16:54:47.505530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:54:51.643718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=translation","method":"GET"} [] [2025-03-20T16:54:51.664246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:54:55.904737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=translation","method":"GET"} [] [2025-03-20T16:54:55.929841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:03.467436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=translation","method":"GET"} [] [2025-03-20T16:55:03.572210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:06.540516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=translation","method":"GET"} [] [2025-03-20T16:55:06.565861+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:14.664513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a0c8a4"},"request_uri":"https://test.phila-ca.com/public/_profiler/a0c8a4?panel=translation","method":"GET"} [] [2025-03-20T16:55:14.687771+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:17.366080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"http://test.phila-ca.com/public/_profiler/616c6c?panel=translation","method":"GET"} [] [2025-03-20T16:55:17.388066+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:20.141247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=translation","method":"GET"} [] [2025-03-20T16:55:20.201781+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:22.443444+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=translation","method":"GET"} [] [2025-03-20T16:55:22.464570+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:24.694721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"80a50a"},"request_uri":"https://test.phila-ca.com/public/_profiler/80a50a?panel=translation","method":"GET"} [] [2025-03-20T16:55:24.738192+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:26.917259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"616c6c"},"request_uri":"https://test.phila-ca.com/public/_profiler/616c6c?panel=translation","method":"GET"} [] [2025-03-20T16:55:26.937483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:29.153524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=translation","method":"GET"} [] [2025-03-20T16:55:29.178943+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:31.433264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=translation","method":"GET"} [] [2025-03-20T16:55:31.455399+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:33.653827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=translation","method":"GET"} [] [2025-03-20T16:55:33.674040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:36.181770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e363f3"},"request_uri":"https://test.phila-ca.com/public/_profiler/e363f3?panel=translation","method":"GET"} [] [2025-03-20T16:55:36.257663+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:55:39.657018+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=request","method":"GET"} [] [2025-03-20T16:55:39.683957+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:55:41.913735+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=request","method":"GET"} [] [2025-03-20T16:55:41.938159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:55:44.163038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=request","method":"GET"} [] [2025-03-20T16:55:44.189078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:55:46.413143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=request","method":"GET"} [] [2025-03-20T16:55:46.434924+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:55:48.705633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=request","method":"GET"} [] [2025-03-20T16:55:48.747803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:55:51.186167+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=request","method":"GET"} [] [2025-03-20T16:55:51.254432+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:55:54.651349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7d9ed"},"request_uri":"http://test.phila-ca.com/public/_profiler/e7d9ed?panel=exception","method":"GET"} [] [2025-03-20T16:55:54.716762+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T16:55:56.999078+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T16:55:57.066799+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T16:55:59.263792+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f?panel=exception","method":"GET"} [] [2025-03-20T16:55:59.285223+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/exception.css","method":"GET"} [] [2025-03-20T16:55:59.299988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T16:55:59.319138+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0fbc9f"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fbc9f/exception","method":"GET"} [] [2025-03-20T16:56:02.638342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c","method":"GET"} [] [2025-03-20T16:56:02.662690+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c/exception.css","method":"GET"} [] [2025-03-20T16:56:02.666049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:56:02.689036+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c/exception","method":"GET"} [] [2025-03-20T16:56:04.914529+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3dc90d"},"request_uri":"http://test.phila-ca.com/public/_profiler/3dc90d/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T16:56:04.951173+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T16:56:08.591502+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c51e3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c51e3c/search/results?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T16:56:08.664016+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Faudio%2Fleft-content.html","method":"GET"} [] [2025-03-20T16:56:10.890750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?panel=config","method":"GET"} [] [2025-03-20T16:56:10.952340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:56:16.733717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba?panel=events","method":"GET"} [] [2025-03-20T16:56:16.758195+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:56:18.990866+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"64bbba"},"request_uri":"https://test.phila-ca.com/public/_profiler/64bbba/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T16:56:19.026525+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T16:56:22.257652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=config","method":"GET"} [] [2025-03-20T16:56:22.283206+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:56:24.744687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=router","method":"GET"} [] [2025-03-20T16:56:24.803269+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:56:24.828036+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c/router","method":"GET"} [] [2025-03-20T16:56:28.416947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=logger","method":"GET"} [] [2025-03-20T16:56:28.448988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T16:56:31.005548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=router","method":"GET"} [] [2025-03-20T16:56:31.024492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:56:31.042225+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c/router","method":"GET"} [] [2025-03-20T16:56:34.395293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=events","method":"GET"} [] [2025-03-20T16:56:34.414623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:56:36.665744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=mailer","method":"GET"} [] [2025-03-20T16:56:36.685504+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:56:38.914449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=db","method":"GET"} [] [2025-03-20T16:56:38.939572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T16:56:41.468480+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=request","method":"GET"} [] [2025-03-20T16:56:41.538430+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:56:43.743585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=cache","method":"GET"} [] [2025-03-20T16:56:43.780940+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:56:46.039530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=security","method":"GET"} [] [2025-03-20T16:56:46.062050+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T16:56:50.644211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=validator","method":"GET"} [] [2025-03-20T16:56:50.667684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:56:52.862559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=cache","method":"GET"} [] [2025-03-20T16:56:52.883208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:56:55.044945+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=validator","method":"GET"} [] [2025-03-20T16:56:55.065765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:56:57.543808+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c/exception","method":"GET"} [] [2025-03-20T16:57:01.038323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=twig","method":"GET"} [] [2025-03-20T16:57:01.080439+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:57:04.415673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=dump","method":"GET"} [] [2025-03-20T16:57:04.436443+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:57:06.707900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=form","method":"GET"} [] [2025-03-20T16:57:06.728791+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:57:11.228028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=mailer","method":"GET"} [] [2025-03-20T16:57:11.250508+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:57:15.931206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=request","method":"GET"} [] [2025-03-20T16:57:15.996976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T16:57:18.196169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=mailer","method":"GET"} [] [2025-03-20T16:57:18.238859+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:57:20.473358+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=50","method":"GET"} [] [2025-03-20T16:57:22.666634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T16:57:22.696636+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T16:57:22.719998+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T16:57:25.073395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=time","method":"GET"} [] [2025-03-20T16:57:25.094043+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:57:28.503236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"https://test.phila-ca.com/public/_profiler/3f567c?panel=form","method":"GET"} [] [2025-03-20T16:57:28.528423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:57:34.678423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=dump","method":"GET"} [] [2025-03-20T16:57:34.751185+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:57:37.334633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=twig","method":"GET"} [] [2025-03-20T16:57:37.356586+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:57:39.902699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=twig","method":"GET"} [] [2025-03-20T16:57:39.922164+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:57:42.133805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=form","method":"GET"} [] [2025-03-20T16:57:42.161599+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:57:46.136097+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=form","method":"GET"} [] [2025-03-20T16:57:46.164410+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:57:51.767562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=dump","method":"GET"} [] [2025-03-20T16:57:51.834301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:57:54.063117+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=dump","method":"GET"} [] [2025-03-20T16:57:54.085821+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:57:56.285850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=time","method":"GET"} [] [2025-03-20T16:57:56.309716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:58:00.866872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=time","method":"GET"} [] [2025-03-20T16:58:00.887313+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:58:03.093490+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=twig","method":"GET"} [] [2025-03-20T16:58:03.113048+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:58:05.312851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=form","method":"GET"} [] [2025-03-20T16:58:05.334581+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T16:58:07.779671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=twig","method":"GET"} [] [2025-03-20T16:58:07.864414+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:58:10.112396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=twig","method":"GET"} [] [2025-03-20T16:58:10.134817+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T16:58:12.351561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=time","method":"GET"} [] [2025-03-20T16:58:12.376600+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:58:14.602565+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=dump","method":"GET"} [] [2025-03-20T16:58:14.624911+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:58:16.848971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=time","method":"GET"} [] [2025-03-20T16:58:16.872220+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:58:19.090102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=dump","method":"GET"} [] [2025-03-20T16:58:19.115803+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:58:21.308660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=dump","method":"GET"} [] [2025-03-20T16:58:21.330070+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:58:23.748062+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=time","method":"GET"} [] [2025-03-20T16:58:23.819301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:58:30.612931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=time","method":"GET"} [] [2025-03-20T16:58:30.636294+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T16:58:32.868166+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/exception.css","method":"GET"} [] [2025-03-20T16:58:35.223612+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/exception.css","method":"GET"} [] [2025-03-20T16:58:38.921145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=logger","method":"GET"} [] [2025-03-20T16:58:39.018001+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T16:58:42.817124+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=config","method":"GET"} [] [2025-03-20T16:58:42.871720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:58:45.103630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=config","method":"GET"} [] [2025-03-20T16:58:45.127436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:58:47.313950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621?panel=router","method":"GET"} [] [2025-03-20T16:58:47.336328+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:58:47.355148+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"347621"},"request_uri":"https://test.phila-ca.com/public/_profiler/347621/router","method":"GET"} [] [2025-03-20T16:58:50.913965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=config","method":"GET"} [] [2025-03-20T16:58:50.937218+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T16:58:55.699759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=router","method":"GET"} [] [2025-03-20T16:58:55.774246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T16:58:55.821043+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f/router","method":"GET"} [] [2025-03-20T16:58:58.042025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=security","method":"GET"} [] [2025-03-20T16:58:58.063703+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T16:59:00.283142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=cache","method":"GET"} [] [2025-03-20T16:59:00.305088+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T16:59:02.510922+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:59:02.534353+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T16:59:04.743371+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=validator","method":"GET"} [] [2025-03-20T16:59:04.767622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T16:59:06.937904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=events","method":"GET"} [] [2025-03-20T16:59:06.972747+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:59:09.188462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=mailer","method":"GET"} [] [2025-03-20T16:59:09.209764+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T16:59:11.627515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=translation","method":"GET"} [] [2025-03-20T16:59:11.698882+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T16:59:16.302439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"https://test.phila-ca.com/public/_profiler/298b7f?panel=dump","method":"GET"} [] [2025-03-20T16:59:16.323447+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T16:59:19.815240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=events","method":"GET"} [] [2025-03-20T16:59:19.836866+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T16:59:22.217739+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:59:22.241015+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:59:24.472399+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:59:24.512461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:59:29.339947+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:59:29.418966+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T16:59:33.932763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c","method":"GET"} [] [2025-03-20T16:59:33.961237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:59:36.213705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10","method":"GET"} [] [2025-03-20T16:59:36.234995+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T16:59:38.442028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F843916%2Fexception","method":"GET"} [] [2025-03-20T16:59:38.503568+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:59:40.727766+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F347621%2Fexception","method":"GET"} [] [2025-03-20T16:59:40.787011+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T16:59:54.410628+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3d83c"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3d83c/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F920b4c%2Fexception","method":"GET"} [] [2025-03-20T16:59:54.510445+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T17:00:35.120272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48","method":"GET"} [] [2025-03-20T17:00:35.211811+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T17:01:06.210626+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009","method":"GET"} [] [2025-03-20T17:01:06.283228+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T17:01:35.167994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2","method":"GET"} [] [2025-03-20T17:01:35.237841+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T17:02:01.833073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=logger","method":"GET"} [] [2025-03-20T17:02:01.906617+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T17:02:24.619182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=logger","method":"GET"} [] [2025-03-20T17:02:24.683952+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T17:02:45.424574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=router","method":"GET"} [] [2025-03-20T17:02:45.488492+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:02:45.532006+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c/router","method":"GET"} [] [2025-03-20T17:03:03.977666+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=config","method":"GET"} [] [2025-03-20T17:03:04.055793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:03:21.120155+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=config","method":"GET"} [] [2025-03-20T17:03:21.180365+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:03:36.757037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=router","method":"GET"} [] [2025-03-20T17:03:36.830985+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:03:36.872199+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10/router","method":"GET"} [] [2025-03-20T17:03:50.132587+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=events","method":"GET"} [] [2025-03-20T17:03:50.152340+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T17:04:02.397915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=events","method":"GET"} [] [2025-03-20T17:04:02.465532+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T17:04:13.025104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=mailer","method":"GET"} [] [2025-03-20T17:04:13.045712+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:04:22.567936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=mailer","method":"GET"} [] [2025-03-20T17:04:22.633641+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:04:31.417430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=mailer","method":"GET"} [] [2025-03-20T17:04:31.459868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:04:39.553284+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=config","method":"GET"} [] [2025-03-20T17:04:39.615975+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:04:46.967229+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=config","method":"GET"} [] [2025-03-20T17:04:47.009151+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:04:52.981761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=router","method":"GET"} [] [2025-03-20T17:04:53.002013+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:04:53.020145+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2/router","method":"GET"} [] [2025-03-20T17:05:14.173765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=logger","method":"GET"} [] [2025-03-20T17:05:14.232833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T17:05:19.341073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=config","method":"GET"} [] [2025-03-20T17:05:19.361089+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:05:36.643175+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=translation","method":"GET"} [] [2025-03-20T17:05:36.705869+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T17:05:40.524109+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=request","method":"GET"} [] [2025-03-20T17:05:40.544872+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T17:05:47.651941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=request","method":"GET"} [] [2025-03-20T17:05:47.676368+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T17:05:50.945235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=mailer","method":"GET"} [] [2025-03-20T17:05:50.972883+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:05:59.694035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=events","method":"GET"} [] [2025-03-20T17:05:59.756497+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T17:06:02.300613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=events","method":"GET"} [] [2025-03-20T17:06:02.327958+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T17:06:04.743169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=request","method":"GET"} [] [2025-03-20T17:06:04.763125+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T17:06:06.989504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=request","method":"GET"} [] [2025-03-20T17:06:07.014678+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T17:06:09.300090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=cache","method":"GET"} [] [2025-03-20T17:06:09.320345+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T17:06:16.815400+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd","method":"GET"} [] [2025-03-20T17:06:16.881144+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T17:06:23.489706+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3d83c"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3d83c/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T17:06:23.516072+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T17:06:25.723179+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27eb4b"},"request_uri":"https://test.phila-ca.com/public/_profiler/27eb4b/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T17:06:25.743076+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T17:06:27.952640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=validator","method":"GET"} [] [2025-03-20T17:06:27.972559+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T17:06:30.173213+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T17:06:30.192944+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10&method=GET","method":"GET"} [] [2025-03-20T17:06:32.640875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=validator","method":"GET"} [] [2025-03-20T17:06:32.706483+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T17:06:34.953727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=validator","method":"GET"} [] [2025-03-20T17:06:34.974376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T17:06:37.202367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=form","method":"GET"} [] [2025-03-20T17:06:37.222210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T17:06:39.504183+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=form","method":"GET"} [] [2025-03-20T17:06:39.524968+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T17:06:41.747834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=dump","method":"GET"} [] [2025-03-20T17:06:41.770180+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T17:06:44.007821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=mailer","method":"GET"} [] [2025-03-20T17:06:44.033731+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:06:46.257146+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3d83c"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3d83c/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F920b4c%2Fexception","method":"GET"} [] [2025-03-20T17:06:46.320827+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T17:06:48.743799+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F347621%2Fexception","method":"GET"} [] [2025-03-20T17:06:48.848792+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T17:06:51.932574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=twig","method":"GET"} [] [2025-03-20T17:06:51.968918+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T17:07:02.695702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=form","method":"GET"} [] [2025-03-20T17:07:02.725049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T17:07:28.500774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=request","method":"GET"} [] [2025-03-20T17:07:28.562138+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T17:07:44.335723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=dump","method":"GET"} [] [2025-03-20T17:07:44.398354+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T17:07:58.454131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=dump","method":"GET"} [] [2025-03-20T17:07:58.474675+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T17:08:05.505665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=form","method":"GET"} [] [2025-03-20T17:08:05.571265+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T17:08:16.595613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=twig","method":"GET"} [] [2025-03-20T17:08:16.616908+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T17:08:22.245469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=time","method":"GET"} [] [2025-03-20T17:08:22.310176+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T17:08:31.308457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=dump","method":"GET"} [] [2025-03-20T17:08:31.329479+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T17:08:47.920549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=exception","method":"GET"} [] [2025-03-20T17:08:47.981183+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:08:51.815361+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e3d83c"},"request_uri":"https://test.phila-ca.com/public/_profiler/e3d83c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:08:51.837301+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:08:55.564953+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:08:55.585237+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:01.923078+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:01.943096+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:05.103763+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:05.174714+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:07.603687+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:07.625376+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:09.999322+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:10.019854+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:12.179677+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:12.204309+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:09:17.883690+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F3fa964%2Fexception","method":"GET"} [] [2025-03-20T17:09:17.944072+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T17:09:20.367343+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F843916%2Fexception","method":"GET"} [] [2025-03-20T17:09:20.452479+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T17:09:25.407921+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009/search/results?ip=20.171.207.164&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2F843916%2Fexception","method":"GET"} [] [2025-03-20T17:09:25.471064+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T17:09:41.361915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=cache","method":"GET"} [] [2025-03-20T17:09:41.429501+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T17:10:29.069561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=validator","method":"GET"} [] [2025-03-20T17:10:29.141174+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T17:11:49.692433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=db","method":"GET"} [] [2025-03-20T17:11:49.764186+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:12:26.387730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=db","method":"GET"} [] [2025-03-20T17:12:26.453983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:13:00.296201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=db","method":"GET"} [] [2025-03-20T17:13:00.364674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:13:32.260396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=security","method":"GET"} [] [2025-03-20T17:13:32.337131+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T17:13:59.958312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=twig","method":"GET"} [] [2025-03-20T17:14:00.046948+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T17:15:32.555875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=time","method":"GET"} [] [2025-03-20T17:15:32.625444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T17:16:15.413332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?group=1&panel=db","method":"GET"} [] [2025-03-20T17:16:15.483084+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T17:16:36.062630+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?group=1&panel=db","method":"GET"} [] [2025-03-20T17:16:36.135287+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T17:16:54.011219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?group=1&panel=db","method":"GET"} [] [2025-03-20T17:16:54.080373+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T17:17:09.711148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=form","method":"GET"} [] [2025-03-20T17:17:09.771867+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T17:17:24.172099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=time","method":"GET"} [] [2025-03-20T17:17:24.192628+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T17:17:49.588059+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=db","method":"GET"} [] [2025-03-20T17:17:49.649297+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:18:01.073223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5b4009"},"request_uri":"https://test.phila-ca.com/public/_profiler/5b4009?panel=cache","method":"GET"} [] [2025-03-20T17:18:01.097019+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T17:18:12.357553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9558c2"},"request_uri":"https://test.phila-ca.com/public/_profiler/9558c2?panel=cache","method":"GET"} [] [2025-03-20T17:18:12.420664+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T17:18:21.903944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926f48"},"request_uri":"https://test.phila-ca.com/public/_profiler/926f48?panel=cache","method":"GET"} [] [2025-03-20T17:18:21.924691+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T17:18:38.737718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"https://test.phila-ca.com/public/_profiler/d3de10?panel=db","method":"GET"} [] [2025-03-20T17:18:38.801069+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:19:15.545929+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?group=1&panel=db","method":"GET"} [] [2025-03-20T17:19:15.668674+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T17:19:22.191713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d","method":"GET"} [] [2025-03-20T17:19:22.213625+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T17:19:28.311121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836","method":"GET"} [] [2025-03-20T17:19:28.332571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T17:19:34.095610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=translation","method":"GET"} [] [2025-03-20T17:19:34.161659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T17:19:47.810602+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd/search/results?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:19:47.849032+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.164&limit=10","method":"GET"} [] [2025-03-20T17:19:52.620210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=router","method":"GET"} [] [2025-03-20T17:19:52.680488+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:19:52.728880+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd/router","method":"GET"} [] [2025-03-20T17:19:56.748179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=config","method":"GET"} [] [2025-03-20T17:19:56.770427+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:20:03.709007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82cddd"},"request_uri":"https://test.phila-ca.com/public/_profiler/82cddd?panel=events","method":"GET"} [] [2025-03-20T17:20:03.749260+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T17:20:07.007655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=logger","method":"GET"} [] [2025-03-20T17:20:07.033847+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T17:20:10.179379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=events","method":"GET"} [] [2025-03-20T17:20:10.241954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T17:20:14.971859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=router","method":"GET"} [] [2025-03-20T17:20:14.991542+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:20:15.009558+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d/router","method":"GET"} [] [2025-03-20T17:20:17.364051+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=config","method":"GET"} [] [2025-03-20T17:20:17.383793+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:20:19.611828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=db","method":"GET"} [] [2025-03-20T17:20:19.643752+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:20:21.880696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=time","method":"GET"} [] [2025-03-20T17:20:21.900680+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T17:20:25.980780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=dump","method":"GET"} [] [2025-03-20T17:20:26.035925+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T17:20:28.297618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=twig","method":"GET"} [] [2025-03-20T17:20:28.323210+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T17:20:33.070689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=security","method":"GET"} [] [2025-03-20T17:20:33.091064+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T17:20:36.499195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=mailer","method":"GET"} [] [2025-03-20T17:20:36.534306+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:20:38.767812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=db","method":"GET"} [] [2025-03-20T17:20:38.792513+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T17:20:42.468082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?group=1&panel=db","method":"GET"} [] [2025-03-20T17:20:42.536436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T17:20:45.925356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=cache","method":"GET"} [] [2025-03-20T17:20:45.945635+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T17:20:49.411202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=validator","method":"GET"} [] [2025-03-20T17:20:49.434723+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T17:20:52.851231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=exception","method":"GET"} [] [2025-03-20T17:20:52.881336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:20:56.226823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=mailer","method":"GET"} [] [2025-03-20T17:20:56.247640+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T17:20:58.634339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=translation","method":"GET"} [] [2025-03-20T17:20:58.685369+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T17:21:00.930830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8e836"},"request_uri":"https://test.phila-ca.com/public/_profiler/e8e836?panel=translation","method":"GET"} [] [2025-03-20T17:21:00.951415+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T17:21:05.385832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=request","method":"GET"} [] [2025-03-20T17:21:05.407571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T17:21:07.631818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=time","method":"GET"} [] [2025-03-20T17:21:07.651776+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T17:21:09.874129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=dump","method":"GET"} [] [2025-03-20T17:21:09.904268+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T17:21:13.371938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=router","method":"GET"} [] [2025-03-20T17:21:13.393334+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:21:13.413290+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689/router","method":"GET"} [] [2025-03-20T17:21:16.163352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"096689"},"request_uri":"http://test.phila-ca.com/public/_profiler/096689?panel=config","method":"GET"} [] [2025-03-20T17:21:16.221974+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:21:18.478329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=router","method":"GET"} [] [2025-03-20T17:21:18.499819+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T17:21:18.518569+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993/router","method":"GET"} [] [2025-03-20T17:21:21.934926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"693993"},"request_uri":"http://test.phila-ca.com/public/_profiler/693993?panel=config","method":"GET"} [] [2025-03-20T17:21:21.954531+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T17:21:24.193888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"843916"},"request_uri":"http://test.phila-ca.com/public/_profiler/843916?panel=logger","method":"GET"} [] [2025-03-20T17:21:24.221275+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T17:21:26.454611+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-20T17:21:29.921748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5fb810"},"request_uri":"http://test.phila-ca.com/public/_profiler/5fb810?panel=exception","method":"GET"} [] [2025-03-20T17:21:29.955589+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:32.411012+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"229efa"},"request_uri":"http://test.phila-ca.com/public/_profiler/229efa/exception","method":"GET"} [] [2025-03-20T17:21:34.739039+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d3de10"},"request_uri":"http://test.phila-ca.com/public/_profiler/d3de10?panel=exception","method":"GET"} [] [2025-03-20T17:21:34.774336+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:37.008974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964?panel=exception","method":"GET"} [] [2025-03-20T17:21:37.033353+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/exception.css","method":"GET"} [] [2025-03-20T17:21:37.039191+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:37.059790+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"3fa964"},"request_uri":"http://test.phila-ca.com/public/_profiler/3fa964/exception","method":"GET"} [] [2025-03-20T17:21:40.424415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f?panel=exception","method":"GET"} [] [2025-03-20T17:21:40.446700+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/exception.css","method":"GET"} [] [2025-03-20T17:21:40.449672+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:40.468112+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/exception","method":"GET"} [] [2025-03-20T17:21:42.655818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a744a"},"request_uri":"http://test.phila-ca.com/public/_profiler/1a744a?panel=exception","method":"GET"} [] [2025-03-20T17:21:42.679028+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:44.900193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c?panel=exception","method":"GET"} [] [2025-03-20T17:21:44.926416+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/exception.css","method":"GET"} [] [2025-03-20T17:21:44.931939+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:44.952057+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"920b4c"},"request_uri":"http://test.phila-ca.com/public/_profiler/920b4c/exception","method":"GET"} [] [2025-03-20T17:21:48.517859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"https://test.phila-ca.com/public/_profiler/c25a9c?panel=exception","method":"GET"} [] [2025-03-20T17:21:48.570329+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:50.850043+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66?panel=exception","method":"GET"} [] [2025-03-20T17:21:50.897996+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/exception.css","method":"GET"} [] [2025-03-20T17:21:50.902132+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:50.940674+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7dfc66"},"request_uri":"http://test.phila-ca.com/public/_profiler/7dfc66/exception","method":"GET"} [] [2025-03-20T17:21:53.214302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27eb4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/27eb4b?panel=exception","method":"GET"} [] [2025-03-20T17:21:53.235071+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:21:57.809938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3d362d"},"request_uri":"https://test.phila-ca.com/public/_profiler/3d362d?panel=exception","method":"GET"} [] [2025-03-20T17:21:57.831756+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:00.006677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9?panel=exception","method":"GET"} [] [2025-03-20T17:22:00.030328+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/exception.css","method":"GET"} [] [2025-03-20T17:22:00.038514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:00.057168+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"5f07b9"},"request_uri":"http://test.phila-ca.com/public/_profiler/5f07b9/exception","method":"GET"} [] [2025-03-20T17:22:02.409545+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4cba23"},"request_uri":"http://test.phila-ca.com/public/_profiler/4cba23?panel=exception","method":"GET"} [] [2025-03-20T17:22:02.434683+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:06.216375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=exception","method":"GET"} [] [2025-03-20T17:22:06.275038+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception.css","method":"GET"} [] [2025-03-20T17:22:06.281530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:06.323709+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-20T17:22:08.680274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c?panel=exception","method":"GET"} [] [2025-03-20T17:22:08.702359+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c/exception.css","method":"GET"} [] [2025-03-20T17:22:08.705289+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:08.723225+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"920b4c"},"request_uri":"https://test.phila-ca.com/public/_profiler/920b4c/exception","method":"GET"} [] [2025-03-20T17:22:10.981145+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c25a9c"},"request_uri":"http://test.phila-ca.com/public/_profiler/c25a9c?panel=exception","method":"GET"} [] [2025-03-20T17:22:11.002175+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:14.403380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07?panel=exception","method":"GET"} [] [2025-03-20T17:22:14.431265+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception.css","method":"GET"} [] [2025-03-20T17:22:14.434668+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T17:22:14.458363+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e2be07"},"request_uri":"http://test.phila-ca.com/public/_profiler/e2be07/exception","method":"GET"} [] [2025-03-20T20:07:30.297841+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb/search/results?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T20:07:30.468240+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.154&limit=10","method":"GET"} [] [2025-03-20T20:07:33.979778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=security","method":"GET"} [] [2025-03-20T20:07:34.152670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T20:07:36.658874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d5d4eb"},"request_uri":"https://test.phila-ca.com/public/_profiler/d5d4eb?panel=validator","method":"GET"} [] [2025-03-20T20:07:36.756831+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T20:07:44.543817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=mailer","method":"GET"} [] [2025-03-20T20:07:44.597976+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:07:48.150382+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=validator","method":"GET"} [] [2025-03-20T20:07:48.212386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T20:07:50.521200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=translation","method":"GET"} [] [2025-03-20T20:07:50.554136+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T20:07:52.811510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=db","method":"GET"} [] [2025-03-20T20:07:52.836818+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T20:07:55.076394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?panel=request","method":"GET"} [] [2025-03-20T20:07:55.100670+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T20:07:59.657680+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a681ee"},"request_uri":"https://test.phila-ca.com/public/_profiler/a681ee?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T20:07:59.692853+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-20T20:07:59.720334+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-20T20:08:14.310651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=exception","method":"GET"} [] [2025-03-20T20:08:14.434758+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/exception.css","method":"GET"} [] [2025-03-20T20:08:14.444878+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T20:08:14.487796+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/exception","method":"GET"} [] [2025-03-20T20:08:17.413225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=security","method":"GET"} [] [2025-03-20T20:08:17.437886+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T20:08:20.356192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020?panel=time","method":"GET"} [] [2025-03-20T20:08:20.377408+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T20:08:23.310952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=events","method":"GET"} [] [2025-03-20T20:08:23.339100+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T20:08:25.826758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=mailer","method":"GET"} [] [2025-03-20T20:08:25.848677+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:08:28.099310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b?panel=form","method":"GET"} [] [2025-03-20T20:08:28.122623+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T20:08:30.696715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /javascript/jquery.upload/server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /javascript/jquery.upload/server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/javascript/jquery.upload/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T20:08:32.968262+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/exception","method":"GET"} [] [2025-03-20T20:08:35.216359+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c9be1b"},"request_uri":"https://test.phila-ca.com/public/_profiler/c9be1b/exception.css","method":"GET"} [] [2025-03-20T20:08:37.416137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020?panel=logger","method":"GET"} [] [2025-03-20T20:08:37.455571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T20:08:39.707057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020?panel=config","method":"GET"} [] [2025-03-20T20:08:39.728188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:08:41.836806+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020?panel=router","method":"GET"} [] [2025-03-20T20:08:41.858188+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T20:08:41.876335+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020/router","method":"GET"} [] [2025-03-20T20:08:55.025050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"84e020"},"request_uri":"https://test.phila-ca.com/public/_profiler/84e020?panel=twig","method":"GET"} [] [2025-03-20T20:08:55.096416+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T20:09:20.107667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=mailer","method":"GET"} [] [2025-03-20T20:09:20.213624+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:09:23.724375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=db","method":"GET"} [] [2025-03-20T20:09:23.747337+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T20:09:28.368194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=cache","method":"GET"} [] [2025-03-20T20:09:28.392139+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T20:09:31.713506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?panel=exception","method":"GET"} [] [2025-03-20T20:09:31.735012+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936/exception.css","method":"GET"} [] [2025-03-20T20:09:31.741984+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T20:09:31.760199+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936/exception","method":"GET"} [] [2025-03-20T20:09:35.300943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fcd936"},"request_uri":"http://test.phila-ca.com/public/_profiler/fcd936?group=1&panel=db","method":"GET"} [] [2025-03-20T20:09:35.376973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?group=1&panel=db","method":"GET"} [] [2025-03-20T20:30:54.392677+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5/exception.css","method":"GET"} [] [2025-03-20T20:30:56.681459+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-20T20:30:56.779310+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-20T20:30:59.147496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=request","method":"GET"} [] [2025-03-20T20:30:59.178725+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T20:31:02.725270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"246bb5"},"request_uri":"http://test.phila-ca.com/public/_profiler/246bb5?panel=validator","method":"GET"} [] [2025-03-20T20:31:02.749242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T20:31:04.973572+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8639ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/8639ca/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:05.046039+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:08.487927+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e297f6"},"request_uri":"http://test.phila-ca.com/public/_profiler/e297f6/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:31:08.565256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:31:11.018758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T20:31:13.419796+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:31:13.538371+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:31:15.862758+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ef6166"},"request_uri":"http://test.phila-ca.com/public/_profiler/ef6166/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:31:15.885409+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:31:19.223800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f567c"},"request_uri":"http://test.phila-ca.com/public/_profiler/3f567c?panel=config","method":"GET"} [] [2025-03-20T20:31:19.257926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:31:22.707510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9","method":"GET"} [] [2025-03-20T20:31:22.775639+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9/exception.css","method":"GET"} [] [2025-03-20T20:31:22.781481+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:31:22.800493+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9/exception","method":"GET"} [] [2025-03-20T20:31:25.032267+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:25.109209+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:27.534431+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:27.629654+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:29.802059+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d45d4"},"request_uri":"http://test.phila-ca.com/public/_profiler/8d45d4/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:29.848785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:32.051944+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"298b7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/298b7f/search/results?ip=20.171.207.164&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-0171.jpg","method":"GET"} [] [2025-03-20T20:31:32.119194+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:31:41.261038+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:41.359315+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:44.962588+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a5e3b1"},"request_uri":"http://test.phila-ca.com/public/_profiler/a5e3b1/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:45.044470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:47.709544+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffcd1"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ffcd1/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:47.804620+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:50.482513+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"292de8"},"request_uri":"http://test.phila-ca.com/public/_profiler/292de8/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:50.509727+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:53.136276+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"744e7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/744e7f/search/results?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:53.163469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:31:55.490715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee","method":"GET"} [] [2025-03-20T20:31:55.543395+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee/exception.css","method":"GET"} [] [2025-03-20T20:31:55.550716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:31:55.590223+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-20T20:31:57.829372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52","method":"GET"} [] [2025-03-20T20:31:57.885650+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:32:01.994820+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a","method":"GET"} [] [2025-03-20T20:32:02.052155+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a/exception.css","method":"GET"} [] [2025-03-20T20:32:02.060429+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:32:02.093736+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a/exception","method":"GET"} [] [2025-03-20T20:32:04.336309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c","method":"GET"} [] [2025-03-20T20:32:04.391467+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c/exception.css","method":"GET"} [] [2025-03-20T20:32:04.394630+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:32:04.413864+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-20T20:32:06.608272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d","method":"GET"} [] [2025-03-20T20:32:06.629931+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d/exception.css","method":"GET"} [] [2025-03-20T20:32:06.632775+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:32:06.650763+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d/exception","method":"GET"} [] [2025-03-20T20:32:12.491628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9?panel=router","method":"GET"} [] [2025-03-20T20:32:12.521919+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T20:32:12.558716+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9/router","method":"GET"} [] [2025-03-20T20:32:17.341393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=form","method":"GET"} [] [2025-03-20T20:32:17.403208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T20:32:19.627028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52?panel=form","method":"GET"} [] [2025-03-20T20:32:19.648113+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T20:32:24.076268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52?panel=dump","method":"GET"} [] [2025-03-20T20:32:24.095299+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T20:32:26.316314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a?panel=config","method":"GET"} [] [2025-03-20T20:32:26.338980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:32:29.793696+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T20:32:32.431507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=config","method":"GET"} [] [2025-03-20T20:32:32.502980+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:32:34.887075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=logger","method":"GET"} [] [2025-03-20T20:32:34.908846+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T20:32:37.313779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d?panel=router","method":"GET"} [] [2025-03-20T20:32:37.336777+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T20:32:37.354837+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d/router","method":"GET"} [] [2025-03-20T20:32:39.663459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d?panel=config","method":"GET"} [] [2025-03-20T20:32:39.687290+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:32:43.002847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d?panel=logger","method":"GET"} [] [2025-03-20T20:32:43.025436+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T20:32:45.288415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=router","method":"GET"} [] [2025-03-20T20:32:45.309246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T20:32:45.327382+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c/router","method":"GET"} [] [2025-03-20T20:32:50.373334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=events","method":"GET"} [] [2025-03-20T20:32:50.451026+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T20:32:52.813708+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=events","method":"GET"} [] [2025-03-20T20:32:52.837765+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T20:32:55.075173+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52?panel=events","method":"GET"} [] [2025-03-20T20:32:55.100426+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T20:32:59.598208+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Ferror.html","method":"GET"} [] [2025-03-20T20:32:59.663939+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:33:05.756348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=mailer","method":"GET"} [] [2025-03-20T20:33:05.822983+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:33:18.193915+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52?panel=config","method":"GET"} [] [2025-03-20T20:33:18.214787+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:33:21.483186+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=logger","method":"GET"} [] [2025-03-20T20:33:21.547386+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T20:33:26.623769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=mailer","method":"GET"} [] [2025-03-20T20:33:26.645844+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:33:29.165293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d?panel=mailer","method":"GET"} [] [2025-03-20T20:33:29.189840+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:33:31.430252+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e2322"},"request_uri":"http://test.phila-ca.com/public/_profiler/1e2322/search/results?ip=20.171.207.164&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Fb90866%2Fexception","method":"GET"} [] [2025-03-20T20:33:31.493873+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:33:33.888925+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Ff73e14%2Fexception","method":"GET"} [] [2025-03-20T20:33:33.948215+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:33:59.166459+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-20T20:33:59.232785+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-20T20:34:33.736274+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ef6166"},"request_uri":"http://test.phila-ca.com/public/_profiler/ef6166/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-20T20:34:33.805390+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-20T20:34:50.095199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144","method":"GET"} [] [2025-03-20T20:34:50.161626+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144/exception.css","method":"GET"} [] [2025-03-20T20:34:50.172768+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:34:50.216827+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144/exception","method":"GET"} [] [2025-03-20T20:35:04.329849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5","method":"GET"} [] [2025-03-20T20:35:04.351929+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5/exception.css","method":"GET"} [] [2025-03-20T20:35:04.354851+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:35:04.372780+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5/exception","method":"GET"} [] [2025-03-20T20:35:42.799212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52?panel=request","method":"GET"} [] [2025-03-20T20:35:42.868734+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T20:36:27.194369+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Ff73e14%2Fexception","method":"GET"} [] [2025-03-20T20:36:27.288059+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:37:44.836606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=mailer","method":"GET"} [] [2025-03-20T20:37:44.915392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T20:38:46.668333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=router","method":"GET"} [] [2025-03-20T20:38:46.742487+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T20:38:46.789907+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144/router","method":"GET"} [] [2025-03-20T20:39:41.777715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=logger","method":"GET"} [] [2025-03-20T20:39:41.851828+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T20:40:07.335252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=config","method":"GET"} [] [2025-03-20T20:40:07.406116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:40:32.137048+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=config","method":"GET"} [] [2025-03-20T20:40:32.224445+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T20:40:52.728604+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5/exception.css","method":"GET"} [] [2025-03-20T20:41:28.925998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=translation","method":"GET"} [] [2025-03-20T20:41:29.008389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-20T20:42:02.241202+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0fcd4b"},"request_uri":"http://test.phila-ca.com/public/_profiler/0fcd4b/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-20T20:42:02.356584+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fscripts%2Ffilemanager%2Fdialog.php","method":"GET"} [] [2025-03-20T20:42:30.942214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=request","method":"GET"} [] [2025-03-20T20:42:31.018055+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T20:42:57.420353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=events","method":"GET"} [] [2025-03-20T20:42:57.488143+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T20:43:09.090101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=events","method":"GET"} [] [2025-03-20T20:43:09.113807+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T20:43:42.202999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=request","method":"GET"} [] [2025-03-20T20:43:42.267954+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T20:43:52.441833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7fe9a5"},"request_uri":"https://test.phila-ca.com/public/_profiler/7fe9a5?panel=cache","method":"GET"} [] [2025-03-20T20:43:52.462273+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T20:44:18.799099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=cache","method":"GET"} [] [2025-03-20T20:44:18.862489+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T20:44:41.972241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=security","method":"GET"} [] [2025-03-20T20:44:42.045205+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T20:44:55.852462+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"744e7f"},"request_uri":"http://test.phila-ca.com/public/_profiler/744e7f/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:44:55.882659+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:08.725908+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:08.788011+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:20.201657+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffcd1"},"request_uri":"http://test.phila-ca.com/public/_profiler/1ffcd1/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:20.231242+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:26.012896+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d45d4"},"request_uri":"http://test.phila-ca.com/public/_profiler/8d45d4/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:26.081790+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:30.811372+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8639ca"},"request_uri":"http://test.phila-ca.com/public/_profiler/8639ca/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:30.837735+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:38.863999+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:38.897772+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:45:46.804739+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=exception","method":"GET"} [] [2025-03-20T20:45:46.869891+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee/exception.css","method":"GET"} [] [2025-03-20T20:45:46.882514+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T20:45:46.931358+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-20T20:45:50.096415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=db","method":"GET"} [] [2025-03-20T20:45:50.119389+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T20:45:56.319971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"82fb2d"},"request_uri":"http://test.phila-ca.com/public/_profiler/82fb2d?panel=db","method":"GET"} [] [2025-03-20T20:45:56.347137+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-20T20:46:02.138208+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0b9e3"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0b9e3/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Ferror.html","method":"GET"} [] [2025-03-20T20:46:02.244898+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:46:04.623578+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Ferror.html","method":"GET"} [] [2025-03-20T20:46:04.685240+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:47:48.010028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:47:48.083078+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:48:32.254675+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:48:32.319938+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:48:52.558836+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:48:52.628159+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:49:11.323909+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:49:11.397171+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-20T20:49:28.649170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://test.phila-ca.com/public/_profiler/latest?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:49:28.726720+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-010.jpg","method":"GET"} [] [2025-03-20T20:49:44.408755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9","method":"GET"} [] [2025-03-20T20:49:44.469342+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9/exception.css","method":"GET"} [] [2025-03-20T20:49:44.480194+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:49:44.524849+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9/exception","method":"GET"} [] [2025-03-20T20:50:11.364553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9","method":"GET"} [] [2025-03-20T20:50:11.478440+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9/exception.css","method":"GET"} [] [2025-03-20T20:50:11.489049+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T20:50:11.532656+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9/exception","method":"GET"} [] [2025-03-20T20:50:35.282246+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9/search/results?ip=20.171.207.169&limit=10&method=GET&url=https%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Ferror.html","method":"GET"} [] [2025-03-20T20:50:35.389877+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:51:19.446005+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Ferror.html","method":"GET"} [] [2025-03-20T20:51:19.542978+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T20:51:54.591995+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-20T20:51:54.660428+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-20T20:54:52.125269+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"633041"},"request_uri":"http://test.phila-ca.com/public/_profiler/633041?panel=exception","method":"GET"} [] [2025-03-20T20:54:52.196543+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T20:55:49.892235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=cache","method":"GET"} [] [2025-03-20T20:55:49.967338+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T20:57:27.154388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9?panel=request","method":"GET"} [] [2025-03-20T20:57:27.232182+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T20:59:34.626241+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=dump","method":"GET"} [] [2025-03-20T20:59:34.743122+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T21:00:17.182995+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52/search/results?ip=20.171.207.169&limit=10&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2F_profiler%2Ff73e14%2Fexception","method":"GET"} [] [2025-03-20T21:00:17.305002+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined offset: 1" at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 64 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined offset: 1 at /home/philacacww/test/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:64)"} [] [2025-03-20T21:00:53.404336+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9?panel=twig","method":"GET"} [] [2025-03-20T21:00:53.485738+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T21:01:53.673209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9?panel=dump","method":"GET"} [] [2025-03-20T21:01:53.757189+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T21:02:49.117875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9?panel=form","method":"GET"} [] [2025-03-20T21:02:49.193530+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T21:03:38.883306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=form","method":"GET"} [] [2025-03-20T21:03:38.950463+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T21:04:25.821682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=time","method":"GET"} [] [2025-03-20T21:04:25.892255+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T21:07:04.290539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c","method":"GET"} [] [2025-03-20T21:07:04.362027+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c/exception.css","method":"GET"} [] [2025-03-20T21:07:04.374006+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T21:07:04.429795+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-20T21:07:07.027351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://test.phila-ca.com/public/_profiler/d0dba9?panel=time","method":"GET"} [] [2025-03-20T21:07:07.051036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T21:07:41.937835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=logger","method":"GET"} [] [2025-03-20T21:07:42.011392+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-20T21:09:34.998410+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=router","method":"GET"} [] [2025-03-20T21:09:35.068417+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-20T21:09:35.113083+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9/router","method":"GET"} [] [2025-03-20T21:10:24.892713+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"633041"},"request_uri":"http://test.phila-ca.com/public/_profiler/633041?panel=mailer","method":"GET"} [] [2025-03-20T21:10:24.965800+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T21:10:48.377635+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"633041"},"request_uri":"http://test.phila-ca.com/public/_profiler/633041?panel=validator","method":"GET"} [] [2025-03-20T21:10:48.446403+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T21:11:28.866679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=security","method":"GET"} [] [2025-03-20T21:11:28.938509+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T21:12:05.251283+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c?panel=config","method":"GET"} [] [2025-03-20T21:12:05.318716+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-20T21:12:54.252871+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c?panel=events","method":"GET"} [] [2025-03-20T21:12:54.333235+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=events","method":"GET"} [] [2025-03-20T21:13:24.512580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c?panel=request","method":"GET"} [] [2025-03-20T21:13:24.582116+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=request","method":"GET"} [] [2025-03-20T21:13:38.871990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"https://test.phila-ca.com/public/_profiler/14da3c?panel=cache","method":"GET"} [] [2025-03-20T21:13:38.894887+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-20T21:14:04.268349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275","method":"GET"} [] [2025-03-20T21:14:04.345688+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275/exception.css","method":"GET"} [] [2025-03-20T21:14:04.359874+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-20T21:14:04.406460+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275/exception","method":"GET"} [] [2025-03-20T21:14:15.285500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"http://test.phila-ca.com/public/_profiler/d0dba9?panel=validator","method":"GET"} [] [2025-03-20T21:14:15.309344+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T21:14:45.963941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=validator","method":"GET"} [] [2025-03-20T21:14:46.033461+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=validator","method":"GET"} [] [2025-03-20T21:14:55.355158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=time","method":"GET"} [] [2025-03-20T21:14:55.379806+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-20T21:15:11.437537+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=twig","method":"GET"} [] [2025-03-20T21:15:11.504973+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T21:15:19.075200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=twig","method":"GET"} [] [2025-03-20T21:15:19.104167+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=twig","method":"GET"} [] [2025-03-20T21:15:26.003398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=dump","method":"GET"} [] [2025-03-20T21:15:26.025757+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T21:15:32.356007+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2351c5"},"request_uri":"http://test.phila-ca.com/public/_profiler/2351c5?panel=form","method":"GET"} [] [2025-03-20T21:15:32.434444+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=form","method":"GET"} [] [2025-03-20T21:15:37.870406+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275/exception.css","method":"GET"} [] [2025-03-20T21:15:42.783911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275?panel=security","method":"GET"} [] [2025-03-20T21:15:42.809346+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T21:15:47.661504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275?panel=exception","method":"GET"} [] [2025-03-20T21:15:47.725284+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275/exception.css","method":"GET"} [] [2025-03-20T21:15:47.732934+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-20T21:15:47.778263+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275/exception","method":"GET"} [] [2025-03-20T21:15:55.327974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154275"},"request_uri":"http://test.phila-ca.com/public/_profiler/154275?panel=mailer","method":"GET"} [] [2025-03-20T21:15:55.349751+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T21:16:09.207942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"http://test.phila-ca.com/public/_profiler/56a144?panel=dump","method":"GET"} [] [2025-03-20T21:16:09.293036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=dump","method":"GET"} [] [2025-03-20T21:16:15.522393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9?panel=mailer","method":"GET"} [] [2025-03-20T21:16:15.546040+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=mailer","method":"GET"} [] [2025-03-20T21:16:18.308168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"http://test.phila-ca.com/public/_profiler/2cee52?panel=security","method":"GET"} [] [2025-03-20T21:16:18.329433+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T21:16:21.095295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"http://test.phila-ca.com/public/_profiler/14da3c?panel=security","method":"GET"} [] [2025-03-20T21:16:21.119956+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T21:16:23.435693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb06a9?panel=security","method":"GET"} [] [2025-03-20T21:16:23.460868+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T21:16:25.909439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb106a"},"request_uri":"http://test.phila-ca.com/public/_profiler/fb106a?panel=security","method":"GET"} [] [2025-03-20T21:16:25.980580+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-20T21:16:28.244037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"http://test.phila-ca.com/public/_profiler/7e81ee?panel=security","method":"GET"} [] [2025-03-20T21:16:28.271749+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-21T01:17:34.667516+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-21T01:17:35.109721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-21T01:17:35.411082+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-21T01:17:35.411146+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-21T01:17:36.872960+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-21T22:36:32.146014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=exception","method":"GET"} [] [2025-03-21T22:36:34.217631+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-21T22:36:37.257553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"21c1d1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/21c1d1?panel=config","method":"GET"} [] [2025-03-21T22:36:37.282563+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=config","method":"GET"} [] [2025-03-21T22:45:03.311247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5e3997"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/5e3997","method":"GET"} [] [2025-03-21T22:45:03.405103+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:46:01.684315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"071378"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/071378?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-21T22:46:01.836780+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?connection=default&page=explain&panel=db&query=1","method":"GET"} [] [2025-03-21T22:46:02.109156+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("The controller for URI "/_fragment" is not callable. Controller "DoctrineBundle:Profiler:explain" does neither exist as service nor as class..")." at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig line 119 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class..\"). at /home/philacacww/test/vendor/doctrine/doctrine-bundle/Resources/views/Collector/db.html.twig:119)\n[previous exception] [object] (InvalidArgumentException(code: 0): The controller for URI \"/_fragment\" is not callable. Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class.. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:88)\n[previous exception] [object] (InvalidArgumentException(code: 0): Controller \"DoctrineBundle:Profiler:explain\" does neither exist as service nor as class. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:67)\n[previous exception] [object] (Error(code: 0): Class 'DoctrineBundle:Profiler:explain' not found at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ControllerResolver.php:147)"} [] [2025-03-21T22:47:53.091232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8ad12b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ad12b?panel=exception","method":"GET"} [] [2025-03-21T22:47:53.210078+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8ad12b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ad12b/exception.css","method":"GET"} [] [2025-03-21T22:47:53.283087+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=exception","method":"GET"} [] [2025-03-21T22:47:53.334588+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8ad12b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ad12b/exception","method":"GET"} [] [2025-03-21T22:47:56.613041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-21T22:48:50.370836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8194b2"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8194b2?panel=time","method":"GET"} [] [2025-03-21T22:48:50.514470+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=time","method":"GET"} [] [2025-03-21T22:48:55.808982+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-21T22:49:42.483801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f919"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b3f919","method":"GET"} [] [2025-03-21T22:49:42.570399+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"b3f919"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b3f919/exception.css","method":"GET"} [] [2025-03-21T22:49:42.591892+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:49:42.639190+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3f919"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b3f919/exception","method":"GET"} [] [2025-03-21T22:50:28.706023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61f387"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/61f387","method":"GET"} [] [2025-03-21T22:50:28.859491+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:51:08.859335+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"683365"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/683365/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-21T22:51:09.098658+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-21T22:51:47.513793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cb0f5"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2cb0f5?panel=logger","method":"GET"} [] [2025-03-21T22:51:47.629585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=logger","method":"GET"} [] [2025-03-21T22:52:19.372174+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"502421"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/502421/search/results?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-21T22:52:19.478452+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET","method":"GET"} [] [2025-03-21T22:52:50.326292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6c5aa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f6c5aa","method":"GET"} [] [2025-03-21T22:52:50.446271+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f6c5aa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f6c5aa/exception.css","method":"GET"} [] [2025-03-21T22:52:50.457108+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:52:50.501072+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f6c5aa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f6c5aa/exception","method":"GET"} [] [2025-03-21T22:52:55.872321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-21T22:53:16.662643+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8996a3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8996a3","method":"GET"} [] [2025-03-21T22:53:16.761726+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8996a3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8996a3/exception.css","method":"GET"} [] [2025-03-21T22:53:16.772684+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:53:16.816782+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8996a3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8996a3/exception","method":"GET"} [] [2025-03-21T22:53:19.744272+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-21T22:53:41.190028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1f3f9c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/1f3f9c/search/results?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-21T22:53:41.309571+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10&method=GET&url=http%3A%2F%2Ftest.phila-ca.com%2Fpublic%2Fen%2Fimages%2Fgall-img-011.jpg","method":"GET"} [] [2025-03-21T22:54:22.449784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9ab044"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9ab044","method":"GET"} [] [2025-03-21T22:54:22.577958+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"9ab044"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9ab044/exception.css","method":"GET"} [] [2025-03-21T22:54:22.588894+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:54:22.636871+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ab044"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9ab044/exception","method":"GET"} [] [2025-03-21T22:54:25.292641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-21T22:54:42.859324+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8bd225"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8bd225/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-21T22:54:42.971036+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-21T22:55:15.942962+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154275"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/154275","method":"GET"} [] [2025-03-21T22:55:16.081893+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"154275"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/154275/exception.css","method":"GET"} [] [2025-03-21T22:55:16.092833+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T22:55:16.134745+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"154275"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/154275/exception","method":"GET"} [] [2025-03-21T23:00:42.989767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"31075e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/31075e","method":"GET"} [] [2025-03-21T23:00:43.104807+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"31075e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/31075e/exception.css","method":"GET"} [] [2025-03-21T23:00:43.136321+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:00:43.247164+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31075e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/31075e/exception","method":"GET"} [] [2025-03-21T23:01:11.632011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"154275"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/154275?panel=cache","method":"GET"} [] [2025-03-21T23:01:11.721644+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=cache","method":"GET"} [] [2025-03-21T23:01:36.126824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"56a144"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56a144","method":"GET"} [] [2025-03-21T23:01:36.192386+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"56a144"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56a144/exception.css","method":"GET"} [] [2025-03-21T23:01:36.213256+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:01:36.261858+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"56a144"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/56a144/exception","method":"GET"} [] [2025-03-21T23:01:58.098961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"39f547"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/39f547","method":"GET"} [] [2025-03-21T23:01:58.204606+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"39f547"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/39f547/exception.css","method":"GET"} [] [2025-03-21T23:01:58.218826+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:01:58.265374+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"39f547"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/39f547/exception","method":"GET"} [] [2025-03-21T23:02:56.686517+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0b8274"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0b8274","method":"GET"} [] [2025-03-21T23:02:56.770958+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"0b8274"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0b8274/exception.css","method":"GET"} [] [2025-03-21T23:02:56.782075+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:02:56.860578+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b8274"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0b8274/exception","method":"GET"} [] [2025-03-21T23:02:59.943141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-21T23:03:16.280501+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8996a3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8996a3/exception","method":"GET"} [] [2025-03-21T23:03:32.007904+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"154275"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/154275/exception","method":"GET"} [] [2025-03-21T23:03:47.900151+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"9ab044"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/9ab044/exception","method":"GET"} [] [2025-03-21T23:04:00.142759+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"31075e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/31075e/exception","method":"GET"} [] [2025-03-21T23:04:33.530091+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"39f547"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/39f547/exception","method":"GET"} [] [2025-03-21T23:05:04.603437+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"0b8274"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0b8274/exception","method":"GET"} [] [2025-03-21T23:05:14.517357+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"b3f919"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/b3f919/exception","method":"GET"} [] [2025-03-21T23:05:23.534236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"14da3c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14da3c","method":"GET"} [] [2025-03-21T23:05:23.646303+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"14da3c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14da3c/exception.css","method":"GET"} [] [2025-03-21T23:05:23.656216+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:05:23.697074+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-21T23:05:31.423644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cfd934"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/cfd934","method":"GET"} [] [2025-03-21T23:05:31.498397+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"cfd934"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/cfd934/exception.css","method":"GET"} [] [2025-03-21T23:05:31.501709+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:05:31.520564+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cfd934"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/cfd934/exception","method":"GET"} [] [2025-03-21T23:05:38.840319+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0b9e3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0b9e3","method":"GET"} [] [2025-03-21T23:05:38.966882+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0b9e3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0b9e3/exception.css","method":"GET"} [] [2025-03-21T23:05:38.978246+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:05:39.026529+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0b9e3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0b9e3/exception","method":"GET"} [] [2025-03-21T23:05:44.943253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"30e0da"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/30e0da","method":"GET"} [] [2025-03-21T23:05:45.015667+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"30e0da"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/30e0da/exception.css","method":"GET"} [] [2025-03-21T23:05:45.018572+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:05:45.036204+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-21T23:05:50.974616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fb06a9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb06a9","method":"GET"} [] [2025-03-21T23:05:50.996015+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"fb06a9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb06a9/exception.css","method":"GET"} [] [2025-03-21T23:05:50.998988+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:05:51.017289+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb06a9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb06a9/exception","method":"GET"} [] [2025-03-21T23:06:15.165126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8639ca"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8639ca","method":"GET"} [] [2025-03-21T23:06:15.288241+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"8639ca"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8639ca/exception.css","method":"GET"} [] [2025-03-21T23:06:15.298643+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:06:15.342092+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8639ca"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8639ca/exception","method":"GET"} [] [2025-03-21T23:06:19.345323+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"14da3c"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/14da3c/exception","method":"GET"} [] [2025-03-21T23:06:23.094282+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"cfd934"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/cfd934/exception","method":"GET"} [] [2025-03-21T23:06:26.574296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e297f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e297f6","method":"GET"} [] [2025-03-21T23:06:26.638156+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e297f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e297f6/exception.css","method":"GET"} [] [2025-03-21T23:06:26.641469+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:06:26.660660+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e297f6"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e297f6/exception","method":"GET"} [] [2025-03-21T23:06:29.814055+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0b9e3"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0b9e3/exception","method":"GET"} [] [2025-03-21T23:06:32.862827+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"30e0da"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/30e0da/exception","method":"GET"} [] [2025-03-21T23:06:35.156451+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"fb06a9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/fb06a9/exception","method":"GET"} [] [2025-03-21T23:06:37.385719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ef6166"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ef6166","method":"GET"} [] [2025-03-21T23:06:37.420339+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"ef6166"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ef6166/exception.css","method":"GET"} [] [2025-03-21T23:06:37.428904+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:06:37.467529+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ef6166"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ef6166/exception","method":"GET"} [] [2025-03-21T23:06:39.699469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e41b13","method":"GET"} [] [2025-03-21T23:06:39.791976+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"e41b13"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e41b13/exception.css","method":"GET"} [] [2025-03-21T23:06:39.795208+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:06:39.813491+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e41b13"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e41b13/exception","method":"GET"} [] [2025-03-21T23:06:43.709585+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8639ca"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8639ca/exception","method":"GET"} [] [2025-03-21T23:06:45.933968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e81ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e81ee","method":"GET"} [] [2025-03-21T23:06:45.954768+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"7e81ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e81ee/exception.css","method":"GET"} [] [2025-03-21T23:06:45.957679+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:06:45.975557+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-21T23:07:05.989003+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"ef6166"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/ef6166/exception","method":"GET"} [] [2025-03-21T23:07:12.614718+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"e41b13"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e41b13/exception","method":"GET"} [] [2025-03-21T23:07:18.765023+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"7e81ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/7e81ee/exception","method":"GET"} [] [2025-03-21T23:07:24.506943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a5dcb1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5dcb1","method":"GET"} [] [2025-03-21T23:07:24.582134+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"a5dcb1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5dcb1/exception.css","method":"GET"} [] [2025-03-21T23:07:24.597307+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-21T23:07:24.649827+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5dcb1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5dcb1/exception","method":"GET"} [] [2025-03-21T23:08:11.134087+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"a5dcb1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/a5dcb1/exception","method":"GET"} [] [2025-03-22T00:59:20.204963+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e41b13"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e41b13?panel=translation","method":"GET"} [] [2025-03-22T00:59:20.311585+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=translation","method":"GET"} [] [2025-03-22T02:15:54.620532+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0b8274"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/0b8274/search/results?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-22T02:15:56.080142+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?ip=20.171.207.169&limit=10","method":"GET"} [] [2025-03-22T14:15:17.576077+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-22T14:15:19.162905+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-22T14:15:20.039125+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-22T14:15:20.039190+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-22T14:15:21.763742+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-23T10:33:44.628784+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-23T10:33:45.690249+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-23T10:33:46.373162+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-23T10:33:46.373228+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-23T10:33:48.095329+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-25T01:15:22.130388+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-25T01:15:23.625081+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-25T01:15:24.540837+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-25T01:15:24.540920+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-25T01:15:26.105689+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-25T11:56:55.465750+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-25T11:56:55.800510+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-25T11:56:56.101607+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-25T11:56:56.101680+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-25T11:56:57.144793+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-26T19:24:00.562826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-26T19:24:00.562830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /scripts/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /scripts/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-26T19:24:00.562852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server/php/"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server/php/\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/php\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-26T19:24:00.562868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /js/libraries/filemanager/dialog.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /js/libraries/filemanager/dialog.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/libraries/filemanager/dialog.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-26T23:05:21.992912+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-26T23:05:22.322699+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-26T23:05:22.602983+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-26T23:05:22.603063+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-26T23:05:26.660776+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-26T23:05:26.932164+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-27T08:20:31.425031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936?panel=router","method":"GET"} [] [2025-03-27T08:20:33.473553+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://test.phila-ca.com/public/_profiler/search_bar?panel=router","method":"GET"} [] [2025-03-27T08:20:34.120401+01:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"6dd936"},"request_uri":"https://test.phila-ca.com/public/_profiler/6dd936/router","method":"GET"} [] [2025-03-27T08:28:39.680898+01:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-27T08:28:40.016958+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-27T08:28:40.334899+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-27T08:28:40.334970+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-27T08:28:43.760556+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-27T08:28:44.075177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-27T14:52:22.645964+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-03-27T14:52:23.012488+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-27T14:52:23.356476+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-27T14:52:23.356547+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-27T14:52:24.325684+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-28T14:51:30.880132+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-28T14:55:43.509934+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"8ad12b"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/8ad12b/exception","method":"GET"} [] [2025-03-28T15:08:40.160130+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-28T15:08:40.734643+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-28T15:08:40.890609+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-28T15:08:40.890674+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-28T15:08:42.129288+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-28T15:08:42.416049+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-28T15:08:42.636679+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-29T03:42:03.520979+01:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-03-29T03:42:05.762166+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-29T03:42:08.093375+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-29T03:42:08.093440+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-29T03:42:13.315846+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-29T20:38:53.146500+01:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-29T20:38:53.484083+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-29T20:38:53.858671+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-29T20:38:53.858752+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-29T20:38:55.099414+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-29T20:38:55.597198+01:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-29T20:38:55.838289+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-29T20:41:53.724539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-29T20:45:06.955928+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2cee52","method":"GET"} [] [2025-03-29T20:45:07.976622+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-29T20:45:15.094290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-29T20:46:08.519177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d0dba9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0dba9","method":"GET"} [] [2025-03-29T20:46:08.776307+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"d0dba9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0dba9/exception.css","method":"GET"} [] [2025-03-29T20:46:08.844965+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-29T20:46:08.995168+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"d0dba9"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/d0dba9/exception","method":"GET"} [] [2025-03-29T20:47:54.677542+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f6c5aa"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f6c5aa/exception","method":"GET"} [] [2025-03-29T20:56:14.251677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cee52"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/2cee52?panel=security","method":"GET"} [] [2025-03-29T20:56:14.330121+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=security","method":"GET"} [] [2025-03-29T20:58:13.131397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e526ee"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e526ee?panel=db","method":"GET"} [] [2025-03-29T20:58:13.247843+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar?panel=db","method":"GET"} [] [2025-03-29T21:04:21.910099+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"59283e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/59283e","method":"GET"} [] [2025-03-29T21:04:22.004246+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"59283e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/59283e/exception.css","method":"GET"} [] [2025-03-29T21:04:22.033155+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-29T21:04:22.078255+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"59283e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/59283e/exception","method":"GET"} [] [2025-03-29T21:11:38.451090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e52738"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/e52738","method":"GET"} [] [2025-03-29T21:11:38.561912+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-29T21:12:38.618116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6611e1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6611e1","method":"GET"} [] [2025-03-29T21:12:38.766531+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"6611e1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6611e1/exception.css","method":"GET"} [] [2025-03-29T21:12:38.778926+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-29T21:12:38.826572+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6611e1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6611e1/exception","method":"GET"} [] [2025-03-29T21:14:25.458202+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"59283e"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/59283e/exception","method":"GET"} [] [2025-03-29T21:22:09.454740+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"6611e1"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/6611e1/exception","method":"GET"} [] [2025-03-29T21:39:26.305202+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f67fcf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f67fcf","method":"GET"} [] [2025-03-29T21:39:26.458519+01:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f67fcf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f67fcf/exception.css","method":"GET"} [] [2025-03-29T21:39:26.470915+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/search_bar","method":"GET"} [] [2025-03-29T21:39:26.519910+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f67fcf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f67fcf/exception","method":"GET"} [] [2025-03-29T22:04:58.656633+01:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f67fcf"},"request_uri":"https://www.test.phila-ca.com/public/_profiler/f67fcf/exception","method":"GET"} [] [2025-03-30T08:23:37.653289+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-03-30T08:23:38.734094+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-30T08:23:39.179003+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-30T08:23:39.179076+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-30T08:23:43.853337+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-03-30T08:23:44.254497+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-30T15:22:31.635507+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-03-30T15:22:32.516723+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-30T15:22:33.414552+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-30T15:22:33.414630+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-30T15:22:35.049313+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-03-30T15:22:35.836178+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-03-30T15:22:36.417929+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-03-31T09:30:20.964425+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-03-31T09:30:22.502298+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-03-31T09:30:23.444071+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-31T09:30:23.444143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-03-31T09:30:25.380558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-01T04:46:10.688578+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-04-01T04:46:12.972297+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-01T04:46:16.010374+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-01T04:46:16.010447+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-01T04:46:23.789506+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-01T04:46:25.264186+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-01T18:35:13.276583+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-04-01T18:35:13.622356+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-01T18:35:13.886900+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-01T18:35:13.886962+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-01T18:35:17.273558+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-01T18:35:17.528510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-02T02:44:07.926655+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-04-02T02:44:08.411830+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-02T02:44:08.817176+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-02T02:44:08.817244+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-02T02:44:10.420341+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-03T04:36:17.420774+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-04-03T04:36:18.185443+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-03T04:36:18.726372+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-03T04:36:18.726437+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-03T04:36:21.363752+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-03T16:58:37.451270+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-04-03T16:58:37.681695+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-03T16:58:37.924352+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-03T16:58:37.924436+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-03T16:58:38.648795+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-05T08:01:31.510620+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-04-05T08:01:32.531787+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-05T08:01:33.365470+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-05T08:01:33.365542+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-05T08:01:34.510400+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-08T11:22:07.615488+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-04-08T11:22:08.577112+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-08T11:22:09.247755+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-08T11:22:09.247818+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-08T11:22:10.727939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-12T13:11:47.238430+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-04-12T13:11:48.250158+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-12T13:11:48.873662+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-12T13:11:48.873753+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-12T13:11:50.141050+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-13T08:39:08.290768+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-04-13T08:39:09.485511+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-13T08:39:10.173107+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-13T08:39:10.173179+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-13T08:39:11.595126+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-16T06:49:43.065830+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-04-16T06:49:43.823596+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-16T06:49:44.454058+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-16T06:49:44.454129+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-16T06:49:46.070413+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-16T18:43:19.298578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /makeasmtp.php"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /makeasmtp.php\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/makeasmtp.php/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-18T05:27:54.648657+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-04-18T05:27:56.190322+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-18T05:27:57.362684+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-18T05:27:57.362772+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-18T05:28:01.727510+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T10:37:19.262230+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-04-24T10:37:20.199120+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T10:37:21.025389+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:37:21.025480+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:37:22.411307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T10:38:57.229836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:39:13.336378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:39:21.253306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:39:39.102546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:39:47.002665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:40:04.463842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:40:21.163056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:40:36.297561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:40:44.216099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:40:52.613881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:41:00.320700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:41:15.714197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:41:31.661325+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-04-24T10:41:31.740620+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T10:41:31.760697+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:41:31.760750+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:41:31.854737+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T10:41:31.947058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T10:41:39.329361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:42:03.813230+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-04-24T10:42:03.870020+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T10:42:03.899766+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:42:03.899833+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:42:04.200332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T10:43:25.409630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:45:13.587597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:45:38.144139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:45:50.701205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:46:28.000776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:46:52.657439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:47:04.515974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:47:17.687306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:47:30.299014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:47:55.873687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:48:33.362224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T10:58:55.153944+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-04-24T10:58:55.271919+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T10:58:55.318262+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:58:55.318327+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:58:55.431106+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-04-24T10:58:55.494253+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T10:59:40.071284+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-04-24T10:59:40.108522+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T10:59:40.131199+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:59:40.131255+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T10:59:40.185555+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T10:59:40.220971+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:00:42.905059+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-04-24T11:00:42.931823+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:00:42.952837+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:00:42.952899+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:00:43.000774+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T11:00:43.029979+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:01:47.082133+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-04-24T11:01:47.126745+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:01:47.150543+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:01:47.150621+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:01:51.197167+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:03:47.005969+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-04-24T11:03:47.079741+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:03:47.102282+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:03:47.102336+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:03:50.134335+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:04:44.824850+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-04-24T11:04:44.881445+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:04:44.913144+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:04:44.913208+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:04:47.833046+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:05:35.383621+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-04-24T11:05:35.408688+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:05:35.428619+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:05:35.428677+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:05:38.376026+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:06:20.657136+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-04-24T11:06:20.707602+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:06:20.727154+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:06:20.727204+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:06:23.592309+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:07:02.822120+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-04-24T11:07:02.891019+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:07:02.923733+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:07:02.923796+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:07:05.774440+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:07:40.916251+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-04-24T11:07:40.943393+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:07:40.976798+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:07:40.976862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:07:43.788252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:08:42.310504+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-04-24T11:08:42.338312+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:08:42.368531+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:08:42.368600+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:08:45.159176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:09:13.307073+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T11:09:13.330179+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:09:13.349553+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:09:13.349607+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:09:16.468981+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:09:16.523737+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:09:39.615961+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T11:09:39.675995+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:09:39.703073+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:09:39.703132+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:09:42.804480+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:09:42.835463+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:10:40.611956+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-04-24T11:10:40.638783+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:10:40.659938+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:10:40.659999+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:10:43.613693+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:10:43.680978+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:11:45.047615+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-04-24T11:11:45.084800+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:11:45.115169+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:11:45.115234+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:11:48.139529+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:11:48.199277+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:12:50.759474+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-04-24T11:12:50.783667+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:12:50.803232+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:12:50.803285+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:12:53.691657+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:12:53.750234+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:13:55.511564+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-04-24T11:13:55.537997+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:13:55.559354+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:13:55.559413+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:13:58.395042+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:13:58.453658+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:15:58.488287+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-04-24T11:15:58.512246+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:15:58.538078+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:15:58.538127+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:16:01.223215+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:16:01.278274+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:16:59.675608+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-24T11:16:59.712203+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:16:59.774104+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:16:59.774163+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:17:02.638341+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:17:02.695921+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:18:01.501900+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T11:18:01.529656+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:18:01.553188+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:18:01.553242+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:18:04.341636+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:18:04.411888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:19:05.775298+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-04-24T11:19:05.824453+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:19:05.859280+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:19:05.859330+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:19:08.748531+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:19:08.806409+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:20:06.697984+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-04-24T11:20:06.725707+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:20:06.749811+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:20:06.749873+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:20:09.513827+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:20:09.599135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:21:08.997379+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-04-24T11:21:09.043877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:21:09.064645+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:21:09.064691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:21:11.736758+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:21:11.798126+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:22:11.359288+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-04-24T11:22:11.392611+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:22:11.417238+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:22:11.417295+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:22:14.265455+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:22:14.324396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:23:11.371957+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-04-24T11:23:11.410103+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:23:11.439857+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:23:11.439911+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:23:14.492686+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:23:14.547607+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:24:14.198239+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-04-24T11:24:14.223297+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:24:14.243874+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:24:14.243918+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:24:17.071295+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:24:17.132613+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:27:19.973264+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-04-24T11:27:20.023401+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:27:20.043959+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:27:20.044020+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:27:23.021110+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:27:23.084925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:28:23.301455+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-04-24T11:28:23.328747+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:28:23.350151+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:28:23.350204+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:28:23.378362+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-04-24T11:28:23.404539+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:30:30.644009+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-04-24T11:30:30.668220+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:30:30.696769+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:30:30.696816+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:30:30.724279+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T11:30:30.751010+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:31:31.565106+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-04-24T11:31:31.615306+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:31:31.634705+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:31:31.634769+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:31:34.529062+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:32:35.855891+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-04-24T11:32:35.882776+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:32:35.906989+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:32:35.907059+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:32:36.792603+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T11:32:37.027844+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T11:32:37.063550+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:33:34.268588+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-04-24T11:33:34.295076+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:33:34.317140+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:33:34.317196+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:33:37.283205+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:34:35.175311+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-04-24T11:34:35.213146+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:34:35.242435+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:34:35.242488+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:34:38.037774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:36:21.324574+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-04-24T11:36:21.362503+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:36:21.382100+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:36:21.382143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:36:24.141937+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:37:57.465443+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-04-24T11:37:57.488755+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:37:57.507807+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:37:57.507864+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:38:00.358485+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:38:44.036156+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-04-24T11:38:44.078421+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:38:44.100159+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:38:44.100217+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:38:46.897357+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:40:37.364010+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T11:40:37.396328+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:40:37.416450+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:40:37.416502+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:40:40.117064+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:40:40.171390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:41:14.066488+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T11:41:14.099002+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:41:14.123518+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:41:14.123567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:41:16.986619+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:41:17.052844+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:42:18.041825+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-04-24T11:42:18.069136+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:42:18.091962+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:42:18.092025+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:42:20.766611+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:42:20.856705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:43:21.895357+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-04-24T11:43:21.920466+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:43:21.940572+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:43:21.940620+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:43:24.740205+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:43:24.797471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:44:26.868118+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-04-24T11:44:26.893249+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:44:26.913215+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:44:26.913259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:44:30.011738+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:44:30.067960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:45:29.758475+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-04-24T11:45:29.796041+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:45:29.816484+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:45:29.816536+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:45:32.854552+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:45:32.909329+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:46:35.430149+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-24T11:46:35.455513+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:46:35.476367+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:46:35.476413+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:46:38.384937+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:46:38.461960+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:47:39.349180+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T11:47:39.375119+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:47:39.395900+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:47:39.395949+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:47:42.289955+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:47:42.350639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:48:41.514806+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-04-24T11:48:41.541332+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:48:41.569535+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:48:41.569588+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:48:44.237422+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:48:44.294773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:49:44.531629+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-04-24T11:49:44.559195+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:49:44.596267+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:49:44.596345+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:49:47.365340+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:49:47.433133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:50:48.298074+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-04-24T11:50:48.322955+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:50:48.343086+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:50:48.343143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:50:51.404375+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:50:51.463559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:52:54.673214+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-04-24T11:52:54.698932+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:52:54.720076+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:52:54.720137+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:52:57.584626+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:52:57.642607+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:53:58.673346+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-04-24T11:53:58.723577+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:53:58.764572+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:53:58.764622+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:54:01.480849+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T11:54:01.555305+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:56:05.975874+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-04-24T11:56:06.001559+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:56:06.022908+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:56:06.022955+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:56:06.050023+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-04-24T11:56:06.080577+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:57:07.917853+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-04-24T11:57:07.943482+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:57:07.964119+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:57:07.964169+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:57:07.989222+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T11:57:08.014485+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T11:59:12.014680+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-04-24T11:59:12.040714+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T11:59:12.062325+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:59:12.062376+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T11:59:12.306065+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T11:59:12.343293+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T11:59:12.368152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:00:12.499902+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-04-24T12:00:12.529356+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:00:12.549938+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:00:12.549996+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:00:15.210995+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:02:12.728337+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-04-24T12:02:12.753940+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:02:12.774918+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:02:12.774977+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:02:15.634556+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:03:10.813779+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-04-24T12:03:10.838543+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:03:10.858500+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:03:10.858562+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:03:13.849249+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:04:02.718388+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-04-24T12:04:02.755514+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:04:02.784209+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:04:02.784281+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:04:05.530979+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:04:48.918456+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-04-24T12:04:48.943227+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:04:48.970471+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:04:48.970524+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:04:51.917950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:06:06.995962+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-04-24T12:06:07.019890+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:06:07.053892+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:06:07.053966+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:06:10.023277+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:06:45.135953+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-04-24T12:06:45.159669+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:06:45.179356+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:06:45.179408+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:06:48.106115+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:07:17.145845+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-04-24T12:07:17.171433+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:07:17.191913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:07:17.191969+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:07:17.320408+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:07:17.352474+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:07:17.378096+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:07:48.274473+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T12:07:48.298779+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:07:48.317993+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:07:48.318050+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:07:51.068581+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:07:51.122588+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:08:50.959219+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T12:08:50.996090+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:08:51.024958+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:08:51.025003+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:08:53.858606+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:08:53.917684+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:09:54.215545+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-04-24T12:09:54.248626+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:09:54.268688+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:09:54.268755+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:09:57.343582+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:09:57.411395+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:10:55.377263+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-04-24T12:10:55.411304+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:10:55.445640+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:10:55.445688+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:10:58.074993+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:10:58.128047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:14:04.110713+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-24T12:14:04.150250+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:14:04.179574+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:14:04.179633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:14:07.192055+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:14:07.249352+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:15:06.630126+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T12:15:06.659912+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:15:06.680134+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:15:06.680180+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:15:09.551889+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:15:09.622928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:19:14.520056+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T12:19:14.573399+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:19:14.608268+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:19:14.608335+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:19:17.393029+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:19:17.452462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:20:16.150420+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-04-24T12:20:16.203171+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:20:16.232885+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:20:16.232941+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:20:19.063691+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:20:19.120839+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:25:31.044991+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-04-24T12:25:31.187765+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:25:31.209861+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:25:31.209919+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:25:31.289710+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:25:31.334425+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:25:31.362045+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:26:35.294891+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-04-24T12:26:35.319468+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:26:35.339926+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:26:35.339986+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:26:35.410946+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:26:35.436985+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:26:35.462012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:27:36.869029+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-04-24T12:27:36.922541+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:27:36.943658+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:27:36.943725+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:27:37.012384+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:27:37.037309+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:27:37.064646+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:28:41.733033+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-04-24T12:28:41.790269+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:28:41.815642+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:28:41.815711+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:28:44.819544+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:31:36.706045+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-04-24T12:31:36.768581+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:31:36.798170+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:31:36.798240+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:31:36.908837+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:31:36.942498+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:31:36.976927+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:32:32.680673+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-04-24T12:32:32.716531+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:32:32.745482+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:32:32.745549+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:32:35.443326+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:33:32.905641+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-04-24T12:33:32.930380+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:33:32.950483+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:33:32.950537+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:33:35.702449+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:34:29.543283+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-04-24T12:34:29.580373+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:34:29.604310+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:34:29.604362+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:34:29.676022+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:34:29.701801+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:34:29.726783+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:35:21.571599+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-04-24T12:35:21.596105+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:35:21.615891+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:35:21.615947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:35:21.680321+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:35:21.704132+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:35:21.727741+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:36:27.163585+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-04-24T12:36:27.188461+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:36:27.209032+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:36:27.209078+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:36:27.279862+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:36:27.303076+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:36:27.327189+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:38:33.509895+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T12:38:33.596982+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:38:33.650991+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:38:33.651056+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:38:36.444612+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:38:36.511705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:39:33.819327+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T12:39:33.842920+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:39:33.862911+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:39:33.862961+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:39:36.822982+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:39:36.892147+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:40:38.363127+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-04-24T12:40:38.390744+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:40:38.410983+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:40:38.411025+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:40:41.553747+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:40:41.626964+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:41:41.231532+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-04-24T12:41:41.255677+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:41:41.275986+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:41:41.276036+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:41:44.088374+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:41:44.150395+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:42:45.664145+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-24T12:42:45.689978+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:42:45.711042+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:42:45.711094+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:42:48.445518+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:42:48.502139+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:43:51.612407+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T12:43:51.638143+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:43:51.659140+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:43:51.659191+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:43:54.468462+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:43:54.528468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:45:56.061483+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-04-24T12:45:56.088750+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:45:56.110246+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:45:56.110311+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:45:58.894396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:48:54.346869+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-04-24T12:48:54.373349+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:48:54.393547+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:48:54.393599+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:48:57.275371+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:49:49.209856+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-04-24T12:49:49.244445+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:49:49.271401+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:49:49.271452+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:49:52.383037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:50:41.523646+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-04-24T12:50:41.547339+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:50:41.567739+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:50:41.567797+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:50:44.278463+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:51:25.594881+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-04-24T12:51:25.632296+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:51:25.651996+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:51:25.652041+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:51:28.815605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:52:06.195825+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-04-24T12:52:06.262548+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:52:06.312113+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:52:06.312177+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:52:06.454077+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:52:06.494888+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:52:06.568424+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:52:42.608827+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-04-24T12:52:42.669664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:52:42.705702+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:52:42.705794+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:52:42.827655+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T12:52:42.854601+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T12:52:42.880176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:53:44.355673+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-04-24T12:53:44.446343+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:53:44.474481+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:53:44.474567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:53:47.354012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:55:42.871972+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T12:55:42.914135+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:55:42.933920+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:55:42.933964+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:55:45.768104+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:55:45.840233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:56:42.178860+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T12:56:42.234578+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:56:42.256865+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:56:42.256910+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:56:45.311189+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:56:45.364834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T12:59:45.546285+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-24T12:59:45.604917+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T12:59:45.633559+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:59:45.633634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T12:59:48.694654+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T12:59:48.753998+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:00:46.024513+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T13:00:46.073142+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:00:46.105773+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:00:46.105841+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:00:48.864049+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:00:48.920233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:02:46.412686+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-04-24T13:02:46.459162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:02:46.490185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:02:46.490270+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:02:46.586800+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:02:46.619475+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:02:46.653213+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:03:49.700548+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-04-24T13:03:49.734488+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:03:49.753995+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:03:49.754044+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:03:49.825130+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:03:49.850521+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:03:49.879542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:04:54.528700+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-04-24T13:04:54.555851+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:04:54.595603+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:04:54.595691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:04:54.675509+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:04:54.701723+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:04:54.727151+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:05:56.547360+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-04-24T13:05:56.572976+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:05:56.600672+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:05:56.600750+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:05:56.690829+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:05:56.714081+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:05:56.743765+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:06:58.045813+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-04-24T13:06:58.083048+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:06:58.104806+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:06:58.104862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:06:58.178046+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:06:58.202258+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:06:58.225800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:08:01.005628+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-04-24T13:08:01.034819+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:08:01.059187+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:08:01.059253+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:08:01.135937+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:08:01.162990+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:08:01.192689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:09:03.720389+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-04-24T13:09:03.766601+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:09:03.799011+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:09:03.799075+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:09:06.784804+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:11:05.252680+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-04-24T13:11:05.309796+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:11:05.337656+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:11:05.337707+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:11:08.286985+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:13:45.060322+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-04-24T13:13:45.085567+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:13:45.114988+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:13:45.115074+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:13:45.205408+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:13:45.232308+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:13:45.275103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:14:34.564790+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-04-24T13:14:34.606856+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:14:34.628228+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:14:34.628286+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:14:34.724872+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:14:34.751900+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:14:34.782810+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:16:35.075088+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-04-24T13:16:35.103329+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:16:35.163449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:16:35.163519+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:16:35.270178+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:16:35.305211+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:16:35.350089+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:17:38.946285+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-04-24T13:17:38.996542+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:17:39.019468+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:17:39.019523+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:17:41.758885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:18:43.981594+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-24T13:18:44.007265+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:18:44.027211+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:18:44.027259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:18:47.157208+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:18:47.211592+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:19:42.903203+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T13:19:42.937319+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:19:42.957013+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:19:42.957058+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:19:45.699377+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:19:45.761443+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:21:47.534314+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T13:21:47.557710+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:21:47.577141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:21:47.577201+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:21:50.412902+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:21:50.465633+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:22:50.722906+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-04-24T13:22:50.759969+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:22:50.781593+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:22:50.781638+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:22:50.851688+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:22:50.875808+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:22:50.900644+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:23:52.018883+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-04-24T13:23:52.044720+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:23:52.065405+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:23:52.065470+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:23:52.151505+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:23:52.178397+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:23:52.208982+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:25:58.578780+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-04-24T13:25:58.603687+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:25:58.623579+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:25:58.623624+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:26:01.459813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:26:58.743099+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-04-24T13:26:58.769240+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:26:58.790007+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:26:58.790060+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:27:01.825640+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:27:54.401029+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-04-24T13:27:54.428378+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:27:54.448638+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:27:54.448686+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:27:54.546099+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:27:54.572621+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:27:54.600666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:28:44.541647+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-04-24T13:28:44.566869+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:28:44.587047+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:28:44.587099+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:28:47.355134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:29:50.084064+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-04-24T13:29:50.109945+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:29:50.130804+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:29:50.130856+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:29:52.955813+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:30:45.510262+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-04-24T13:30:45.549382+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:30:45.571124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:30:45.571193+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:30:48.458738+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:31:36.935648+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-04-24T13:31:36.975664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:31:37.001949+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:31:37.001995+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:31:40.256969+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:33:04.561448+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-04-24T13:33:04.617043+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:33:04.637177+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:33:04.637231+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:33:07.526865+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:33:46.073088+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-04-24T13:33:46.104663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:33:46.130376+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:33:46.130441+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:33:49.201561+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:34:23.822459+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-04-24T13:34:23.863182+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:34:23.891314+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:34:23.891384+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:34:26.657928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:35:29.739529+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T13:35:29.790082+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:35:29.812585+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:35:29.812657+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:35:32.422902+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:35:32.480321+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:36:00.775752+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T13:36:00.820153+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:36:00.865162+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:36:00.865230+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:36:03.761772+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:36:03.801178+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:37:02.492079+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-04-24T13:37:02.550324+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:37:02.574877+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:37:02.574943+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:37:02.705682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:37:02.761144+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:37:02.856620+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:38:08.045581+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-04-24T13:38:08.069515+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:38:08.089191+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:38:08.089240+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:38:08.188384+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:38:08.211560+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:38:08.238869+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:39:10.822555+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-04-24T13:39:10.861326+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:39:10.889659+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:39:10.889731+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:39:10.968073+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:39:10.996157+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:39:11.054370+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:41:18.836096+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-04-24T13:41:18.899980+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:41:18.931305+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:41:18.931368+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:41:19.039319+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:41:19.081435+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:41:19.119070+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:42:22.012456+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-04-24T13:42:22.057535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:42:22.078552+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:42:22.078600+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:42:22.160982+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:42:22.186351+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:42:22.211524+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:43:23.238052+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-04-24T13:43:23.267150+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:43:23.287046+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:43:23.287091+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:43:23.365007+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:43:23.389999+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:43:23.445529+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:44:28.661405+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-04-24T13:44:28.695369+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:44:28.715132+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:44:28.715186+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:44:28.780503+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:44:28.803336+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:44:28.827859+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:46:36.701236+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-04-24T13:46:36.743412+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:46:36.764271+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:46:36.764321+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:46:39.558982+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:48:37.218251+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-04-24T13:48:37.256072+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:48:37.277285+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:48:37.277366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:48:40.377439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:55:26.866019+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T13:55:26.908942+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:55:26.950853+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:55:26.950916+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:55:29.940220+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:55:30.018253+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:55:56.962773+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T13:55:57.021433+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:55:57.041849+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:55:57.041902+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:55:59.845953+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T13:55:59.883951+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T13:57:59.532628+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-04-24T13:57:59.572705+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T13:57:59.592633+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:57:59.592682+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T13:57:59.669486+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T13:57:59.694152+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T13:57:59.720936+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T14:46:19.360682+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-04-24T14:46:19.426139+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T14:46:19.463754+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T14:46:19.463822+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T14:46:19.518797+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T14:46:19.554630+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T14:58:13.096751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T16:49:05.142014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T17:40:09.595476+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-04-24T17:40:09.666486+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:40:09.716200+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:40:09.716286+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:40:13.319606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:40:43.332474+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-04-24T17:40:43.358341+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:40:43.381222+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:40:43.381300+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:40:46.227721+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:41:12.049865+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-04-24T17:41:12.073337+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:41:12.091715+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:41:12.091767+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:41:14.971398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:41:40.087686+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-04-24T17:41:40.111193+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:41:40.130628+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:41:40.130678+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:41:43.038305+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:42:46.401305+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-04-24T17:42:46.425654+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:42:46.446554+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:42:46.446597+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:42:49.171680+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:43:06.932074+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-04-24T17:43:06.956653+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:43:06.976411+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:43:06.976456+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:43:09.685587+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:43:56.688023+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T17:43:56.712435+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:43:56.732584+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:43:56.732631+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:43:59.610786+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T17:43:59.665398+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:44:12.434811+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T17:44:12.471418+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:44:12.498286+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:44:12.498345+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:44:15.308041+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T17:44:15.343293+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:46:04.850369+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-04-24T17:46:04.894514+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:46:04.929962+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:46:04.930019+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:46:04.974241+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-24T17:46:05.002860+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:59:38.624298+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-04-24T17:59:38.702038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:59:38.730246+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:59:38.730301+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:59:39.628873+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T17:59:39.711889+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T17:59:39.744141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T17:59:57.254365+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-04-24T17:59:57.279706+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T17:59:57.300611+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:59:57.300669+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T17:59:57.370146+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T17:59:57.395115+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T17:59:57.419030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:00:59.424428+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-04-24T18:00:59.452657+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:00:59.473409+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:00:59.473470+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:00:59.542926+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:00:59.583155+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:00:59.613632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:02:03.047150+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-04-24T18:02:03.071796+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:02:03.091275+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:02:03.091320+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:02:03.160698+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:02:03.192994+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:02:03.226637+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:03:04.290989+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-04-24T18:03:04.317541+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:03:04.341141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:03:04.341197+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:03:07.831303+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:04:07.398756+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-04-24T18:04:07.423705+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:04:07.443573+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:04:07.443621+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:04:07.509624+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:04:07.534434+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:04:07.569646+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:05:05.093355+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-04-24T18:05:05.118457+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:05:05.139923+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:05:05.139977+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:05:05.243510+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:05:05.279237+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:05:05.314540+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:12:51.776814+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T18:12:51.831213+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:12:51.854591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:12:51.854658+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:12:54.710484+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T18:12:54.776378+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:18:58.968897+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T18:18:59.009486+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:18:59.031220+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:18:59.031276+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:19:01.820154+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T18:19:01.880100+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:30:36.512089+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-04-24T18:30:36.550806+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:30:36.572289+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:30:36.572346+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:30:39.623442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:31:23.594172+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-04-24T18:31:23.636424+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:31:23.658739+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:31:23.658799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:31:23.774945+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:31:23.855514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:36:56.754483+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-24T18:36:56.799675+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:36:56.822218+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:36:56.822280+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:36:59.749808+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T18:36:59.811815+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:37:58.307187+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-04-24T18:37:58.335265+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:37:58.355033+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:37:58.355078+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:37:58.424063+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:37:58.449452+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:37:58.473719+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:39:01.884608+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-04-24T18:39:01.906760+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:39:01.925573+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:39:01.925657+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:39:01.986116+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:39:02.009155+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:39:02.032570+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:42:07.315847+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-04-24T18:42:07.363352+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:42:07.408400+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:42:07.408457+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:42:07.503650+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:42:07.528490+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:42:07.556930+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:43:10.723854+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-04-24T18:43:10.749224+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:43:10.769337+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:43:10.769388+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:43:10.840477+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:43:10.866318+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:43:10.891364+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:44:12.780981+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-04-24T18:44:12.807201+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:44:12.828478+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:44:12.828535+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:44:12.924980+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:44:12.956930+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:44:12.993195+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:46:15.877674+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-04-24T18:46:15.913000+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:46:15.940203+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:46:15.940267+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:46:16.009236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:46:16.036217+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:46:16.060641+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:47:22.125684+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-04-24T18:47:22.152573+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:47:22.171776+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:47:22.171827+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:47:22.256442+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:47:22.283938+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:47:22.321512+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:48:23.480391+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-24T18:48:23.505649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:48:23.525899+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:48:23.525957+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:48:26.324128+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-24T18:48:26.383462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:49:26.615714+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-04-24T18:49:26.654870+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:49:26.683819+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:49:26.683877+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:49:26.761349+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:49:26.787230+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:49:26.812322+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:50:31.726806+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-04-24T18:50:31.764947+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:50:31.784479+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:50:31.784522+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:50:31.851064+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:50:31.876313+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:50:31.900449+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:51:34.184410+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-04-24T18:51:34.210056+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:51:34.230621+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:51:34.230668+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:51:34.314109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:51:34.340052+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:51:34.364375+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:52:36.612832+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-04-24T18:52:36.641152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:52:36.661692+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:52:36.661734+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:52:36.734834+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:52:36.767082+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:52:36.795322+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:53:37.733580+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-04-24T18:53:37.760417+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:53:37.784198+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:53:37.784327+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:53:37.858835+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:53:37.885236+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:53:37.910633+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:54:40.639165+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-04-24T18:54:40.674823+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:54:40.703433+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:54:40.703490+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:54:40.798584+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:54:40.824482+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:54:40.851183+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:55:45.474913+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-04-24T18:55:45.530784+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:55:45.566223+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:55:45.566298+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:55:45.660429+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:55:45.694648+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:55:45.725053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T18:56:47.308169+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-04-24T18:56:47.343126+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T18:56:47.364529+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:56:47.364589+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T18:56:47.445243+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T18:56:47.469013+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T18:56:47.493972+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:50:16.139665+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-04-24T19:50:16.193114+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:50:16.233313+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:50:16.233373+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:50:16.337156+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:50:16.380445+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:50:16.416112+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:52:23.526759+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-04-24T19:52:23.551574+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:52:23.573571+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:52:23.573633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:52:23.653192+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:52:23.680760+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:52:23.706337+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:53:25.070973+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-04-24T19:53:25.095164+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:53:25.115126+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:53:25.115184+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:53:25.187482+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:53:25.214958+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:53:25.255334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:54:26.950705+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-04-24T19:54:26.987059+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:54:27.014935+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:54:27.014986+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:54:27.114210+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:54:27.147716+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:54:27.179128+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:55:26.952518+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-04-24T19:55:26.978145+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:55:27.000210+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:55:27.000281+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:55:27.089607+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:55:27.116603+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:55:27.143288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:56:29.873576+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-04-24T19:56:29.899464+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:56:29.919906+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:56:29.919959+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:56:29.988787+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:56:30.013938+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:56:30.038671+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:57:34.106903+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-04-24T19:57:34.159680+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:57:34.188996+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:57:34.189051+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:57:34.316820+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:57:34.353986+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:57:34.392691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T19:58:38.614802+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-04-24T19:58:38.654007+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T19:58:38.686042+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:58:38.686111+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T19:58:38.795993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T19:58:38.830533+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T19:58:38.867051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:00:43.812012+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-04-24T20:00:43.851669+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:00:43.875883+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:00:43.875946+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:00:43.944706+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:00:43.968977+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:00:43.994562+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:01:44.505358+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-04-24T20:01:44.542007+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:01:44.569101+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:01:44.569151+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:01:44.683383+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:01:44.713224+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:01:44.745879+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:02:45.099697+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-04-24T20:02:45.139652+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:02:45.164382+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:02:45.164470+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:02:45.259820+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:02:45.285159+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:02:45.311163+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:03:48.508032+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-04-24T20:03:48.533830+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:03:48.555351+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:03:48.555403+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:03:48.628388+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:03:48.659184+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:03:48.685010+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:05:56.279322+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-04-24T20:05:56.318069+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:05:56.337961+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:05:56.338013+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:05:56.404932+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:05:56.432114+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:05:56.461861+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:07:01.641209+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-04-24T20:07:01.677450+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:07:01.705924+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:07:01.705986+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:07:01.809268+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:07:01.842380+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:07:01.882280+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:09:12.491227+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-04-24T20:09:12.520079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:09:12.543988+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:09:12.544047+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:09:12.622706+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:09:12.651809+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:09:12.681594+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:10:12.718591+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-04-24T20:10:12.743795+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:10:12.764710+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:10:12.764765+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:10:12.833556+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:10:12.859888+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:10:12.886615+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:11:13.155392+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-04-24T20:11:13.181732+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:11:13.210735+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:11:13.210788+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:11:13.287416+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:11:13.311076+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:11:13.345576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:12:14.281246+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-04-24T20:12:14.306160+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:12:14.328734+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:12:14.328805+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:12:14.400020+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:12:14.425112+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:12:14.449983+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:13:17.649814+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-04-24T20:13:17.676514+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:13:17.697675+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:13:17.697727+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:13:17.767983+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:13:17.792730+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:13:17.818691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:14:18.621377+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-04-24T20:14:18.648641+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:14:18.671062+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:14:18.671142+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:14:18.767756+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:14:18.795899+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:14:18.832803+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:15:22.261672+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-04-24T20:15:22.286662+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:15:22.307855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:15:22.307902+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:15:22.377221+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:15:22.409711+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:15:22.442622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:17:26.457276+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-04-24T20:17:26.480370+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:17:26.499553+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:17:26.499599+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:17:26.566482+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:17:26.591663+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:17:26.617896+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:18:26.860056+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-04-24T20:18:26.898180+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:18:26.926727+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:18:26.926786+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:18:27.005510+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:18:27.032699+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:18:27.057710+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:19:28.958875+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-04-24T20:19:28.987229+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:19:29.008204+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:19:29.008256+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:19:29.081855+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:19:29.107567+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:19:29.132645+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:20:32.792246+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-04-24T20:20:32.828888+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:20:32.858636+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:20:32.858712+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:20:32.942737+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:20:32.977002+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:20:33.002748+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:21:38.529853+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-04-24T20:21:38.555629+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:21:38.577848+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:21:38.577901+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:21:38.648349+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:21:38.675788+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:21:38.701370+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:22:43.322726+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-04-24T20:22:43.360861+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:22:43.401137+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:22:43.401225+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:22:43.491319+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:22:43.537492+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:22:43.576211+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:23:48.610611+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-04-24T20:23:48.635413+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:23:48.664890+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:23:48.664945+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:23:48.730404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:23:48.765793+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:23:48.791106+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:24:49.932348+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-04-24T20:24:49.956950+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:24:49.977114+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:24:49.977159+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:24:50.045005+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:24:50.070170+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:24:50.102650+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:25:54.088392+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-04-24T20:25:54.146513+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:25:54.167511+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:25:54.167566+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:25:54.240398+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:25:54.269575+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:25:54.296740+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:29:02.310904+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-04-24T20:29:02.349070+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:29:02.378883+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:29:02.378940+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:29:02.467685+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:29:02.495009+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:29:02.521072+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:30:07.548617+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-04-24T20:30:07.574112+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:30:07.595175+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:30:07.595231+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:30:07.669407+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:30:07.696194+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:30:07.721490+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:31:08.559856+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-04-24T20:31:08.598829+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:31:08.628883+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:31:08.628939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:31:08.729049+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:31:08.762605+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:31:08.802169+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:32:13.009074+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-04-24T20:32:13.033362+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:32:13.053344+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:32:13.053400+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:32:13.139262+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:32:13.166859+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:32:13.197013+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:34:19.568056+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-04-24T20:34:19.596033+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:34:19.619669+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:34:19.619730+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:34:19.693471+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:34:19.734556+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:34:19.766691+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:35:24.068373+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-04-24T20:35:24.103834+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:35:24.138413+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:35:24.138485+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:35:24.219259+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:35:24.245128+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:35:24.275040+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:36:29.840457+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-04-24T20:36:29.865553+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:36:29.886229+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:36:29.886299+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:36:29.972242+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:36:30.001829+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:36:30.035353+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:37:33.684477+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-04-24T20:37:33.711094+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:37:33.744030+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:37:33.744083+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:37:33.849280+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:37:33.901237+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:37:33.938302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:38:38.207623+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-04-24T20:38:38.240487+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:38:38.261262+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:38:38.261313+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:38:38.330582+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:38:38.354805+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:38:38.379638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:39:41.276735+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-04-24T20:39:41.302114+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:39:41.322678+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:39:41.322729+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:39:41.391025+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:39:41.416921+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:39:41.442134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:46:48.466643+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-04-24T20:46:48.491867+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:46:48.513234+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:46:48.513277+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:46:48.585908+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:46:48.611814+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:46:48.638970+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:47:51.715351+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-04-24T20:47:51.739507+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:47:51.759373+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:47:51.759417+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:47:51.827643+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:47:51.852483+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:47:51.876536+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:50:00.731127+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-04-24T20:50:00.756475+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:50:00.778449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:50:00.778506+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:50:00.846034+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:50:00.870371+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:50:00.894982+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:53:09.506046+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-04-24T20:53:09.546027+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-24T20:53:09.574666+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:53:09.574720+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-24T20:53:09.661114+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-24T20:53:09.686876+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-24T20:53:09.718370+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-24T20:56:11.663355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/ajax-loader.gif"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/ajax-loader.gif\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/ajax-loader.gif/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-24T21:05:38.195675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-25T22:21:38.073318+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-04-25T22:21:38.461112+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-25T22:21:38.763465+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-25T22:21:38.763535+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-25T22:21:39.820259+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T00:37:41.918119+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-04-26T00:37:42.044693+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T00:37:42.156194+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T00:37:42.156259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T00:37:42.615567+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T03:00:21.024375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T03:00:22.688329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T03:00:37.553015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T03:57:27.612621+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-04-26T03:57:28.841898+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T03:57:29.560059+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T03:57:29.560126+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T03:57:31.625082+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T04:09:11.364953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:09:31.852293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:09:42.399983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/amex.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/amex.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/amex.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:09:49.656092+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-04-26T04:09:50.029177+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T04:09:50.184507+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:09:50.184574+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:09:51.496203+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-26T04:09:52.041140+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-26T04:09:52.226555+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T04:09:59.994713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:10:18.025005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/diners.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/diners.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:10:20.858432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:10:30.356408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:10:46.079380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/maestro.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:10:52.942545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:13:52.952065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:13:57.134785+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-04-26T04:13:57.218231+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T04:13:57.284672+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:13:57.284737+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:13:58.127618+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-26T04:13:58.535057+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-26T04:13:58.599391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T04:14:31.090439+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-04-26T04:14:31.223019+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T04:14:31.294589+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:14:31.294646+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:14:36.222310+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-26T04:14:36.310487+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T04:15:34.320863+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-04-26T04:15:34.489101+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T04:15:34.627017+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:15:34.627080+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:15:37.467509+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-26T04:15:37.551314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T04:19:50.059060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:20:32.312485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T04:21:50.293799+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-04-26T04:21:50.826522+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T04:21:51.034930+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:21:51.035002+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T04:21:52.896687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T04:32:29.920839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T05:28:11.429630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T06:54:39.305559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T07:07:20.952322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T07:59:21.926764+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-04-26T07:59:22.109229+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T07:59:22.188284+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T07:59:22.188355+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T07:59:22.937283+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T07:59:32.779885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T08:00:17.239354+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-04-26T08:00:17.355206+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T08:00:17.391347+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:00:17.391409+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:00:17.398154+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T08:00:17.431173+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-04-26T08:00:17.432492+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-04-26T08:00:18.009309+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-04-26T08:00:18.015043+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T08:00:18.021979+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:00:18.022021+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:00:18.091467+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T08:29:06.366328+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-04-26T08:29:06.410971+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T08:29:06.439814+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:29:06.439874+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:29:06.528605+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-26T08:29:06.566401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T08:48:58.176189+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-04-26T08:48:58.224643+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T08:48:58.254172+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:48:58.254226+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:48:58.385235+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T08:49:02.268768+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-04-26T08:49:02.274729+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T08:49:02.281941+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:49:02.281978+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T08:49:02.333385+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-26T08:49:02.360066+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T09:30:49.190751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T09:41:01.601901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T10:19:29.396618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T11:40:13.860705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T11:56:13.640811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T11:56:18.001698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T12:18:57.273432+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-04-26T12:18:57.455382+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T12:18:57.544177+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T12:18:57.544245+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T12:18:58.301380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T12:36:56.907769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T13:31:38.326311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T13:31:40.695199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T14:24:16.938743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T14:49:21.770691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:23:25.604050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:35:34.448170+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-04-26T15:35:34.592309+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T15:35:34.647968+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T15:35:34.648032+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T15:35:35.015308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T15:41:31.507446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:45:16.363036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:45:52.555941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:46:31.093825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:47:08.055580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:47:44.607650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:48:23.328593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:49:35.053619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:50:12.708715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:50:48.698369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:52:43.143680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:53:19.417377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:53:56.737623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T15:54:33.177656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T16:01:10.241410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T16:01:12.720750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T16:02:08.328628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T18:38:25.746688+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-04-26T18:38:26.124290+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T18:38:26.162424+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T18:38:26.162475+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T18:38:26.190986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T18:38:26.688328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T19:32:56.716268+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-04-26T19:32:56.757903+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T19:32:56.779378+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T19:32:56.779436+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T19:32:57.427708+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-26T19:32:57.540014+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-26T19:32:57.566891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T19:38:09.704184+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-04-26T19:38:09.729521+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T19:38:09.749513+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T19:38:09.749561+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T19:38:09.775751+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-26T19:38:09.801986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T20:02:06.523019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T20:11:10.303069+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-04-26T20:11:10.353845+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T20:11:10.392629+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T20:11:10.392694+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T20:11:10.819526+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-26T20:11:10.893904+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-26T20:11:10.930830+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T21:03:17.175861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T21:03:22.572407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T21:43:41.397248+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-04-26T21:43:41.479624+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T21:43:41.524250+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T21:43:41.524304+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T21:43:44.651015+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-26T21:43:44.736726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T21:49:08.983182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T22:28:32.464135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T22:40:53.906684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-26T22:43:06.304813+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-04-26T22:43:06.330263+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-26T22:43:06.352247+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T22:43:06.352316+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-26T22:43:06.393937+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-26T22:43:06.422919+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-26T23:05:18.287406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T04:05:43.444872+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-04-27T04:05:45.210697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T04:05:45.736216+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T04:05:45.736284+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T04:05:53.206866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T05:09:35.595086+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-04-27T05:09:35.963991+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T05:09:36.052269+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:09:36.068146+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:09:36.187741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T05:09:37.084386+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T05:09:37.189187+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T05:09:37.299873+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T05:24:35.195686+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-04-27T05:24:35.274419+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T05:24:35.313269+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:24:35.313335+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:24:40.192651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T05:43:17.149021+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-04-27T05:43:17.175576+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T05:43:17.207418+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:17.207469+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:19.946024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T05:43:21.426757+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-04-27T05:43:21.433032+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T05:43:21.440809+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:21.440855+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:24.152608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T05:43:24.714280+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-04-27T05:43:24.720290+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T05:43:24.727708+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:24.727749+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:27.600102+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T05:43:28.740908+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-04-27T05:43:28.746696+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T05:43:28.754427+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:28.754474+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T05:43:31.538852+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:00:36.875673+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"https://test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-04-27T06:00:36.901865+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:00:36.922500+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:00:36.922553+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:00:43.744003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:01:29.978168+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-04-27T06:01:30.026406+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:01:30.046067+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:01:30.046137+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:01:32.816407+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:29:17.050689+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-04-27T06:29:17.082292+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:29:17.102448+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:29:17.102495+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:29:18.664422+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T06:29:18.786429+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T06:29:19.008047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:29:20.658340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T06:29:24.495835+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-04-27T06:29:24.501946+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:29:24.509525+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:29:24.509576+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:29:24.530708+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T06:29:24.542231+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T06:29:24.553332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:29:28.515115+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-04-27T06:29:28.521451+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:29:28.529267+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:29:28.529312+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:29:31.585656+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:47:15.397693+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-04-27T06:47:15.472232+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:47:15.491021+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:47:15.491093+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:47:15.625993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T06:47:15.775751+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T06:47:15.806071+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:47:18.362201+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-04-27T06:47:18.368323+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:47:18.375729+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:47:18.375768+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:47:21.285285+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:59:06.952261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T06:59:08.700502+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-04-27T06:59:08.719727+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:59:08.731306+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:59:08.731357+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:59:08.917554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T06:59:08.937120+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T06:59:08.993705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:59:12.727521+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-04-27T06:59:12.734131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T06:59:12.742332+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:59:12.742390+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T06:59:15.969976+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T06:59:16.282387+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-04-27T07:23:17.475874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T07:23:20.771880+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-04-27T07:23:20.789139+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T07:23:20.800294+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:23:20.800345+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:23:20.902363+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T07:23:20.946161+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T07:23:20.983545+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T07:23:24.571381+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-04-27T07:23:24.577377+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T07:23:24.584689+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:23:24.584727+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:23:24.607810+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T07:23:24.623766+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T07:23:24.634988+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T07:23:29.868811+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-04-27T07:23:29.874992+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T07:23:29.882445+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:23:29.882491+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:23:32.768633+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T07:46:13.094872+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-04-27T07:46:13.167848+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T07:46:13.214685+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:46:13.214753+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:46:15.906173+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T07:46:16.572294+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-04-27T07:46:16.578773+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T07:46:16.586464+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:46:16.586511+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T07:46:19.356097+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:01:57.734291+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-04-27T08:01:57.762397+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:01:57.784839+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:01:57.784898+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:02:00.644854+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:02:01.318407+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-04-27T08:02:01.326964+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:02:01.336792+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:02:01.336840+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:02:04.030706+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:45:09.004279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T08:45:13.007804+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-04-27T08:45:13.027516+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:45:13.039343+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:45:13.039385+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:45:13.138938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T08:45:13.180256+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T08:45:13.198420+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:45:17.743602+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-04-27T08:45:17.749701+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:45:17.757060+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:45:17.757103+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:45:20.694685+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:54:40.816252+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-04-27T08:54:40.853402+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:54:40.874935+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:40.874982+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:40.986190+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T08:54:41.013924+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T08:54:41.053951+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:54:44.663471+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-04-27T08:54:44.671393+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:54:44.680915+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:44.680959+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:44.703852+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T08:54:44.714866+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T08:54:44.725782+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:54:49.715399+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-04-27T08:54:49.721933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:54:49.729558+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:49.729600+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:52.535119+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:54:52.630269+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"https://test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-04-27T08:54:52.637350+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:54:52.645455+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:52.645507+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:55.406131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T08:54:56.841479+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-04-27T08:54:56.896103+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T08:54:56.916695+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:56.916748+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T08:54:59.520804+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T09:10:05.336379+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-04-27T09:10:05.364165+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T09:10:05.388104+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:10:05.388182+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:10:05.463608+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T09:10:05.491348+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T09:10:05.518034+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T09:10:08.740176+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-04-27T09:10:08.746711+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T09:10:08.755615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:10:08.755674+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:10:11.806589+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T09:36:24.966177+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-04-27T09:36:24.992959+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T09:36:25.015255+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:36:25.015312+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:36:25.087584+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T09:36:25.121617+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T09:36:25.147924+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T09:36:29.853044+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-04-27T09:36:29.859480+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T09:36:29.867325+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:36:29.867365+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:36:32.837037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T09:36:34.093373+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-04-27T09:36:34.099322+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T09:36:34.106711+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:36:34.106756+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:36:36.965287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T09:53:57.731533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T09:54:01.329488+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-04-27T09:54:01.342929+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T09:54:01.353084+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:54:01.353129+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T09:54:01.417434+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T09:54:01.436327+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T09:54:01.452018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T10:11:13.155999+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-04-27T10:11:13.186083+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T10:11:13.208130+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T10:11:13.208186+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T10:11:13.293476+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T10:11:13.320230+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T10:11:13.355399+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T10:22:01.560532+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-04-27T10:22:01.617207+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T10:22:01.645517+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T10:22:01.645578+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T10:22:01.741910+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T10:22:01.777122+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T10:22:01.813437+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:04:25.532498+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-04-27T11:04:25.568713+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:04:25.592317+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:04:25.592368+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:04:25.661145+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T11:04:25.702548+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T11:04:25.727266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:04:28.747635+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-04-27T11:04:28.753952+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:04:28.761474+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:04:28.761520+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:04:28.781131+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T11:04:28.792671+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T11:04:28.803300+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:04:32.691770+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-04-27T11:04:32.699409+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:04:32.707392+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:04:32.707436+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:04:35.661682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:30:11.292329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T11:30:13.672297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T11:30:16.858948+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-04-27T11:30:16.872446+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:30:16.882261+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:30:16.882307+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:30:19.635405+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:41:45.213996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T11:41:48.798045+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-04-27T11:41:48.810225+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:41:48.819807+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:41:48.819848+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:41:51.872714+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:41:53.703893+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-04-27T11:41:53.711617+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:41:53.720896+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:41:53.720949+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:41:53.823645+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T11:41:53.867337+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T11:41:53.881593+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:41:57.984926+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-04-27T11:41:57.991252+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:41:58.000550+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:41:58.000603+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:42:00.835301+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:42:01.874995+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-04-27T11:42:01.905950+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:42:01.922722+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:42:01.922767+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:42:04.692869+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-04-27T11:42:04.709013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T11:42:04.776840+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:42:04.776899+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T11:42:04.857771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T11:42:07.874345+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:10:45.184586+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-04-27T12:10:45.239747+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:10:45.268582+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:45.268636+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:45.295397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:10:48.783119+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-04-27T12:10:48.789016+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:10:48.796263+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:48.796303+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:48.879733+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T12:10:48.896526+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T12:10:48.920479+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:10:53.189372+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-04-27T12:10:53.195326+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:10:53.202591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:53.202633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:53.223377+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T12:10:53.249402+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T12:10:53.260484+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:10:56.701083+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-04-27T12:10:56.707250+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:10:56.714624+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:56.714668+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:10:56.734333+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T12:10:56.745700+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T12:10:56.756491+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:11:00.780320+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-04-27T12:11:00.803705+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:11:00.830631+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:11:00.830691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:11:00.859601+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T12:11:00.877547+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T12:11:00.906662+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:11:05.710935+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-04-27T12:11:05.717161+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:11:05.724668+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:11:05.724716+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:11:05.785624+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T12:11:05.798797+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T12:11:05.868771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:11:09.020142+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-04-27T12:11:09.026425+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:11:09.034300+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:11:09.034351+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:11:11.930005+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:23:37.203731+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-04-27T12:23:37.240924+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:23:37.260950+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:23:37.261001+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:23:37.327583+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T12:23:37.352660+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T12:23:37.378778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T12:23:41.046700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T12:23:45.184943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T12:39:05.514657+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-04-27T12:39:05.560450+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T12:39:05.592439+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:39:05.592500+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T12:39:08.490950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T13:05:08.837261+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-04-27T13:05:08.891535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T13:05:08.917276+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:05:08.917337+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:05:09.115627+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T13:05:09.166447+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T13:05:09.253750+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T13:20:20.983718+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"https://test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-04-27T13:20:21.011279+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T13:20:21.034204+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:20:21.034259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:20:21.139403+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T13:20:21.167316+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T13:20:21.193800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T13:20:24.725802+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-04-27T13:20:24.733836+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T13:20:24.743555+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:20:24.743609+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:20:24.766625+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T13:20:24.780993+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T13:20:24.792357+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T13:20:28.564597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T13:37:50.369583+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-04-27T13:37:50.421388+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T13:37:50.462855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:37:50.462911+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:37:50.651397+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T13:37:50.743632+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T13:37:50.784061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T13:37:53.196239+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-04-27T13:37:53.202569+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T13:37:53.210338+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:37:53.210376+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T13:37:53.230589+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T13:37:53.242863+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T13:37:53.253831+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T14:21:25.975820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T14:21:29.334599+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-04-27T14:21:29.347596+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T14:21:29.357281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:29.357328+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:29.425893+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T14:21:29.473445+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T14:21:29.488299+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T14:21:32.682200+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-04-27T14:21:32.688311+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T14:21:32.695659+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:32.695699+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:32.716009+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T14:21:32.730996+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T14:21:32.741997+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T14:21:37.505569+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-04-27T14:21:37.512070+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T14:21:37.520061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:37.520107+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:37.540142+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T14:21:37.551363+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T14:21:37.562885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T14:21:41.800980+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-04-27T14:21:41.819871+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T14:21:41.840826+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:41.840897+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:21:44.798186+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T14:44:16.876889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T14:44:20.878564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T14:44:24.952368+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-04-27T14:44:24.966223+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T14:44:24.976328+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:44:24.976369+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:44:25.047990+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T14:44:25.064173+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T14:44:25.079784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T14:44:28.573309+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-04-27T14:44:28.579420+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T14:44:28.586720+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:44:28.586758+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T14:44:31.449362+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T15:20:53.524290+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-04-27T15:20:53.604892+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T15:20:53.659814+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:20:53.659882+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:20:54.311661+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T15:20:57.108711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T15:21:00.852908+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-04-27T15:21:00.859233+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T15:21:00.866968+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:21:00.867024+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:21:00.969045+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T15:21:01.008457+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T15:21:01.019146+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T15:21:04.741910+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-04-27T15:21:04.748241+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T15:21:04.756628+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:21:04.756675+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:21:07.527343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T15:35:05.204282+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-04-27T15:35:05.244993+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T15:35:05.265637+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:35:05.265696+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:35:05.335553+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T15:35:05.384056+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T15:35:05.408608+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T15:35:09.317444+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-04-27T15:35:09.324320+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T15:35:09.332396+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:35:09.332437+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:35:12.296202+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T15:50:24.783273+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-04-27T15:50:24.818064+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T15:50:24.837722+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:50:24.837765+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T15:50:24.915459+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T15:50:24.941071+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T15:50:24.965557+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T16:22:21.704915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T16:22:24.568103+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-04-27T16:22:24.581247+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T16:22:24.591104+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:22:24.591151+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:22:24.657579+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T16:22:24.695075+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T16:22:24.711804+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T16:37:17.850601+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-04-27T16:37:17.885758+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T16:37:17.909221+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:37:17.909287+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:37:17.984622+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T16:37:18.011654+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T16:37:18.044723+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T16:37:20.786109+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-04-27T16:37:20.792663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T16:37:20.800600+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:37:20.800642+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:37:20.821355+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T16:37:20.832685+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T16:37:20.843856+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T16:37:25.462918+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-04-27T16:37:25.469092+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T16:37:25.476449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:37:25.476489+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T16:37:25.497838+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T16:37:25.509507+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T16:37:25.523763+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:14:13.246795+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-04-27T17:14:13.325692+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:14:13.356056+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:14:13.356106+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:14:13.458062+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T17:14:13.513381+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T17:14:13.548259+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:14:17.424912+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-04-27T17:14:17.431364+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:14:17.439098+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:14:17.439139+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:14:17.459393+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T17:14:17.470467+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T17:14:17.481808+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:14:21.116588+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-04-27T17:14:21.122584+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:14:21.130025+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:14:21.130069+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:14:23.812350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:25:45.386017+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-04-27T17:25:45.419947+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:25:45.440630+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:45.440687+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:45.511336+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T17:25:45.538697+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T17:25:45.564870+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:25:49.700887+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-04-27T17:25:49.707824+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:25:49.716132+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:49.716174+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:49.736539+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T17:25:49.747582+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T17:25:49.758963+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:25:52.775548+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-04-27T17:25:52.781627+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:25:52.789087+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:52.789130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:52.813776+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T17:25:52.825170+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T17:25:52.836452+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T17:25:57.619384+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-04-27T17:25:57.625592+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T17:25:57.632985+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:25:57.633029+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T17:26:00.245909+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:09:53.053252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T18:09:56.519371+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-04-27T18:09:56.533282+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:09:56.543176+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:09:56.543216+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:09:59.576615+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:10:01.817694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T18:10:04.533366+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-04-27T18:10:04.538993+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:10:04.545929+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:10:04.545969+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:10:07.343932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:10:10.202962+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-04-27T18:10:10.223963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:10:10.241057+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:10:10.241106+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:10:13.093770+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:34:09.949401+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-04-27T18:34:09.991362+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:34:10.019377+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:34:10.019426+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:34:10.112404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T18:34:10.174069+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T18:34:10.207179+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:34:13.372164+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-04-27T18:34:13.378669+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:34:13.386758+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:34:13.386799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:34:16.245536+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:34:16.805506+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-04-27T18:34:16.811402+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:34:16.818604+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:34:16.818650+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:34:19.696141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:45:21.629159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T18:45:24.974758+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-04-27T18:45:24.989195+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:45:24.999526+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:45:24.999579+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:45:25.071404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T18:45:25.087878+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T18:45:25.104225+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T18:45:29.002343+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-04-27T18:45:29.008481+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T18:45:29.015904+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:45:29.015946+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T18:45:31.800818+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T19:26:25.492108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T19:26:29.066259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T19:26:32.750207+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-04-27T19:26:32.763863+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T19:26:32.773142+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:26:32.773187+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:26:35.840527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T19:43:57.177865+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-04-27T19:43:57.209867+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T19:43:57.230060+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:43:57.230127+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:43:57.301009+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T19:43:57.327562+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T19:43:57.369010+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T19:44:01.972290+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-04-27T19:44:01.978932+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T19:44:01.987122+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:44:01.987170+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:44:04.641477+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-04-27T19:44:04.648638+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T19:44:04.656729+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:44:04.656773+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T19:44:04.769253+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T19:44:07.324023+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:02:21.112183+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"https://test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-04-27T20:02:21.147788+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:02:21.168130+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:21.168189+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:21.239523+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T20:02:21.289758+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T20:02:21.315401+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:02:24.849834+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-04-27T20:02:24.856251+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:02:24.864059+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:24.864099+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:27.937762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:02:29.630564+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-04-27T20:02:29.636161+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:02:29.642979+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:29.643020+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:32.537869+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:02:32.769618+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-04-27T20:02:32.775462+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:02:32.782697+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:32.782744+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:35.658950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:02:37.818816+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-04-27T20:02:37.845437+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:02:37.866426+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:37.866480+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:02:40.548406+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:37:45.478642+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-04-27T20:37:45.539992+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:37:45.569988+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:45.570054+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:45.666031+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T20:37:45.720974+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T20:37:45.761359+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:37:49.006993+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-04-27T20:37:49.013242+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:37:49.020760+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:49.020802+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:49.040099+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T20:37:49.050664+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T20:37:49.061392+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:37:52.896216+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-04-27T20:37:52.902374+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:37:52.909944+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:52.909986+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:55.851155+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:37:55.912971+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-04-27T20:37:57.641752+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-04-27T20:37:57.648152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:37:57.655492+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:37:57.655532+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:38:00.539488+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:38:01.964301+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-04-27T20:38:01.986674+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:38:02.008043+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:38:02.008113+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:38:04.721866+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T20:38:05.697325+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-04-27T20:38:05.703104+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T20:38:05.710236+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:38:05.710283+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T20:38:08.470171+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:06:13.030334+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-04-27T21:06:13.065413+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:06:13.086553+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:06:13.086612+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:06:13.152842+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T21:06:13.185331+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T21:06:13.208837+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:06:16.789509+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-04-27T21:06:16.796047+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:06:16.803901+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:06:16.803945+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:06:19.647955+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:40:34.200543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T21:40:36.806148+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-04-27T21:40:36.820253+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:40:36.830034+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:40:36.830082+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:40:36.902456+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T21:40:36.983917+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T21:40:36.999292+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:40:40.592354+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-04-27T21:40:40.598509+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:40:40.605965+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:40:40.606006+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:40:43.465156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:40:44.876324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T21:58:33.170699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T21:58:36.541743+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-04-27T21:58:36.562032+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:58:36.573757+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:58:36.573798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:58:36.691581+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T21:58:36.710453+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T21:58:36.728008+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:58:41.733008+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-04-27T21:58:41.739233+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:58:41.746854+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:58:41.746900+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:58:41.767036+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T21:58:41.778207+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T21:58:41.788642+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T21:58:45.523639+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-04-27T21:58:45.529664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T21:58:45.537020+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:58:45.537058+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T21:58:48.337423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:33:09.163216+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-04-27T22:33:09.187181+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:33:09.206905+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:09.206964+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:09.283802+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T22:33:09.317823+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T22:33:09.345361+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:33:12.563383+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-04-27T22:33:12.570279+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:33:12.578585+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:12.578641+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:12.604279+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T22:33:12.619776+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T22:33:12.636626+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:33:17.481170+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-04-27T22:33:17.487325+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:33:17.494735+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:17.494779+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:20.291473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:33:22.952706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T22:33:24.842928+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-04-27T22:33:24.868152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:33:24.888803+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:24.888862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:33:27.759777+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:41:49.642910+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-04-27T22:41:49.666370+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:41:49.685705+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:41:49.685755+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:41:49.752050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T22:41:49.843476+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:41:52.770479+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-04-27T22:41:52.777162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:41:52.785350+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:41:52.785396+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:41:52.806876+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T22:41:52.823974+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T22:41:52.844714+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:41:57.403179+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-04-27T22:41:57.409323+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:41:57.417108+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:41:57.417158+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:41:57.438023+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T22:41:57.449176+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T22:41:57.460474+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:42:00.786777+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-04-27T22:42:00.794944+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:42:00.803448+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:42:00.803496+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:42:04.041052+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T22:42:04.808019+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-04-27T22:42:04.838715+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T22:42:04.864653+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:42:04.864715+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T22:42:07.822504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T23:09:10.543669+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-04-27T23:09:10.596876+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T23:09:10.631631+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T23:09:10.631692+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T23:09:13.484288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T23:23:32.887470+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-04-27T23:23:32.913865+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-27T23:23:32.936205+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T23:23:32.936276+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-27T23:23:33.090879+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-27T23:23:33.129120+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-27T23:23:33.159425+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-27T23:47:40.960998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T00:18:49.395194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T00:18:52.765261+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-04-28T00:18:52.779995+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T00:18:52.790790+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T00:18:52.790846+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T00:18:52.863026+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T00:18:52.913573+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T00:18:52.930380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T00:18:57.483173+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-04-28T00:18:57.489900+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T00:18:57.498211+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T00:18:57.498264+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T00:19:00.563461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T01:22:45.503615+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-04-28T01:22:45.541885+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T01:22:45.567803+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:22:45.567864+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:22:45.651136+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T01:22:45.908824+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T01:22:45.939457+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T01:43:04.838564+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-04-28T01:43:04.865038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T01:43:04.889108+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:43:04.889192+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:43:08.390034+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T01:43:08.825664+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-04-28T01:43:08.831716+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T01:43:08.838987+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:43:08.839025+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:43:11.532937+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T01:55:56.881932+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-04-28T01:55:56.914927+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T01:55:56.940385+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:55:56.940439+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T01:55:57.064110+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T01:55:57.118188+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T01:55:57.160029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T02:10:45.140011+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-04-28T02:10:45.186937+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T02:10:45.253358+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T02:10:45.253425+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T02:10:45.404860+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T02:10:45.430994+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T02:10:45.461546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T04:27:19.919964+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-04-28T04:27:20.855993+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T04:27:21.466524+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T04:27:21.466597+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T04:27:25.774006+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T04:27:26.901380+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T06:35:43.688008+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-04-28T06:35:43.985689+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T06:35:44.268504+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T06:35:44.268573+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T06:35:44.939765+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T06:35:45.294403+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T06:35:45.442768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T06:45:49.388227+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-04-28T06:45:49.431469+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T06:45:49.452200+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T06:45:49.452260+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T06:45:49.912755+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T06:45:49.969934+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T06:45:50.006293+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T07:25:41.016777+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-28T07:25:41.064943+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T07:25:41.124103+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T07:25:41.124163+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T07:25:44.090238+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T07:25:44.163499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T07:25:46.165478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:05:53.025942+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-04-28T09:05:53.102926+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:05:53.481669+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:05:53.481741+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:05:56.255565+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T09:05:56.324892+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:05:56.694719+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-04-28T09:05:56.700424+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:05:56.707356+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:05:56.707399+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:05:56.800014+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:05:56.838321+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:05:56.849688+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:16:50.049523+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-04-28T09:16:50.110564+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:16:50.163332+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:16:50.163394+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:16:50.806320+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:17:11.991119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:17:18.550271+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-04-28T09:17:18.570281+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:17:18.579427+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:17:18.579472+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:17:19.054792+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:17:24.571601+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-04-28T09:17:24.577257+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:17:24.584191+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:17:24.584231+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:17:24.596049+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-28T09:17:24.607777+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:17:54.735642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:17:57.691703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:18:00.936549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:18:03.932780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:18:27.756248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:18:38.580830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:18:41.173703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:18:44.373888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:08.977237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:19.983791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:40.103764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:44.542916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:46.609183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:48.851619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/laser.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/laser.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:54.332068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:56.954817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:19:59.271054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.woff2')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:06.973658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/slider-bible-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:11.344399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/error-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:13.875919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/comingsoon-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:16.150272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/bg-municipal-text.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:22.684510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:27.091568+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-04-28T09:20:27.122315+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:20:27.140335+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:20:27.140394+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:20:27.265205+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:20:29.986982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:32.374161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:34.579501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:47.921455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:50.214811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T09:20:53.487932+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-04-28T09:20:53.501014+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:20:53.511260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:20:53.511315+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:20:56.325213+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:20:58.565960+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-04-28T09:20:58.571774+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:20:58.578765+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:20:58.578805+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:01.303343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:04.084631+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-04-28T09:21:04.109995+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:04.133389+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:04.133450+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:06.799882+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:12.798241+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-04-28T09:21:12.814468+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:12.828623+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:12.828689+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:15.834251+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:18.108616+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-04-28T09:21:18.114623+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:18.121786+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:18.121832+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:21.074640+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:23.585068+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-04-28T09:21:23.604837+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:23.621928+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:23.621985+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:26.444172+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:32.331770+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-04-28T09:21:32.345048+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:32.356085+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:32.356154+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:35.097707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:37.369603+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-04-28T09:21:37.375398+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:37.382633+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:37.382678+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:40.192326+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:42.743931+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-04-28T09:21:42.765975+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:42.785523+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:42.785586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:45.449532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:47.751901+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-04-28T09:21:47.766271+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:47.776855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:47.776905+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:51.085498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:53.411068+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-04-28T09:21:53.417242+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:53.425236+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:53.425278+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:53.580353+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:21:53.599358+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:21:53.624038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:21:56.953659+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-04-28T09:21:56.959806+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:21:56.967268+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:56.967312+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:21:59.831707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:08.474213+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-04-28T09:22:08.506837+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:08.529108+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:08.529170+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:11.378778+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:18.699032+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-04-28T09:22:18.704664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:18.711523+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:18.711564+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:21.559478+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:27.782207+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-04-28T09:22:27.810129+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:27.831448+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:27.831499+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:30.884265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:36.043689+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-04-28T09:22:36.049564+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:36.056686+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:36.056732+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:38.834841+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:43.559928+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-04-28T09:22:43.594061+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:43.616291+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:43.616367+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:46.557619+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:50.322115+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-04-28T09:22:50.327941+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:50.334935+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:50.334978+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:53.152891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:22:56.100902+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-04-28T09:22:56.106687+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:22:56.113732+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:56.113775+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:22:59.020242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:23:06.729746+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-04-28T09:23:06.758668+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:23:06.784135+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:06.784188+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:06.873869+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:23:06.901237+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:23:06.929355+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:23:11.096912+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-04-28T09:23:11.103432+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:23:11.111167+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:11.111219+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:13.920787+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:23:25.781079+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-04-28T09:23:25.818643+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:23:25.871380+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:25.871464+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:28.811140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:23:37.932634+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-04-28T09:23:37.938366+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:23:37.945249+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:37.945288+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:38.023353+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:23:38.039572+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:23:38.057919+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:23:50.036056+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-04-28T09:23:50.061021+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:23:50.080615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:50.080675+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:23:52.965677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:24:25.089840+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-04-28T09:24:25.146220+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:24:25.167927+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:24:25.167977+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:24:28.013823+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:24:55.558037+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-04-28T09:24:55.598663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:24:55.632355+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:24:55.632405+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:24:55.730344+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:24:55.753772+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:24:55.788581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:26:27.080750+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-04-28T09:26:27.137151+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:26:27.167685+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:26:27.167774+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:26:30.045913+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:27:29.311820+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-04-28T09:27:29.344663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:27:29.370896+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:27:29.370948+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:27:32.275677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:28:26.963014+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-04-28T09:28:27.055131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:28:27.089185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:28:27.089252+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:28:30.144482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:29:15.400005+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-04-28T09:29:15.434157+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:29:15.468759+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:29:15.468815+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:29:15.568642+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:29:15.629266+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:29:15.675547+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:32:10.240806+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-04-28T09:32:10.265614+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:32:10.298551+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:32:10.298612+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:32:10.406675+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:32:10.441471+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:32:10.468987+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:33:15.538542+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-04-28T09:33:15.562527+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:33:15.583142+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:33:15.583198+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:33:18.766539+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:34:16.383866+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-04-28T09:34:16.429853+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:34:16.461601+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:34:16.461688+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:34:16.547989+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:34:16.580325+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:34:16.608270+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:34:20.614207+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-04-28T09:34:20.620677+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:34:20.628547+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:34:20.628590+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:34:20.648431+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:34:20.659970+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:34:20.671030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:35:10.793839+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-04-28T09:35:10.851736+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:35:10.891224+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:35:10.891292+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:35:14.097287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:36:10.878834+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-04-28T09:36:10.919581+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:36:10.940031+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:36:10.940094+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:36:13.858991+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:37:06.430360+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-04-28T09:37:06.462422+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:37:06.486742+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:37:06.486804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:37:06.565554+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:37:06.596495+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:37:06.627952+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:37:59.224549+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-04-28T09:37:59.265013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:37:59.285727+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:37:59.285783+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:37:59.382721+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:37:59.409118+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:37:59.434842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:38:59.537833+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-04-28T09:38:59.585379+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:38:59.614644+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:38:59.614701+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:39:02.999267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:40:04.396875+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-04-28T09:40:04.481554+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:40:04.527044+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:40:04.527110+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:40:04.641612+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:40:04.691251+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:40:04.727625+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:43:04.525346+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-04-28T09:43:04.599592+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:43:04.636326+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:43:04.636377+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:43:07.536223+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:44:08.438308+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-04-28T09:44:08.469623+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:44:08.496332+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:44:08.496393+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:44:08.595283+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:44:08.632329+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:44:08.667122+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:45:05.949675+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-04-28T09:45:05.974679+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:45:06.009185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:45:06.009254+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:45:06.076146+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:45:06.109837+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:45:06.136282+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:49:18.486433+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-04-28T09:49:18.531989+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:49:18.553781+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:49:18.553849+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:49:21.610925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:50:19.563316+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-04-28T09:50:19.589747+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:50:19.610811+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:50:19.610863+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:50:22.606189+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:51:18.111603+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-04-28T09:51:18.140454+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:51:18.161242+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:51:18.161295+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:51:21.175998+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:52:58.711374+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-04-28T09:52:58.758500+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:52:58.798884+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:52:58.798974+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:53:01.614541+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:53:45.857707+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-04-28T09:53:45.951708+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:53:45.980447+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:53:45.980508+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:53:46.102381+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:53:46.162136+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:53:46.197409+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:54:26.240421+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-04-28T09:54:26.302748+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:54:26.325514+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:54:26.325567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:54:26.456283+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:54:26.480131+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:54:26.527957+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:57:28.679223+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-04-28T09:57:28.732175+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:57:28.751032+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:57:28.751083+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:57:31.527196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:58:29.821882+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"https://test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-04-28T09:58:29.862111+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:58:29.892990+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:58:29.893051+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:58:32.795600+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T09:59:27.899663+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-04-28T09:59:28.010752+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T09:59:28.042638+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:59:28.042703+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T09:59:28.175103+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T09:59:28.200010+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T09:59:28.258333+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:00:19.180341+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-04-28T10:00:19.225382+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:00:19.245214+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:00:19.245269+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:00:19.342085+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:00:19.389803+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:00:19.423330+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:01:21.644847+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-04-28T10:01:21.680736+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:01:21.703758+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:01:21.703830+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:01:21.781466+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:01:21.832874+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:01:21.858439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:02:24.661641+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-04-28T10:02:24.713324+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:02:24.748645+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:02:24.748698+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:02:24.823806+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:02:24.863893+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:02:24.887344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:03:29.375296+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-04-28T10:03:29.419695+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:03:29.445536+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:03:29.445594+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:03:32.469985+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:04:29.887807+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-04-28T10:04:29.916988+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:04:29.936745+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:04:29.936802+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:04:30.054992+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:04:30.098363+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:04:30.138791+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:05:23.949774+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-04-28T10:05:23.999025+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:05:24.021757+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:05:24.021821+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:05:24.105483+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:05:24.129008+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:05:24.154579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:06:28.057441+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-04-28T10:06:28.123277+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:06:28.151823+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:06:28.151873+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:06:28.341969+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:06:28.386343+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:06:28.420687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:07:31.750432+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-04-28T10:07:31.792225+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:07:31.811189+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:07:31.811231+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:07:31.925348+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:07:31.954245+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:07:31.979517+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:08:36.341040+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-04-28T10:08:36.384851+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:08:36.405341+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:08:36.405395+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:08:36.512547+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:08:36.557295+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:08:36.599875+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:09:37.362004+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-04-28T10:09:37.419125+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:09:37.467670+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:09:37.467731+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:09:37.593590+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:09:37.622602+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:09:37.649609+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:10:42.543832+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-04-28T10:10:42.613986+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:10:42.644747+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:10:42.644814+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:10:42.780188+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:10:42.840956+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:10:42.875773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:11:43.977160+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-04-28T10:11:44.023524+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:11:44.052415+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:11:44.052460+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:11:46.955884+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:12:50.195261+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-04-28T10:12:50.301155+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:12:50.335722+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:12:50.335790+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:12:53.107941+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:13:48.544006+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-04-28T10:13:48.592132+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:13:48.657009+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:13:48.657075+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:13:48.822211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:13:48.859330+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:13:48.948901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:13:53.725328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T10:13:56.636930+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-04-28T10:13:56.643616+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:13:56.651088+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:13:56.651129+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:13:56.671256+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:13:56.682850+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:13:56.693300+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:14:01.072840+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-04-28T10:14:01.079304+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:14:01.087116+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:14:01.087156+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:14:03.686631+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T10:14:03.738014+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:14:40.904945+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-04-28T10:14:40.932846+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:14:40.953054+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:14:40.953118+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:14:41.030364+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:14:41.060882+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:14:41.085271+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:15:45.220651+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-04-28T10:15:45.268272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:15:45.288868+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:15:45.288924+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:15:48.024957+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:16:45.512413+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-04-28T10:16:45.569977+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:16:45.601568+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:16:45.601634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:16:48.602559+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:17:43.241519+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-04-28T10:17:43.300356+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:17:43.321654+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:17:43.321714+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:17:43.414524+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:17:43.441704+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:17:43.476910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:18:32.643480+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-04-28T10:18:32.703681+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:18:32.741662+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:18:32.741719+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:18:35.753666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:19:38.903906+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-04-28T10:19:38.952553+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:19:38.978434+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:19:38.978503+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:19:41.923235+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:20:36.073040+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-04-28T10:20:36.115757+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:20:36.136265+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:20:36.136322+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:20:36.209415+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:20:36.233975+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:20:36.280190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:22:27.945712+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-04-28T10:22:27.978710+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:22:27.998845+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:22:27.998900+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:22:28.078651+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:22:28.102534+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:22:28.125942+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:23:29.266729+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-04-28T10:23:29.326542+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:23:29.348624+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:23:29.348686+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:23:29.434015+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:23:29.476757+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:23:29.501504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:24:33.678381+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-04-28T10:24:33.704588+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:24:33.725391+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:24:33.725453+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:24:33.799944+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:24:33.823329+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:24:33.847435+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:26:39.169199+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-04-28T10:26:39.220226+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:26:39.270263+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:26:39.270322+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:26:39.385305+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:26:39.449721+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:26:39.491581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:28:46.928286+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-04-28T10:28:46.968517+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:28:46.991162+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:28:46.991227+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:28:47.071017+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:28:47.099873+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:28:47.130397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:29:51.812929+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-04-28T10:29:51.856498+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:29:51.887414+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:29:51.887501+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:29:51.971151+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:29:52.000003+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:29:52.046720+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:30:56.611394+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-04-28T10:30:56.650189+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:30:56.675393+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:30:56.675475+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:30:56.770547+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:30:56.813924+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:30:56.852305+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:32:01.819696+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-04-28T10:32:01.863444+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:32:01.889051+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:32:01.889125+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:32:04.660525+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:33:05.743092+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-04-28T10:33:05.784216+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:33:05.811287+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:33:05.811347+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:33:08.693142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:33:08.771139+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-04-28T10:35:05.518973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T10:36:06.259185+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-04-28T10:36:06.305148+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:36:06.352226+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:36:06.352293+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:36:06.398015+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-28T10:36:06.444864+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:37:10.064004+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-28T10:37:10.122092+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:37:10.181061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:37:10.181130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:37:12.978327+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T10:37:13.037002+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:39:16.975482+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-04-28T10:39:17.015551+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:39:17.036502+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:39:17.036549+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:39:19.939243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:40:20.952430+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-04-28T10:40:20.987754+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:40:21.022046+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:40:21.022109+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:40:24.089682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:41:17.848376+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-04-28T10:41:17.908858+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:41:17.929448+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:41:17.929509+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:41:20.879979+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:42:07.210113+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-04-28T10:42:07.282902+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:42:07.303825+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:42:07.303895+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:42:10.089340+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:42:51.944756+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-04-28T10:42:51.993395+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:42:52.021018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:42:52.021077+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:42:54.874456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:43:32.613700+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-04-28T10:43:32.664144+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:43:32.692931+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:43:32.692999+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:43:35.612907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:44:11.395036+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-04-28T10:44:11.429162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:44:11.485207+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:44:11.485276+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:44:14.499735+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:44:44.040722+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-04-28T10:44:44.087294+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:44:44.111341+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:44:44.111397+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:44:46.882399+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:45:13.538558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T10:45:41.265076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T10:46:09.359737+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-04-28T10:46:09.424852+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:46:09.444961+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:46:09.445007+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:46:12.314678+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T10:46:12.342883+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:46:36.375929+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-04-28T10:46:36.411606+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:46:36.433142+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:46:36.433199+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:46:39.354267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:46:39.439733+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-04-28T10:47:36.602197+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-04-28T10:47:36.647124+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:47:36.668110+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:47:36.668168+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:47:36.694798+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-28T10:47:36.721790+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:48:38.813454+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-28T10:48:38.850987+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:48:38.878842+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:48:38.878887+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:48:41.695842+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T10:48:41.763060+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:49:39.162458+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-04-28T10:49:39.201704+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:49:39.232014+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:49:39.232085+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:49:39.302316+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:49:39.345285+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:49:39.371554+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:50:41.896490+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-04-28T10:50:41.951965+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:50:41.974783+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:50:41.974848+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:50:42.069255+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:50:42.097787+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:50:42.128684+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:51:13.539078+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-04-28T10:51:13.568986+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:51:13.589289+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:51:13.589347+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:51:13.671158+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:51:13.696015+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:51:13.720102+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:51:44.193405+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-04-28T10:51:44.253760+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:51:44.283961+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:51:44.284034+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:51:44.394241+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:51:44.428080+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:51:44.495940+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:52:47.378807+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-04-28T10:52:47.466680+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:52:47.488546+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:52:47.488634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:52:47.593871+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:52:47.633144+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:52:47.666460+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:53:51.608439+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-04-28T10:53:51.655652+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:53:51.679747+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:53:51.679819+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:53:51.766135+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:53:51.801188+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:53:51.827888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:54:55.424836+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-04-28T10:54:55.462523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:54:55.484959+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:54:55.485028+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:54:55.554824+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:54:55.579886+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:54:55.604514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:55:59.260059+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-04-28T10:55:59.305382+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:55:59.338039+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:55:59.338103+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:55:59.442167+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:55:59.473040+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:55:59.500288+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:57:05.065492+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-04-28T10:57:05.102704+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:57:05.123354+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:57:05.123410+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:57:05.198099+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T10:57:05.222183+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T10:57:05.248801+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T10:59:16.323333+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-04-28T10:59:16.354896+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T10:59:16.374653+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:59:16.374697+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T10:59:19.313385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:00:17.680682+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-04-28T11:00:17.722049+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:00:17.741159+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:00:17.741218+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:00:17.831337+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T11:00:17.883699+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T11:00:17.928095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:01:15.130845+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-04-28T11:01:15.180892+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:01:15.207212+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:01:15.207277+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:01:15.274296+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T11:01:15.320349+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T11:01:15.345302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:04:19.890142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:05:10.109926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:06:52.607359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:07:43.162544+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-04-28T11:07:43.198868+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:07:43.228720+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:07:43.228776+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:07:45.946009+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T11:07:46.067721+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:08:36.633469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:09:37.874912+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-04-28T11:09:37.907667+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:09:37.954220+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:09:37.954298+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:09:38.028107+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T11:09:38.108843+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T11:09:38.134058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:10:39.364113+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-04-28T11:10:39.397509+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:10:39.418175+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:10:39.418224+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:10:42.672036+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:10:42.737364+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-04-28T11:12:48.829686+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-04-28T11:12:48.888248+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:12:48.912371+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:12:48.912434+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:12:51.791560+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T11:12:51.849524+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:14:53.984233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:20:11.033254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/jcb.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:22:13.198215+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-04-28T11:22:13.314759+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:22:13.338563+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:22:13.338627+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:22:16.478632+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T11:22:16.549545+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:30:49.365944+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-28T11:30:49.422153+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:30:49.453146+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:30:49.453210+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:30:52.325981+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T11:30:52.384601+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:32:28.473647+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-04-28T11:32:28.497628+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:32:28.518354+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:32:28.518398+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:32:28.555619+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-28T11:32:28.585304+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:34:39.100636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:36:46.642453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:38:53.144436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:39:58.795448+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-04-28T11:39:58.819717+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:39:58.840244+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:39:58.840294+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:40:01.697741+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T11:40:01.762740+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:41:00.210662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/images/demo/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/images/demo/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/images/demo/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T11:53:14.496100+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-04-28T11:53:14.549139+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:53:14.571189+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:53:14.571244+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:53:14.576961+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T11:53:14.596334+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-04-28T11:53:14.597479+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-04-28T11:54:19.903012+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-04-28T11:54:19.953793+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T11:54:20.010540+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:54:20.010602+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T11:54:23.019942+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T11:54:23.086387+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:00:20.843026+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"style.css"},"request_uri":"https://test.phila-ca.com/public/en/livre/style.css","method":"GET"} [] [2025-04-28T12:00:20.928038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:00:20.979659+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:00:20.979725+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:00:23.898147+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T12:00:23.957264+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:00:57.028859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:02:00.768992+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-04-28T12:02:00.839948+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:02:00.890882+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:02:00.890949+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:02:00.990232+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:03:02.791415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:05:46.656626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/discover.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/discover.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:07:29.098227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:08:19.974493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/solutions-sprite.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:11:45.285098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:12:25.198737+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-04-28T12:12:25.278712+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:12:25.310582+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:12:25.310641+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:12:25.480414+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T12:12:25.537513+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T12:12:25.566403+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:12:35.171983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:13:24.780109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:15:09.452850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:16:01.715183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:16:52.254149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:18:36.961433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:19:30.233738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:20:22.152225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:21:13.728756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:22:05.861370+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-04-28T12:22:05.888860+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:22:05.917972+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:22:05.918021+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:22:05.956648+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-28T12:22:05.998111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:22:58.548739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:24:02.724951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:26:06.477554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:27:11.463959+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-04-28T12:27:11.490665+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:27:11.512081+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:27:11.512130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:27:14.402259+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T12:27:14.469284+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:33:17.287212+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-04-28T12:33:17.313229+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:33:17.335116+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:33:17.335174+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:33:17.417309+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T12:33:17.479340+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T12:33:17.518292+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:33:20.769316+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-04-28T12:33:20.775908+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:33:20.783934+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:33:20.783982+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:33:20.804670+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T12:33:20.816835+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T12:33:20.827704+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:33:38.879999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:34:15.150244+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-04-28T12:34:15.187878+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:34:15.216852+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:34:15.216926+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:34:15.248720+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-04-28T12:34:15.274648+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:41:11.682426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:41:49.156077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T12:42:25.553403+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-04-28T12:42:25.612761+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:42:25.657016+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:42:25.657083+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:42:28.517245+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T12:42:28.579381+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:53:36.960484+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-04-28T12:53:37.034609+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:53:37.092170+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:53:37.092235+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:53:39.895508+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T12:53:39.956645+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T12:55:38.245761+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-04-28T12:55:38.272079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T12:55:38.292546+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:55:38.292603+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T12:55:41.131661+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T12:55:41.188898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T13:04:57.033231+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-04-28T13:04:57.077989+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T13:04:57.100172+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:04:57.100223+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:04:59.794608+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T13:04:59.851083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T13:17:59.989159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-4-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:18:54.879429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/img-1-bg.jpg')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:27:05.495936+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-04-28T13:27:05.520331+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T13:27:05.542105+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:27:05.542169+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:27:05.659485+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T13:27:05.709449+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T13:27:05.734216+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T13:27:26.107017+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-04-28T13:27:26.134557+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T13:27:26.155304+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:27:26.155366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:27:29.005033+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T13:27:29.062376+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T13:29:32.727379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:37:53.403319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:56:27.716377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/build/images/images/solutions-sprite.png"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/build/images/images/solutions-sprite.png\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/build/images/images/solutions-sprite.png/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:56:30.039362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:56:46.916957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:57:58.414136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.eot')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:58:00.727334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/assets/fonts/fontawesome-webfont.ttf')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:58:07.254567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:58:09.497173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:58:32.160588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:58:35.583592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T13:58:37.819659+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-04-28T13:58:37.837686+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T13:58:37.849406+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:58:37.849449+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:58:40.645630+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T13:58:40.691416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T13:58:42.916050+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-04-28T13:58:42.921924+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T13:58:42.928868+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:58:42.928907+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:58:45.571511+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T13:58:45.608416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T13:58:48.074553+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-04-28T13:58:48.093548+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T13:58:48.115095+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:58:48.115143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T13:58:50.741140+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T13:58:50.798823+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:02:14.273513+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-04-28T14:02:14.307852+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:02:14.330957+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:02:14.331003+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:02:14.406213+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T14:02:14.713684+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T14:02:14.749686+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:02:18.213959+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-28T14:02:18.220349+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:02:18.228093+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:02:18.228135+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:02:21.145808+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:02:21.185294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:06:54.299262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:06:59.225633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:07:35.032059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:07:38.742382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:08:12.389232+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-04-28T14:08:12.430374+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:08:12.459992+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:08:12.460047+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:08:15.235623+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:08:15.288556+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:08:17.517038+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-04-28T14:08:17.523521+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:08:17.531325+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:08:17.531366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:08:20.401695+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:08:20.444212+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:12:29.004981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:15:23.141306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:15:25.617260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:15:31.223667+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-04-28T14:15:31.238507+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:15:31.249998+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:15:31.250047+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:15:34.125304+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:15:34.174226+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:17:06.759591+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-04-28T14:17:06.798394+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:17:06.824352+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:17:06.824415+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:17:09.881981+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:17:09.960784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:18:35.024426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:27:08.987560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T14:27:12.606703+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-04-28T14:27:12.626280+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:27:12.638571+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:27:12.638621+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:27:12.735630+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T14:27:12.769684+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T14:27:12.785967+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:31:49.908545+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-04-28T14:31:49.959316+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:31:49.984917+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:31:49.984977+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:31:52.661942+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:31:52.714121+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T14:31:53.119678+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-04-28T14:31:53.125394+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T14:31:53.132287+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:31:53.132331+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T14:31:55.690813+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T14:31:55.712901+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T15:00:17.568242+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"https://test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-04-28T15:00:17.622642+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T15:00:17.643927+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T15:00:17.643972+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T15:00:21.000142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T16:11:38.158089+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-04-28T16:11:38.229038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T16:11:38.269671+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T16:11:38.269752+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T16:11:38.468473+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T16:11:38.530887+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T16:11:38.635659+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T16:25:46.159260+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-04-28T16:25:46.192165+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T16:25:46.219739+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T16:25:46.219798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T16:25:46.314240+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T16:25:46.373003+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T16:25:46.415717+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T17:01:10.001172+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-04-28T17:01:10.034125+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T17:01:10.073517+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T17:01:10.073586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T17:01:13.066506+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T17:01:13.125786+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T17:32:25.034038+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-04-28T17:32:25.094864+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T17:32:25.137117+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T17:32:25.137176+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T17:32:28.047535+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T17:32:28.111852+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T18:00:58.166731+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-04-28T18:00:58.207158+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T18:00:58.240356+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T18:00:58.240432+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T18:01:00.798450+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-04-28T18:01:00.841649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T18:01:00.851859+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T18:01:00.851917+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T18:01:01.127492+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T18:01:01.209030+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T18:01:03.496479+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T18:01:03.535771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T18:34:41.194988+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-04-28T18:34:41.221207+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T18:34:41.244430+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T18:34:41.244498+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T18:34:43.984035+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T18:34:44.044193+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T19:07:53.337764+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-04-28T19:07:53.407927+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T19:07:53.449829+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T19:07:53.449889+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T19:07:56.201903+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T19:07:56.271842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T19:27:37.293189+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-04-28T19:27:37.321978+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T19:27:37.342043+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T19:27:37.342104+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T19:27:40.464750+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T19:27:40.518055+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T19:43:41.523366+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-04-28T19:43:41.560029+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T19:43:41.580380+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T19:43:41.580438+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T19:43:41.669745+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T19:43:41.704845+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T19:43:41.737891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T20:40:34.046191+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-04-28T20:40:34.097056+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T20:40:34.130674+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T20:40:34.130756+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T20:40:34.213827+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T20:40:34.303237+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T20:40:34.337896+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T21:02:48.841936+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-04-28T21:02:48.902184+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T21:02:48.923560+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:02:48.923607+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:02:49.072103+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T21:02:49.114328+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T21:02:49.145632+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T21:02:52.694322+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-04-28T21:02:52.700697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T21:02:52.708647+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:02:52.708688+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:02:55.477036+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T21:02:55.514411+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T21:18:40.875080+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-04-28T21:18:40.906373+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T21:18:40.927717+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:18:40.927769+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:18:43.905089+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T21:18:43.971266+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T21:47:01.121101+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-04-28T21:47:01.156430+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T21:47:01.187632+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:47:01.187679+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:47:04.026434+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T21:47:04.084138+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T21:59:37.228333+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-04-28T21:59:37.272743+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T21:59:37.299879+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:59:37.299935+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T21:59:37.369161+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T21:59:37.420708+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T21:59:37.454984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T22:22:42.031919+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-04-28T22:22:42.073095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T22:22:42.099749+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:22:42.099822+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:22:42.202560+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T22:22:42.249895+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T22:22:42.282279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T22:32:33.219175+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-04-28T22:32:33.244537+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T22:32:33.264585+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:33.264636+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:33.361766+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T22:32:33.388779+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T22:32:33.414003+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T22:32:39.452408+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-04-28T22:32:39.459096+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T22:32:39.467283+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:39.467323+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:39.487253+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T22:32:39.499364+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T22:32:39.510480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T22:32:41.433675+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-04-28T22:32:41.439737+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T22:32:41.447077+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:41.447117+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:44.183035+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T22:32:44.222226+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T22:32:45.399426+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-04-28T22:32:45.406097+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T22:32:45.414127+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:45.414170+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:32:48.299330+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T22:32:48.347773+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T22:54:13.040892+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-04-28T22:54:13.065421+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T22:54:13.087691+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:54:13.087740+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T22:54:15.991895+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T22:54:16.056628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T23:10:33.903879+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-04-28T23:10:33.945502+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T23:10:33.966160+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:10:33.966223+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:10:34.058575+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T23:10:34.127281+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T23:10:34.152934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T23:10:36.585690+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-04-28T23:10:36.592526+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T23:10:36.601033+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:10:36.601088+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:10:39.323152+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T23:10:39.363640+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T23:10:41.998429+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-04-28T23:10:42.005006+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T23:10:42.013147+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:10:42.013197+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:10:42.036718+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T23:10:42.049448+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T23:10:42.060832+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T23:50:46.758501+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-04-28T23:50:46.816179+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T23:50:46.844591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:50:46.844645+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:50:46.917663+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-28T23:50:46.976617+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-28T23:50:47.010032+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-28T23:50:49.327084+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-04-28T23:50:49.333580+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-28T23:50:49.341453+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:50:49.341497+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-28T23:50:52.229481+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-28T23:50:52.269161+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T00:22:24.771041+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-04-29T00:22:24.810842+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T00:22:24.831090+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T00:22:24.831149+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T00:22:24.925878+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-29T00:22:24.951701+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-29T00:22:24.975463+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T00:22:29.240843+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-04-29T00:22:29.247183+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T00:22:29.254838+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T00:22:29.254905+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T00:22:29.275369+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-29T00:22:29.287376+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-29T00:22:29.297895+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T00:47:41.392362+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-04-29T00:47:41.415659+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T00:47:41.434836+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T00:47:41.434886+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T00:47:44.177443+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-29T00:47:44.234130+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T01:26:48.832307+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-04-29T01:26:48.872598+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T01:26:48.902015+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T01:26:48.902078+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T01:26:51.858421+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-04-29T01:26:51.935774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T03:12:40.889661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T03:54:51.880000+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-04-29T03:54:52.794317+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T03:54:53.344766+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T03:54:53.344852+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T03:54:54.418972+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-04-29T03:54:54.828244+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T05:33:46.667686+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-04-29T05:33:47.068158+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T05:33:47.341754+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T05:33:47.341822+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T05:33:48.329088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T05:34:46.933034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/assets/css/%7B%7B%20asset('build/images/images/offline-msg.png')%20%7D%7D/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T05:34:55.803480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T05:35:07.690556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T05:35:13.463824+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-04-29T05:35:13.485031+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T05:35:13.495148+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T05:35:13.495206+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T05:35:14.167967+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-29T05:35:14.273360+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-29T05:35:14.291718+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T05:35:19.333626+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-04-29T05:35:19.340529+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-29T05:35:19.349869+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T05:35:19.349935+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-29T05:35:19.372602+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-04-29T05:35:19.384101+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-04-29T05:35:19.395264+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-29T05:37:19.630788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T19:24:06.677569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T19:46:17.340111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T20:25:12.724257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T20:29:04.401900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-30T14:44:33.625104+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-04-30T14:44:34.792621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-30T14:44:35.330605+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-30T14:44:35.330671+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-30T14:44:36.895233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-04-30T22:57:31.735219+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-04-30T22:57:32.004977+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-04-30T22:57:32.212829+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-30T22:57:32.212892+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-04-30T22:57:33.058480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-01T11:50:00.911120+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-05-01T11:50:01.348306+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-01T11:50:01.663584+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-01T11:50:01.663648+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-01T11:50:02.930383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-01T13:43:21.332257+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-05-01T13:43:21.695521+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-01T13:43:22.035058+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-01T13:43:22.035129+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-01T13:43:23.187268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T00:35:12.414234+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-05-02T00:35:12.775172+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T00:35:12.961230+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T00:35:12.961294+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T00:35:13.800545+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T04:30:21.882466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T06:04:15.474638+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-05-02T06:04:15.976330+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T06:04:16.056998+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T06:04:16.057062+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T06:04:16.156778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T06:04:16.282320+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-02T06:04:16.486776+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T08:09:25.720877+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-05-02T08:09:25.940381+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T08:09:26.074680+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T08:09:26.074750+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T08:09:26.998935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T09:27:56.638655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T10:08:48.444578+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-05-02T10:08:48.656058+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T10:08:48.839460+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T10:08:48.839528+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T10:08:49.679728+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T10:09:00.769213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T10:27:04.588583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T10:56:00.807543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T11:08:44.574766+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-05-02T11:08:44.657755+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T11:08:44.692159+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T11:08:44.692214+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T11:08:44.859574+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T11:48:01.223945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T12:52:52.419506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T13:05:56.531192+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-05-02T13:05:56.581039+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T13:05:56.610740+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T13:05:56.610797+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T13:05:56.709767+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-02T13:05:56.747157+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T13:39:29.553018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T14:09:56.220559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T14:41:25.264582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:17:45.520369+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-05-02T15:17:45.559289+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T15:17:45.582419+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T15:17:45.582475+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T15:17:46.258711+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T15:17:49.093267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:17:52.997279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:17:57.101734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:18:01.541171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:18:05.215066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:18:09.229816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:18:13.087661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:18:17.455898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T15:44:01.389656+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-05-02T15:44:01.432882+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T15:44:01.460087+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T15:44:01.460151+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T15:44:01.518633+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-02T15:44:01.558052+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T16:13:18.129878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T16:13:25.033472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T16:44:22.677800+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-05-02T16:44:22.730388+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T16:44:22.751891+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T16:44:22.751943+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T16:44:22.803899+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-02T16:44:22.833081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T17:31:26.163252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T17:57:48.345753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T18:11:48.329231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T18:23:39.295934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T18:23:49.183425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T18:46:04.659538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T18:46:12.931034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T19:29:28.820416+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-05-02T19:29:28.875879+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T19:29:28.905440+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T19:29:28.905498+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T19:29:28.955149+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-02T19:29:29.009335+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T19:47:00.355949+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-05-02T19:47:00.394256+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T19:47:00.413449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T19:47:00.413513+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T19:47:00.418935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T19:47:00.451441+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-05-02T19:47:00.464762+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-05-02T19:47:01.023330+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-02T19:47:01.029362+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T19:47:01.036873+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T19:47:01.036915+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T19:47:01.098135+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T22:00:55.461378+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-05-02T22:00:55.500192+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T22:00:55.531106+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T22:00:55.531167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T22:00:55.693522+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T22:34:57.052777+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-05-02T22:34:57.089682+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T22:34:57.124100+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T22:34:57.124162+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T22:34:57.231972+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T22:58:25.654494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T23:17:48.785767+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-05-02T23:17:48.840789+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-02T23:17:48.881318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T23:17:48.881385+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-02T23:17:49.035318+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-02T23:49:01.913983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T00:02:53.725538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T00:26:21.697052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T02:00:13.763941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T03:57:13.557418+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-05-03T03:57:14.236974+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T03:57:14.355372+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T03:57:14.355439+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T03:57:14.875114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T03:57:23.278076+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T04:09:06.849223+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-05-03T04:09:07.178368+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T04:09:07.400984+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T04:09:07.401048+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T04:09:08.309155+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T04:48:11.363488+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-05-03T04:48:12.050738+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T04:48:12.453343+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T04:48:12.453412+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T04:48:17.005643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T05:23:21.532684+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-05-03T05:23:21.571035+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T05:23:21.592635+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T05:23:21.592695+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T05:23:22.994754+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T05:23:23.156596+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T05:23:23.310006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:13:37.006924+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-05-03T06:13:37.055019+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:13:37.082140+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:13:37.082201+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:13:37.463384+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T06:13:37.531456+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T06:13:37.575789+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:13:40.710733+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-05-03T06:13:40.717327+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:13:40.725567+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:13:40.725613+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:13:43.656711+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:13:44.911558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T06:24:41.094906+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-05-03T06:24:41.129999+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:24:41.157636+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:24:41.157690+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:24:41.254551+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T06:24:41.288103+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T06:24:41.320317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:24:44.764492+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-05-03T06:24:44.771181+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:24:44.779542+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:24:44.779585+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:24:47.738419+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:56:41.517803+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-05-03T06:56:41.554844+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:56:41.575024+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:56:41.575068+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:56:41.654462+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T06:56:41.717899+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T06:56:41.767662+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:56:45.768532+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-05-03T06:56:45.776176+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:56:45.784923+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:56:45.784962+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:56:48.733965+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T06:56:49.020250+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-05-03T06:56:49.025908+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T06:56:49.032760+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:56:49.032799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T06:56:51.842142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T07:08:21.416385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:08:28.851368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:08:32.766488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:21:16.904348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:21:20.637539+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-05-03T07:21:20.650582+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T07:21:20.660023+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:21:20.660063+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:21:20.744993+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T07:21:20.772791+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T07:21:20.788033+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T07:21:24.846556+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-05-03T07:21:24.852910+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T07:21:24.860467+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:21:24.860509+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:21:27.764751+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T07:21:33.447571+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-05-03T07:21:33.467578+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T07:21:33.488522+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:21:33.488606+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:21:36.144235+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T07:41:05.295297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:41:08.921476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:41:13.749928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T07:41:17.034820+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-05-03T07:41:17.047155+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T07:41:17.056398+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:41:17.056440+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:41:19.768722+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T07:41:21.496441+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-05-03T07:41:21.514689+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T07:41:21.532912+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:41:21.532960+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:41:24.363739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T07:41:24.928689+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-05-03T07:41:24.934943+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T07:41:24.942401+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:41:24.942443+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T07:41:28.068666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:07:08.942151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T08:07:17.357791+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-05-03T08:07:17.380288+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:07:17.390865+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:07:17.390911+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:07:17.453085+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T08:07:17.472565+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T08:07:17.490498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:07:20.735130+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-05-03T08:07:20.741208+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:07:20.748550+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:07:20.748590+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:07:23.497473+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:33:30.630102+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-05-03T08:33:30.667638+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:33:30.695144+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:30.695193+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:30.798442+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T08:33:30.836081+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T08:33:30.864667+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:33:33.561334+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-05-03T08:33:33.567823+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:33:33.575677+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:33.575719+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:36.476096+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:33:36.575971+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-03T08:33:37.654078+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-05-03T08:33:37.660716+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:33:37.668594+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:37.668635+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:37.693387+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T08:33:37.708350+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T08:33:37.725749+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:33:41.556962+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-05-03T08:33:41.563385+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:33:41.571289+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:41.571330+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:33:44.435298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:33:45.304874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T08:35:22.047444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T08:43:18.354278+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-05-03T08:43:18.423853+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:43:18.444118+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:18.444174+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:21.040984+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-05-03T08:43:21.074929+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:43:21.083202+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:21.083250+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:21.180081+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T08:43:21.217618+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T08:43:21.255377+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:43:21.423307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:43:24.660835+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-05-03T08:43:24.669543+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:43:24.680118+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:24.680186+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:24.703565+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T08:43:24.718046+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T08:43:24.732446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T08:43:32.486926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T08:43:37.093036+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-05-03T08:43:37.118551+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T08:43:37.148134+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:37.148184+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T08:43:40.047497+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T09:12:12.861917+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-05-03T09:12:12.904115+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T09:12:12.932113+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T09:12:12.932168+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T09:12:15.708399+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T09:26:12.916898+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-05-03T09:26:12.974147+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T09:26:13.007728+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T09:26:13.007795+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T09:26:13.157211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T09:26:13.240402+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T09:26:13.265904+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T09:26:17.015322+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-05-03T09:26:17.021892+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T09:26:17.029704+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T09:26:17.029744+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T09:26:17.049616+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T09:26:17.060096+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T09:26:17.071082+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:00:05.989200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T10:00:14.553545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T10:00:17.460726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T10:06:01.669982+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-05-03T10:06:01.712346+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:06:01.738026+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:06:01.738100+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:06:01.804144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:06:12.692124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T10:06:16.845935+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-05-03T10:06:16.871808+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:06:16.894096+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:06:16.894164+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:06:19.669453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:28:04.956464+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-05-03T10:28:04.994986+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:28:05.015185+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:28:05.015234+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:28:05.082788+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:28:16.942500+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-05-03T10:28:16.948586+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:28:16.955994+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:28:16.956038+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:28:19.834558+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:45:09.863667+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-05-03T10:45:09.914032+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:45:09.937371+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:09.937430+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:10.008282+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T10:45:10.039145+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T10:45:10.063452+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:45:12.730215+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-05-03T10:45:12.736659+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:45:12.744543+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:12.744582+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:12.764931+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T10:45:12.777663+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T10:45:12.788581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:45:16.859601+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-05-03T10:45:16.865813+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:45:16.873319+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:16.873363+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:16.893861+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T10:45:16.906841+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T10:45:16.920498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:45:26.048457+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-05-03T10:45:26.075058+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:45:26.107088+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:26.107156+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:28.879871+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-05-03T10:45:28.904448+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:45:28.912351+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:28.912390+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:29.053071+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:45:31.626088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T10:45:33.932647+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-05-03T10:45:33.938766+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T10:45:33.946159+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:33.946206+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T10:45:36.621499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:06:01.685980+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-05-03T11:06:01.726744+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:06:01.772316+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:01.772373+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:02.247884+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:06:14.000732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T11:06:18.610467+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-05-03T11:06:18.636115+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:06:18.658948+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:18.659010+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:18.785227+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T11:06:18.838102+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T11:06:18.859655+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:06:20.382846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T11:06:24.696798+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-05-03T11:06:24.702682+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:06:24.709656+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:24.709695+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:24.729966+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T11:06:24.740735+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T11:06:24.751918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:06:29.506647+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-05-03T11:06:29.512842+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:06:29.520281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:29.520322+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:32.485425+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:06:33.030086+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-05-03T11:06:33.036802+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:06:33.044849+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:33.044895+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:06:35.909477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:06:37.934944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T11:27:19.157246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T11:27:21.746787+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-05-03T11:27:21.760128+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:27:21.770265+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:27:21.770322+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:27:25.409001+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:48:29.510187+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-05-03T11:48:29.584912+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:48:29.630873+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:48:29.630945+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:48:29.741046+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T11:48:29.800362+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T11:48:29.852245+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T11:48:41.806444+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-05-03T11:48:41.814047+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T11:48:41.822980+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:48:41.823029+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T11:48:41.848539+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T11:48:41.865408+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T11:48:41.878177+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:01:08.920124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T12:01:12.871605+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-05-03T12:01:12.884916+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:01:12.894922+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:01:12.894971+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:01:15.787453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:01:16.876339+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-05-03T12:01:16.882013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:01:16.888879+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:01:16.888920+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:01:16.957506+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T12:01:16.991819+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T12:01:17.002771+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:25:01.060857+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-05-03T12:25:01.114383+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:25:01.144246+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:25:01.144321+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:25:01.289092+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T12:25:01.347912+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T12:25:01.379919+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:25:05.774090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T12:25:09.441925+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-05-03T12:25:09.448219+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:25:09.455808+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:25:09.455851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:25:09.475253+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T12:25:09.487445+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T12:25:09.498190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:48:33.538253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T12:48:38.206904+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-05-03T12:48:38.220524+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:48:38.230441+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:38.230484+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:38.294867+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T12:48:38.338115+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T12:48:38.353160+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:48:44.867260+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-05-03T12:48:44.876305+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:48:44.885649+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:44.885707+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:47.731986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:48:49.246750+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-05-03T12:48:49.266977+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:48:49.285693+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:49.285738+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:52.018648+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T12:48:52.847343+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-05-03T12:48:52.853010+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T12:48:52.859889+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:52.859930+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T12:48:55.693704+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:09:05.845039+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-05-03T13:09:05.914942+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T13:09:05.963637+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:09:05.963714+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:09:06.022556+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-03T13:09:06.058681+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:09:22.886027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T13:09:29.636226+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-05-03T13:09:29.650963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T13:09:29.661218+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:09:29.661269+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:09:32.529573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:29:37.203765+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-05-03T13:29:37.234751+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T13:29:37.254586+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:29:37.254628+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:29:40.152610+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:45:40.775062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T13:45:46.152527+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-05-03T13:45:46.164421+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T13:45:46.176094+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:45:46.176153+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:45:46.262810+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T13:45:46.371732+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:45:49.712575+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-05-03T13:45:49.718395+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T13:45:49.725326+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:45:49.725363+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:45:49.744844+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T13:45:49.755505+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T13:45:49.765994+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:45:54.472908+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-05-03T13:45:54.479087+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T13:45:54.486435+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:45:54.486481+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T13:45:54.506615+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T13:45:54.517959+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T13:45:54.528994+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T13:46:05.581142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T14:06:18.182118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T14:06:20.865932+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-05-03T14:06:20.892616+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T14:06:20.902996+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T14:06:20.903045+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T14:06:21.007774+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T14:06:21.043748+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T14:06:21.058792+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T14:19:57.001334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T14:20:01.305439+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-05-03T14:20:01.319719+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T14:20:01.329670+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T14:20:01.329715+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T14:20:01.400025+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T14:20:01.415117+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T14:20:01.430277+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T14:44:33.367092+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-05-03T14:44:33.423855+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T14:44:33.473440+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T14:44:33.473503+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T14:44:36.384306+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:03:53.081232+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-05-03T15:03:53.117670+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:03:53.138926+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:03:53.138981+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:03:53.240206+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-03T15:03:53.272279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:03:57.127335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T15:04:04.492979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T15:04:08.919396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T15:29:09.639309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T15:29:22.124581+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-05-03T15:29:22.143753+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:29:22.153762+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:29:22.153804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:29:25.368985+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:34:37.204708+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-05-03T15:34:37.229323+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:34:37.264565+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:37.264621+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:37.359408+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T15:34:37.420287+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T15:34:37.453797+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:34:40.462475+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-05-03T15:34:40.468918+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:34:40.476737+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:40.476778+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:40.478013+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:34:40.485619+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-05-03T15:34:40.486711+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-05-03T15:34:40.716708+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-03T15:34:40.723293+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:34:40.732980+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:40.733028+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:40.742555+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:34:48.968424+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-05-03T15:34:48.974138+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:34:48.981108+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:48.981154+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:51.741873+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T15:34:53.338104+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-05-03T15:34:53.362162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T15:34:53.381525+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:53.381586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T15:34:56.134089+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:22:01.113689+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-05-03T16:22:01.166371+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:22:01.197426+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:22:01.197497+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:22:01.273918+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T16:22:01.306799+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T16:22:01.336922+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:22:09.000344+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-05-03T16:22:09.006510+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:22:09.013962+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:22:09.014004+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:22:12.043805+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:43:54.099140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T16:43:57.009192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T16:44:01.182384+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-05-03T16:44:01.197614+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:44:01.209752+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:01.209811+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:01.286338+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T16:44:01.332552+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T16:44:01.350047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:44:05.073931+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-05-03T16:44:05.080057+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:44:05.087465+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:05.087507+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:05.108411+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T16:44:05.119831+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T16:44:05.130585+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:44:09.687478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T16:44:12.838714+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-05-03T16:44:12.844626+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:44:12.851666+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:12.851710+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:15.772249+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:44:19.298720+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-05-03T16:44:19.316406+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:44:19.327423+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:19.327468+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:44:22.152801+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T16:55:37.223558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T16:55:40.726396+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-05-03T16:55:40.739309+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T16:55:40.748850+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:55:40.748891+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T16:55:40.863320+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T16:55:40.881274+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T16:55:40.896256+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:20:33.614397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T17:20:49.250562+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-05-03T17:20:49.283601+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:20:49.310346+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:20:49.310442+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:20:49.383049+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T17:20:49.426797+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T17:20:49.452506+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:20:57.891639+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-05-03T17:20:57.898832+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:20:57.907210+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:20:57.907265+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:20:57.929005+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T17:20:57.940517+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T17:20:57.950774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:21:08.820175+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-05-03T17:21:08.846218+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:21:08.867413+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:21:08.867481+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:21:08.939742+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T17:21:08.972539+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T17:21:09.001086+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:21:18.745115+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-05-03T17:21:18.753288+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:21:18.763552+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:21:18.763616+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:21:21.749308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:21:25.410072+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-05-03T17:21:25.445455+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:21:25.472613+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:21:25.472669+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:21:28.297605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:58:09.923045+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-05-03T17:58:10.003155+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:58:10.044010+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:10.044073+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:10.145096+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T17:58:10.193180+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T17:58:10.239187+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:58:16.823361+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-05-03T17:58:16.829565+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:58:16.837135+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:16.837177+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:19.774955+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:58:21.734943+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-05-03T17:58:21.741156+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:58:21.748669+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:21.748710+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:21.767149+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T17:58:21.778139+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T17:58:21.788518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T17:58:24.841844+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-05-03T17:58:24.847647+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T17:58:24.854975+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:24.855018+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T17:58:27.744314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:14:01.154776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T18:14:04.768271+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-05-03T18:14:04.784946+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:14:04.797085+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:14:04.797147+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:14:04.902101+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T18:14:04.938276+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T18:14:04.954035+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:30:13.330808+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-05-03T18:30:13.374116+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:30:13.397266+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:30:13.397313+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:30:13.487392+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T18:30:13.540138+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T18:30:13.571093+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:30:17.945633+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-05-03T18:30:17.952328+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:30:17.960355+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:30:17.960399+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:30:20.906115+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:30:24.878053+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-05-03T18:30:24.883994+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:30:24.891170+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:30:24.891213+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:30:27.653981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:41:40.038431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T18:41:40.839875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T18:42:36.740515+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-05-03T18:42:36.768236+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:42:36.793025+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:36.793108+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:36.896423+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:42:45.827264+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-05-03T18:42:45.833305+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:42:45.840855+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:45.840914+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:45.933782+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T18:42:45.977207+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T18:42:45.995259+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:42:49.428895+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-05-03T18:42:49.435264+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:42:49.444893+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:49.444957+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:52.505131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T18:42:53.055281+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-05-03T18:42:53.078851+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T18:42:53.098126+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:53.098175+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T18:42:55.928978+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:01:20.866937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T19:01:28.709104+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-05-03T19:01:28.722751+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:01:28.732626+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:01:28.732669+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:01:28.801080+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T19:01:28.846596+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T19:01:28.862298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:01:32.651741+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-05-03T19:01:32.657879+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:01:32.665222+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:01:32.665262+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:01:35.641495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:26:24.871774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T19:26:29.502002+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-05-03T19:26:29.515722+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:26:29.525746+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:26:29.525796+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:26:29.623496+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T19:26:29.657109+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T19:26:29.674810+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:26:34.137343+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-05-03T19:26:34.143423+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:26:34.150761+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:26:34.150799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:26:34.172448+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T19:26:34.185107+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T19:26:34.197816+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:26:37.039243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T19:40:33.960120+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-05-03T19:40:34.007697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:40:34.037312+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:40:34.037382+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:40:34.119666+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T19:40:34.149133+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T19:40:34.183494+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:40:45.548702+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-05-03T19:40:45.555184+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:40:45.563181+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:40:45.563225+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:40:48.525537+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:59:32.953338+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-05-03T19:59:32.987937+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:59:33.008281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:59:33.008336+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:59:33.102709+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T19:59:33.144758+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T19:59:33.169890+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T19:59:36.775647+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-05-03T19:59:36.782298+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T19:59:36.790344+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:59:36.790389+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T19:59:39.689613+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:23:44.946713+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-05-03T20:23:44.993438+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:23:45.042978+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:23:45.043030+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:23:45.118236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T20:23:45.165025+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T20:23:45.191267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:23:48.617218+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-05-03T20:23:48.623635+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:23:48.631451+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:23:48.631491+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:23:51.588511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:23:52.639495+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-05-03T20:23:52.645117+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:23:52.652018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:23:52.652058+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:23:55.429346+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:29:36.612071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T20:29:40.868931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T20:29:45.299443+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-05-03T20:29:45.312742+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:29:45.322526+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:29:45.322570+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:29:45.396442+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T20:29:45.428258+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T20:29:45.443172+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:29:49.869568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T20:29:53.315213+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-05-03T20:29:53.340366+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:29:53.364547+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:29:53.364593+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:29:53.395310+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T20:29:53.417052+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T20:29:53.437932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:52:33.777672+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-03T20:52:33.804437+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:52:33.830689+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:33.830733+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:33.847564+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:52:37.403983+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-05-03T20:52:37.410340+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:52:37.417959+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:37.418006+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:37.480208+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T20:52:37.516303+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T20:52:37.535181+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:52:40.907614+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-05-03T20:52:40.913860+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:52:40.921275+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:40.921317+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:40.943404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T20:52:40.957915+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T20:52:40.970601+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T20:52:49.798510+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-05-03T20:52:49.823611+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T20:52:49.844204+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:49.844259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T20:52:52.649764+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:21:45.224678+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-05-03T21:21:45.275152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:21:45.305198+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:21:45.305253+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:21:45.394278+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T21:21:45.448785+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T21:21:45.486639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:21:50.664201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T21:31:18.568189+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-05-03T21:31:18.592116+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:31:18.611954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:18.612010+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:18.640875+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-03T21:31:18.667622+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:31:41.374299+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-05-03T21:31:41.407896+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:31:41.434883+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:41.434935+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:41.568262+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T21:31:41.617684+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T21:31:41.652768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:31:46.071795+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-05-03T21:31:46.078154+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:31:46.085935+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:46.085977+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:46.106120+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T21:31:46.118093+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T21:31:46.129089+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:31:49.338238+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-05-03T21:31:49.344354+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:31:49.351797+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:49.351840+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:52.131352+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:31:53.021445+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-05-03T21:31:53.027187+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:31:53.034187+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:53.034227+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:56.018897+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:31:57.119224+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-05-03T21:31:57.142188+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:31:57.161749+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:31:57.161798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:32:00.304941+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T21:52:24.988474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T21:52:28.515672+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-05-03T21:52:28.530474+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T21:52:28.541826+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:52:28.541880+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T21:52:28.613175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:11:25.634752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T22:11:34.042166+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-05-03T22:11:34.055037+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:11:34.065517+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:34.065563+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:34.130164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T22:11:34.168435+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T22:11:34.184154+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:11:41.125576+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-05-03T22:11:41.152496+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:11:41.179844+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:41.179909+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:44.015131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:11:48.966049+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-05-03T22:11:48.972205+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:11:48.979690+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:48.979732+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:51.710368+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:11:52.958909+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-05-03T22:11:52.979472+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:11:52.994856+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:52.994922+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:11:55.947238+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:11:56.908470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T22:35:40.899339+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-05-03T22:35:40.932469+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:35:40.951781+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:40.951830+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:41.031998+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T22:35:41.106263+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T22:35:41.132367+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:35:45.424323+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-05-03T22:35:45.430942+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:35:45.439019+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:45.439067+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:45.459546+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T22:35:45.471325+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T22:35:45.482651+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:35:49.890100+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-05-03T22:35:49.896276+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:35:49.903777+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:49.903819+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:49.927933+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T22:35:49.943199+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T22:35:49.956088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:35:54.156826+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-05-03T22:35:54.163152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T22:35:54.171116+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:54.171165+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T22:35:57.151570+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T22:51:49.604130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T23:10:01.689508+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-05-03T23:10:01.735508+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T23:10:01.763207+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:10:01.763257+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:10:04.617264+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T23:10:05.684996+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-05-03T23:10:05.691635+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T23:10:05.699614+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:10:05.699658+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:10:08.628936+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T23:37:40.913454+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-05-03T23:37:40.945069+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T23:37:40.967262+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:37:40.967326+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:37:41.080359+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T23:37:41.130648+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T23:37:41.156681+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-03T23:53:37.358529+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-05-03T23:53:37.443548+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-03T23:53:37.478498+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:53:37.478567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-03T23:53:37.566018+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-03T23:53:37.706333+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-03T23:53:37.732328+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:04:49.208438+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-05-04T00:04:49.208439+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-05-04T00:04:49.776137+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:04:49.776176+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:04:50.235556+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:04:50.235627+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:04:50.235793+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:04:50.235865+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:04:50.696940+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T00:04:50.934218+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T00:04:51.293078+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:04:54.363502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:29:05.136881+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://test.phila-ca.com/public/","method":"GET"} [] [2025-05-04T00:29:05.193425+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:29:05.215157+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:05.215221+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:05.430175+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:29:08.696960+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-05-04T00:29:08.703525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:29:08.711514+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:08.711556+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:08.748623+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-04T00:29:08.782631+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:29:21.635435+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-05-04T00:29:21.682024+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:29:21.711800+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:21.711851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:21.829215+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T00:29:21.906596+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T00:29:21.925302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:29:25.325654+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-05-04T00:29:25.332305+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:29:25.339968+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:25.340011+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:25.360940+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T00:29:25.371925+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T00:29:25.390241+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T00:29:29.023663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T00:29:38.170865+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-05-04T00:29:38.199728+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T00:29:38.242393+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:38.242469+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T00:29:41.170247+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T01:07:25.327723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T01:45:29.698548+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-05-04T01:45:29.737577+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T01:45:29.766388+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T01:45:29.766457+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T01:45:29.860029+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T01:45:29.894271+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T01:45:29.926516+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T01:58:40.997453+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-05-04T01:58:41.023930+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T01:58:41.046256+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T01:58:41.046312+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T01:58:44.074024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T02:25:21.029321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T02:25:24.877066+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-05-04T02:25:24.898459+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T02:25:24.910408+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T02:25:24.910457+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T02:25:24.984808+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T02:25:25.017096+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T02:25:25.035319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T02:45:24.826612+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-05-04T02:45:25.710913+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T02:45:25.756038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T02:45:25.824682+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T02:45:25.824749+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T02:45:30.491871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T02:45:30.665524+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-04T04:09:13.741566+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-05-04T04:09:14.555874+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T04:09:14.697083+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T04:09:14.697147+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T04:09:14.970903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T04:09:21.936159+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T04:40:18.156764+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-05-04T04:40:18.156727+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-05-04T04:40:18.645062+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T04:40:18.645091+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T04:40:19.025971+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T04:40:19.025971+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T04:40:19.026050+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T04:40:19.026050+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T04:40:20.084533+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T04:40:20.543825+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T04:40:20.866267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T04:40:23.421836+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:14:07.047021+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-05-04T05:14:07.699584+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:14:08.382693+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:14:08.382763+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:14:13.471315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:14:13.705602+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-04T05:33:27.858106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T05:33:32.529220+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-05-04T05:33:32.580465+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:33:32.623005+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:33:32.623063+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:33:36.088789+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:33:36.659802+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-05-04T05:33:36.665983+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:33:36.673413+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:33:36.673451+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:33:39.560928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:33:40.901367+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-05-04T05:33:40.907079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:33:40.913994+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:33:40.914033+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:33:43.954040+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:33:44.982423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T05:44:10.353105+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-05-04T05:44:10.584059+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:44:10.757415+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:44:10.757490+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:44:14.127903+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:59:01.501124+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-05-04T05:59:01.574325+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:59:01.595059+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:59:01.595106+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:59:03.056396+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T05:59:03.132398+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T05:59:03.227441+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:59:04.593148+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-05-04T05:59:04.600166+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:59:04.608322+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:59:04.608369+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:59:04.634686+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T05:59:04.647374+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T05:59:04.659202+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T05:59:09.344332+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-05-04T05:59:09.351263+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T05:59:09.359549+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:59:09.359596+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T05:59:19.315350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T06:19:18.500504+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-05-04T06:19:18.559902+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T06:19:18.587503+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:19:18.587551+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:19:18.741443+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T06:19:18.818793+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T06:19:18.866715+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T06:19:20.527577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T06:24:22.598305+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-05-04T06:24:22.676355+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T06:24:22.714249+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:24:22.714311+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:24:24.439939+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-05-04T06:24:24.568302+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T06:24:24.576248+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:24:24.576289+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:24:26.179450+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T06:24:27.713319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T06:39:53.755953+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-05-04T06:39:53.806664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T06:39:53.827242+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:39:53.827299+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:39:53.864109+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-04T06:39:53.889535+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T06:39:56.506590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T06:40:05.368709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T06:40:10.949447+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-05-04T06:40:10.978025+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T06:40:10.997867+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:40:10.997925+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:40:11.066534+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T06:40:11.112315+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T06:40:11.136617+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T06:40:13.954045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T06:40:16.356712+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-05-04T06:40:16.362658+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T06:40:16.369746+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:40:16.369793+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T06:40:19.212388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T07:08:13.596666+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-05-04T07:08:13.690918+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T07:08:13.717243+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:08:13.717294+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:08:16.651533+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T07:08:16.617315+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-05-04T07:08:16.671241+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T07:08:16.679230+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:08:16.679272+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:08:19.666414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T07:50:35.920430+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-05-04T07:50:35.991704+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T07:50:36.312130+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:36.312198+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:36.753924+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T07:50:36.815303+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-05-04T07:50:36.852968+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T07:50:36.861054+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:36.861103+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:36.884299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T07:50:37.068119+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T07:50:37.068230+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T07:50:37.122086+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T07:50:37.122119+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T07:50:41.681353+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-05-04T07:50:41.687831+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T07:50:41.695799+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:41.695843+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:41.715922+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T07:50:41.728851+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T07:50:41.739933+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T07:50:45.794700+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-05-04T07:50:45.801200+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T07:50:45.809323+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:45.809366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T07:50:49.116936+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:08:22.391427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T08:08:24.559195+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-05-04T08:08:24.576231+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:08:24.605838+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:24.605886+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:24.644648+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-04T08:08:24.661705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:08:28.595641+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-05-04T08:08:28.601345+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:08:28.608334+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:28.608380+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:29.547415+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T08:08:29.668243+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T08:08:29.679047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:08:32.709093+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-05-04T08:08:32.715359+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:08:32.722861+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:32.722907+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:35.790202+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T08:08:35.845281+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:08:38.156605+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-05-04T08:08:38.186953+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:08:38.211323+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:38.211374+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:40.829407+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:08:41.175713+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-05-04T08:08:41.236520+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:08:41.258804+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:41.258855+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:43.985527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:08:44.544197+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-05-04T08:08:44.550167+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:08:44.557449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:44.557494+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:08:47.191344+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T08:08:47.228113+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:24:05.978705+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-05-04T08:24:06.039131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:24:06.065565+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:24:06.065612+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:24:06.157896+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T08:24:06.186987+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T08:24:06.214043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:24:08.687523+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-05-04T08:24:08.694247+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:24:08.702462+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:24:08.702515+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:24:11.753705+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T08:24:11.797846+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:24:13.113117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T08:24:16.980028+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-05-04T08:24:16.985899+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:24:16.993066+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:24:16.993114+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:24:19.881017+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:43:29.543396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T08:43:33.622743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T08:43:36.475384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T08:43:41.346088+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-05-04T08:43:41.363627+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:43:41.373504+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:43:41.373554+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:43:41.449797+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T08:43:41.467492+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T08:43:41.483405+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T08:43:48.803032+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-05-04T08:43:48.823585+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T08:43:48.843206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:43:48.843250+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T08:43:51.546817+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:12:29.086578+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-05-04T09:12:29.117134+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:12:29.140689+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:12:29.140753+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:12:29.238534+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:12:32.676345+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-05-04T09:12:32.682384+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:12:32.689910+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:12:32.689953+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:12:32.802763+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T09:12:32.831066+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T09:12:32.853307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:12:37.160565+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-05-04T09:12:37.166749+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:12:37.174183+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:12:37.174227+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:12:37.194418+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T09:12:37.205591+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T09:12:37.216614+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:26:08.711880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T09:26:16.600950+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-05-04T09:26:16.633259+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:26:16.662604+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:16.662657+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:16.763810+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T09:26:16.795044+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T09:26:16.833782+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:26:21.719126+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-05-04T09:26:21.725860+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:26:21.733722+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:21.733766+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:24.517133+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-05-04T09:26:24.527948+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:26:24.537145+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:24.537194+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:24.853863+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:26:27.296420+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:26:33.654211+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-05-04T09:26:33.677657+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:26:33.696544+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:33.696600+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:26:36.613923+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T09:26:36.651726+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T09:45:41.875748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T09:45:44.478259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T09:45:48.983229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T09:45:53.321990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T09:46:04.783067+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-05-04T09:46:04.820207+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T09:46:04.841826+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:46:04.841872+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T09:46:07.778555+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:06:40.944200+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-05-04T10:06:40.972813+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:06:40.994402+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:06:40.994464+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:06:41.121578+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:06:41.163893+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:06:41.188796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:06:45.140957+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-05-04T10:06:45.147693+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:06:45.155831+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:06:45.155881+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:06:45.177031+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:06:45.188049+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:06:45.199784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:07:01.206037+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-05-04T10:07:01.232576+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:07:01.254056+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:07:01.254124+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:07:01.322337+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:07:01.346997+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:07:01.372103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:32:57.206233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T10:33:00.583834+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-05-04T10:33:00.603491+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:33:00.618643+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:00.618707+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:00.707564+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:33:00.744214+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:33:00.765332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:33:05.346733+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-05-04T10:33:05.352843+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:33:05.360237+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:05.360276+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:05.383132+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:33:05.399626+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:33:05.412838+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:33:09.574784+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-05-04T10:33:09.581388+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:33:09.588910+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:09.588953+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:09.609814+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:33:09.621129+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:33:09.631851+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:33:14.946625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T10:33:17.180488+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-05-04T10:33:17.194085+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:33:17.203911+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:17.203958+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:20.066841+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T10:33:20.111586+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:33:21.279159+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-05-04T10:33:21.284983+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:33:21.292135+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:21.292182+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:33:21.349818+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:33:21.362796+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:33:21.373290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:56:29.229983+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-05-04T10:56:29.270609+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:56:29.292085+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:56:29.292149+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:56:29.356180+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T10:56:29.381242+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T10:56:29.404427+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:56:33.262455+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-05-04T10:56:33.269072+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:56:33.277120+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:56:33.277168+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:56:36.303153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T10:56:37.500372+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-05-04T10:56:37.506185+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T10:56:37.513321+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:56:37.513369+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T10:56:40.313196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:22:30.232189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T11:22:32.933370+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-05-04T11:22:32.952868+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:22:32.964471+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:22:32.964520+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:22:33.035866+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:22:33.057352+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:22:33.075290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:22:36.962963+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-05-04T11:22:36.969406+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:22:36.977034+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:22:36.977082+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:22:39.903756+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:22:49.797891+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-05-04T11:22:49.823509+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:22:49.853872+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:22:49.853933+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:22:52.778335+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T11:22:52.818331+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:25:04.821879+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-05-04T11:25:04.869631+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:25:04.926025+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:25:04.926087+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:25:05.035063+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:25:05.628375+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:41:12.735410+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-05-04T11:41:12.771049+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:41:12.792275+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:12.792329+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:12.862450+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:41:12.889024+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:41:12.914980+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:41:17.218568+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-05-04T11:41:17.225071+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:41:17.232934+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:17.232979+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:17.254489+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:41:17.265873+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:41:17.277729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:41:21.174827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T11:41:24.750509+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-05-04T11:41:24.757204+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:41:24.765090+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:24.765138+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:27.749495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:41:27.881815+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-04T11:41:28.765194+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-05-04T11:41:28.790289+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:41:28.827963+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:28.828026+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:41:31.539058+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T11:41:31.594026+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:05.043750+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-05-04T11:55:05.108143+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:05.130695+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:05.130777+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:05.254521+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:55:05.283414+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:55:05.314319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:08.387929+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-05-04T11:55:08.394545+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:08.402832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:08.402882+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:08.425864+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:55:08.438331+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:55:08.448700+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:12.803898+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-05-04T11:55:12.810069+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:12.817597+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:12.817641+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:12.839299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:55:12.850006+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:55:12.860412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:21.441695+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-05-04T11:55:21.467753+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:21.489873+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:21.489965+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:24.329970+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:24.636309+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-05-04T11:55:24.642066+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:24.649119+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:24.649162+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:24.772799+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:55:24.794107+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:55:24.819338+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:28.488673+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-05-04T11:55:28.497647+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:28.508782+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:28.508841+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:28.528735+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T11:55:28.539835+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T11:55:28.550655+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:32.506768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T11:55:37.674619+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-05-04T11:55:37.699852+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:37.720491+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:37.720552+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:37.754161+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T11:55:40.668385+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-05-04T11:55:40.674245+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T11:55:40.681246+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:40.681288+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T11:55:43.280080+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T12:23:16.875651+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-05-04T12:23:16.935152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T12:23:16.963650+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:23:16.963712+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:23:19.859174+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T12:23:19.937415+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T12:23:25.133825+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-05-04T12:23:25.139609+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T12:23:25.146626+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:23:25.146668+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:23:27.931010+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T12:23:29.564858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T12:31:24.802061+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-05-04T12:31:24.828266+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T12:31:24.849476+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:31:24.849529+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:31:24.890324+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-04T12:31:24.918287+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T12:31:33.085963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T12:31:36.381852+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-05-04T12:31:36.387962+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T12:31:36.395207+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:31:36.395252+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T12:31:39.162117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:00:49.913549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T13:00:56.628527+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-05-04T13:00:56.648739+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:00:56.660816+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:00:56.660864+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:00:56.741944+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T13:00:56.800960+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T13:00:56.819681+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:01:04.478698+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-05-04T13:01:04.485471+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:01:04.494089+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:01:04.494142+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:01:07.828514+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:15:36.620631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T13:15:40.915534+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-05-04T13:15:40.932932+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:15:40.944649+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:15:40.944700+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:15:44.337075+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:15:44.606613+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-05-04T13:15:44.612587+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:15:44.619920+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:15:44.619966+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:15:47.300465+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:34:41.419943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T13:34:49.254333+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-05-04T13:34:49.269054+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:34:49.278749+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:34:49.278797+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:34:52.262081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:34:52.740948+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-05-04T13:34:52.746863+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:34:52.753941+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:34:52.753982+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:34:52.894638+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T13:34:52.916181+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T13:34:52.927123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:34:57.939868+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-05-04T13:34:57.962434+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:34:57.981545+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:34:57.981600+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:34:58.009714+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T13:34:58.028918+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T13:34:58.048521+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T13:35:00.748007+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-05-04T13:35:00.754305+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T13:35:00.762017+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:35:00.762059+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T13:35:03.497604+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:01:40.935223+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-05-04T14:01:40.967563+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:01:40.987997+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:40.988042+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:41.056253+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:01:41.117182+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:01:41.142080+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:01:44.701514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T14:01:48.587497+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-05-04T14:01:48.593493+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:01:48.600811+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:48.600854+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:48.621251+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:01:48.633570+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:01:48.644793+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:01:53.724718+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-05-04T14:01:53.730809+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:01:53.738163+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:53.738207+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:53.759302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:01:53.771640+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:01:53.784349+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:01:56.767171+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-05-04T14:01:56.793615+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:01:56.814166+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:56.814215+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:01:59.760178+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:02:00.604463+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-05-04T14:02:00.610342+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:02:00.617453+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:02:00.617508+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:02:03.666865+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:05:28.668603+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/","method":"GET"} [] [2025-05-04T14:05:28.694242+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:05:28.717029+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:05:28.717091+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:05:28.760540+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-04T14:05:28.788916+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:05:44.994107+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-05-04T14:05:45.029291+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:05:45.056815+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:05:45.056879+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:05:45.156447+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:05:45.188363+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:05:45.220400+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:05:48.451214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T14:06:01.117516+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-05-04T14:06:01.150949+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:06:01.177269+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:06:01.177334+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:06:03.891628+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T14:06:03.941220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:32:32.855509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T14:32:37.233343+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-05-04T14:32:37.260015+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:32:37.274565+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:37.274628+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:37.370405+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:32:37.403982+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:32:37.428088+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:32:40.631371+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-05-04T14:32:40.637468+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:32:40.644863+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:40.644906+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:40.664551+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:32:40.676758+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:32:40.687811+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:32:44.775276+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-05-04T14:32:44.782466+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:32:44.791304+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:44.791366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:47.794350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:32:48.691277+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-05-04T14:32:48.711518+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:32:48.729767+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:48.729811+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:32:51.701407+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:47:33.809316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T14:47:36.908556+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-05-04T14:47:36.923150+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:47:36.933478+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:47:36.933525+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:47:37.132879+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:47:37.180966+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:47:37.197606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T14:47:41.398613+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-05-04T14:47:41.404755+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T14:47:41.412192+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:47:41.412234+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T14:47:41.432564+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T14:47:41.455676+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T14:47:41.466783+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:11:49.754610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T15:11:53.016088+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-05-04T15:11:53.033585+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:11:53.045213+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:11:53.045257+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:11:56.165803+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T15:11:56.210260+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:11:56.466724+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-05-04T15:11:56.472438+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:11:56.479446+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:11:56.479485+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:11:56.610719+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T15:11:56.632202+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T15:11:56.643389+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:12:01.899425+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-05-04T15:12:01.905544+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:12:01.913081+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:12:01.913121+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:12:05.090690+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:12:06.126442+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-05-04T15:12:06.153288+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:12:06.184600+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:12:06.184676+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:12:09.144240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:32:36.917807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T15:32:44.657903+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-05-04T15:32:44.686574+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:32:44.697360+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:32:44.697415+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:32:44.796067+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T15:32:44.816349+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T15:32:44.846795+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:32:50.527704+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-05-04T15:32:50.534062+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:32:50.541650+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:32:50.541690+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:32:50.565884+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T15:32:50.580473+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T15:32:50.594252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:32:57.934644+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-05-04T15:32:57.955748+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:32:57.976072+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:32:57.976138+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:33:00.745436+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T15:33:00.802891+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:52:02.301109+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-05-04T15:52:02.364964+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:52:02.408974+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:52:02.409043+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:52:02.522213+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T15:52:02.565617+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T15:52:02.616384+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T15:52:04.914830+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-05-04T15:52:04.921146+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T15:52:04.928877+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:52:04.928923+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T15:52:04.949237+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T15:52:04.974894+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T15:52:04.985971+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:14:01.199785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T16:14:09.058939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T16:14:13.029629+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-05-04T16:14:13.048148+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:14:13.060832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:14:13.060901+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:14:13.166311+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:14:13.187331+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:14:13.205897+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:14:16.906672+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-05-04T16:14:16.927000+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:14:16.945210+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:14:16.945268+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:14:19.759396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:14:20.564964+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-05-04T16:14:20.570701+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:14:20.577680+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:14:20.577725+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:14:23.298671+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T16:14:23.359039+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:21:45.648793+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-05-04T16:21:45.698220+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:21:45.723425+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:21:45.723482+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:21:45.790504+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:21:45.816178+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:21:45.839954+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:21:49.063017+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-05-04T16:21:49.069664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:21:49.078343+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:21:49.078386+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:21:52.085111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:36:33.846299+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-05-04T16:36:33.909570+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:36:33.935709+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:33.935768+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:34.055144+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:36:34.096919+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:36:34.124683+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:36:38.129285+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-05-04T16:36:38.135822+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:36:38.143875+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:38.143918+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:38.168224+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:36:38.180560+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:36:38.191782+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:36:41.285469+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-05-04T16:36:41.291973+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:36:41.299501+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:41.299541+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:41.319296+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:36:41.331969+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:36:41.343537+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:36:44.993000+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-05-04T16:36:44.999279+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:36:45.006843+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:45.006890+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:45.026901+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:36:45.041796+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:36:45.056504+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:36:49.422657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T16:36:57.108569+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-05-04T16:36:57.126231+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:36:57.137793+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:36:57.137838+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:37:00.001943+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T16:37:00.053314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T16:54:37.026495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T16:54:41.977183+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-05-04T16:54:42.003038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T16:54:42.012741+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:54:42.012783+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T16:54:42.126566+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T16:54:42.158856+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T16:54:42.185894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:16:30.238307+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-05-04T17:16:30.288457+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T17:16:30.321016+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:16:30.321082+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:16:30.393427+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:21:49.511807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T17:21:53.279876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T17:22:05.932725+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-05-04T17:22:05.956647+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T17:22:05.976722+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:22:05.976777+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:22:06.053199+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T17:22:06.111187+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T17:22:06.136974+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:22:13.804676+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-05-04T17:22:13.810996+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T17:22:13.819038+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:22:13.819110+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:22:16.652981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:22:16.823635+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-05-04T17:22:16.829500+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T17:22:16.836599+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:22:16.836645+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:22:19.585637+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T17:22:19.609469+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:45:53.152194+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-05-04T17:45:53.196272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T17:45:53.223316+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:45:53.223383+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:45:53.298012+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T17:45:53.324353+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T17:45:53.348460+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:45:57.119614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T17:46:00.865450+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-05-04T17:46:00.871758+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T17:46:00.879319+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:46:00.879367+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T17:46:03.967482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T17:46:13.560638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:03:48.685563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:03:52.809253+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-05-04T18:03:52.827986+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:03:52.842065+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:03:52.842133+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:03:55.840592+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:03:57.207545+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-05-04T18:03:57.213429+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:03:57.220401+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:03:57.220443+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:03:59.976230+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:12:40.729888+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-05-04T18:12:40.781978+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:12:40.811763+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:12:40.811816+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:12:43.657526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:30:08.807505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:40:33.115311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:40:40.717004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:40:44.525182+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_route":"admin_index","_controller":"App\\Controller\\Admin\\BlogController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/admin/post/","method":"GET"} [] [2025-05-04T18:40:44.788882+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:40:44.852035+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:40:44.852097+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:40:44.950548+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:40:44.992099+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-05-04T18:40:45.011914+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-05-04T18:40:45.301831+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-04T18:40:45.307632+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:40:45.315165+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:40:45.315205+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:40:45.404928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:40:48.755279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:46:22.632757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T18:46:36.800916+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-05-04T18:46:36.814471+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:46:36.824710+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:46:36.824753+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:46:37.628434+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T18:46:37.742072+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T18:46:37.803139+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:46:41.590001+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-05-04T18:46:41.608786+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:46:41.627065+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:46:41.627111+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:46:41.653479+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T18:46:41.665076+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T18:46:41.676335+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T18:46:45.712966+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-05-04T18:46:45.719352+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T18:46:45.727036+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:46:45.727083+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T18:46:45.747516+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T18:46:45.758986+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T18:46:45.770475+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:06:24.896768+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-05-04T19:06:24.938557+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:06:24.960629+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:06:24.960700+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:06:28.589898+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T19:06:28.652974+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:28:02.456379+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-05-04T19:28:02.490377+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:28:02.510412+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:28:02.510460+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:28:05.344430+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T19:28:05.407724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:28:05.693431+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-05-04T19:28:05.699323+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:28:05.706368+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:28:05.706416+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:28:05.772161+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T19:28:05.791062+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T19:28:05.802384+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:08.708845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:16.766695+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-05-04T19:40:16.800372+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:16.810611+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:16.810660+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:16.884470+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T19:40:16.903241+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T19:40:16.919796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:21.618782+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-05-04T19:40:21.625153+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:21.632770+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:21.632816+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:21.653444+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T19:40:21.666687+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T19:40:21.683518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:24.819143+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-05-04T19:40:24.846637+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:24.872262+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:24.872320+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:24.903033+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T19:40:24.924045+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T19:40:24.945414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:28.941177+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-05-04T19:40:28.947435+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:28.954881+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:28.954923+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:28.977854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T19:40:28.990778+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T19:40:29.003236+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:33.261777+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-05-04T19:40:33.280278+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:33.291819+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:33.291862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:36.076285+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T19:40:36.123244+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:36.432832+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-05-04T19:40:36.438762+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:36.445879+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:36.445922+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:39.177367+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:41.428586+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-05-04T19:40:41.446014+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:41.462521+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:41.462564+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:41.523854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T19:40:41.544324+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T19:40:41.563456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:48.668469+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-05-04T19:40:48.685197+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:48.696086+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:48.696143+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:51.501772+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T19:40:51.550909+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T19:40:57.136978+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-05-04T19:40:57.157937+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T19:40:57.176450+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:57.176497+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T19:40:59.895774+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T19:40:59.946503+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:07:13.386278+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-05-04T20:07:13.454618+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:07:13.494228+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:07:13.494286+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:07:13.615797+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:07:13.740849+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:07:13.794384+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:07:21.920523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:28.676474+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-05-04T20:28:28.709637+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:28:28.734411+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:28.734462+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:28.830671+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:28:28.863180+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:28:28.899666+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:28:32.856581+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-05-04T20:28:32.863114+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:28:32.870891+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:32.870932+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:32.891235+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:28:32.903397+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:28:32.914391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:28:36.713638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:40.852914+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-05-04T20:28:40.859593+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:28:40.867453+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:40.867499+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:40.896990+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:28:40.907924+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:28:40.919572+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:28:49.224232+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-05-04T20:28:49.251060+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:28:49.271001+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:49.271057+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:28:52.174619+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:41:04.739346+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-05-04T20:41:04.777546+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:41:04.799888+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:04.799941+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:04.903943+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:41:13.333856+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-05-04T20:41:13.340001+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:41:13.347521+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:13.347569+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:13.936998+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:41:16.520875+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-05-04T20:41:16.526815+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:41:16.534206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:16.534247+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:16.595041+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:41:16.618660+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:41:16.637941+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:41:21.131665+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-05-04T20:41:21.162038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:41:21.195336+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:21.195397+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:41:21.221176+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:41:21.240771+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:41:21.261546+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:53:09.053652+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-05-04T20:53:09.077523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:53:09.097795+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:09.097853+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:09.209502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:53:12.658413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:16.609748+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-05-04T20:53:16.615463+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:53:16.622588+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:16.622628+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:16.691269+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:53:16.718609+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:53:16.729724+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:53:21.625714+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-05-04T20:53:21.631887+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:53:21.639322+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:21.639362+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:21.660320+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:53:21.672958+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:53:21.683673+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:53:25.562731+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-05-04T20:53:25.597978+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:53:25.617988+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:25.618045+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:25.643447+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T20:53:25.685320+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T20:53:25.703898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T20:53:29.422163+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-05-04T20:53:29.428346+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T20:53:29.435744+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:29.435789+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T20:53:32.203789+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:24:37.305418+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-05-04T21:24:37.350780+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:24:37.372715+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:37.372792+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:37.475547+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T21:24:37.529215+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T21:24:37.557166+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:24:45.022621+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-05-04T21:24:45.029211+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:24:45.037271+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:45.037315+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:45.057829+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T21:24:45.070793+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T21:24:45.082307+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:24:49.400614+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-05-04T21:24:49.406740+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:24:49.414087+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:49.414127+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:49.434652+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T21:24:49.445553+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T21:24:49.456638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:24:56.960489+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-05-04T21:24:56.985964+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:24:57.048557+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:57.048610+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:24:59.919371+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:25:01.090511+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-05-04T21:25:01.096586+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:25:01.103707+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:25:01.103752+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:25:03.833060+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:31:50.600566+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-05-04T21:31:50.627516+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:31:50.649061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:31:50.649121+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:31:53.051611+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-05-04T21:31:53.057903+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:31:53.065585+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:31:53.065630+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:31:53.130762+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T21:31:53.159007+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T21:31:53.189737+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:31:53.271778+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T21:31:53.287815+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:31:56.651560+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-05-04T21:31:56.657715+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:31:56.665136+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:31:56.665183+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:31:59.435542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T21:50:21.204776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:50:28.667222+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-05-04T21:50:28.693119+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T21:50:28.704409+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:50:28.704451+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T21:50:28.835078+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T21:50:28.863472+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T21:50:28.881344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:15:16.596894+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-05-04T22:15:16.644089+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:15:16.668078+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:15:16.668158+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:15:16.744226+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T22:15:16.783422+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T22:15:16.809935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:15:24.530633+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-05-04T22:15:24.537052+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:15:24.544913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:15:24.544954+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:15:27.332127+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:15:28.467649+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-05-04T22:15:28.473347+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:15:28.480359+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:15:28.480400+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:15:31.403314+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:35:04.775883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T22:35:13.291026+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-05-04T22:35:13.304014+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:35:13.314260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:13.314307+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:13.383936+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T22:35:13.410018+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T22:35:13.425867+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:35:17.436199+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-05-04T22:35:17.442335+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:35:17.449739+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:17.449780+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:17.469785+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T22:35:17.480477+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T22:35:17.491653+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:35:20.798376+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-05-04T22:35:20.821064+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:35:20.839364+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:20.839417+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:20.865236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T22:35:20.884605+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T22:35:20.908282+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:35:25.710672+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-05-04T22:35:25.716877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:35:25.724413+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:25.724459+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:35:28.572972+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:54:45.120594+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-05-04T22:54:45.146606+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:54:45.165565+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:54:45.165619+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:54:45.239960+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T22:54:45.264055+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T22:54:45.289679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T22:54:53.215739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T22:54:56.921480+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-05-04T22:54:56.928033+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T22:54:56.936000+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:54:56.936040+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T22:54:59.683123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:10:33.921227+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-05-04T23:10:33.979587+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:10:34.027959+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:10:34.028018+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:10:34.141138+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T23:10:34.194232+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T23:10:34.229420+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:10:37.972968+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-05-04T23:10:37.979597+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:10:37.987584+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:10:37.987627+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:10:38.007947+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T23:10:38.018188+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T23:10:38.029263+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:10:40.506274+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-05-04T23:10:40.512566+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:10:40.520034+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:10:40.520079+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:10:43.494412+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:10:44.800839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T23:33:32.582833+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-05-04T23:33:32.624877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:33:32.644576+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:33:32.644637+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:33:32.713774+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T23:33:32.739943+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T23:33:32.765158+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:57:06.125832+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://www.test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-04T23:57:06.159404+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:57:06.180313+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:06.180368+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:06.201466+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:57:17.065809+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-05-04T23:57:17.072121+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:57:17.079742+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:17.079792+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:17.144661+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-04T23:57:17.160479+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-04T23:57:17.183933+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:57:28.696138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T23:57:33.122777+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-05-04T23:57:33.135392+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:57:33.144584+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:33.144632+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:35.993878+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-04T23:57:36.047649+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-04T23:57:37.481331+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-05-04T23:57:37.487162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-04T23:57:37.494186+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:37.494232+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-04T23:57:40.329939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:33:01.683302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T00:33:05.993342+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-05-05T00:33:06.013004+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:33:06.025591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:06.025652+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:06.123523+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T00:33:06.160346+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T00:33:06.179840+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:33:09.349982+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-05-05T00:33:09.355904+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:33:09.363056+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:09.363096+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:12.044144+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T00:33:12.085006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:33:21.890730+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-05-05T00:33:21.914398+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:33:21.933732+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:21.933786+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:22.000417+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T00:33:22.026483+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T00:33:22.052549+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:33:26.179337+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-05-05T00:33:26.186000+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:33:26.193758+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:26.193800+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:33:28.917405+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T00:33:28.959680+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:55:56.850056+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-05-05T00:55:56.875397+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:55:56.895678+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:55:56.895726+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:00.172107+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:56:01.115318+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-05-05T00:56:01.122056+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:56:01.130214+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:01.130266+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:03.882265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:56:04.515876+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-05-05T00:56:04.521968+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:56:04.531956+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:04.532004+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:07.464906+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:56:09.609908+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-05-05T00:56:09.616020+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:56:09.623807+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:09.623851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:12.244699+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T00:56:12.693195+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-05-05T00:56:12.722569+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T00:56:12.752013+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:12.752078+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T00:56:15.568235+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T01:11:40.708890+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-05-05T01:11:40.744718+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T01:11:40.782138+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:11:40.782204+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:11:43.462498+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T01:34:20.829895+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-05-05T01:34:20.862519+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T01:34:20.888253+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:34:20.888309+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:34:23.723421+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T01:34:24.494900+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-05-05T01:34:24.501375+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T01:34:24.509282+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:34:24.509323+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:34:24.587538+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T01:34:24.607629+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T01:34:24.632352+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T01:43:05.040306+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-05-05T01:43:05.068359+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T01:43:05.091629+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:43:05.091676+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T01:43:07.820767+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T01:43:07.870809+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T02:17:42.053321+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-05-05T02:17:42.899768+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T02:17:43.245060+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T02:17:43.245131+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T02:17:46.542350+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T02:17:46.842455+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T03:58:06.054617+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-05-05T03:58:07.159525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T03:58:08.185959+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T03:58:08.186028+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T03:58:10.036335+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T03:58:11.831173+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T03:58:13.225898+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T04:53:42.332243+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"http://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-05-05T04:53:43.555516+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T04:53:43.955733+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T04:53:43.955804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T04:53:49.790395+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T05:03:54.173473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T05:13:25.586384+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-05-05T05:13:25.639478+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T05:13:25.661295+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:13:25.661398+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:13:29.209798+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T05:13:33.614365+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-05-05T05:13:33.620280+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T05:13:33.627377+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:13:33.627423+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:13:36.756184+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T05:13:36.832087+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T05:39:12.805924+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-05-05T05:39:12.843238+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T05:39:12.863508+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:39:12.863553+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:39:13.389197+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T05:39:13.500068+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T05:39:13.536021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T05:39:16.537301+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-05-05T05:39:16.544084+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T05:39:16.552049+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:39:16.552093+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:39:16.572192+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T05:39:16.583568+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T05:39:16.594527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T05:39:20.587272+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"http://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-05-05T05:39:20.593681+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T05:39:20.601375+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:39:20.601440+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:39:23.616701+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T05:42:48.659514+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-05-05T05:42:48.687024+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T05:42:48.707559+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:42:48.707607+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T05:42:51.538119+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T05:42:51.607738+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T06:07:28.881392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T06:21:44.812541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T06:21:52.399631+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-05-05T06:21:52.441219+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T06:21:52.456501+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T06:21:52.456557+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T06:21:52.620446+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T06:21:52.687434+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T06:21:52.707168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T06:57:16.712817+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"http://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-05-05T06:57:16.771350+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T06:57:16.793255+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T06:57:16.793300+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T06:57:19.906516+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T06:57:20.411740+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-05-05T06:57:20.417589+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T06:57:20.424585+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T06:57:20.424628+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T06:57:23.245320+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T06:57:23.296652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T07:14:42.631511+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"http://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-05-05T07:14:42.683611+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T07:14:42.707318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T07:14:42.707370+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T07:14:45.793356+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T07:24:28.763877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T07:24:33.065393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T07:24:37.529787+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-05-05T07:24:37.546615+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T07:24:37.558684+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T07:24:37.558736+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T07:24:40.515393+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T07:24:44.609173+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"http://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-05-05T07:24:44.636297+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T07:24:44.660576+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T07:24:44.660623+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T07:24:47.880428+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T07:24:48.003207+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-05T07:52:25.571119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T08:11:02.470944+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"http://test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-05-05T08:11:02.585366+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:11:02.608835+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:02.608884+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:03.573425+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:11:03.643681+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:11:03.679859+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:11:05.894265+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"http://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-05-05T08:11:05.901313+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:11:05.910079+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:05.910126+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:08.803440+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"http://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-05-05T08:11:08.810558+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:11:08.818453+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:08.818493+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:08.832914+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:11:11.690186+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:11:12.381600+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"http://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-05-05T08:11:12.387698+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:11:12.395093+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:12.395136+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:11:15.115616+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:19:37.308575+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"http://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-05-05T08:19:37.408725+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:19:37.448320+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:37.448393+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:37.549564+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:19:37.578727+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:19:37.605446+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:19:41.356813+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-05-05T08:19:41.363444+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:19:41.371553+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:41.371598+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:41.392065+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:19:41.403076+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:19:41.414037+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:19:44.910796+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"http://test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-05-05T08:19:44.917005+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:19:44.924551+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:44.924597+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:44.945609+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:19:44.956108+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:19:44.967247+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:19:49.908468+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"http://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-05-05T08:19:49.914533+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:19:49.921900+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:49.921938+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:19:52.915923+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:32:49.494937+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-05-05T08:32:49.535983+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:32:49.560597+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:32:49.560641+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:32:52.488791+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T08:32:52.554527+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:32:53.043699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T08:32:56.645494+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"http://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-05-05T08:32:56.651210+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:32:56.658219+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:32:56.658260+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:33:00.040141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:33:00.466847+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"http://test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-05-05T08:33:00.472535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:33:00.479475+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:33:00.479515+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:33:00.577382+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:33:00.614886+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:33:00.625079+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:33:04.839917+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"http://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-05-05T08:33:04.866301+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:33:04.890537+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:33:04.890584+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:33:07.544959+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:50:36.929620+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-05-05T08:50:36.966268+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:50:37.007579+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:50:37.007634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:50:37.159954+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:50:37.201677+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:50:37.234374+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:50:40.876764+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"http://test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-05-05T08:50:40.884046+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:50:40.892427+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:50:40.892476+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:50:40.913736+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:50:40.925327+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:50:40.936694+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:50:45.324466+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"http://test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-05-05T08:50:45.330697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:50:45.338292+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:50:45.338337+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:50:45.358070+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:50:45.370734+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:50:45.381728+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:52:52.835017+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"http://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-05-05T08:52:52.881809+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:52:52.904235+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:52:52.904297+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:52:52.987272+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:52:53.016818+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:52:53.043183+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:52:57.734406+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-05-05T08:52:57.745061+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:52:57.756943+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:52:57.757026+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:52:57.781203+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T08:52:57.796121+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T08:52:57.807309+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T08:53:00.551287+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"http://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-05-05T08:53:00.557765+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T08:53:00.566044+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:53:00.566092+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T08:53:03.432255+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:10:40.894074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T09:10:44.534966+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-05-05T09:10:44.565428+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:10:44.575909+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:44.575971+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:44.680707+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:10:44.713949+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:10:44.739951+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:10:49.173649+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-05-05T09:10:49.181378+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:10:49.191801+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:49.191857+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:49.215380+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:10:49.226636+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:10:49.237670+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:10:52.400985+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"http://test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-05-05T09:10:52.407255+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:10:52.414909+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:52.414957+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:52.435753+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:10:52.456985+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:10:52.468945+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:10:57.668437+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"http://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-05-05T09:10:57.693784+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:10:57.753648+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:10:57.753703+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:11:00.552022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:29:06.271960+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"http://test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-05-05T09:29:06.316770+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:29:06.346439+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:29:06.346503+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:29:06.437078+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:29:06.510477+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:29:06.544950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:29:10.001623+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"http://test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-05-05T09:29:10.009257+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:29:10.018639+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:29:10.018680+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:29:10.040751+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:29:10.064206+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:29:10.075290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:48:33.376126+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"http://test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-05-05T09:48:33.438496+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:48:33.469061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:33.469126+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:33.648048+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:48:33.699093+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:48:33.761106+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:48:44.734446+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"http://test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-05-05T09:48:44.742546+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:48:44.752188+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:44.752245+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:44.775979+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:48:44.793610+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:48:44.804674+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:48:49.522549+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-05-05T09:48:49.546167+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:48:49.585100+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:49.585149+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:52.700183+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T09:48:52.722107+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"http://test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-05-05T09:48:52.729012+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:48:52.736873+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:52.736913+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:52.767879+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:48:55.605345+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:48:57.498708+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-05-05T09:48:57.504490+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:48:57.511537+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:48:57.511582+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:49:00.389655+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-05-05T09:49:00.396473+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:49:00.404064+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:49:00.404115+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:49:00.422862+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T09:49:00.436105+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:49:03.218458+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T09:49:03.252171+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T09:49:07.049930+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-05-05T09:49:07.086638+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T09:49:07.144633+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:49:07.144702+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T09:49:07.332556+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T09:49:07.351061+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T09:49:07.361710+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T10:08:48.956819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T10:08:56.578055+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-05-05T10:08:56.591705+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T10:08:56.601692+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T10:08:56.601734+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T10:08:59.815121+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T10:22:40.629469+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-05-05T10:22:40.666786+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T10:22:40.687344+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T10:22:40.687404+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T10:22:43.871285+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T10:22:43.940885+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T10:41:09.073535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T10:41:24.695430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T11:10:15.070288+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-05-05T11:10:15.119860+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:10:15.147820+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:15.147869+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:16.974133+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"http://test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-05-05T11:10:17.176262+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:10:17.184291+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:17.184333+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:17.309541+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T11:10:17.370846+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T11:10:17.453053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:10:18.477705+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:10:20.657859+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"http://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-05-05T11:10:20.664260+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:10:20.672128+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:20.672167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:23.558143+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:10:24.832451+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-05-05T11:10:24.838272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:10:24.845744+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:24.845794+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:10:27.579164+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T11:10:27.605659+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:18:52.682796+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"http://test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-05-05T11:18:52.739931+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:18:52.762586+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:18:52.762648+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:18:52.858382+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T11:18:52.899896+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T11:18:52.944703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:18:57.605616+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"http://test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-05-05T11:18:57.612245+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:18:57.620363+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:18:57.620412+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:18:57.642553+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T11:18:57.655621+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T11:18:57.666649+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:19:04.409979+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-05-05T11:19:04.418219+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:19:04.427980+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:19:04.428043+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:19:04.451069+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T11:19:04.462397+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T11:19:04.473638+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:19:12.722240+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-05-05T11:19:12.748486+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T11:19:12.770859+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:19:12.770927+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T11:19:15.551645+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T11:19:15.607142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T11:46:41.807100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T12:00:09.040969+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-05-05T12:00:09.084795+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:00:09.104478+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:00:09.104536+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:00:11.875442+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:04:23.696132+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-05-05T12:04:23.748321+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:04:23.772119+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:23.772194+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:23.844976+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:04:23.903130+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:04:23.928193+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:04:24.724091+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"http://test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-05-05T12:04:24.730763+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:04:24.738857+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:24.738904+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:24.759665+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:04:24.770456+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:04:24.781439+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:04:29.254775+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-05-05T12:04:29.260885+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:04:29.268297+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:29.268338+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:32.036318+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T12:04:32.076602+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:04:32.460141+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"http://test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-05-05T12:04:32.466202+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:04:32.473292+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:32.473338+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:35.454272+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:04:36.801453+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-05-05T12:04:36.808131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:04:36.815219+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:36.815260+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:04:39.524368+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T12:04:39.621588+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:13:16.997573+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-05-05T12:13:17.040211+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:13:17.071472+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:13:17.071542+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:13:17.159320+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:13:17.197038+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:13:17.221378+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:13:22.371113+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"http://test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-05-05T12:13:22.377717+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:13:22.385899+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:13:22.385947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:13:25.261911+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:30:50.412819+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-05T12:30:50.450344+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:30:50.478593+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:30:50.478652+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:30:50.503388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:30:52.407910+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-05-05T12:30:52.414143+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:30:52.421735+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:30:52.421782+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:30:55.299479+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T12:30:55.364480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:30:56.774015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T12:31:01.853033+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"http://test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-05-05T12:31:01.858686+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:31:01.865599+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:31:01.865640+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:31:01.964417+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:31:01.991758+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:31:02.003042+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:51:12.614404+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"http://test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-05-05T12:51:12.647076+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:51:12.667235+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:51:12.667295+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:51:12.735302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:51:12.775645+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:51:12.801612+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:56:33.959232+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-05-05T12:56:34.001171+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:56:34.020682+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:34.020729+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:36.912724+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T12:56:36.965348+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:56:40.411672+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-05-05T12:56:40.417347+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:56:40.424227+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:40.424266+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:40.490367+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:56:40.509062+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:56:40.520927+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:56:45.143296+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"http://test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-05-05T12:56:45.150161+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:56:45.158828+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:45.158881+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:45.181273+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T12:56:45.192297+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T12:56:45.203205+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T12:56:48.597900+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"http://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-05-05T12:56:48.604131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T12:56:48.611709+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:48.611763+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T12:56:51.562953+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T13:21:21.081148+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"http://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-05-05T13:21:21.127305+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T13:21:21.146360+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:21:21.146418+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:21:24.310001+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T13:21:25.654282+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"http://test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-05-05T13:21:25.660063+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T13:21:25.667102+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:21:25.667145+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:21:25.727979+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T13:21:25.742293+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T13:21:25.761117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T13:21:28.521596+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"http://test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-05-05T13:21:28.529418+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T13:21:28.537468+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:21:28.537533+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:21:31.590029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T13:22:53.395962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T13:22:56.795657+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"http://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-05-05T13:22:56.808490+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T13:22:56.818138+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:22:56.818183+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:22:59.547078+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T13:39:36.790110+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-05-05T13:39:36.850092+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T13:39:36.870058+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:39:36.870107+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:39:39.778675+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T13:39:39.840505+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T13:39:41.462511+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-05-05T13:39:41.468190+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T13:39:41.475169+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:39:41.475209+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T13:39:44.377022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:01:17.604721+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"60"},"request_uri":"http://test.phila-ca.com/public/en/audio/60","method":"GET"} [] [2025-05-05T14:01:17.654606+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:01:17.684000+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:01:17.684061+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:01:17.836934+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T14:01:17.874206+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T14:01:17.916261+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:01:20.609008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T14:20:57.774488+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-05-05T14:20:57.826904+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:20:57.847781+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:20:57.847831+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:20:57.916140+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T14:20:57.984383+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T14:20:58.010839+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:21:01.189563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T14:21:05.111427+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"http://test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-05-05T14:21:05.117465+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:21:05.124729+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:21:05.124772+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:21:05.144662+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T14:21:05.158511+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T14:21:05.169643+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:22:08.837801+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"http://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-05-05T14:22:08.862698+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:22:08.883243+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:08.883299+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:08.952492+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T14:22:08.978324+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T14:22:09.003055+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:22:12.569232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T14:22:21.747319+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"http://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-05-05T14:22:21.753516+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:22:21.763048+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:21.763088+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:25.202939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:22:25.717971+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"http://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-05-05T14:22:25.743505+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:22:25.764093+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:25.764142+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:28.425602+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:22:45.230001+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-05-05T14:22:45.252561+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:22:45.271573+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:45.271630+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:22:48.165377+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T14:22:48.227648+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:39:04.823799+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-05-05T14:39:04.855991+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:39:04.877687+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:39:04.877740+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:39:04.949308+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T14:39:05.010061+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T14:39:05.036556+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:39:08.469091+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"http://test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-05-05T14:39:08.476938+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:39:08.486975+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:39:08.487029+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:39:08.508898+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T14:39:08.520337+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T14:39:08.531436+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:39:12.558497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T14:39:20.895339+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-05-05T14:39:20.919263+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:39:20.938738+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:39:20.938787+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:39:23.751031+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T14:39:23.809451+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:59:01.801934+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"http://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-05-05T14:59:01.852944+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:59:01.886677+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:59:01.886758+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:59:04.671100+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-05-05T14:59:04.717420+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T14:59:04.725418+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:59:04.725463+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T14:59:05.238677+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T14:59:07.539181+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T14:59:07.586934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:14:16.867267+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-05-05T15:14:16.919802+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:14:16.962932+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:14:16.962995+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:14:17.093253+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:14:17.132640+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:14:17.168183+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:14:22.040341+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"http://test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-05-05T15:14:22.046801+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:14:22.054733+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:14:22.054774+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:14:24.920741+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:14:25.985905+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"http://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-05-05T15:14:25.991662+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:14:25.998625+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:14:25.998668+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:14:28.584283+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:14:28.677336+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-05T15:24:01.992866+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"http://test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-05-05T15:24:02.037410+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:24:02.058769+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:24:02.058826+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:24:02.144035+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:24:02.203206+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:24:02.229661+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:24:05.288628+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"http://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-05-05T15:24:05.295013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:24:05.302703+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:24:05.302742+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:24:08.109590+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:24.690104+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-05-05T15:36:24.714023+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:24.733072+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:24.733123+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:24.797984+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:36:24.822572+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:36:24.845890+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:28.424230+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"http://test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-05-05T15:36:28.430483+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:28.438317+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:28.438366+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:28.460365+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:36:28.473843+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:36:28.485762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:34.117871+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"http://test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-05-05T15:36:34.124245+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:34.133042+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:34.133086+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:34.153216+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:36:34.164838+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:36:34.175243+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:36.533327+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"http://test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-05-05T15:36:36.539493+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:36.546770+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:36.546810+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:36.566746+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:36:36.577754+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:36:36.587980+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:45.287665+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"http://test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-05-05T15:36:45.338459+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:45.374914+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:45.374980+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:45.494562+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:36:45.527225+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:36:45.560206+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:50.071176+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-05-05T15:36:50.079125+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:50.088450+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:50.088496+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:50.112010+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:36:50.123101+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:36:50.133385+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:36:56.610848+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"http://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-05-05T15:36:56.617061+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:36:56.624962+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:56.625007+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:36:59.322350+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:39:20.996419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T15:56:57.712190+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-05-05T15:56:57.758337+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:56:57.779027+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:56:57.779087+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:56:57.893884+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T15:56:57.920106+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T15:56:57.944332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T15:57:00.511484+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"http://test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-05-05T15:57:00.518192+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T15:57:00.526720+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:57:00.526766+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T15:57:03.333939+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:04:30.678239+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"http://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-05-05T16:04:30.917687+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:04:31.000115+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:04:31.000191+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:04:34.325667+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:16:02.290779+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"http://test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-05-05T16:16:02.404288+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:16:02.434792+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:16:02.434850+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:16:02.576639+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T16:16:02.622435+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T16:16:02.656968+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:16:04.558127+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"http://test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-05-05T16:16:04.564543+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:16:04.572388+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:16:04.572428+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:16:04.595854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T16:16:04.632733+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T16:16:04.649250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:16:08.913596+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"http://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-05-05T16:16:08.921015+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:16:08.928809+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:16:08.928867+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:16:11.752468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:30:54.019819+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"http://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-05-05T16:30:54.071322+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:30:54.099048+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:30:54.099129+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:30:56.987886+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:32:33.522680+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-05-05T16:32:33.593215+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:32:33.628279+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:33.628343+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:33.799853+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T16:32:33.880822+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T16:32:33.926894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:32:40.664467+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"http://test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-05-05T16:32:40.671334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:32:40.679630+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:40.679681+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:40.704891+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T16:32:40.718101+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T16:32:40.730571+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:32:44.483072+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"http://test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-05-05T16:32:44.489613+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:32:44.497652+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:44.497692+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:44.517316+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T16:32:44.527957+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T16:32:44.539391+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:32:49.229092+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-05-05T16:32:49.268036+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:32:49.290186+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:49.290248+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:32:49.381289+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T16:32:49.404153+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T16:32:49.434944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T16:48:32.948626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T16:48:44.573029+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"http://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-05-05T16:48:44.585374+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T16:48:44.595069+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:48:44.595109+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T16:48:47.375009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:11:12.765127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T17:11:17.213391+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"http://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-05-05T17:11:17.228026+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:11:17.238764+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:11:17.238809+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:11:20.180336+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:16:00.742379+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"http://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-05-05T17:16:00.773446+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:16:00.793809+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:16:00.793858+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:16:03.801279+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:16:04.848291+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-05-05T17:16:04.854203+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:16:04.861385+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:16:04.861481+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:16:04.922149+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T17:16:04.951907+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T17:16:04.972461+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:34:05.262108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T17:34:08.429304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T17:34:12.531060+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-05-05T17:34:12.556118+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:34:12.567928+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:34:12.567980+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:34:15.486919+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T17:34:15.536174+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:34:17.643634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T17:45:40.968144+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"http://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-05-05T17:45:41.020525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:45:41.049231+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:45:41.049291+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:45:41.129945+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T17:45:41.153273+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T17:45:41.178462+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:45:45.095884+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"http://test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-05-05T17:45:45.102405+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:45:45.110289+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:45:45.110331+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:45:45.130504+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T17:45:45.141264+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T17:45:45.152331+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T17:51:53.657647+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"http://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-05-05T17:51:53.684895+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T17:51:53.707323+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:51:53.707371+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T17:51:53.790180+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T17:51:53.815918+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T17:51:53.841975+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:12:45.726134+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"http://test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-05-05T18:12:45.794933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:12:45.836880+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:12:45.836943+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:12:48.673828+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:33:24.645588+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"http://test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-05-05T18:33:24.679574+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:33:24.701308+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:33:24.701363+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:33:24.792877+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T18:33:24.839341+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T18:33:24.869150+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:33:28.425775+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"http://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-05-05T18:33:28.432437+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:33:28.440461+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:33:28.440511+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:33:31.531189+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:33:36.419889+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"http://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-05-05T18:33:36.426020+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:33:36.433777+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:33:36.433826+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:33:39.206519+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:55:17.226436+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-05-05T18:55:17.274038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:55:17.296967+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:55:17.297036+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:55:17.382447+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T18:55:17.434148+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T18:55:17.468585+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:55:21.609973+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"http://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-05-05T18:55:21.616494+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:55:21.624368+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:55:21.624411+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:55:24.716811+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:55:26.022612+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"http://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-05-05T18:55:26.029727+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:55:26.037397+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:55:26.037491+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:55:28.917284+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:57:28.151749+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"http://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-05-05T18:57:28.175014+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:57:28.193419+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:57:28.193465+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:57:31.192095+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:58:46.264330+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"http://test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-05-05T18:58:46.289449+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:58:46.309959+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:58:46.310012+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:58:46.377938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T18:58:46.404391+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T18:58:46.429200+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:58:50.982896+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"http://test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-05-05T18:58:50.988930+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:58:50.996318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:58:50.996361+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:58:53.710309+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"http://test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-05-05T18:58:53.719471+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T18:58:53.727664+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:58:53.727707+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T18:58:53.848532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T18:58:56.465530+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T19:14:18.307312+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-05-05T19:14:18.342844+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T19:14:18.367004+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:14:18.367057+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:14:18.440726+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T19:14:18.479077+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T19:14:18.507141+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T19:34:04.621125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T19:41:13.067416+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-05-05T19:41:13.110301+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T19:41:13.141518+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:41:13.141572+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:41:13.217204+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T19:41:13.250394+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T19:41:13.283405+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T19:44:49.005073+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"http://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-05-05T19:44:49.032344+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T19:44:49.053841+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:44:49.053896+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:44:49.126009+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T19:44:49.205142+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T19:44:52.832523+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"http://test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-05-05T19:44:52.839109+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T19:44:52.847092+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:44:52.847138+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T19:44:52.867735+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T19:44:52.879639+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T19:44:52.900268+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:02:53.255293+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"http://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-05-05T20:02:53.287442+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:02:53.306498+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:02:53.306544+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:02:56.203321+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:03:01.759954+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-05-05T20:03:01.766848+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:03:01.775051+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:03:01.775096+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:03:01.868245+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T20:03:01.899740+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T20:03:01.928025+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:05:45.215550+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"http://test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-05-05T20:05:45.264442+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:05:45.313289+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:05:45.313362+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:05:45.395964+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T20:05:45.425660+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T20:05:45.450486+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:17:28.255337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T20:25:21.643834+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"http://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-05-05T20:25:21.710648+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:25:21.741782+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:25:21.741851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:25:24.434291+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-05-05T20:25:24.476095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:25:24.484197+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:25:24.484242+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:25:24.800240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:25:27.516616+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T20:25:27.573233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:44:20.680910+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"http://test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-05-05T20:44:20.717663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:44:20.737958+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:44:20.738024+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:44:20.811414+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T20:44:20.838425+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T20:44:20.864567+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T20:44:24.399919+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"http://test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-05-05T20:44:24.406121+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T20:44:24.413615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:44:24.413654+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T20:44:24.465966+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T20:44:24.477608+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T20:44:24.488678+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:05:33.319270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T21:05:40.676279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T21:05:44.875989+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"http://test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-05-05T21:05:44.894312+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:05:44.905292+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:05:44.905336+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:05:47.588232+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:05:49.417776+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-05-05T21:05:49.435400+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:05:49.452366+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:05:49.452411+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:05:52.453012+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T21:05:52.486032+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:21:46.194247+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-05-05T21:21:46.227472+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:21:46.247515+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:21:46.247575+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:21:46.316815+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T21:21:46.344751+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T21:21:46.375048+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:21:49.064471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T21:21:56.880464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T21:22:06.276585+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"http://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-05-05T21:22:06.310556+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:22:06.329379+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:22:06.329434+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:22:09.002064+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:26:18.053279+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-05-05T21:26:18.132891+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:26:18.175757+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:26:18.175811+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:26:18.280799+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T21:26:18.353559+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T21:26:18.398372+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:38:00.794772+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"http://test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-05-05T21:38:00.827848+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:38:00.848526+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:38:00.848569+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:38:00.942055+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T21:38:00.968547+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T21:38:01.002134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T21:38:05.942673+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-05-05T21:38:05.949453+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T21:38:05.957924+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:38:05.957981+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T21:38:08.813894+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T21:38:08.852981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:05:49.800450+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"http://test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-05-05T22:05:49.839870+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:05:49.866022+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:05:49.866088+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:05:49.947038+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T22:05:49.974686+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T22:05:50.001670+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:05:52.592683+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"http://test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-05-05T22:05:52.602621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:05:52.614895+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:05:52.614956+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:05:52.640613+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T22:05:52.652142+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T22:05:52.663912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:05:56.398952+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"http://test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-05-05T22:05:56.405011+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:05:56.412314+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:05:56.412354+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:05:56.433685+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T22:05:56.444952+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T22:05:56.455894+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:15:28.933863+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"http://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-05-05T22:15:28.967052+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:15:28.989417+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:15:28.989491+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:15:29.217518+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:15:33.483485+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"http://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-05-05T22:15:33.489220+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:15:33.496252+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:15:33.496297+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:15:36.193735+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:15:44.724970+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"http://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-05-05T22:15:44.748862+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:15:44.768431+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:15:44.768477+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:15:47.331000+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:31:05.711402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T22:53:36.744606+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"http://test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-05-05T22:53:36.791342+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:53:36.819499+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:53:36.819557+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:53:36.891094+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T22:53:36.920171+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T22:53:36.948466+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:53:44.638333+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"http://test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-05-05T22:53:44.644997+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:53:44.653014+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:53:44.653057+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:53:44.674077+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T22:53:44.686454+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T22:53:44.698456+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T22:53:48.927191+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"http://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-05-05T22:53:48.933796+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T22:53:48.941905+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:53:48.941944+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T22:53:51.729805+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:04:29.081942+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"http://test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-05-05T23:04:29.122749+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:04:29.152563+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:04:29.152620+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:04:29.251264+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T23:04:29.303846+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T23:04:29.371294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:04:32.530273+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"http://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-05-05T23:04:32.537108+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:04:32.545234+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:04:32.545279+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:04:35.751708+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:04:37.934585+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-05-05T23:04:37.941208+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:04:37.949256+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:04:37.949305+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:04:37.971942+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T23:04:37.986878+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T23:04:37.997999+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:12:29.061726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T23:12:32.971816+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"http://test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-05-05T23:12:32.984114+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:12:32.993492+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:12:32.993541+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:12:33.072217+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T23:12:33.098942+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T23:12:33.117006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:12:52.796897+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-05-05T23:12:52.822222+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:12:52.843870+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:12:52.843931+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:12:55.559381+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T23:12:55.623899+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:32:45.671346+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"http://test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-05-05T23:32:45.717252+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:32:45.738288+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:32:45.738346+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:32:45.805433+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T23:32:45.828686+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T23:32:45.853730+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:32:49.253076+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"http://test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-05-05T23:32:49.259449+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:32:49.267272+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:32:49.267319+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:32:49.287413+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T23:32:49.301012+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T23:32:49.311639+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:32:57.003980+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"http://test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-05-05T23:32:57.010135+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:32:57.017571+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:32:57.017610+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:32:57.036985+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-05T23:32:57.053077+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-05T23:32:57.063410+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:33:00.828008+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-05-05T23:33:00.853775+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:33:00.873421+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:33:00.873480+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:33:03.620509+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T23:33:03.685907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:39:09.760636+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://www.test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-05-05T23:39:09.821904+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:39:09.845894+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:39:09.845944+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:39:12.679855+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-05T23:39:12.742165+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:39:14.314175+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"http://test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-05-05T23:39:14.320854+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:39:14.329043+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:39:14.329091+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:39:17.275383+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"http://test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-05-05T23:39:17.281786+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:39:17.288796+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:39:17.288835+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:39:17.533134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:39:20.350247+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-05T23:52:44.782380+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"http://test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-05-05T23:52:44.832785+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-05T23:52:44.854442+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:52:44.854498+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-05T23:52:47.779397+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T00:03:57.271965+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"http://test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-05-06T00:03:57.370872+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T00:03:57.400835+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:03:57.400904+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:03:57.517128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T00:03:57.560623+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T00:03:57.594428+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T00:32:37.574158+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"http://test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-05-06T00:32:37.600601+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T00:32:37.620961+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:32:37.621014+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:32:37.730239+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T00:32:37.783438+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T00:32:37.820110+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T00:32:40.697737+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"http://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-05-06T00:32:40.704537+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T00:32:40.713584+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:32:40.713643+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:32:43.356000+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T00:39:01.700215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-06T00:39:10.436831+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"http://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-05-06T00:39:10.451141+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T00:39:10.461474+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:39:10.461530+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:39:10.531838+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T00:39:10.547103+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T00:39:10.563281+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T00:39:16.965102+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"http://test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-05-06T00:39:16.982932+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T00:39:17.001124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:39:17.001173+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:39:19.894087+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T00:39:23.554659+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://www.test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-05-06T00:39:23.560316+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T00:39:23.567183+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:39:23.567224+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T00:39:23.589485+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T00:39:23.602116+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T00:39:23.623548+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T01:04:04.629643+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"http://test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-05-06T01:04:04.658765+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T01:04:04.681907+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:04:04.681970+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:04:04.762123+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T01:04:04.792448+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T01:04:04.820343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T01:19:02.042215+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"http://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-05-06T01:19:02.068523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T01:19:02.097194+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:19:02.097243+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:19:05.109567+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T01:19:05.681037+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"http://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-05-06T01:19:05.687681+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T01:19:05.695669+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:19:05.695716+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:19:08.401938+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T01:55:26.520069+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"http://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-05-06T01:55:26.562695+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T01:55:26.591786+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:55:26.591840+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T01:55:29.352915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T02:06:43.925396+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"http://test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-05-06T02:06:45.010010+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T02:06:46.188061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T02:06:46.188131+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T02:06:48.112727+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T02:06:49.187202+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T02:06:50.418735+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T02:55:39.298544+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"http://test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-05-06T02:55:40.013891+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T02:55:40.469781+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T02:55:40.469852+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T02:55:41.982292+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T02:55:42.637267+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T02:55:43.050477+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T05:02:53.564466+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/our-pastors.html","method":"GET"} [] [2025-05-06T05:02:54.997801+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T05:02:56.097846+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T05:02:56.097919+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T05:03:00.120272+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T05:03:01.672106+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T05:03:02.583834+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T06:46:23.374457+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home2.html","method":"GET"} [] [2025-05-06T06:46:23.863521+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T06:46:24.318323+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T06:46:24.318391+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T06:46:28.171942+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T06:46:28.498254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T07:47:12.104989+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"about-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/about-us.html","method":"GET"} [] [2025-05-06T07:47:12.247042+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T07:47:12.355874+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T07:47:12.355945+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T07:47:15.431228+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T07:47:15.612722+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T08:16:46.110763+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"error.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/error.html","method":"GET"} [] [2025-05-06T08:16:46.145251+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T08:16:46.164870+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:16:46.164913+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:16:49.048041+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T08:16:49.110556+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T08:16:49.846617+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/shop.html","method":"GET"} [] [2025-05-06T08:16:49.852337+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T08:16:49.859253+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:16:49.859296+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:16:52.538742+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T08:16:52.551096+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T08:29:58.875741+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/blog.html","method":"GET"} [] [2025-05-06T08:29:58.934531+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T08:29:58.965207+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:29:58.965274+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:30:01.645591+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T08:30:01.713537+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T08:40:34.451185+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"offline.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/offline.html","method":"GET"} [] [2025-05-06T08:40:34.502128+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T08:40:34.523370+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:40:34.523425+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:40:37.603272+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T08:40:37.658115+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T08:45:46.147652+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/faq.html","method":"GET"} [] [2025-05-06T08:45:46.179098+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T08:45:46.198892+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:45:46.198949+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T08:45:46.541708+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T08:45:46.615468+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T08:45:46.673967+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T09:48:20.300606+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-right.html","method":"GET"} [] [2025-05-06T09:48:20.358999+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T09:48:20.414101+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T09:48:20.414153+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T09:48:20.709070+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T09:48:20.872064+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T09:48:20.907723+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T10:18:38.169045+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content.html","method":"GET"} [] [2025-05-06T10:18:38.234755+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T10:18:38.275558+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T10:18:38.275627+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T10:18:41.439867+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T10:18:41.515256+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T11:16:51.997046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-06T11:23:29.948014+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content.html","method":"GET"} [] [2025-05-06T11:23:29.999117+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T11:23:30.021392+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:23:30.021455+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:23:30.275738+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T11:23:30.374774+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T11:23:30.435538+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T11:23:34.730654+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/donations.html","method":"GET"} [] [2025-05-06T11:23:34.737147+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T11:23:34.745098+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:23:34.745137+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:23:38.632244+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T11:23:38.673729+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T11:23:39.436529+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/testimonials.html","method":"GET"} [] [2025-05-06T11:23:39.442272+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T11:23:39.449171+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:23:39.449211+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:23:42.274561+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T11:23:42.317596+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T11:50:18.201588+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"layouts.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/layouts.html","method":"GET"} [] [2025-05-06T11:50:18.254720+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T11:50:18.285591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:50:18.285655+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T11:50:18.415293+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T11:50:18.482492+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T11:50:18.545402+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T12:05:59.237042+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event-list.html","method":"GET"} [] [2025-05-06T12:05:59.272919+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T12:05:59.293831+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T12:05:59.293891+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T12:06:02.065267+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T12:06:02.123434+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T12:35:38.794821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-06T12:52:18.142915+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"blog.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/blog.html","method":"GET"} [] [2025-05-06T12:52:18.196800+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T12:52:18.234631+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T12:52:18.234686+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T12:52:18.390611+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T12:52:18.450379+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T12:52:18.515579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T12:52:26.472598+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index-home3.html","method":"GET"} [] [2025-05-06T12:52:26.481293+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T12:52:26.491346+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T12:52:26.491400+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T12:52:29.402053+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T12:52:29.444915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T13:22:06.238488+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"single-article.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/single-article.html","method":"GET"} [] [2025-05-06T13:22:06.286362+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T13:22:06.314523+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:22:06.314570+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:22:09.120934+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T13:22:09.178585+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T13:22:10.486374+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/content-left-right.html","method":"GET"} [] [2025-05-06T13:22:10.492523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T13:22:10.499368+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:22:10.499408+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:22:10.569281+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T13:22:10.604592+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T13:22:10.615669+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T13:22:34.687708+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"testimonials.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/testimonials.html","method":"GET"} [] [2025-05-06T13:22:34.747444+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T13:22:34.775505+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:22:34.775567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:22:34.872443+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T13:22:34.904575+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T13:22:34.929576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T13:31:30.109061+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"our-pastors.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/our-pastors.html","method":"GET"} [] [2025-05-06T13:31:30.154447+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T13:31:30.236095+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:31:30.236167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T13:31:33.015512+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T13:31:33.094076+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T14:03:39.426293+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-right-content.html","method":"GET"} [] [2025-05-06T14:03:39.504536+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T14:03:39.562125+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T14:03:39.562195+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T14:03:42.470103+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T14:03:42.574935+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T14:16:07.407901+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"18"},"request_uri":"http://test.phila-ca.com/public/en/audio/18","method":"GET"} [] [2025-05-06T14:16:07.451016+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T14:16:07.472360+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T14:16:07.472413+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T14:16:07.573929+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T14:16:07.607160+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T14:16:07.634532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T14:21:07.125779+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/left-content-right.html","method":"GET"} [] [2025-05-06T14:21:07.177731+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T14:21:07.220328+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T14:21:07.220393+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T14:21:10.241158+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T14:21:10.299319+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T15:09:01.984202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-06T15:09:06.324824+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"18"},"request_uri":"http://test.phila-ca.com/public/en/livre/18","method":"GET"} [] [2025-05-06T15:09:06.339233+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T15:09:06.349771+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:09:06.349817+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:09:09.601110+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T15:09:10.270163+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-right.html","method":"GET"} [] [2025-05-06T15:09:10.276621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T15:09:10.284588+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:09:10.284633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:09:13.158704+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T15:09:13.202576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T15:17:51.387079+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"faq.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/faq.html","method":"GET"} [] [2025-05-06T15:17:51.456553+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T15:17:51.520106+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:17:51.520175+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:17:54.397575+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T15:17:54.465123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T15:36:34.356770+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/coming.html","method":"GET"} [] [2025-05-06T15:36:34.398115+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T15:36:34.423667+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:36:34.423727+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:36:37.324424+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T15:36:37.385932+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T15:51:42.281099+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index.html","method":"GET"} [] [2025-05-06T15:51:42.330372+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T15:51:42.358842+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:51:42.358900+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T15:51:42.474970+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T15:51:42.503093+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T15:51:42.527829+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T16:10:58.550561+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home2.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home2.html","method":"GET"} [] [2025-05-06T16:10:58.599678+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T16:10:58.619960+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T16:10:58.620024+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T16:10:58.698148+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T16:10:58.754008+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T16:10:58.779517+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T16:58:06.236317+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"shop.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/shop.html","method":"GET"} [] [2025-05-06T16:58:06.551900+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T16:58:06.792063+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T16:58:06.792135+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T16:58:07.325322+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T16:58:07.628963+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T16:58:07.771829+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T17:07:22.777140+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"about-us.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/about-us.html","method":"GET"} [] [2025-05-06T17:07:22.804775+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T17:07:22.825744+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:07:22.825799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:07:22.968908+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T17:07:23.030017+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T17:07:23.063743+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T17:07:25.937574+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/contact-us.html","method":"GET"} [] [2025-05-06T17:07:25.943775+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T17:07:25.951186+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:07:25.951226+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:07:29.152341+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T17:07:29.193743+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T17:36:26.253890+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"coming.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/coming.html","method":"GET"} [] [2025-05-06T17:36:26.299894+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T17:36:26.323084+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:36:26.323151+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:36:26.422116+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T17:36:26.493151+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T17:36:26.521611+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T17:41:34.164457+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event.html","method":"GET"} [] [2025-05-06T17:41:34.189630+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T17:41:34.211135+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:41:34.211193+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T17:41:34.298585+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T17:41:34.343240+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T17:41:34.375496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T18:10:54.231152+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"event.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/event.html","method":"GET"} [] [2025-05-06T18:10:54.300933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T18:10:54.357219+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T18:10:54.357305+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T18:10:57.469952+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T18:10:57.577444+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T18:11:01.907773+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"content-left-right.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/content-left-right.html","method":"GET"} [] [2025-05-06T18:11:01.913476+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T18:11:01.920422+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T18:11:01.920464+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T18:11:05.110126+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T18:11:05.122063+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T19:15:11.716286+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/gallery.html","method":"GET"} [] [2025-05-06T19:15:11.792054+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T19:15:11.821693+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T19:15:11.821762+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T19:15:12.068833+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T19:15:12.114236+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T19:15:12.150021+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T19:54:28.074246+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"single-article.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/single-article.html","method":"GET"} [] [2025-05-06T19:54:28.148459+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T19:54:28.190960+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T19:54:28.191022+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T19:54:28.299501+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T19:54:28.377714+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T19:54:28.426110+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T20:22:15.134218+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-content-right.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-content-right.html","method":"GET"} [] [2025-05-06T20:22:15.166147+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T20:22:15.187887+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T20:22:15.187939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T20:22:15.258385+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T20:22:15.291546+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T20:22:15.317357+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T20:29:27.405517+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"index-home3.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/index-home3.html","method":"GET"} [] [2025-05-06T20:29:27.444842+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T20:29:27.476160+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T20:29:27.476215+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T20:29:27.572322+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T20:29:27.600546+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T20:29:27.625381+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T20:55:11.227087+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"index.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/index.html","method":"GET"} [] [2025-05-06T20:55:11.260687+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T20:55:11.321225+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T20:55:11.321291+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T20:55:14.611480+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T20:55:14.667613+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T21:46:11.228342+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"left-right-content.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/left-right-content.html","method":"GET"} [] [2025-05-06T21:46:11.274122+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T21:46:11.305085+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T21:46:11.305146+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T21:46:11.379826+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T21:46:11.410257+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T21:46:11.445074+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T21:46:15.089877+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"gallery.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/gallery.html","method":"GET"} [] [2025-05-06T21:46:15.096374+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T21:46:15.104188+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T21:46:15.104226+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T21:46:18.049732+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T21:46:18.093897+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T21:51:11.468602+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"event-list.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/event-list.html","method":"GET"} [] [2025-05-06T21:51:11.504145+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T21:51:11.524460+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T21:51:11.524514+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T21:51:11.634663+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T21:51:11.662154+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T21:51:11.686975+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T22:02:11.044288+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"error.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/error.html","method":"GET"} [] [2025-05-06T22:02:11.100743+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T22:02:11.121587+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T22:02:11.121633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T22:02:11.198740+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T22:02:11.235203+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T22:02:11.260948+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T22:52:37.652169+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"layouts.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/layouts.html","method":"GET"} [] [2025-05-06T22:52:37.693148+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T22:52:37.713923+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T22:52:37.713972+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T22:52:40.606336+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T22:52:40.671598+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T23:00:17.343794+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"sermons.html"},"request_uri":"http://test.phila-ca.com/public/en/livre/sermons.html","method":"GET"} [] [2025-05-06T23:00:17.420683+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T23:00:17.461889+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:00:17.461954+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:00:20.282213+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: array_keys() expects parameter 1 to be array, null given" at /home/philacacww/test/src/Controller/DefaultController.php line 180 {"exception":"[object] (ErrorException(code: 0): Warning: array_keys() expects parameter 1 to be array, null given at /home/philacacww/test/src/Controller/DefaultController.php:180)"} [] [2025-05-06T23:00:20.352573+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T23:21:52.750755+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"contact-us.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/contact-us.html","method":"GET"} [] [2025-05-06T23:21:52.793756+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T23:21:52.815416+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:21:52.815478+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:21:52.913531+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T23:21:52.943102+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T23:21:52.967973+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T23:40:22.223518+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"offline.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/offline.html","method":"GET"} [] [2025-05-06T23:40:22.274220+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T23:40:22.306449+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:40:22.306517+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:40:22.416929+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T23:40:22.453134+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T23:40:22.479344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-06T23:57:36.501141+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"donations.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/donations.html","method":"GET"} [] [2025-05-06T23:57:36.532616+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-06T23:57:36.554555+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:57:36.554620+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-06T23:57:36.628061+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-06T23:57:36.678073+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-06T23:57:36.703313+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-07T00:50:06.394967+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"sermons.html"},"request_uri":"http://test.phila-ca.com/public/en/audio/sermons.html","method":"GET"} [] [2025-05-07T00:50:06.454274+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-07T00:50:06.501615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-07T00:50:06.501691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-07T00:50:06.604160+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-07T00:50:06.637231+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-07T00:50:06.672091+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-07T07:18:16.409144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-08T09:33:02.519009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-09T00:35:55.107372+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-05-09T00:35:55.595035+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-09T00:35:55.721588+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-09T00:35:55.721657+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-09T00:35:56.404092+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-09T02:30:39.340144+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"http://www.test.phila-ca.com/public/","method":"GET"} [] [2025-05-09T02:30:39.643601+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-09T02:30:39.788432+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-09T02:30:39.788500+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-09T02:30:40.605820+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-09T08:02:09.271561+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-05-09T08:02:09.896697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-09T08:02:10.169834+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-09T08:02:10.169903+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-09T08:02:11.370817+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-10T12:15:09.192212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-10T23:41:59.575185+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://test.phila-ca.com/public/","method":"GET"} [] [2025-05-10T23:42:00.023095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-10T23:42:00.197393+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-10T23:42:00.197473+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-10T23:42:01.236877+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T02:22:54.174140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:31:07.265351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:36:13.787246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:36:28.525604+02:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_route":"homepage","template":"default/homepage.html.twig","_locale":"en","_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"},"request_uri":"https://www.test.phila-ca.com/public/","method":"GET"} [] [2025-05-11T02:36:28.803991+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T02:36:28.940205+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T02:36:28.940281+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T02:36:30.363576+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T02:43:26.263178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:44:28.211842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:47:37.110852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:49:38.755491+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/admin/post/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"admin_index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/admin/post","method":"GET"} [] [2025-05-11T02:49:38.897229+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T02:49:38.980844+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T02:49:38.980910+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T02:49:39.024366+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T02:49:39.084356+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-05-11T02:49:39.085294+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-05-11T02:49:39.319525+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-11T02:49:39.374973+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T02:49:39.383050+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T02:49:39.383097+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T02:49:39.492454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T02:50:39.782219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:54:46.546344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:57:50.461517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:58:52.176895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T02:59:52.910674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:08:24.428151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:10:23.122340+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/direct/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"direct","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/direct","method":"GET"} [] [2025-05-11T03:10:24.280767+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:10:25.121285+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:10:25.121354+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:10:25.816029+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:11:19.011518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:15:23.932719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:19:34.008510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:20:36.877649+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/AllPodcast/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"blog_index","page":"1","_format":"html","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast","method":"GET"} [] [2025-05-11T03:20:37.245424+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:20:37.517144+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:20:37.517218+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:20:37.981759+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:20:38.207331+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-05-11T03:20:38.285954+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:20:38.294163+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:20:38.294212+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:20:38.486616+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T03:20:38.719346+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:24:44.369878+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"video","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en","method":"GET"} [] [2025-05-11T03:24:44.928558+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:24:45.087434+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:24:45.087504+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:24:45.585884+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:24:45.820221+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/","method":"GET"} [] [2025-05-11T03:24:45.856359+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:24:45.864622+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:24:45.864663+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:24:46.197418+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T03:24:46.486745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:28:49.970771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:29:52.773550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:34:01.672974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:35:04.011820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:37:16.918943+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-05-11T03:37:17.548920+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:37:17.861206+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:37:17.861274+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:37:18.310857+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-05-11T03:37:18.688254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:38:20.022391+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/se","method":"GET"} [] [2025-05-11T03:38:20.197225+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:38:20.394117+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:38:20.394189+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:38:22.654460+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:40:32.304247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:42:30.573885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T03:44:31.180342+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-05-11T03:44:31.680205+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:44:32.750522+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:44:32.750586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:44:35.245928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:45:45.964281+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-05-11T03:45:46.477310+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:45:46.691397+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:45:46.691471+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:45:48.372317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:49:50.566386+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-05-11T03:49:50.622939+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T03:49:50.943810+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:49:50.943877+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T03:49:51.296745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T03:55:23.040549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:04:38.144186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:05:28.113086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:15:55.759411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:19:14.445836+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-05-11T04:19:16.075079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T04:19:17.141878+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T04:19:17.141951+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T04:19:18.451345+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T04:19:19.511267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T04:45:00.071694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:50:23.124911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:50:23.124790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:53:18.296332+02:00] request.INFO: Matched route "admin_index". {"route":"admin_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/admin/post/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"admin_index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/admin/post","method":"GET"} [] [2025-05-11T04:53:19.402626+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T04:53:20.269822+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T04:53:20.269893+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T04:53:20.497151+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T04:53:21.122039+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/philacacww/test/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} [] [2025-05-11T04:53:21.123297+02:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-05-11T04:54:16.519315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T04:55:20.933047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:01:40.040456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:03:32.540623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:06:41.017082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:10:00.646262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:12:04.171333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:15:44.294637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:18:18.486799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:20:36.238268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:24:31.239510+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/direct/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"direct","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct","method":"GET"} [] [2025-05-11T05:24:31.543924+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:24:31.687318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:24:31.687385+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:24:31.994312+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:24:32.180297+02:00] request.INFO: Matched route "direct". {"route":"direct","route_parameters":{"_route":"direct","_controller":"App\\Controller\\VideoController::directVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/direct/","method":"GET"} [] [2025-05-11T05:24:32.219203+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:24:32.230610+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:24:32.230672+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:24:32.367327+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::directVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::directVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T05:24:32.451950+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:25:34.072097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:27:49.780411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:28:50.119895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:32:56.844789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:33:57.788395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:34:52.569236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:36:10.898554+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/AllPodcast/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"blog_index","page":"1","_format":"html","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast","method":"GET"} [] [2025-05-11T05:36:11.494390+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:36:11.706975+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:36:11.707045+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:36:12.126012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:36:12.365865+02:00] request.INFO: Matched route "blog_index". {"route":"blog_index","route_parameters":{"_route":"blog_index","page":"1","_format":"html","_controller":"App\\Controller\\BlogController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/AllPodcast/","method":"GET"} [] [2025-05-11T05:36:12.479256+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:36:12.491321+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:36:12.491387+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:36:12.571886+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $posts of "App\Controller\BlogController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $posts of \"App\\Controller\\BlogController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T05:36:12.711751+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:37:00.861109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:39:02.926355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:39:21.875129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:40:23.165183+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/en/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"video","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en","method":"GET"} [] [2025-05-11T05:40:24.369639+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:40:24.505045+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:40:24.505114+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:40:25.068503+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:40:25.285219+02:00] request.INFO: Matched route "video". {"route":"video","route_parameters":{"_route":"video","_controller":"App\\Controller\\VideoController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/","method":"GET"} [] [2025-05-11T05:40:25.292110+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:40:25.300229+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:40:25.300274+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:40:25.403383+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::index()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::index()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T05:40:25.522511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:41:29.210794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:42:05.461203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:42:42.450060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:45:15.877442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:45:15.877442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:46:17.295446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:47:17.303209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:47:17.316107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:48:18.273568+02:00] request.INFO: Matched route "Livre_bible". {"route":"Livre_bible","route_parameters":{"_route":"Livre_bible","_controller":"App\\Controller\\DefaultController::index","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/se","method":"GET"} [] [2025-05-11T05:48:18.800667+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:48:19.048906+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:48:19.048972+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:48:21.875049+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:52:19.744773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:52:46.365024+02:00] request.INFO: Matched route "Livre_audio". {"route":"Livre_audio","route_parameters":{"_route":"Livre_audio","_controller":"App\\Controller\\DefaultController::Livre_audio","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/Livre_audio","method":"GET"} [] [2025-05-11T05:52:46.719833+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:52:46.887743+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:52:46.887808+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:52:47.857445+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:55:07.085314+02:00] request.INFO: Matched route "blog_rss". {"route":"blog_rss","route_parameters":{"_route":"blog_rss","page":"1","_format":"xml","_controller":"App\\Controller\\DefaultController::detailUser","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/rss.xml","method":"GET"} [] [2025-05-11T05:55:07.240307+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T05:55:07.304332+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:55:07.304400+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T05:55:07.413228+02:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Controller "App\Controller\DefaultController::detailUser()" requires that you provide a value for the "$id" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one." at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php line 80 {"exception":"[object] (RuntimeException(code: 0): Controller \"App\\Controller\\DefaultController::detailUser()\" requires that you provide a value for the \"$id\" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or because there is a non optional argument after this one. at /home/philacacww/test/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:80)"} [] [2025-05-11T05:55:07.534794+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T05:56:24.464137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T05:59:28.983269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:00:32.121979+02:00] request.INFO: Matched route "gallery". {"route":"gallery","route_parameters":{"_route":"gallery","_controller":"App\\Controller\\DefaultController::galleryAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/gallery","method":"GET"} [] [2025-05-11T06:00:32.622145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:00:32.741579+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T06:00:32.751918+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:00:32.751971+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:00:35.525822+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T06:01:31.665054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:01:31.995321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:02:35.332851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:04:37.780651+02:00] request.INFO: Matched route "connect_facebook_start". {"route":"connect_facebook_start","route_parameters":{"_route":"connect_facebook_start","_controller":"App\\Controller\\FacebookController::connectAction","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/connect/facebook","method":"GET"} [] [2025-05-11T06:04:37.899749+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T06:04:37.988475+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:04:37.988534+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:04:38.819445+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T06:06:39.551230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:07:40.483686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:08:43.768933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:09:44.179972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:10:44.044356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:10:47.946871+02:00] request.INFO: Matched route "contact". {"route":"contact","route_parameters":{"_route":"contact","_controller":"App\\Controller\\DefaultController::contactAction","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/contact","method":"GET"} [] [2025-05-11T06:10:47.970402+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T06:10:47.982540+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:10:47.982592+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:10:48.082416+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T06:11:46.082350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:13:11.072703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:14:49.157680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/coming.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/coming.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/coming.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:18:57.903174+02:00] request.INFO: Matched route "security_login". {"route":"security_login","route_parameters":{"_route":"security_login","_controller":"App\\Controller\\SecurityController::login","_locale":"en"},"request_uri":"https://test.phila-ca.com/public/en/login","method":"GET"} [] [2025-05-11T06:18:57.962505+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T06:18:57.993600+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:18:58.012876+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:18:57.991486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:18:58.316994+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T06:19:29.122072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:22:02.036962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:23:34.590827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:24:01.596231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:27:39.792551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:33:09.642567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T06:36:45.691780+02:00] request.INFO: Matched route "replay". {"route":"replay","route_parameters":{"_route":"replay","_controller":"App\\Controller\\VideoController::replayVideo","_locale":"en"},"request_uri":"https://www.test.phila-ca.com/public/en/replay/","method":"GET"} [] [2025-05-11T06:36:46.073945+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T06:36:46.111111+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:36:46.111161+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T06:36:46.264131+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot resolve argument $postRepository of "App\Controller\VideoController::replayVideo()": Class "Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface" not found while loading "App\Repository\PostRepository"." at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php line 435 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Cannot resolve argument $postRepository of \"App\\Controller\\VideoController::replayVideo()\": Class \"Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface\" not found while loading \"App\\Repository\\PostRepository\". at /home/philacacww/test/vendor/symfony/dependency-injection/Container.php:435)"} [] [2025-05-11T06:36:46.295627+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:52:33.212398+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-05-11T08:52:33.638872+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:52:33.954987+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:52:33.955059+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:52:35.343672+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:52:35.767108+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:52:35.981023+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:54:41.431386+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-05-11T08:54:41.471278+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:54:41.504510+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:54:41.504561+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:54:42.603903+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:54:42.649093+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:54:42.699411+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:55:53.207646+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-05-11T08:55:53.207658+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-05-11T08:55:53.207644+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-05-11T08:55:53.255411+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:55:53.255525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:55:53.255569+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:55:53.279904+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:55:53.279950+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:55:53.280078+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:55:53.280120+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:55:53.280128+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:55:53.280191+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:55:54.147342+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:55:54.147463+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:55:54.147487+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:55:54.191204+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:55:54.191358+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:55:54.643928+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:55:54.644041+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:55:56.129093+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:56:56.340106+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/audio/6","method":"GET"} [] [2025-05-11T08:56:56.340131+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-05-11T08:56:56.397663+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:56:56.397671+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:56:56.438414+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.438472+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.438472+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.438525+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.450108+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-05-11T08:56:56.457127+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:56:56.464984+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.465029+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.615215+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:56:56.615278+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:56:56.615322+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:56:56.648117+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:56:56.648133+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:56:56.648187+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:56:56.650871+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-05-11T08:56:56.657899+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:56:56.665874+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.665914+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:56:56.674976+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:56:56.675009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:56:56.675046+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:56:56.688187+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:56:56.699520+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:56:56.710693+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:58:07.707871+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-05-11T08:58:07.709712+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-05-11T08:58:07.746079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:58:07.749048+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:58:07.775407+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:58:07.775455+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:58:07.775603+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:58:07.775650+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:58:07.910779+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-05-11T08:58:07.917735+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:58:07.925575+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:58:07.925614+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:58:07.936752+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:58:07.936804+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:58:07.945955+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:58:07.979927+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:58:07.979927+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:58:07.980016+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:58:08.004219+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:58:08.004241+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:58:08.004257+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:59:09.567319+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-05-11T08:59:09.567592+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-05-11T08:59:09.567432+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-05-11T08:59:09.623492+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:59:09.623521+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:59:09.623531+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T08:59:09.652737+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:59:09.652798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:59:09.652813+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:59:09.652812+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:59:09.652863+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:59:09.652866+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T08:59:09.788749+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:59:09.788837+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:59:09.789045+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T08:59:10.104689+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:59:10.104710+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:59:10.104767+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T08:59:10.267117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:59:10.267152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T08:59:10.267168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:00:14.898910+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-05-11T09:00:14.924562+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:00:14.899074+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-05-11T09:00:14.899352+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-05-11T09:00:14.899377+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-05-11T09:00:14.939685+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:00:14.940106+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:00:14.940117+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:00:14.972725+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972743+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972754+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972792+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972808+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972810+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:14.972865+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:00:15.053181+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:00:15.053227+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:00:15.053235+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:00:15.053243+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:00:15.083141+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:00:15.083176+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:00:15.083209+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:00:15.083255+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:00:15.110414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:00:15.110478+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:00:15.110483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:00:15.110482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:01:34.558369+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-05-11T09:01:34.558697+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-05-11T09:01:34.558391+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-05-11T09:01:34.587094+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:01:34.587117+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:01:34.587242+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:01:34.610048+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.610100+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.610354+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.610363+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.610414+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.610419+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.632210+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-05-11T09:01:34.639306+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:01:34.647249+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.647290+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:01:34.688413+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:01:34.688503+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:01:34.688506+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:01:34.688537+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:01:34.715626+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:01:34.715628+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:01:34.715639+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:01:34.715673+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:01:34.743981+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:01:34.743984+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:01:34.743987+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:01:34.744015+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:02:36.896133+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-05-11T09:02:36.932466+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:02:36.896236+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-05-11T09:02:36.917020+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-05-11T09:02:36.993024+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:02:36.993445+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:02:37.040474+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.040536+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.040507+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.040585+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.040602+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.040677+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.117787+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-05-11T09:02:37.125073+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:02:37.133123+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.133167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:02:37.146668+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:02:37.146724+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:02:37.146780+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:02:37.157022+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:02:37.215323+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:02:37.215475+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:02:37.215515+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:02:37.215666+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:02:37.247542+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:02:37.247628+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:02:37.247653+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:02:37.247687+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:03:48.216641+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-05-11T09:03:48.216838+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-05-11T09:03:48.216661+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-05-11T09:03:48.252878+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:03:48.252900+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:03:48.252948+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:03:48.281512+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:03:48.281573+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:03:48.281609+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:03:48.281662+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:03:48.281716+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:03:48.281782+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:03:48.387094+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:03:48.387386+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:03:48.387421+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:03:48.423603+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:03:48.423658+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:03:48.423740+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:03:48.455873+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:03:48.456010+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:03:48.456086+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:04:49.055793+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-05-11T09:04:49.056331+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-05-11T09:04:49.055869+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-05-11T09:04:49.094667+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:04:49.094865+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:04:49.095024+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:04:49.102311+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-05-11T09:04:49.109292+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:04:49.133398+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133424+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133455+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133527+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133524+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133587+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133651+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.133712+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.284242+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:04:49.284259+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:04:49.284282+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:04:49.284288+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:04:49.304184+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-05-11T09:04:49.311459+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:04:49.319556+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.319596+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.320423+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:04:49.320489+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:04:49.320505+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:04:49.320534+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:04:49.340539+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:04:49.359437+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:04:49.390199+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:04:49.391664+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:04:49.393162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:04:49.394833+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:04:49.396581+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:04:49.895782+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-05-11T09:04:49.902424+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:04:49.910377+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.910426+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:04:49.931164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:04:49.943209+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:04:49.958258+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:06:01.330568+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-05-11T09:06:01.330926+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-05-11T09:06:01.330668+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-05-11T09:06:01.354673+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:06:01.354703+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:06:01.354841+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:06:01.375390+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.375442+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.375419+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.375480+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.375588+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.375650+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.421356+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-05-11T09:06:01.428378+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:06:01.436376+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.436416+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.451603+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:06:01.451653+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:06:01.451708+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:06:01.463118+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:06:01.478719+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:06:01.478757+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:06:01.478756+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:06:01.478935+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:06:01.505276+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:06:01.505315+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:06:01.505425+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:06:01.505483+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:06:01.625114+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-05-11T09:06:01.632019+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:06:01.640264+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.640309+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:06:01.661925+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:06:01.693177+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:06:01.704902+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:07:05.720973+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-05-11T09:07:05.721174+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"40"},"request_uri":"https://test.phila-ca.com/public/en/audio/40","method":"GET"} [] [2025-05-11T09:07:05.720984+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-05-11T09:07:05.731064+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-05-11T09:07:05.813665+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:07:05.813697+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:07:05.813715+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:07:05.813814+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:07:05.844575+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.844632+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.845177+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.845193+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.845193+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.845234+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.845250+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.845259+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:07:05.955005+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:07:05.955110+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:07:05.955277+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:07:05.955277+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:07:06.120961+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:07:06.121033+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:07:06.121070+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:07:06.129123+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:07:06.147707+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:07:06.147784+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:07:06.147836+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:07:06.147851+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:08:07.859558+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-05-11T09:08:07.859362+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-05-11T09:08:07.878899+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-05-11T09:08:07.859567+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-05-11T09:08:07.859698+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-05-11T09:08:07.907655+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:08:07.907719+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:08:07.907736+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:08:07.907753+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:08:07.907910+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:08:07.937880+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937880+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937885+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937933+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937938+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937945+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937911+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.937981+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.938060+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:07.938138+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:08.135679+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:08:08.135685+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:08:08.135706+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:08:08.135806+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:08:08.135850+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:08:08.186051+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:08:08.186066+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:08:08.186184+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:08:08.186255+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:08:08.186329+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:08:08.231075+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:08:08.231170+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:08:08.231190+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:08:08.231280+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:08:08.231281+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:08:08.675035+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-05-11T09:08:08.683719+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:08:08.694765+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:08.694829+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:08:08.715886+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:08:08.757072+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:08:08.768689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:09:08.910693+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-05-11T09:09:08.910758+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-05-11T09:09:08.910732+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-05-11T09:09:08.910766+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-05-11T09:09:08.953092+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:09:08.953139+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:09:08.953138+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:09:08.953238+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:09:08.984102+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984159+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984195+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984272+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984341+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984437+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.984508+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:08.985652+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/audio/64","method":"GET"} [] [2025-05-11T09:09:08.992778+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:09:09.000922+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:09.000967+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:09.113118+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:09:09.113183+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:09:09.113431+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:09:09.113416+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:09:09.175972+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:09:09.176406+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:09:09.177086+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:09:09.177364+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:09:09.234431+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:09:09.234511+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:09:09.234539+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:09:09.234557+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:09:09.574928+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-05-11T09:09:09.581456+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:09:09.589389+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:09.589432+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:09:09.612569+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:09:09.625695+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:09:09.639177+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:09:13.355876+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:10:19.528918+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-05-11T09:10:19.528956+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-05-11T09:10:19.528985+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-05-11T09:10:19.528976+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-05-11T09:10:19.663424+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:10:19.663492+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:10:19.663562+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:10:19.663631+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:10:19.684126+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684180+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684191+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684252+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684264+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684315+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.684319+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:10:19.837823+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:10:19.837837+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:10:19.837997+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:10:19.838009+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T09:10:19.881212+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:10:19.881219+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:10:19.881292+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:10:19.881286+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T09:10:19.930538+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:10:19.930568+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:10:19.930606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:10:19.930631+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:11:23.903507+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-05-11T09:11:23.903913+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-05-11T09:11:23.965141+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:11:23.965314+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:11:23.993305+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:11:23.993370+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:11:23.993577+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:11:23.993644+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:11:24.162192+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-05-11T09:11:24.168871+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:11:24.176375+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:11:24.176413+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:11:28.089247+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:11:28.089316+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:11:28.130099+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:12:26.510505+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-05-11T09:12:26.510514+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-05-11T09:12:26.510508+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-05-11T09:12:26.510511+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-05-11T09:12:26.510554+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-05-11T09:12:26.579884+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:12:26.579922+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:12:26.579917+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:12:26.579917+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:12:26.580071+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:12:26.607686+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.607749+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.607811+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.607830+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.607866+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.607890+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.608017+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.608081+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.608115+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:26.608167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:33.381267+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:12:33.382755+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:12:33.554535+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:12:33.572598+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:12:33.686676+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:12:34.117783+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-05-11T09:12:34.123518+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:12:34.130648+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:34.130688+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:12:36.900535+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:13:26.739853+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-05-11T09:13:26.739935+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-05-11T09:13:26.758998+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-05-11T09:13:26.739933+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-05-11T09:13:26.739974+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"https://test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-05-11T09:13:26.878972+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:13:26.879091+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:13:26.879123+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:13:26.879108+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:13:26.879168+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:13:26.950577+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950650+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950663+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950750+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950776+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950776+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950778+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950849+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950849+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:26.950856+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:13:33.708068+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:13:33.708118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:13:33.708222+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:13:33.708246+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:13:33.714745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:14:28.476868+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-05-11T09:14:28.476885+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"43"},"request_uri":"https://test.phila-ca.com/public/en/livre/43","method":"GET"} [] [2025-05-11T09:14:28.476902+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-05-11T09:14:28.477424+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-05-11T09:14:28.496538+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-05-11T09:14:28.505421+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:14:28.505649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:14:28.505678+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:14:28.505710+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:14:28.505718+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:14:28.525535+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525613+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525631+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525663+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525677+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525672+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525685+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525721+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:28.525734+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:36.062308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:14:36.063379+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:14:36.063648+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:14:36.157574+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:14:36.281533+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:14:43.391762+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"https://test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-05-11T09:14:44.420388+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:14:45.227347+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:45.227416+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:14:50.987099+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:15:39.462884+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-05-11T09:15:39.462880+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-05-11T09:15:39.462884+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-05-11T09:15:39.462880+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-05-11T09:15:39.462883+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-05-11T09:15:39.825285+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-05-11T09:15:39.974780+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:39.974792+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:39.974812+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:39.974811+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:39.974828+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:39.974873+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:40.485579+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485618+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485656+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485692+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485707+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485731+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485777+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485762+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485785+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485826+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:40.485862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:43.675561+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"32"},"request_uri":"https://test.phila-ca.com/public/en/livre/32","method":"GET"} [] [2025-05-11T09:15:43.775413+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:15:43.872182+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:43.872249+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:15:48.461636+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:15:48.461654+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:15:48.461654+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:15:48.588058+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:15:48.588448+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:15:50.116335+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:16:36.084455+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-05-11T09:16:36.084477+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-05-11T09:16:36.084473+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-05-11T09:16:36.084491+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-05-11T09:16:36.084528+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-05-11T09:16:36.300892+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:16:36.300904+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:16:36.300933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:16:36.300935+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:16:36.301066+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:16:36.333061+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333123+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333102+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333115+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333158+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333132+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333170+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333189+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333265+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:36.333321+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:42.587768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:16:42.952774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:16:42.996702+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:16:42.997621+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:16:43.106602+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:16:43.194948+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-05-11T09:16:43.200865+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:16:43.208184+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:43.208225+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:16:43.296109+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-11T09:16:45.900912+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:17:44.257441+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-05-11T09:17:44.257304+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-05-11T09:17:44.257185+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-05-11T09:17:44.271404+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-05-11T09:17:44.339828+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:17:44.339899+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:17:44.339946+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:17:44.339960+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:17:44.365993+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-05-11T09:17:44.372875+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:17:44.387952+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.387964+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.387978+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388005+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388017+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388025+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388016+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388014+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388056+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:44.388061+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:17:50.699940+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:17:50.699940+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:17:50.758607+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:17:50.785619+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:17:50.989301+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:18:49.704982+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-05-11T09:18:49.704975+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-05-11T09:18:49.705229+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-05-11T09:18:49.740866+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:18:49.740904+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:18:49.740906+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:18:49.768733+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:18:49.768781+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:18:49.768782+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:18:49.768829+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:18:49.768936+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:18:49.769010+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:18:54.028944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:18:54.029055+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:18:54.029083+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:19:49.805806+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-05-11T09:19:49.804979+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"https://test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-05-11T09:19:49.805120+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-05-11T09:19:49.880289+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-05-11T09:19:49.919969+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:19:49.920098+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:19:49.920124+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:19:49.920128+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:19:49.944445+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944504+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944554+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944609+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944661+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944675+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944716+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:49.944739+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:50.172975+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-05-11T09:19:50.180084+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:19:50.252544+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:50.252613+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:57.292101+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:19:57.292127+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:19:57.292169+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:19:57.292185+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:19:57.292334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:19:57.393833+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-11T09:19:57.726640+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-05-11T09:19:57.734468+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:19:57.742595+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:19:57.742640+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:00.557024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:20:51.208251+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-05-11T09:20:51.208351+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-05-11T09:20:51.208303+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-05-11T09:20:51.233649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:20:51.233694+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:20:51.233745+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:20:51.253813+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.253860+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.253846+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.253863+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.253892+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.253917+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.404473+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-05-11T09:20:51.411460+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:20:51.419468+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.419508+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.754071+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-05-11T09:20:51.761912+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:20:51.770583+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:51.770640+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:20:58.165284+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:20:58.165389+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:20:58.165450+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:20:58.165598+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:20:58.179053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:22:06.194209+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-05-11T09:22:06.194175+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-05-11T09:22:06.194224+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-05-11T09:22:06.194146+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-05-11T09:22:06.194348+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-05-11T09:22:06.614375+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:22:06.614419+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:22:06.614492+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:22:06.619728+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:22:06.619849+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:22:06.667913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.667909+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.667976+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.667996+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.668114+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.668140+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.668179+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.668203+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.668308+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:06.668364+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:13.743842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:22:13.743920+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:22:13.744012+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:22:13.744026+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:22:13.744114+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:22:13.795052+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-05-11T09:22:13.855720+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:22:13.863839+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:13.863887+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:22:16.712237+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:23:16.353829+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-05-11T09:23:16.353748+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-05-11T09:23:16.353840+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-05-11T09:23:16.880500+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:23:16.880613+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:23:16.880722+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:23:16.905763+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:23:16.905824+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:23:16.905867+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:23:16.905938+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:23:16.911086+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:23:16.911147+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:23:21.135390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:23:21.135501+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:23:21.135609+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:24:18.273759+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-05-11T09:24:18.273708+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-05-11T09:24:18.351523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:24:18.351528+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T09:24:18.465699+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:24:18.465766+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:24:18.465735+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:24:18.465806+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T09:24:21.294588+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:24:21.534240+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T09:30:42.523149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:30:42.523157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:30:42.523153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:30:42.523208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:31:53.213010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:31:53.213040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:31:53.302571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T09:31:53.408996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:22:34.016790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /blue/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /blue/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:23:38.611747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home2.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home2.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home2.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:27:51.890134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/blog.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/blog.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/blog.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:27:51.890233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index-home3.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index-home3.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index-home3.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:31:17.915420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/error.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/error.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/error.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:32:29.088020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event-list.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event-list.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event-list.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:32:29.088021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/faq.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/faq.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/faq.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:36:04.566375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:37:10.279058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:39:16.658025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-right-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-right-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-right-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:40:19.383774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/left-content.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/left-content.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/left-content.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:42:36.297261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-left-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-left-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-left-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:42:36.297291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/single-article.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/single-article.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/single-article.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:43:48.285453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /chocolate/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /chocolate/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chocolate/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:43:48.285532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/content-right.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/content-right.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/content-right.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:44:59.784147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/offline.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/offline.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/offline.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:49:31.691151+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/2","method":"GET"} [] [2025-05-11T23:49:31.728638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/about-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/about-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/about-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:49:31.733887+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:49:31.767095+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:49:31.767179+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:49:33.207054+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:49:33.414140+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:49:33.452800+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:50:43.091380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/event.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/event.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/event.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:51:45.653528+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/10","method":"GET"} [] [2025-05-11T23:51:45.724334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:51:45.791002+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:51:45.791083+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:51:45.992499+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:51:46.032325+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:51:46.160934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:52:51.814279+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/3","method":"GET"} [] [2025-05-11T23:52:51.858795+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:52:51.814740+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/12","method":"GET"} [] [2025-05-11T23:52:51.884680+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:52:51.899881+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:52:51.899938+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:52:51.899989+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:52:51.900039+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:52:52.011109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:52:52.011170+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:52:52.035302+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:52:52.035367+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:52:52.059513+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:52:52.059580+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:53:54.816507+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"1"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/1","method":"GET"} [] [2025-05-11T23:53:54.816593+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/11","method":"GET"} [] [2025-05-11T23:53:54.855198+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:53:54.861470+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:53:54.876007+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:53:54.876058+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:53:54.876452+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:53:54.876511+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:53:55.010489+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:53:55.010579+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:53:55.041457+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:53:55.075414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:53:56.116051+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:54:59.476668+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"4"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/4","method":"GET"} [] [2025-05-11T23:54:59.516805+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:54:59.536867+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:54:59.536914+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:54:59.602628+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:54:59.628464+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:54:59.651343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:56:08.825575+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/31","method":"GET"} [] [2025-05-11T23:56:08.859261+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:56:08.826232+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/5","method":"GET"} [] [2025-05-11T23:56:08.867377+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:56:08.881377+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:56:08.881433+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:56:08.881511+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:56:08.881559+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:56:08.958510+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:56:08.958527+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:56:08.986077+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:56:08.986189+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:56:09.014081+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:56:09.014092+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:57:09.841422+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"7"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/7","method":"GET"} [] [2025-05-11T23:57:09.867193+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:57:09.875665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/layouts.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/layouts.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/layouts.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:57:09.879732+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:57:09.879797+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:57:09.962310+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:57:09.984070+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:57:10.004805+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:58:13.370876+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/21","method":"GET"} [] [2025-05-11T23:58:13.370867+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/8","method":"GET"} [] [2025-05-11T23:58:13.402354+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:58:13.407054+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-11T23:58:13.421400+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:58:13.421482+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:58:13.421499+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:58:13.421550+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-11T23:58:13.796444+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:58:13.796466+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-11T23:58:13.821492+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:58:13.821648+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-11T23:58:13.846512+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:58:13.846562+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-11T23:59:25.596379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /green/index.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /green/index.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/green/index.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-11T23:59:25.596539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/donations.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/donations.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/donations.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:00:27.256333+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/51","method":"GET"} [] [2025-05-12T00:00:27.291063+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:00:27.256543+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/22","method":"GET"} [] [2025-05-12T00:00:27.318921+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:00:27.334102+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:00:27.334163+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:00:27.334149+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:00:27.334202+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:00:27.438699+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:00:27.438716+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:00:27.465231+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:00:27.465286+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:00:27.490642+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:00:27.490679+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:01:35.808734+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"9"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/9","method":"GET"} [] [2025-05-12T00:01:35.847657+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:01:35.808705+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/15","method":"GET"} [] [2025-05-12T00:01:35.853823+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:01:35.867524+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:01:35.867570+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:01:35.867554+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:01:35.867601+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:01:35.932412+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:01:35.932412+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:01:35.957806+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:01:35.957873+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:01:36.002045+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:01:36.002146+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:02:42.241221+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/20","method":"GET"} [] [2025-05-12T00:02:42.270525+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:02:42.283549+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:02:42.279218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/gallery.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/gallery.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/gallery.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:02:42.305051+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:02:42.390286+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:02:42.407563+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:02:42.424016+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:03:51.855769+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/61","method":"GET"} [] [2025-05-12T00:03:51.855829+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/17","method":"GET"} [] [2025-05-12T00:03:51.895409+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:03:51.895415+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:03:51.924649+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:03:51.924703+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:03:51.924753+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:03:51.924820+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:03:52.031485+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:03:52.031511+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:03:52.068752+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:03:52.068800+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:03:52.101973+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:03:52.102136+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:04:57.046814+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/16","method":"GET"} [] [2025-05-12T00:04:57.047242+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/13","method":"GET"} [] [2025-05-12T00:04:57.071458+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:04:57.071649+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:04:57.091219+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:04:57.091263+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:04:57.091329+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:04:57.091380+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:04:57.160865+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:04:57.160891+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:04:57.186206+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:04:57.186222+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:04:57.214845+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:04:57.214845+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:05:58.970397+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/41","method":"GET"} [] [2025-05-12T00:05:58.970392+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"43"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/43","method":"GET"} [] [2025-05-12T00:05:58.996150+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:05:58.996209+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:05:59.017152+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:05:59.017203+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:05:59.017429+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:05:59.017515+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:05:59.097746+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:05:59.097915+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:05:59.121562+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:05:59.121624+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:05:59.146269+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:05:59.146284+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:07:05.059570+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/19","method":"GET"} [] [2025-05-12T00:07:05.098212+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:07:05.108497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/testimonials.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/testimonials.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/testimonials.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:07:05.110695+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:07:05.110746+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:07:05.208653+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:07:05.227652+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:07:05.246354+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:08:09.480025+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/14","method":"GET"} [] [2025-05-12T00:08:09.480090+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/23","method":"GET"} [] [2025-05-12T00:08:09.512889+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:08:09.512953+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:08:09.532833+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:08:09.532893+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:08:09.533020+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:08:09.533085+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:08:09.600004+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:08:09.600053+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:08:09.624378+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:08:09.624494+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:08:09.648144+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:08:09.648250+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:09:16.019234+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/42","method":"GET"} [] [2025-05-12T00:09:16.059198+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:09:16.092450+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:09:16.092516+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:09:16.197801+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:09:16.230998+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:09:16.265825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:10:17.357397+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"32"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/32","method":"GET"} [] [2025-05-12T00:10:17.357763+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/38","method":"GET"} [] [2025-05-12T00:10:17.382451+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:10:17.382471+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:10:17.403376+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:10:17.403425+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:10:17.403413+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:10:17.403474+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:10:17.498623+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:10:17.498763+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:10:17.524774+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:10:17.524776+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:10:17.550590+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:10:17.550758+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:11:20.960078+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/24","method":"GET"} [] [2025-05-12T00:11:20.960095+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/54","method":"GET"} [] [2025-05-12T00:11:20.986499+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:11:20.986524+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:11:21.007858+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:11:21.007880+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:11:21.007917+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:11:21.007944+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:11:21.149681+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:11:21.149888+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:11:21.183767+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:11:21.183917+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:11:21.240242+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:11:21.240302+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:12:23.581532+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/57","method":"GET"} [] [2025-05-12T00:12:23.581775+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/46","method":"GET"} [] [2025-05-12T00:12:23.617855+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:12:23.617925+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:12:23.646121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:12:23.646183+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:12:23.646303+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:12:23.646377+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:12:23.747243+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:12:23.747291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:12:23.779894+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:12:23.780279+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:12:23.810152+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:12:23.810334+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:13:28.747687+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/30","method":"GET"} [] [2025-05-12T00:13:28.748032+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/35","method":"GET"} [] [2025-05-12T00:13:28.783495+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:13:28.783544+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:13:28.811729+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:13:28.811776+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:13:28.812014+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:13:28.812077+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:13:28.909010+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:13:28.909204+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:13:28.944520+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:13:28.944724+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:13:28.978578+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:13:28.978799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:14:29.990785+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/25","method":"GET"} [] [2025-05-12T00:14:29.991324+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/29","method":"GET"} [] [2025-05-12T00:14:30.015851+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:14:30.016022+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:14:30.036216+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:14:30.036269+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:14:30.036280+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:14:30.036351+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:14:30.127469+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:14:30.127528+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:14:30.167722+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:14:30.167806+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:14:30.201013+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:14:30.201087+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:15:33.711158+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/27","method":"GET"} [] [2025-05-12T00:15:33.711055+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/52","method":"GET"} [] [2025-05-12T00:15:33.738606+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:15:33.738759+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:15:33.759718+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:15:33.759741+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:15:33.759769+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:15:33.759799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:15:33.841730+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:15:33.841784+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:15:33.874358+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:15:33.874406+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:15:33.907265+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:15:33.907345+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:16:36.359871+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/56","method":"GET"} [] [2025-05-12T00:16:36.360007+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/37","method":"GET"} [] [2025-05-12T00:16:36.387437+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:16:36.387558+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:16:36.407830+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:16:36.407882+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:16:36.407907+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:16:36.407981+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:16:36.482432+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:16:36.482501+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:16:36.508056+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:16:36.508217+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:16:36.540703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:16:36.540791+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:17:41.415218+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/47","method":"GET"} [] [2025-05-12T00:17:41.415359+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/36","method":"GET"} [] [2025-05-12T00:17:41.445708+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:17:41.445901+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:17:41.479306+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:17:41.479380+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:17:41.479352+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:17:41.479422+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:17:41.590169+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:17:41.590211+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:17:41.614181+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:17:41.614357+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:17:41.640791+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:17:41.641188+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:18:46.011099+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/44","method":"GET"} [] [2025-05-12T00:18:46.011116+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/28","method":"GET"} [] [2025-05-12T00:18:46.035523+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:18:46.035573+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:18:46.055615+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:18:46.055673+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:18:46.055660+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:18:46.055720+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:18:46.160534+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:18:46.160577+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:18:46.187380+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:18:46.187418+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:18:46.219719+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:18:46.219739+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:19:47.222030+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/45","method":"GET"} [] [2025-05-12T00:19:47.222538+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/39","method":"GET"} [] [2025-05-12T00:19:47.252511+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:19:47.252552+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:19:47.274898+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:19:47.274907+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:19:47.274944+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:19:47.274973+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:19:47.342934+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:19:47.343126+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:19:47.367959+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:19:47.368173+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:19:47.392745+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:19:47.392816+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:20:48.240070+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/53","method":"GET"} [] [2025-05-12T00:20:48.240174+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/26","method":"GET"} [] [2025-05-12T00:20:48.279915+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:20:48.279982+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:20:48.309832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:20:48.309891+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:20:48.310111+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:20:48.310192+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:20:48.469645+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:20:48.469668+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:20:48.505700+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:20:48.505714+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:20:48.570018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:20:48.570091+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:22:09.734692+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/49","method":"GET"} [] [2025-05-12T00:22:09.735024+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/34","method":"GET"} [] [2025-05-12T00:22:09.772253+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:22:09.772318+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:22:09.801483+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:22:09.801530+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:22:09.801537+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:22:09.801590+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:22:09.915871+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:22:09.915954+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:22:09.944479+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:22:09.944538+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:22:09.971848+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:22:09.971915+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:23:11.757025+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/62","method":"GET"} [] [2025-05-12T00:23:11.756890+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/66","method":"GET"} [] [2025-05-12T00:23:11.784535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:23:11.784643+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:23:11.806651+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:23:11.806701+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:23:11.806805+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:23:11.806864+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:23:11.896673+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:23:11.896693+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:23:11.921162+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:23:11.921236+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:23:11.956589+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:23:11.956605+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:24:13.839471+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/58","method":"GET"} [] [2025-05-12T00:24:13.839439+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/33","method":"GET"} [] [2025-05-12T00:24:13.864620+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:24:13.864658+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:24:13.885281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:24:13.885326+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:24:13.885315+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:24:13.885361+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:24:13.975946+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:24:13.976074+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:24:14.002608+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:24:14.002624+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:24:14.028635+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:24:14.028699+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:25:16.267556+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/48","method":"GET"} [] [2025-05-12T00:25:16.291661+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:25:16.311311+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:25:16.311376+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:25:16.376184+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:25:16.398133+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:25:16.421955+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:26:18.996432+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/59","method":"GET"} [] [2025-05-12T00:26:18.996426+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/50","method":"GET"} [] [2025-05-12T00:26:19.021258+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:26:19.021448+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:26:19.041424+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:26:19.041607+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:26:19.041638+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:26:19.041706+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:26:19.108821+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:26:19.108963+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:26:19.144952+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:26:19.145052+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:26:19.170970+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:26:19.171048+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:27:20.283298+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/55","method":"GET"} [] [2025-05-12T00:27:20.309639+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:27:20.331110+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:27:20.331167+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:27:20.402317+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:27:20.428480+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:27:20.454133+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:29:34.861081+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/63","method":"GET"} [] [2025-05-12T00:29:34.886437+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:29:34.896530+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:29:34.896572+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:29:34.897659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/contact-us.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/contact-us.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/contact-us.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:29:34.968755+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:29:34.992220+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:29:35.007657+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:30:37.650940+02:00] request.INFO: Matched route "audio". {"route":"audio","route_parameters":{"_route":"audio","_controller":"App\\Controller\\DefaultController::audioAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/audio/65","method":"GET"} [] [2025-05-12T00:30:37.680530+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:30:37.703610+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:30:37.703663+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:30:37.816110+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.titre AS titre_2, t0.auteur AS auteur_3, t0.url AS url_4, t0.date AS date_5, t0.theme AS theme_6, t0.author_id AS author_id_7 FROM video t0 [] [] [2025-05-12T00:30:37.848391+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: sound" at /home/philacacww/test/src/Controller/DefaultController.php line 255 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: sound at /home/philacacww/test/src/Controller/DefaultController.php:255)"} [] [2025-05-12T00:30:37.884053+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:32:58.256067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/style.css"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/style.css\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/style.css/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:33:59.859226+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"2"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/2","method":"GET"} [] [2025-05-12T00:33:59.902789+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:33:59.923871+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:33:59.923933+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:34:03.082009+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:35:03.216091+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"3"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/3","method":"GET"} [] [2025-05-12T00:35:03.250140+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:35:03.283176+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:35:03.283254+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:35:06.136272+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:37:07.951427+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"10"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/10","method":"GET"} [] [2025-05-12T00:37:07.977312+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:37:07.998360+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:37:07.998414+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:37:10.909188+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:38:08.652229+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"12"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/12","method":"GET"} [] [2025-05-12T00:38:08.678117+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:38:08.685855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/our-pastors.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/our-pastors.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/our-pastors.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:38:08.688587+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:38:08.688635+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:38:11.461220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:39:09.685333+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"1"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/1","method":"GET"} [] [2025-05-12T00:39:09.685567+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"4"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/4","method":"GET"} [] [2025-05-12T00:39:09.726576+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:39:09.726620+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:39:09.757794+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:39:09.757824+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:39:09.757862+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:39:09.757882+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:39:12.591453+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:39:12.660118+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:40:11.777562+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"11"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/11","method":"GET"} [] [2025-05-12T00:40:11.777685+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"5"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/5","method":"GET"} [] [2025-05-12T00:40:11.807535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:40:11.807570+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:40:11.827829+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:40:11.827862+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:40:11.827887+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:40:11.827918+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:40:14.603786+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:40:14.603979+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:41:16.997725+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"31"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/31","method":"GET"} [] [2025-05-12T00:41:16.997725+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"6"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/6","method":"GET"} [] [2025-05-12T00:41:17.036315+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:41:17.036535+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:41:17.059790+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:41:17.059854+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:41:17.059866+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:41:17.059918+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:41:19.875494+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:41:19.946861+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:42:28.994782+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"9"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/9","method":"GET"} [] [2025-05-12T00:42:28.995053+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"7"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/7","method":"GET"} [] [2025-05-12T00:42:29.023573+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:42:29.023703+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:42:29.043526+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:42:29.043591+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:42:29.043582+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:42:29.043635+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:42:31.774103+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:42:31.775797+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:43:34.454789+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"8"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/8","method":"GET"} [] [2025-05-12T00:43:34.454769+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"21"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/21","method":"GET"} [] [2025-05-12T00:43:34.480927+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:43:34.480985+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:43:34.500929+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:43:34.500976+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:43:34.500985+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:43:34.501032+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:43:37.248493+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:43:37.342887+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:44:36.968264+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"20"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/20","method":"GET"} [] [2025-05-12T00:44:36.968316+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"15"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/15","method":"GET"} [] [2025-05-12T00:44:36.993414+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:44:36.993489+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:44:37.014052+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:44:37.014096+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:44:37.014112+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:44:37.014177+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:44:39.774018+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:44:39.931713+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:45:42.271552+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"41"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/41","method":"GET"} [] [2025-05-12T00:45:42.272053+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"13"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/13","method":"GET"} [] [2025-05-12T00:45:42.309428+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:45:42.309422+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:45:42.329885+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:45:42.329932+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:45:42.330080+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:45:42.330130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:45:45.072170+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:45:45.300130+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:46:46.656879+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"51"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/51","method":"GET"} [] [2025-05-12T00:46:46.656946+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"17"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/17","method":"GET"} [] [2025-05-12T00:46:46.689027+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:46:46.689074+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:46:46.708743+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:46:46.708804+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:46:46.708849+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:46:46.708928+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:46:49.532606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:46:49.645516+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:47:52.015061+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"14"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/14","method":"GET"} [] [2025-05-12T00:47:52.015014+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"22"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/22","method":"GET"} [] [2025-05-12T00:47:52.039600+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:47:52.039588+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:47:52.060272+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:47:52.060322+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:47:52.060438+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:47:52.060505+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:47:54.941787+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:47:54.941947+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:48:54.581698+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"23"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/23","method":"GET"} [] [2025-05-12T00:48:54.581831+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"19"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/19","method":"GET"} [] [2025-05-12T00:48:54.609986+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:48:54.610149+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:48:54.634644+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:48:54.634709+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:48:54.634917+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:48:54.634983+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:48:57.435309+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:48:57.511011+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:49:59.324575+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"16"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/16","method":"GET"} [] [2025-05-12T00:49:59.324986+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"62"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/62","method":"GET"} [] [2025-05-12T00:49:59.349110+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:49:59.349212+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:49:59.369281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:49:59.369330+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:49:59.369426+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:49:59.369553+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:50:02.199824+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:50:02.225160+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:51:05.074660+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"54"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/54","method":"GET"} [] [2025-05-12T00:51:05.074777+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"57"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/57","method":"GET"} [] [2025-05-12T00:51:05.098245+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:51:05.098310+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:51:05.117631+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:51:05.117685+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:51:05.117746+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:51:05.117802+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:51:07.914305+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:51:08.169038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:52:38.756684+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"30"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/30","method":"GET"} [] [2025-05-12T00:52:38.782285+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:52:38.792691+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:52:38.792736+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:52:38.792729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/sermons.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/sermons.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/sermons.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T00:52:41.651377+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:53:40.151568+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"34"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/34","method":"GET"} [] [2025-05-12T00:53:40.151326+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"29"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/29","method":"GET"} [] [2025-05-12T00:53:40.185739+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:53:40.185822+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:53:40.206813+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:53:40.206867+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:53:40.207012+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:53:40.207065+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:53:42.985934+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:53:43.150925+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:54:40.516990+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"46"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/46","method":"GET"} [] [2025-05-12T00:54:40.540423+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:54:40.560590+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:54:40.560636+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:54:43.599959+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:55:43.797193+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"25"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/25","method":"GET"} [] [2025-05-12T00:55:43.797540+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"42"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/42","method":"GET"} [] [2025-05-12T00:55:43.838334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:55:43.838394+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:55:43.880757+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:55:43.880754+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:55:43.880817+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:55:43.880828+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:55:46.654308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:55:46.654371+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:56:46.153182+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"44"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/44","method":"GET"} [] [2025-05-12T00:56:46.153221+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"37"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/37","method":"GET"} [] [2025-05-12T00:56:46.189864+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:56:46.189930+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:56:46.209781+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:56:46.209836+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:56:46.209817+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:56:46.209877+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:56:49.120321+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:56:49.120485+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:56:49.197356+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-12T00:57:49.052344+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"27"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/27","method":"GET"} [] [2025-05-12T00:57:49.052365+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"61"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/61","method":"GET"} [] [2025-05-12T00:57:49.082571+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:57:49.082690+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:57:49.115687+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:57:49.115743+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:57:49.115733+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:57:49.115783+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:57:51.864117+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:57:51.864153+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:58:54.643387+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"24"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/24","method":"GET"} [] [2025-05-12T00:58:54.643450+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"38"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/38","method":"GET"} [] [2025-05-12T00:58:54.669318+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:58:54.669379+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:58:54.746572+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:58:54.746580+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:58:54.746635+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:58:54.746648+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:58:57.575073+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:58:57.575111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T00:59:56.060172+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"39"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/39","method":"GET"} [] [2025-05-12T00:59:56.087449+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T00:59:56.111064+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:59:56.111128+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T00:59:59.171061+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:01:01.235202+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"26"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/26","method":"GET"} [] [2025-05-12T01:01:01.235322+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"52"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/52","method":"GET"} [] [2025-05-12T01:01:01.259733+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:01:01.259792+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:01:01.280175+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:01.280223+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:01.280352+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:01.280410+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:04.039077+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:01:04.039113+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:01:59.248212+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"40"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/40","method":"GET"} [] [2025-05-12T01:01:59.248281+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"35"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/35","method":"GET"} [] [2025-05-12T01:01:59.274675+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:01:59.274692+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:01:59.296325+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:59.296377+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:59.296454+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:01:59.296515+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:02:02.054774+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:02:02.143468+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:02:02.216099+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Notice: Array to string conversion")." at /home/philacacww/test/templates/default/livre.html.twig line 71 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Notice: Array to string conversion\"). at /home/philacacww/test/templates/default/livre.html.twig:71)\n[previous exception] [object] (ErrorException(code: 0): Notice: Array to string conversion at /home/philacacww/test/var/cache/dev/twig/35/35364ca137c6bf2c6aa73af034c192ed9fbfb56fd5b07cb400c732da1c4427cd.php:249)"} [] [2025-05-12T01:03:05.863463+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"28"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/28","method":"GET"} [] [2025-05-12T01:03:05.893688+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:03:05.904314+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:03:05.904361+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:03:05.906206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/shop.html"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/shop.html\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/shop.html/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:03:08.924682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:04:17.460785+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"66"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/66","method":"GET"} [] [2025-05-12T01:04:17.460751+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"33"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/33","method":"GET"} [] [2025-05-12T01:04:17.488492+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:04:17.488527+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:04:17.508877+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:04:17.508935+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:04:17.509009+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:04:17.509065+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:04:20.269843+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:04:20.270027+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:05:19.181574+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"36"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/36","method":"GET"} [] [2025-05-12T01:05:19.181694+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"49"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/49","method":"GET"} [] [2025-05-12T01:05:19.203635+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:05:19.203735+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:05:19.222141+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:05:19.222197+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:05:19.222276+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:05:19.222331+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:05:21.958140+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:05:21.958156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:06:31.513021+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"47"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/47","method":"GET"} [] [2025-05-12T01:06:31.538351+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:06:31.563682+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:06:31.563732+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:06:34.898831+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:07:43.240343+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"64"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/64","method":"GET"} [] [2025-05-12T01:07:43.240913+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"56"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/56","method":"GET"} [] [2025-05-12T01:07:43.264025+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:07:43.264156+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:07:43.284732+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:07:43.284745+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:07:43.284792+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:07:43.284799+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:07:46.714864+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:07:46.795676+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:08:48.228768+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"55"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/55","method":"GET"} [] [2025-05-12T01:08:48.252151+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:08:48.275463+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:08:48.275520+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:08:51.186317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:09:54.188658+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"45"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/45","method":"GET"} [] [2025-05-12T01:09:54.213599+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:09:54.237960+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:09:54.238021+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:09:57.099968+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:10:56.049727+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"53"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/53","method":"GET"} [] [2025-05-12T01:10:56.049835+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"59"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/59","method":"GET"} [] [2025-05-12T01:10:56.082204+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:10:56.082381+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:10:56.103789+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:10:56.103849+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:10:56.103864+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:10:56.103913+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:10:58.914585+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:10:58.914761+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:12:00.472536+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"60"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/60","method":"GET"} [] [2025-05-12T01:12:00.504555+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:12:00.524943+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:12:00.524987+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:12:03.430524+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:13:23.617511+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"50"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/50","method":"GET"} [] [2025-05-12T01:13:23.617454+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"63"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/63","method":"GET"} [] [2025-05-12T01:13:23.641239+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:13:23.641600+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:13:23.660832+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:13:23.660879+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:13:23.660956+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:13:23.661038+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:13:26.446047+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:13:26.525383+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:14:26.652904+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"48"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/48","method":"GET"} [] [2025-05-12T01:14:26.652912+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"58"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/58","method":"GET"} [] [2025-05-12T01:14:26.695987+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:14:26.696029+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:14:26.729984+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:14:26.729986+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:14:26.730042+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:14:26.730044+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:14:29.643502+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:14:29.697327+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:15:54.040160+02:00] request.INFO: Matched route "livre". {"route":"livre","route_parameters":{"_route":"livre","_controller":"App\\Controller\\DefaultController::livreAction","_locale":"en","id":"65"},"request_uri":"https://www.test.phila-ca.com/public/en/livre/65","method":"GET"} [] [2025-05-12T01:15:54.069075+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2025-05-12T01:15:54.089362+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:15:54.089434+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\FacebookAuthenticator"} [] [2025-05-12T01:15:57.026041+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2025-05-12T01:35:49.686087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-010.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-010.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-010.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:36:50.932507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-015.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-015.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-015.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:38:08.201839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-014.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-014.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-014.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:39:06.238226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-016.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-016.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-016.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:42:14.467096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-0171.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-0171.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-0171.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:46:50.819170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-012.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-012.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-012.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:47:36.833522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-011.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-011.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-011.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-12T01:48:47.725024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /en/images/gall-img-013.jpg"" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /en/images/gall-img-013.jpg\" at /home/philacacww/test/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/images/gall-img-013.jpg/\". at /home/philacacww/test/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []